/* GENERAL FORMATING */
p { text-align: justify; }
h1,h2,h3,h4,h5,h6 { font-family: Georgia, "Helvetica Neue", Helvetica, Arial, sans-serif; color: #559411; }
h1, h2 { font-size: 2.5em; line-height: 1; margin-bottom: 0.7em; }
h1, h2, h3 {	letter-spacing: -1px; }
h4 {	letter-spacing: -1px; }
a { color: #2c5705; text-decoration: underline; }
a:hover { color: #CC0000;  text-decoration: underline; }
a:active { color: #666; }
a img { border: none; }
ul li { list-style-position: inside; }

.data p, p.data { text-align: left; }
/*.alt { color: #666; 	font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 	font-style: italic; font-weight: normal; }*/

/* CONTENT */
.contentbody ul li { list-style-image: url(images/greydotsm.png); font-size: 120%;}
.contentbody ol li { font-size: 120%;}
.contentbody p { font-size: 120%;}
.faq { font-weight:bold; margin-bottom: 0.2em; }
.faqlist li { font-weight:bold; margin-bottom: 0.5em; }

/* SIDEBARS */
.sidebar {  }
.sidebarsection { margin-bottom: 10px; }
.innersidebar { padding: 10px 10px 10px 10px;}
.sidebar ul { list-style-type: none; margin-left: 0; }
.sidebar ol { margin-left: 0; }
.sidebar li { list-style-position: outside; padding-left: 0; font-size: 110%;}
.sidebar ol li { list-style-position: inside; padding-left: 10px; font-size: 110%;}
.sidebar h3 { margin-bottom: 0.1em; color: #000; font-size: 2em;}
.sidebar li a { color: #2c5705; text-decoration: none; }
.sidebar li a:hover { color: #CC0000; text-decoration: underline; }

/* BOXED CONTENT */
.innercontent { padding: 5px 10px 5px 10px;  }
.innerwhitebox { margin: 10px 10px 10px 10px; background-color: #fff; min-height: 400px;}
.innerwhitebox2 { margin: 10px 10px 10px 10px; background-color: #fff;}
div.boxinner { position:relative; background-color: #c0c0ff; }

/* ROUNDED CORNERS */
.box {position:relative;}
b.cn { position: absolute; height: 1px; width: 1px; margin: 0; padding: 0; background-color:#FFF; line-height: 1px; font-size: 1px; } 
b.tl {top: 0px; left: 0px;}
b.tr {top: 0px; right: 0px;}
b.bl {bottom: 0px; left: 0px;}
b.br {bottom: 0px; right: 0px; }
* html .box { height: 1%; }
.boxc {position:relative;}
.boxc b.cn { height: 10px; width: 10px; background: url(images/white.gif) no-repeat;} 
.boxc b.tl {top: -1px; left: -1px; background-position: top left;}
.boxc b.tr {top: -1px; right: -1px; background-position: top right;}
.boxc b.bl {bottom: -1px; left: -1px; background-position: bottom left;}
.boxc b.br {bottom: -1px; right: -1px; background-position: bottom right;}
/* IE Filters for ROUNDED CORNERS*/
* html .boxc b.bl {bottom:-2px}
* html .boxc b.br {bottom:-2px}
* html .boxc b.cn {background-image: url(images/white.gif); line-height: 1px; font-size: 1px; }

/* SITE HEADER */
.sitelogo {width: 150px; height: 45px; }
.siteheader { /*border-bottom: 1px solid #666;*/}
.tagline1 {color: #666; 	font-size: 120%; text-align: left; letter-spacing: -1px; font-weight: bold; color: #4e6983; padding-top: 12px;}
.tagline2 {color: #666; 	font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 	font-style: italic; font-size: 150%; text-align: center; letter-spacing: -1px; }
.headerright {text-align: center; font-style: normal; font-size: 170%; letter-spacing: -1px; padding-top:7px;}
.loggedinas {text-align: center; margin-top: 0; font-size: 60%;}

/* HEADER MENU */
.headermenu { width: 950px; height: 25px; margin-bottom: 5px;}
.headermenu #menunav { margin: 0; padding: 0; }
.headermenu #menurest { height: 25px; margin: 0; padding: 0; background-image: url(images/menurest.png); background-repeat: repeat-x; overflow: hidden;}
.headermenu #menunav li { display: inline; }
.headermenu #menunav li { float: left; width: 100px; height: 25px; overflow: hidden; }
.headermenu #menunav li { background-image: url(images/menu_item.png); _background-image: url(images/menu_item.gif); background-repeat: no-repeat; }
.headermenu #menunav li a { font-size: 100%; color: #2c5705; font-size: 100%; text-decoration: none; float: left; width: 100px; height: 25px; text-align:center; padding-top: 3px; font-weight: bold;}
.headermenu #menunav li a:visited { color: #2c5705; }
.headermenu #menunav li a:hover { text-decoration: underline; color: #CC0000; }
.headermenu #menunav li { background-position: 0 0; }
.headermenu #menunav li:hover { background-position: 0 -25px; }
.headermenu #menunav li:active { background-position: 0 -50px; }
.headermenu #menunav li a.active { background-position: 0 -75px !important; }

/* SITE FOOTER */
.sitefooter { font-size:95%; }
.footerlink { padding-left: 5px; padding-right: 5px; text-align:center; float:left; }
.sap { width:1px; float:left; color:#413100; text-align:center; }
.sitefooter { border-top: 1px solid #666; margin-top: 10px; }
.copyright { text-align: right; }

/* CONTENT BODY */
.contentbody { min-height: 400px; }

/* FORMS */
.required label { background:url(images/forms_required.png) no-repeat center left; padding-left: 10px; }
div.required { clear: both; color:#222; font-weight:normal; }
div.optional { clear: both; color:#555; }
div.submit { clear: both; margin-top: 20px; }
input[type=submit] { width:200px; height: 3em; cursor:pointer; border:outset 1px #ccc; padding: 5px 5px 5px 5px; background:#999; color: #323232; font-weight:bold; padding: 1px 2px; background:url(images/formbg.gif) repeat-x left top; }
input[type=submit]:hover { background:url(images/formbg_on.gif) repeat-x left top; }
div.submit { clear: both; margin-top: 20px; }
form { padding: 10px 10px 10px 10px; }
label { display: block; font-size: 1em; color: #323232; }
input[type=checkbox] { float: left; clear: left; margin: 2px 6px 7px 2px; }
input[readonly=readonly] { background-color:#eaeaea; color:#323232; }
textarea[readonly=readonly] { background-color:#eaeaea; color:#323232; }
input, textarea { clear: both; display:block; font-size: 14px; font-family: inherit; color:#2c5705; }
select { clear: both; vertical-align: text-bottom;  font-family: inherit; color:#2c5705; }
option { font-family: inherit; padding: 0 0.3em; }

/* TABLES */
table th { color:#559411; font-size: 1.5em;}
table tr.altRow td { background: #eaeaea; }
table tr.errorRow td { background: #ff7373; }
table tr.modifiedRow td { background: #ffd673; }
table td.actions { white-space: nowrap; }
table td { font-size: 14px; }

/* CAKE SPECIFIC */
#cakeSqlLog td { text-align: left; padding: 4px 8px; background: #fff; border-bottom: 2px solid #ccc; }
#flashMessage, .error, .error_message { color:#900; font-size: 130%; font-weight: bold; }
.error_message { clear: both; }
.error em { font-size: 120%; color: #003d4c; }
.notice { color: #656565; font-size: 110%; background-color: #f4f4f4; padding: 0.5em; margin: 1em 0; display:block; }
.tip { color: #656565; background-color: #ddd; }
#flashdiv { padding: 5px 10px 5px 10px; }
.pagination { font-size:80%; text-align:center; }
.leftnav { float: left; padding-bottom: 5px; }
.rightnav { float: right; padding-bottom: 5px; }

