*{
margin:0;
padding:0;
}

body{
	background-color : #C33400;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
}

/* General Style Info */
a{
color:#003d4c;
text-decoration:underline;
}
a:hover{
color:#003d4c;
text-decoration:none;
}

a img{
border:none;
}

h1, h2, h3, h4{

}

h1{
color: #003d4c;
margin:0.3em 0;
font-size: 150%;
}

h2{
color:#c6c65b;
margin:0.3em 0;
font-size: 120%;
}

h3{
color:#c6c65b;
font-size: 110%;
}

h4{
color:#c6c65b;
padding-top:0.5em;
font-weight:normal;
}

em {
font-size: 12px;
}

ul, li {
margin: 0 12px;
}

/* Layout */

#header{
margin-top: 1em;
padding: 4px 20px;
}

#container{
	left: 380px;
	top: 225px;
	width: 505px;
	position: absolute;
}

#container p {
	margin-bottom: 1em;
}
#container blockquote {
	margin-left: 2em;
}

#footer{
clear:both;
padding: 6px 10px;
text-align: right;
}

/* tables */

table {
width: 100%;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
color:#333;
background-color: #fff;
clear:both;
padding: 0;
margin: 0 0 2em 0;
white-space: normal;
}
th {
background-color: #e2e2e2;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #003d4c;
border-bottom: 1px solid #003d4c;
text-align: center;
padding:1px 4px;
}
table tr td {
border-right: 1px solid #ddd;
padding:4px 4px;
vertical-align:top;
text-align: center;
}
table tr.altRow td {
background: #f4f4f4;
}
#cakeSqlLog td {
text-align: left;
padding: 4px 8px;
background: #fff;
border-bottom: 2px solid #ccc;
}

/* Menu */
#navigation {
	position: absolute;
	top: 175px;
	left: 515px;
	z-index: 1;
}

#navigation ul { font-family: sans-serif; }

#navigation ul a
{
font-weight: bold;
text-decoration: none;
}

#navigation ul, #navigation ul ul, #navigation ul li
{
margin: 0px;
padding: 0px;
list-style-type: none;
}

#navigation ul li { float: left; }

#navigation ul li a
{
color: #ffffff;
background-color: #003366;
padding: 3px;
border: 1px #ffffff outset;
}

#navigation ul li a:hover
{
color: #ffff00;
background-color: #003366;
}

#navigation ul li a:active
{
color: #cccccc;
background-color: #003366;
border: 1px #ffffff inset;
}

#navigation ul li ul { display: none; }
#navigation ul li li { float: none; }

ul#subnavlist li a
{
padding: 0px;
margin: 0px;
}

#navigation ul li:hover ul
{
display: block;
position: absolute;
font-size: 8pt;
padding-top: 5px;
}

#navigation ul li:hover ul li a
{
display: block;
width: 10em;
border: none;
padding: 2px;
}

#navigation ul li:hover ul li a:before { content: " >> "; }

/* forms */

form {

}
form div{
vertical-align: text-top;

}
form div.date{
margin-left: 0em;
}
label {
display: block;
float:left;
width: 140px;
font-size: 14px;
padding-right: 20px;
}
input[type=checkbox] {
float: left;
clear: left;
margin: 2px 6px 7px 2px;
}
input, textarea {
clear: both;
display: block;
font-size: 12px;
font-family: inherit;
margin-bottom: 10px;
}
select {
clear: both;
vertical-align: text-bottom;
font-size: 14px;
font-family: inherit;
}
option {
font-size: 14px;
font-family: inherit;
padding: 0 0.3em;
}
input[type=submit] {
display: inline;
vertical-align: bottom;
}
.required{
clear: both;
color:#222;
font-weight:bold;
}
.optional{
clear: both;
color:#555;
}
.submit {
clear: both;
margin-top: 40px;
margin-left: 140px;
}


div.customFCKholder{
	position: relative;
	left: -10px;
}

/* action links */
ul.actions {
float: left;
margin-left:20px;
width: 200px;
}
ul.actions li {
margin-top: 4px;
}
pre {
padding: 1em;
}

/* Pagination */

#pagination {
	left: 864px;
	top: 205px;
	position: absolute;
	display: block;
	font-size: 9px;
	color: #eac600;
	width: 21px;
}

#pagination #arrow-left{
	float: left;
}

#pagination #arrow-right{
	float: right;
}


#pagination a{
	color: #eac600;
}

#pagination em{

}

#postspagination {
	float: right;
	font-size: 9px;
	color: black;
	text-align: right;
}
