* {
	margin:0;
	padding:0;
}

p
{
	margin: 1em;
}

/* General Style Info */
body {
	background: #35424B;
	color: #000;
	font-family: arial,verdana,helvetica,sans-serif;
	font-size:90%;
	margin: 0;
}
b {
	color: #2198ac;
}
a {
	color: #2198ac;
	text-decoration:none;
	font-weight: bold;
}
a:hover {
	color: #003d4c;
	text-decoration: underline;
}
a img {
	border:none;
}
textarea 
{
	border: 1px solid #d3d3d3;
	padding: 2px;
	color: #4a4a4a;
}

br.clear { clear: both; }
/* Layout */
#pageContainer {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	background:#eee;
	color: #3d3d3d;
}
#container {
	text-align: left;
}

#header{
	/*padding: 10px 20px;*/
	font-weight: bold;
	font-size: 85%;
}
#header div.search_box {
    float: right;
    padding-top: 10px;
    padding-right: 5px;
}
#header div.site_name {
    background: #eee;
	padding: 5px 0px 5px 20px;
}
#header h1 {
	font-size: 3em;
	font-weight: normal;
	color: #444;
}
#header h1 b {
	font-weight: normal;
}
#header h1 a {
	color: #fff;
	background: #003d4c;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	background: #003d4c;
	text-decoration: underline;
}
#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: #2198ac;
	font-weight: bold;
	color: #fff;
}
#flashMessage p {
	padding: 5px;
}
#flashMessage .error {
	background-color: #f00;
}
#flashMessage .success {
	background-color: #53DF73;
}
div.container {
	border: solid 1px #d3d3d3;
	background: #fff;
}
div.container3d {
	border: solid 1px #d3d3d3;
	border-right: solid 2px #d3d3d3;
	border-bottom: solid 2px #d3d3d3;
	background: #fff;
}
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;
}
#fullColumn {
	margin: 5px 5px 10px 15px;
	width: 958px;
	float: left;
}
#leftColumn {
	margin: 5px 5px 10px 15px;
	width: 581px;
	float: left;
}
#rightColumn {
	margin: 5px 5px 10px 10px;
	width: 358px;
	float: left;
}
#content{
	clear: both;
	padding: 10px 15px 10px 15px;
	color: #000;
}
#content h1 {
	font-size: 120%;
	color: #2397b4;
}
#content span.sub {
	display: block;
	color: #b1b1b1;
	font-size: 75%;
	font-weight: bold;
	margin-bottom: 8px;
}
#content img {
	border: solid 1px #d3d3d3;
	padding: 3px;
	margin: 2px 8px 2px 0px;
	overflow: hidden;
}
#content div.article {	
	padding-bottom: 5px;
	border-bottom: solid 1px #d3d3d3;
	margin-bottom: 5px;
}
#contentMenu {
	width: 580px;
	height:38px;
}
#contentMenu ul {
	margin: 0px 0px;
	padding: 0px 0px;
}
#contentMenu li {
	list-style-type: none;
	display: block;
	float: left;
	width: 144px;
	height: 37px;
	text-align: center;
	white-space: nowrap;
	line-height: 37px;
	background: url('/img/contentMenu.itembg.gif') repeat-x;
	border-bottom: solid 1px #d3d3d3;
	border-left: solid 1px #d3d3d3;
	border-collapse: collapse;
}

#contentMenu li:first-child {
	border-left: 0px;
}/*
#contentMenu li:last-child {
    border-right: solid 1px #d3d3d3;
}*/
#contentMenu li.selected {
	border-bottom: solid 1px #fff;
	color: #2198ac;
}
#contentMenu li div {
	font-weight: bold;
	font-size: 85%;
}
#contentMenu li.selected div {
	display: block;
	margin-left: 1px;
	margin-right: 1px;
	width: 143px;
	height: 37px;
	background: url('/img/contentMenu.itembg_selected.gif') repeat-x;
}
#contentMenu ul li a {
	display: block;
	width: 143px;
	height: 37px;
	color: #696969;
	text-decoration: none;
}
#contentMenu ul li.selected {
	color: #2198ac;
}
#contentMenu ul li a:hover {
	color: #2198ac;
}

#comments {
}

#comments .comment {
    border: solid 1px #f0f0f0;
    padding: 5px;
    margin-bottom: 5px;
    color: #000;
}
#comments i {
    color: #6A6A6A;
}

div.block_sub {
	padding: 8px 5px 0px 5px;
	margin-top: 5px; 
	border-top:solid 1px #f0f0f0;	
}
span.results {
	float: right;
	font-size: 80%;
	padding-top: 2px;
}
span.results a {
	color: #fc0031;
}
label {
    margin-left: 3px;
	color: #2397b4;
	font-size: 90%;
	font-weight: bold;
}
.poll_result_choice {
    font-size: 80%;
    font-weight: bold;
}

.graph { 
    position: relative; /* IE is dumb */
    width: 335px; 
    border: 1px solid #2397b4; 
    padding: 1px; 
    margin-bottom: 2px;
}
.graph .bar { 
    display: block;
    position: relative;
    background: #2397b4; 
    text-align: center; 
    color: #fff; 
    height: 10px; 
    line-height: 10px;  
    padding-top: 2px;
    padding-bottom: 2px;         
}
.graph .bar span { position: absolute; left: 1em; }


#footer 
{
	clear: both;
	border-top: solid 2px #586b7a;
	background: #fbfbfb;
	text-align: center;	
}
#footer div.section
{
    display: block;
    float: left;
    padding: 15px 0px 15px 15px;
    width: 21em;
    text-align: left;
}
div.section_sub {
	padding: 8px 0px 0px 0px;
	margin-top: 5px; 
	border-top:solid 1px #efefef;	
	font-size: 85%;
	color: #6a6a6a;
}
div.section_sub b {
	color: #6a6a6a;
}
div.section_sub img {
	margin-right: 5px;
}
div.section_sub span {
	padding: 5px;
	float: left;
}
div.section_sub span.label {
	width: 90px;
	font-weight: bold;
}
#copyright 
{
    clear: both;
    background: #fff;
    padding: 8px;
    color: #4c4c4c;
    border-top: solid 1px #e2e2e2;
    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;
}
