/* Layout */            

table {       
border-top: 1px solid #67b368;
border-left: 1px solid #67b368;
border-bottom: 1px solid #67b368;
color:#333;
background-color: #fff;
clear:both;
padding: 0;
margin: 0 0 0 0;     
font-size: 11px;
}
th {
color:#fff;
background-color: #339933;
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 #67b368;
padding:0px 0px;
vertical-align:top;
text-align: center;
}
table tr.altRow td {
background: #f4f4f4;
}
			

.radiobuttons table {
width: 98%;
border-top: 1px solid #67b368;
border-left: 1px solid #67b368;
border-bottom: 1px solid #67b368;
border-right: 1px solid #67b368;
color:#333;
background-color: #fff;
clear:both;
padding: 0;
margin: 0 0 0 0;
white-space: normal;

}
.radiobuttons th {
color:#fff;
background-color: #339933;
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 0px;
}
.radiobuttons table tr td {
border-right: 0px solid #213445;
padding:0px 0px;
vertical-align:top;
text-align: center;
}

.radiobuttons table tr td table {
border: 0px solid #213445;
vertical-align:top;
text-align: center;
}

.radiobuttons input {

}

.radiobuttons table  tr.altRow td {
background: #f4f4f4;
}

#cakeSqlLog td {
text-align: left;
padding: 4px 8px;
background: #fff;
border-bottom: 2px solid #ccc;
}

/* scaffold show */



/* 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-size: 18px;
color: #003d4c;
}
.notice {
color: #656565;
font-size: 14px;
background-color: #f4f4f4;
padding: 0.5em;
margin: 1em 0;
display:block;
}
.tip {
color: #656565;
background-color: #ddd;
}

/* forms */

form {
margin-top: 2em;
}
form div{
vertical-align: text-top;
margin-left: 1em;
margin-bottom:2em;

}
form div.date{
margin-left: 0em;
}

input[type=checkbox] {
float: left;
clear: left;
margin: 2px 6px 7px 2px;
}

.dynamics input[type=radio] {
float:left;

margin: 2px 6px 7px 2px;
}

.inline {
	display: block;
	margin-left: 0;
	margin-bottom: 0;
}

.inline input, textarea {
clear: both;
display:inline;
font-size: 14px;
font-family: inherit;
}

 textarea {

display:block;
font-size: 14px;
font-family: inherit;
}
select {      
vertical-align: text-bottom;
font-size: 14px;
font-family: inherit;      
}
option {
font-size: 14px;
font-family: inherit;
padding: 0 0.3em;
}

.required{
clear: both;
color:#222;
font-weight:bold;
}
.optional{
clear: both;
color:#555;
margin-left: 0;
}

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