*{
margin:0;
padding:0;
}

body{
background-color: black;
font-family: "Century Gothic","frutiger linotype","lucida grande",helvetica,arial,sans-serif;
text-align:center;
color: white;
font-size: 100%;
}

/* General Style Info */
a{
font-weight: bold;
color: white;
}
a:hover{
color: white;
text-decoration:none;
}

a img{
border:none;
}

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

h1{
color: white;
margin:0.3em 0;
font-size: 180%;
}

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

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

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

em {
font-size: 12px;
}

ul, li {
margin: 0 12px;
}

/* Layout */

#container{
text-align:left;
}

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

#content{
clear:both;
padding: 0px 40px 10px 40px;
color: white;
}
#footer{
clear:both;
padding: 6px 10px;
text-align: right;
}

/* tables */

table {
border: 0px solid #0000000;
width: 100%;
color: white;
clear:both;
padding: 0;
margin: 0 0 2em 0;
white-space: normal;
}
th {
border: 0px solid #0000000;
color: white;
background-color: teal;
text-align: center;
padding:1px 4px;
}
table tr td {
border: 0px solid #0000000;
padding:4px 4px;
vertical-align:top;
text-align: center;
}
table tr.altRow td {
}
table td.actions {
	white-space: nowrap;
}
#cakeSqlLog td {
border-width: 0px;
text-align: left;
padding: 4px 8px;
border-bottom: 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:#900;
font-size: 16px;
background-color: #fff;
margin: 8px 0px;
font-weight: bold;
}
.error_message {
clear: both;
}
.error em {
font-weight: bold;
font-size: 18px;
color: red;
}
.notice {
font-weight: bold;
color: red;
font-size: 14px;
padding: 0.5em;
margin: 1em 0;
display:block;
}
.tip {
color: maroon;
}

/* forms */

form {
margin-top: 2em;
}
form div{
vertical-align: text-top;
margin-left: 1em;
margin-bottom:2em;
}
form div.date{
margin-left: 0em;
}
label {
display: block;
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;
}
div.required {
clear: both;
color: maroon;
font-weight:bold;
}
div.optional {
clear: both;
color: #6666ff;
}
div.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;
}