* { margin: 0px; padding: 0px; }

body  
{
	margin: 0px; 
	padding: 0px; 
	background-color: #ebebeb; 
	font-family: Arial; 
	font-size: 12px;
}
 
a { text-decoration: none; color: #e65824; }
 
a:hover { text-decoration: underline; }
 
div.header 
{
	display: block;
	height: 70px;
	background-color: #fff;
	background-image: url('../img/header_bg.jpg');
	background-repeat: repeat-x;
}

div.container { border: solid 1px #d3d3d3; background: #fff; }
 
div.logo
{ 
	float: left; 
	display: inline; 
	width: 300px; 
	height: 70px; 
}

br.clear { clear: both; }
 
div.search_box {
    
}

div.sub_header_line
{
	display: block;
	overflow: hidden;
	height: 3px;
	background-color: #e65824;
}

div.pageBody {
    background-color: #ebebeb;
    background: url('../img/page_bg.gif');
    background-repeat: repeat-x;
}

div.mainDiv
{
	width: 995px;
	margin-left: auto;
	margin-right: auto;
}

#leftColumn
{
	float: left;
	width: 190px;
	margin: 5px;
}

.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(../img/menuo_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(../img/menuo_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(../img/menuo_hover_right.gif) no-repeat right top; /*right tab image path*/
}

div.submenu 
{
	background-color: #e26020;
	color: #fff;
	font-weight: bold;
	padding: 5px;
}

div.submenu a { color: #fff; }

#contentArea 
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	background: #fff;
	clear: both;
}

div.block { margin-bottom: 5px; }

div.block h3 { border-bottom: solid 1px #e26020; }

div.block_sub {
	padding: 8px 0px 0px 0px;
	margin-top: 5px; 
	border-top:solid 1px #f0f0f0;	
}
span.results {
	float: right;
	font-size: 80%;
	padding-top: 2px;
}

label 
{
    margin-left: 3px;
	color: #e26020;
	font-size: 100%;
	font-weight: bold;
}
.poll_result_choice {
    font-size: 80%;
    font-weight: bold;
}

.graph { 
    position: relative; 
    border: 1px solid #E65824; 
    padding: 1px; 
    margin-bottom: 2px;
}
.graph .bar { 
    display: block;
    position: relative;
    background: #E65824; 
    text-align: center; 
    color: #fff; 
    height: 10px; 
    line-height: 10px;  
    padding-top: 2px;
    padding-bottom: 2px;         
}
.graph .bar span { position: absolute; left: 1em; }

.clear { clear: both; }

div.sections
{	
	font-size: 120%;
	background-color: #d0d0d0;
	border-right: 1px solid #c6c6c6;
	border-left: 1px solid #c6c6c6;
	padding-bottom: 6px;
}
 
a.section
{
	display: block; 
	overflow: hidden; 
	width: 180px; 
	height: 34px; 
	line-height: 34px; 
	padding-left: 10px; 
	background-color: #fff; 
	border-top: 4px solid #dfdfdf; 
	font-weight: bold; 
	text-decoration: none;
}

a.section:hover { background-color: #efefef; }
 
div.contentDiv
{
	float: left;
	width: 780px;
	margin: 5px;
}
 
p.error_msg {
    padding: 5px;
    color: #f00;
    font-weight: bold;
}

div.block {
	border-bottom: solid 2px #d3d3d3;	
	padding: 5px;
}

div.block div {
	color: #6a6a6a;
}

hr {
	height: 1px;
	border: solid 1px #b1b1b1;
}

#menu {
	background: #d3d3d3;
	width: 990px;
	height:39px;
}
#menu ul {
	margin: 0px 8px 0px 8px;
	padding: 0;
}
#menu li {
	list-style-type: none;
	display: block;
	float: left;
	width: 160px;
	height: 37px;
	text-align: center;
	white-space: nowrap;
	line-height: 37px;
	background: url('/img/menu.itembg.gif') repeat-x;
	border: solid 1px #c5c5c5;
	border-collapse: collapse;
}
#menu li.selected {
	border-bottom: solid 1px #eee;
	color: #2198ac;
}
#menu li.selected div {
	display: block;
	margin-left: 1px;
	margin-right: 1px;
	width: 158px;
	height: 37px;
	background: url('/img/menu.itembg_selected.gif') repeat-x;
}
#menu ul li a {
	display: block;
	width: 162px;
	height: 37px;
	color: #696969;
	text-decoration: none;
}
#menu ul li.selected a {
	color: #2198ac;
}
#menu ul li a:hover {
	color: #2198ac;
}
#flashMessage {
	text-align: center;
	background-color: #e65824;
	font-weight: bold;
	color: #fff;
	margin-bottom: 5px;
}
#flashMessage p {
	padding: 5px;
}
#flashMessage .error {
	background-color: #f00;
}
#flashMessage .success {
	background-color: #53DF73;
}

input, textarea, select
{
    color: #e65824;
    background: #efefef;
    border: 1px solid #c6c6c6;
    padding: 2px;
    font-family: Arial;
    font-size: 120%;
}

input[type="checkbox"]
{
    background: #fff;
    border: 0px;
}

input[type="submit"]  
{
	font-weight: bold;
    padding: 2px;
}

input[type="submit"]:hover
{
    color: #fff;
    background: #e65824;
    cursor: pointer;
}

input[type="button"] { 
    padding: 0px 2px 0px 2px;
}

input[type="button"]:hover
{
    color: #fff;
    background: #e65824;
    cursor: pointer;
}

#footer 
{
	clear: both;
	border-top: solid 1px #586b7a;
	background: #fbfbfb;
	text-align: center;	
}

#copyright 
{
    clear: both;
    background: #fff;
    padding: 8px;
    color: #4c4c4c;
    text-align: center;
    font-weight: bold;
    font-size: 85%;
}
/* Debugging */
table.cake-sql-log th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
table.cake-sql-log th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
table.cake-sql-log th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table.cake-sql-log td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: left;
	vertical-align: top;
}
table.cake-sql-log table tr.altrow td {
	background: #f4f4f4;
}
table.cake-sql-log td.actions {
	text-align: center;
	white-space: nowrap;
}
table.cake-sql-log td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}
