*{
margin:0;
padding:0;
}

body{
font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-align:center;
background-color: #fff;
color:#333;
font-size: 100%;
}

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

a img{
border:none;
}

h1, h2, h3, h4{
font-weight:normal;
}

h1{
color: #ccf;
margin:0.3em 0;
font-size: 300%;
}

h2{
color: #036;
padding-top: 1em;
margin:0.3em 0;
font-size: 180%;
}

h3{
color:#036;
padding-top:2em;
font-size: 140%;
}

h4{
color: #ccf;
padding-bottom:0.5em;
font-weight:normal;
}

em {
font-size: 12px;
}

ul, li {
margin: 0 12px;
}

ul.linkbar { list-style-type: none; list-style-position: inside; margin-left:0px; padding-left:0px; }
li.linkbar { padding-left: 0px;
margin-left: 0px; padding-bottom: 0.5em; }

/* Layout */

#container{
text-align:left;
}

#header{
margin-top: 0em;
padding: 4px 20px;
background-color: #036;
}

#content{
clear:both;
margin-left: 4em;
margin-right: 4em;
padding: 0px 40px 10px 40px;
background-color: #fff;
color: #333;
}
#footer{
clear:both;
margin-left: 4em;
margin-right: 4em;
padding: 6px 10px;
text-align: right;
}

#leftimage 	{
float: left;
margin: 2em;
}

/* navigation */

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #036;
text-decoration: none;
}

#navlist a:hover
{
color: #036;
background-color: #fff;
text-decoration: none;
}
a#sitetitlelink { color: #ccf; }
#sitetitle > a { color: #ccf; text-decoration:none; }
#sitetitle > a:visited { color: #ccf; text-decoration:none; }
#sitetitle > a:hover { color: #ccf; text-decoration:underline; }
/* 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;
}

/* scaffold show */

div.related {
clear:both;
display:block;
}
dl {
line-height:2em;
margin:0em 1em;
float:left;
width: 400px;
}
dt {
font-weight: bold;
vertical-align:top;
}
dd {
margin-left:10em;
margin-top:-2em;
vertical-align:top;
}

/* notices and errors */

#flashMessage, .error, .error_message {
color:rgb(102, 0, 51);
font-size: 16px;
background-color: #fff;
margin: 8px 0px;
font-weight: bold;
}
.error_message {
clear: both;
}
.error em {
font-size: 18px;
color: #003d4c;
}
.notice {
color: #656565;
font-size: 14px;
background-color: #fff;
padding: 0.5em;
margin: 1em 0;
display:block;
}
.tip {
color: #656565;
background-color: #fff;
}

/* forms */

form {
margin-top: 2em;
}
form div{
vertical-align: text-top;
margin-left: 1em;
margin-bottom:2em;
overflow: auto;
}
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: 14px;
font-family: inherit;
}
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, .tinymce{
clear: both;
color:#555;
}
.submit {
clear: both;
margin-top: 40px;
margin-left: 140px;
}
/* action links */
ul.actions {
float: left;
margin-left:20px;
width: 200px;
}
ul.actions li {
margin-top: 4px;
}
pre {
padding: 1em;
}
div#pagination { padding-top: 0.5em; clear: left; }
div#sidebar { font-size: smaller; float: right; width:18%;}
div#sidebar > h3 > a{text-decoration: none; }
div#linkbar { font-size: smaller; float: left; width:18%;}
div#main { width:60%; float:left;}
div.ajaxevent {font-size: smaller; }

