* {
margin:0;
padding:0;
}

/* General Style Info */
body {
	background-color: #666; /*#df503d;*/
	color: #000;
	font-family: "frutiger linotype", "lucida grande", "helvetica", "arial", sans-serif;
	font-size: 76%;
	line-height:1.4em;
}
a {
	color: #003d4c;
	text-decoration: underline;
}
a:hover {
	
	color: #003d4c;
	text-decoration:none;
}
a img {
	border:none;
}
em {
	font-size: 12px;
}
h1, h2, h3, h4 {
	
	font-weight:normal;
}
h1 {
	color: #003d4c;
	font-size: 180%;
	margin: 0.3em 0;
}
h2 {
	color: #993333; /*#df503d;*/
	font-size: 160%;
	margin: 0.3em 0;
	padding-top: 1em;
}
h3 {
	color: #993333; /*#df503d;*/
	font-size: 140%;
	padding-top: 2em;
}
h4 {
	color: #993333; /*#df503d;*/
	font-size: 120%;
	padding-top: 0.5em;
}
h5 {
	color: #993333; /*#df503d;*/
	font-size: 110%;
	padding-top: 0.5em;
}
h6{
font-family: "Georgia", "lucida grande", "helvetica", "arial", sans-serif;
	font-size:100%;
	font-weight: bold;
	padding-top: 1.5em;
}

ul{list-style:none;}
li{list-style-image: url(/img/bdot.gif);}
ul, li {
	margin: 0 12px;
}

/* Layout */
#container {
	text-align: left;
	width:885px;
	margin:0px auto;
	padding:15px 0 0 0;
}

#header{
width:885px;
	background-color: #fff;
	height: 160px;
	background: url('/img/bg_header.2.gif') no-repeat;
}

.logo{padding:40px 0 0 60px;}

.nav{width:885px;text-align:right;padding:6px 0 0 0;}
.nav ul{list-style:none;text-align:right;}
.nav li{float:right;padding:5px 10px 3px 10px;list-style:none;}
.nav li a{color:#330000;text-decoration:none;font-size: 110%;font-weight:bold;}
.nav li a:hover{color:#993333; /*#df503d;*/}
.nav li.active{background:#444444;}
.nav li.active a{color:#df503d}


#header h1 { 
	color: #ffffff;
	background: url('/img/cake.icon.png') no-repeat;
	height: 60px;
}
#header h1 a { 
	color: #ffffff;
	background: #2C6877;
	text-decoration: none;
}
#header h1 a:hover { 
	color: #ffffff;
	background: #003d4c;
	text-decoration: none;
}
#content{
width:870px;
	background-color: #fff;
	color: #333;
	padding:0 0 0 7px;
	background: url('/img/bg_content.2.gif') repeat-y;
	float:left;
	overflow:hidden;
	
}
#footer {
	clear: both;
	background-color: #fff;
	width:885px;
	height: 160px;
	background: url('/img/bg_footer.3.gif') no-repeat;
	padding: 6px 10px;
	text-align: left;
}

#footer .footer_info{
text-align:left;
	color: #993333; /*#df503d;*/
	font-size: 100%;
	padding: 0;
	line-height:1.6em;
	padding:40px 0 0 130px;
	
	}



/* Tables */
/*table {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background-color: #f2f2f2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding: 1px 4px;
	text-align: center;
}
table tr td {
	border-right: 1px solid #ddd;
	padding: 4px 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	white-space: nowrap;
}
td.actions a {
	padding: 0 6px;
}
*/
#cakeSqlLog td {
	background: #fff;
	border-bottom: 2px solid #ccc;
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	color: #ccc;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 50%;
}
dl .altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	margin-top: 0;
	margin-right: 20px;
	padding: 0;
	width: 50%;
}
form div {
	/*border: 1px solid #ddd;*/
	clear: both;
	margin-bottom: 1em;
	padding: .8em 2em 1em 1.4em;
	vertical-align: text-top;
}
form div.required {
	color: #333;
	/*background: #f2f2f2;*/
	font-weight: bold;
}
form div.optional, form div.input {
	/*background: #f6f6f6;*/
	color: #444;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	
}
form div.submit input{background:#DF503D;border:1px solid #ac3c2d;color:#fff;padding:7px 10px 7px 10px;text-decoration:none;font-size:14px;text-align:center;}



label {
	display: block;
	font-size: 14px;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	display: block;
	font-size: 14px;
	width: 100%;
	padding:3px;
}
select {
	clear: both;
	font-size: 14px;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 14px;
	padding: 0 0.3em;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 2px 6px 7px 2px;
	width: auto;
}
input[type=submit] {
	display: inline;
	padding: 0 .4em;
	width: auto;
	vertical-align: bottom;
}

/* ADDED */
.input required textarea{padding:3px;}



/* Notices and Errors */
div.message, p.error, div.error-message {
	color: #900;
	font-size: 16px;
	font-weight: bold;
	margin: 8px 0px;
}
div.error-message {
	clear: both;
}
div.error em {
	font-size: 18px;
	color: #003d4c;
}
span.notice {
	background-color: #c6c65b;
	color: #fff;
	display: block;
	font-size: 16px;
	padding: 0.5em;
	margin: 1em 0;
}



/* Related */
div.related {
	clear: both;
	display: block;
}
div.related div.actions {
	position: relative;
	top: 4px;
	left: 0;
	text-align: left;
}
div.related div.actions ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.related div.actions li {
	list-style-type: none;
	margin: 0 0 4px 0px;
	padding: 0;
}
div.related div.actions ul li a{
	background:#fff;
	color: #2C6877;
	padding: 0;
	text-decoration: underline;
}
div.related div.actions ul li a:hover {
	background:#fff;
	color: #2C6877;
	text-decoration: none;
}


/* Articles */

.article{float:left;width:800px;}



/* Other */
pre {
	padding: 1em;
}







/**   ZEBRA TABLES	*/

	table.striped {
		border-right: 1px solid #D9D9D9;
		border-spacing: 0px;
	}

	* html table.striped {
		border-collapse:collapse;
	}

	table.striped tr td{
		font-family: "lucida grande", verdana, sans-serif;
		font-size: 8pt;
		padding: 8px 8px;
		background: #fff;
		
	}
	
	table.striped thead td{
		color: #fff;
		background-color: #290000;
		font-weight: bold;
		border-left:1px solid #333;
		border-bottom: 1px solid #222;
	}
	table.striped tbody td{
			border-left: 1px solid #D9D9D9;
			border-bottom: 1px solid #D9D9D9; 
	}
	
	table.selectable tbody tr{
		cursor: pointer;
	}

	table.selectable tbody tr.disabled{
		font-style: italic;
		color:#999;
		cursor: default;
	}
	
	table.striped tbody tr.even td{
		background: #eee;
		border-bottom: 1px solid #D9D9D9; 
	}
	
	/*table.striped tbody tr.selected td{
		background: #ffa89d;
		color: #ffffff;
		border-left: 1px solid #346DBE;
		border-bottom: 1px solid #7DAAEA; 
	}*/
	
	table.striped tbody tr.ruled td{
		color: #000;
		background-color: #C6E3FF; 
		/*font-weight: bold; */
		/*border-color: #3292FC; */
		border-left: 1px solid #D9D9D9;
	}
	
	/* Opera fix */
	head:first-child+body table.striped tr.ruled td{
		background-color: #C6E3FF; 
	}

	/*table.striped tbody tr.selected a {
		background-color:inherit;
		color:#DDDDDD;
	}*/
	table.striped tbody tr.ruled a {
		background-color:inherit;
		color:#1002CC;
	}
	table.striped tbody a:link {
		background-color:inherit;
		color:#1002CC;
	}
	table.striped tbody a:visited {
		background-color:inherit;
		color:#1002CC;
	}
	table.striped tbody a:active {
		background-color:inherit;
		color:#000000;
	}
	table.striped tbody a:hover {
		background-color:inherit;
		color:#000000;
		
	}

	.stripe_button
	{
		padding:3px;
		border: 1px solid #666;
		background-color: #C6E3FF;
		cursor: pointer;
	}

	table.sortable a.sortheader {
		background-color:inherit;
		color:#FFF;
		font-weight: bold;
		text-decoration: none;
		display: block;
	}
	
	table.sortable a.sortheader:hover {
		background-color:inherit;
		color:#C6E3FF;
	}
	
	table.sortable span.sortarrow {
		background-color:inherit;
		color: #CCC;
		text-decoration: none;
	}

	
/**  TABS	*/
#tabs {
	height: 28px;
	list-style: none;
padding:10px 0 0 0;
margin:0px;
}

#tabs li {
list-style:none;
	float: left;
margin:0; 
padding:0;
}

#tabs a {
	float: left;
	padding: 5px 12px;
	margin:0px;
	background-color: #CFC9C2;
	text-decoration: none;
	color: #555;
margin:0 2px 0 0;
border-top: 1px solid #f2e2d1;
border-right: 1px solid #f2e2d1;
border-left: 1px solid #f2e2d1;
border-bottom:1px solid #BFB9B3;
}

#tabs a:hover{
background:#fff;
color:#222;
border-top: 1px solid #ffa89c;
border-right: 1px solid #ffa89c;
border-left: 1px solid #ffa89c;
}

#tabs a.active-tab {
	background-color: #E5D9CC;
	border-top: 1px solid #DF503D;
border-right: 1px solid #E5D9CC;
border-left: 1px solid #E5D9CC;

border-bottom:1px solid #E5D9CC;


	padding-top: 5px;
	color: #222;
}

#tabs a.active-tab:hover{
border-top: 1px solid #DF503D;

}


/* HOME */
a.home_gallery{text-decoration:none; width:200px; height:200px;float:left; padding:10px 10px 10px 10px; z-index:50;}

/* styling for home featured */

a.home_gallery img {border:2px solid #fff;}
a.home_gallery:hover img{border:2px solid #DF503D;}


#blurb {

	padding: 5px;
	clear: both;
	/*background: #F3EEE8;*/
	font-size:80%;
	color:#DF503D;
	}

/*Added by Marty during the changes to the home page on 3/06/2008 */
#cmail_wrapper{
	float:left;
	background: url('/img/bg_line.2.gif') no-repeat;
}

#cmail_image{
	float:left;width:455px;padding:25px 25px 25px 65px;text-align:left;
}

#cmail_text{
	float:right;width:280px;overflow:hidden;padding:35px 20px 20px 20px;margin:0;text-align:left;
}


/* LOGIN */
#login{padding:20px 60px 60px 60px;}
#login input{color:#330000;width:200px;}
#login .submit{margin:0;padding:20px 0 0 0;}
#login .submit input{color:#fff;width:auto;}
#login h3{padding:20px 0 5px 0;}



/* UTILITY */
#flashMessage{margin:0;color:#fff;font-size:12px;text-align:left;background:#5F0000;width:100%;text-align:left;}
.message{width:885px;padding:10px 0 10px 20px;background:#5F0000;color:#fff;margin:0 auto;text-align:left;}

.cake-stack-trace{position:relative;top:0px;left:0px;background:#fff;padding:20px;text-align:left;font-size:120%;background:#fff;float:left;border:2px solid #330000;}
.cake_debug{position:absolute;top:0px;left:0px;background:#fff;padding:20px;text-align:left;font-size:120%;border:2px solid #330000;}

