*{
margin:0;
padding:0;
}

body{
/*font-family:"frutiger linotype","lucida grande",helvetica,arial,sans-serif;*/
font-family: Tahoma, "Simon Sans Light", "Myriad Web Pro", "MS Sans Serif", Arial, sans-serif;
text-align:left;
color:#333;
font-size: 76%;
margin:0;
padding:0;
background-color: #fff;
}

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


a:hover{
/*color:#003d4c;
text-decoration:none;*/
color:#990000;
} 

a img{
border:none;
}

h1, h2, h3, h4{
font-family: "Trebuchet MS",  Tahoma, "Myriad Web Pro", "MS Sans Serif", Arial, sans-serif;
font-weight:normal;
border-bottom: 1px solid #cfd5d9;
border-right: 1px solid #cfd5d9;
padding:3px 0px 3px 10px;
background-color: #d6e4f5;
}

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

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

h3{
color:#333;
padding-top:0;
font-size: 105%;
}

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

h5{
color:#777777;
padding-top:0.5em;
font-weight:bold;
font-size: 12px;
}

h6{
color:#000;
padding-top:0.5em;
font-weight:normal;
font-size: 12px;
padding:0px 0px 0px 8px;
}

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: 20px 20px 20px 20px;
	background-color: #fff;
	color: #333;
	/*border: 1px solid #c9c9c9;*/
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	background-color:#fefefe;
	margin: 10px;
	width:auto;	
}

#content a{
	font-size: 10px;
	font-weight:normal;
	color:#000;
	background-color:#f0f0f0;
	border: 1px solid #fff;
	padding:0px 3px 0px 3px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;		
}
#content a:hover{
	color:#990000;
	background-color:#ffffff;
	border: 1px dotted #000;		
}
.unread {	
	color:#990000;
}
.read {	
	color:#000000;
}
#content #folderlist{
	border: 1px dotted #ccc;
}
#content #folderlist a{		
	font-size: 11px;
	font-weight:normal;
	color:#000;
	background-color:#fff;
	border: 0px solid #fff;
	padding:0px 3px 0px 3px;
	border-bottom:0px solid #ccc;
	border-right:0px solid #ccc;
	font-family:"Microsoft Sans Serif", "Simon Sans Light",Tahoma, Arial;
}
#content #folderlist a:hover{
	color:#990000;
	background-color:#fff;
	border: 0px dotted #000;		
}
#content #folderlist table{
	width:500px;
}
#content #folderlist table td{
	width:100px;
	padding:10px;
	overflow:hidden;
	text-align: center;
	vertical-align: top;
	/*display: block;*/
}
#content li{
	list-style-type:none;	
}

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

/* tables */

#menubar {

background-color: #999999;
color:#fff;

}



table {
width: 100%;
/*border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
color:#333;
background-color: #fff;*/
clear:both;
padding: 0;
margin: 5px 0 5px 0;
white-space: normal;
}
th {
	background-color: #d6e4f5;
	font-family: "Trebuchet MS",  Tahoma, "Myriad Web Pro", "MS Sans Serif", Arial, sans-serif;	
	font-size: 17px;
	font-weight: normal;
	color:#004080;
	letter-spacing: 1px;
	text-align: left;
	border-bottom: 1px solid #cfd5d9;
	border-right: 1px solid #cfd5d9;
	padding:5px 0px 5px 10px;
}
th.heading{
	padding:5px 0px 5px 28px;		
	background-image: url(../images/message.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;	
}
th.subhead {
	font-size: 13px;
	font-weight: bold;
	padding:3px 0px 3px 10px;
	color:#333;
}
th.subhead2 {
	font-size: 12px;
	font-weight: normal;
	color:#333;
	padding:3px 0px 3px 10px;
}
hr {
	border-top: 0px none #003d4c;	
	border-bottom: 1px dotted #003d4c;
	line-height:1px;
}
table tr td {
border-right: 0px solid #ddd;
padding:0px 0px;
vertical-align:top;
text-align: left;
}
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;
font-size:13px;
font-weight:bold;
margin-top:-20px;
}
dl {
line-height:1.7em;
margin:0em 0em;
display:block;
font-family: Tahoma, "Simon Sans Light", "Myriad Web Pro", "MS Sans Serif", Arial, sans-serif;	
font-size:11px;
color:#006666;
background-color:#F9F9F9;
padding:0px;
letter-spacing: 1px;
}
dt {
font-size:10px;
font-weight: bold;
color:#333;
border-bottom:3px solid #fff;
padding-left:10px;
}
dd {
margin-left:15em;
margin-top:-22px;
}
dt.title{
font-size:12px;
}
/* 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: 0px;
	padding:0px;
	/*background-color:#f9f9e9;*/
	padding: 5px 10px 5px 10px;	
	margin: 5px 2px 0px 2px;
	border: 1px dotted #cfcfcf;		
}
form table {
	/*background-color:#f4f4f4;
	padding: 5px 3px 5px 3px;*/
}
form table td{	
	/*border-bottom:1px dotted #999;
	border-right:1px dotted #999;*/
	padding: 5px 0px 5px 0px;
}
form div{
	vertical-align: text-top;
	margin-left: 0;
	margin-bottom:0;
	overflow: auto;
}
form div.date{
	margin-left: 0em;
}
label {
display: block;
float:left;
width: 140px;
font-size: 12px;
padding-right: 20px;
margin: 2px 0px 0px 8px;
}
input[type=text],input[type=file] {
	float: left;
	clear: left;
	margin: 2px 0px 0px 8px;
	background-color:#FFFFFF;
	border:1px solid #cccccc;
	text-indent: 5px;
}
input[type=password] {
float: left;
clear: left;
margin: 2px 0px 0px 8px;
background-color:#FFFFFF;
border:1px solid #cccccc;
text-indent: 5px;
}
input[type=checkbox] {
float: left;
clear: left;
margin: 2px 6px 7px 2px;
background-color:#FFFFFF;
border:1px solid #cccccc;
text-indent: 5px;
}
input[type=radio] {
float: left;
clear: left;
margin: 2px 6px 7px 8px;
background-color:#FFFFFF;
border:1px solid #cccccc;
text-indent: 5px;
}
*html 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;
margin: 2px 0px 0px 8px;
background-color:#FFFFFF;
border:1px solid #cccccc;
}
*html select {
margin: 2px 0px 0px 0px;
}
option {
	font-size: 11px;
	font-family: inherit;
	padding: 2px 0px 2px 0px;
	text-indent: 5px;
	letter-spacing: 1px;
	border:1px dotted #cccccc;
}
input[type=submit] {
display: inline;
vertical-align: bottom;
margin: 10px 8px 0px 8px;
/*background-color:#d6e4f5;
border:1px solid #cccccc;*/
font-size:10px;
font-weight:bold;
color:#333;
padding:1px 5px 1px 5px;
}
.required{
clear: both;
color:#222;
font-weight:bold;
}
.optional{
clear: both;
color:#555;
}
.submit {
clear: both;
margin-top: 40px;
margin-left: 140px;
}
/* action links */
#content ul.actions {
float: left;
margin-left:0px;
/*width: 200px;*/
}
#content ul.actions li {
margin-top: 4px;
list-style-type: none;
font-size:12px;
font-weight:bold;
margin-bottom:-5px;
}
#content ul.actions li a{
	color:#333;
	background-color:#d6e4f5;	
}
#content ul.actions li a:hover{
	color:#000000;
	background-color:#e1e1d1;
}
pre {
padding: 1em;
}

#detailedInfo{
	display:block;
	width:100%;	
}
#detailedInfo li{
	font-size: 11px;
	list-style-type:none;	
	margin: 10px 5px 5px 0px;		
	display:inline;	
}

#detailedInfo li a, .link a{
	font-size: 11px;
	color:#000000;
	display:inline;
	background-color:#d6e4f5;
	border-bottom:1px dotted #000;			
}

#detailedInfo li a:hover, .link a:hover{
	font-size: 10px;
	color:#990000;
	background-color:#ffffff;
	border: 1px dotted #000;
}

.link a {
	font-size: 12px;
}

.link a:hover {
	font-size: 11px;
}