@charset "utf-8";
/**
 *
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       app.webroot.css
 * @since         CakePHP(tm)
 * @license       MIT License (http://www.opensource.org/licenses/mit-license.php)
 */

* {
	margin:0;
	padding:0;
}

/** General Style Info **/
body {
	background-image:url(../img/Background.png);/* 
	background-repeat:no-repeat;*/
	background-position:center;
	font-family:Arial, Helvetica, sans-serif;/*'lucida grande',verdana,helvetica,arial,sans-serif;*/
	font-size:72%;
	margin: 0;
}
a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FF0000;
	text-decoration:none;
	font-weight: bold;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
	/*margin-bottom:0.5em;*/
}
h1 {
	background:#fff;
	color: #003d4c;
	font-size: 100%;
}
h2 {
	background:#fff;
	color: #e32;
	font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
	font-size: 190%;
}
h3 {
	color: #2c6877;
	font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
	font-size: 165%;
}
h4 {
	color: #993;
	font-weight: normal;
}
ul, li {
	float:left;
	margin: 0 12px;
}
p {
	margin: 0 0 1em 0;
}

/** Layout **/
#container {
	width:1280px;
	margin:0px auto;
	border:0px #F00 solid;
}

#content{
	background: #fff;
	clear: both;
	color: #333;
	padding: 0;
	overflow: auto;
	margin:0 auto;
}
#footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
}

/** containers **/
div.form,
div.index,
div.view {
	float:right;
	width:95%;
	padding:5px 2%;
}
div.actions {
	float:left;
	padding:5px 1%;
}
div.actions h3 {
	padding-top:0;
	color:#777;
}
/** Tables **/
table {
	clear: both;
	color: #333;
	/*margin-bottom: 10px;
	  border-right:0;
	width: 100%;*/
}
th {
	border:0;
	border-bottom:2px solid #555;
	/*padding:4px;*/
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a.asc:after {
	content: ' ⇣';
}
th a.desc:after {
	content: ' ⇡';
}
table tr td {
	padding: 4px;
	vertical-align: top;
}
table .altrow td {
	background: #f5f5f5;
}
table tr:nth-child(even) {
	/*background: #f9f9f9;*/
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
table td.actions a {
	margin: 0px 1px;
	padding:2px 4px;
}

/** Forms **/
form {
	clear: both;
	margin-right: 20px;
	padding: 1em;
	width: 98%;
}
fieldset {
	border: none;
	margin-bottom: 1em;

}
fieldset legend {
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	border:#000 1px solid;
}
form div {
	clear: both;
	margin-bottom: 0;
	padding: .5em;
	vertical-align: text-top;
}
form .input {
	color: #444;
}
form .required {
	font-weight: bold;
}
form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
	display:inline-block;
	width:12em;
	font-size: 110%;
	margin-right:5px;
	vertical-align:top;
}
input{
	clear: both;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;/*"frutiger linotype", "lucida grande", "verdana", sans-serif;**/
	padding: 1%;
	width:45%;	
}
textarea {
	clear: both;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;/*"frutiger linotype", "lucida grande", "verdana", sans-serif;*/
	padding: 1%;
	width:45%;
} 
select {
	clear: both;
	font-size: 110%;
	padding: 0.5%;
	margin-top: 0.5em;	
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 110%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: center;
	margin: 0px 6px 7px 2px;
	width: auto;
}
div.checkbox  {
	display:inline-block;
	width:220px;
}
div.checkbox label {
	display:inline-block;
}
input[type=radio] {
	float:none;
	width:auto;
	margin: 6px 0;
	padding: 0;
	line-height: 26px;
}
.radio label {
	margin: 0 0 6px 20px;
	line-height: 26px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	width: auto;
}
