html{
	background: #FFF url(../img/sitedesign/bg.jpg) no-repeat scroll top center;
}
* {
	margin:0;
	padding:0;
}

/* ------------------- General Style Info --------------------*/
body {
	color: #1BDF23;
	font-family: Tahoma,verdana,helvetica,arial,sans-serif;
	font-size:11px;;
	margin: 0;
}
p {
 /*color: #1BDF23;*/
	font-size:11px;
	font-family: Tahoma,verdana,helvetica,arial,sans-serif;
}

blockquote p {width:550px;font-size:14px;font-style:italic;font-family: Tahoma,verdana,helvetica,arial,sans-serif;padding:0.5em;}

a {
	color: #2C93C0;
	text-decoration:none;
	font-size:11px;
	font-family: Tahoma,verdana,helvetica,arial,sans-serif;
}
a:hover {
	color: #003d4c;
	text-decoration:none;font-size:11px;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
	font-family: Tahoma,verdana,helvetica,arial,sans-serif;
}
h1 {
	background :transparent url('../img/sitedesign/header_arrow.jpg') no-repeat 0px 5px;
	font-family: Trebuchet MS;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 5px 20px;	
	color: #0061A6;
	text-align:left;
	line-height:21px;
}
h2 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #0061A6;
	padding: 15px 0 0px 0;
	margin: 0 0 5px 0;
	border-bottom:1px dotted #0061A6;
	text-align:left;
}
h3 {
	font-size: 11px;
	font-weight:bold;
	line-height: auto;
	color: #41A754;
	padding:4px 0;
}
h4 {
	color: #0061A6;
	font-weight: normal;
	padding-top: 0.5em;
}
h5 {
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 0.5em;
	color: #000000;
	border-bottom:1px dotted #000;
	margin-bottom: 1em;
}

hr {
    border: none;
	border-bottom: 1px dotted #DFDFDF;
}
ul, li {
	margin: 0 12px;
}
.center ul{
	padding:5px 0;

}

/* ------------------- Main Structure  -----------------------*/
#container {
 margin: 0 auto;
 width: 961px;
}

#header{
	width: 961px;
	height: 85px;
	padding:0;
	overflow: hidden;
	background:url(../img/sitedesign/header.jpg) no-repeat;
}

#mainMenu {
 clear:both;
 float: right;
 width: 961px;
}

#banner {
 float: left;
 width: 961px;
}

#countdown {
	margin:5px 0;
}

#link_more {
float: right; 
}

#sponsorads{ width: 961px;clear: both;}

/* ------------------- Main Structure  -----------------------*/


/* ------------------- Content Structure  -----------------------*/
div.content li {
 list-style-image: none;
}

#content { 
 float: left;
 color: #333;
 width: 961px;
 margin-top:5px;
 margin-bottom:5px;
 display: inline;
}

#content .left{
	float: left;
	min-height: 254px;
	width: 254px;
	/*clear: both;*/
}

/* #content .center{
	float: left;
	background-color:white;
	min-height:615px;
	width: 655px;
	margin-left: 10px;
	border: 1px solid #D6D6D6;
	padding: 20px;
	padding-top: 15px;
	text-align:justify;	
	line-height:18px;
} */

#content .content_body{
	float: right;
	min-height:615px;
	background-color:white;
	width: 641px;
	border: 1px solid #D6D6D6;
	padding: 20px;
	/* padding-top: 10px; */
	text-align:justify;
	line-height:18px;
}

#content .main_center{
	float: left;
	min-height:615px;
	background-color:white;
	width: 479px;
	margin-left: 10px;
	border: 1px solid #D6D6D6;
	padding: 20px;
	padding-top: 10px;
	text-align:justify;	
}

#content .right{
	float: right;
	width: 170px;
	min-height: 615px;
}

#content_action {
	float: right;
	margin-top:-25px;
}
/* ------------------- Content Structure  -----------------------*/



/* ------------------- Footer Styling  -----------------------*/

#footer { 
	background :transparent url('../img/sitedesign/footer.jpg') no-repeat top left;
	color: #7F7F7F;
	width: 961px;
	clear: both;
	margin-top: 5px; padding-top: 45px; 
	text-align: center;
	line-height:18px;
	margin-bottom:20px;
}

#footer a {
	color: #7F7F7F;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
/* ------------------- Footer Styling  -----------------------*/

/* ------------------- Pagination Styling  -------------------*/
div.paging {
	float: right;
	margin:5px;
	padding-top:0px;
	background:#fff;
	color: #017BBB;
	font-size:10px;
}
div.paging a{
	text-decoration:none;
}
div.paging div.disabled {
	display: none;
}
div.paging span {
	padding:2px 5px;
	background-color:#75D1F6;
	border:1px solid #017BBB;
	-moz-border-radius: 2px; -webkit-border-radius: 2px;	
}
div.paging span.current {
	color: white;
	background-color:#0090D0;
}
div.paging span a {
	text-decoration:none;
}
/* ------------------- Pagination Styling  -------------------*/

/* ------------------- Start - DATA LISTING -------------------*/
 dl { padding: 0.5em; } 
 dt { float: left; clear: left; width: 200px; text-align: right; font-weight: bold; } 
 dd { margin: 0 0 0 210px; padding: 0 0 0.5em 0; }
/* ------------------- End - DATA LISTING  -------------------*/

/* ------------------- Start - FORM ELEMENT -------------------*/
form {
	clear: both;
	padding: 0;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	display:inline;
}
label {
	display: block;
	*font-size: 12px;	
	_font-size: 12px;
	padding-right: 20px;
}

select {
	clear: both;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}

input.reg_btn {
  font-size: 12px;
  padding: 3px;
}

.memberBtn{
 float:right;
 padding-right:30px;
}
/* ------------------- End - FORM ELEMENT -------------------*/

/* Notices and Errors */
div.message {
background: #3D7BB4; 
border:2px solid #003362; 
padding:10px; 
color:white;
font-weight:bold;
text-align: center;
}
div.error-message {
	clear: both;
	color: red;
	font-weight: bold;
	width: 200px;
	display: inline;
	padding-left:10px;
}
p.error {
	background-color: #e32;
	color: #fff;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}


/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	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;
	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;
	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;
}

/*	Uploadify - admin side */
#ajaxLoad {
	height: 20px;
	display: none;
	position: relative;
	left: 300px;
}

b.ok {
	color: green;
}
b.error {
	color: #ff4a00;
}

div.error-message {
	clear: both;
	color: #ff4a00;
	font-weight: bold;
	width: 100%;
	font-size: .85em;
}

#ImageAddForm {
	font-size: .8em;
}

/*		Registration Page	*/
.register input, textarea {
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 250px;
	float: left;
	margin-right: 5px;
}

.register label {
	display:block;
	float:left;
	font-weight:bold;
	margin-right:10px;
	padding-top: 2px;
	padding-right:0;
	text-align:left;
	width:150px;
}

label.error {
color:red;
float:right;
font-weight:bold;
margin-left:3px;
width:200px;
}


/* Tables */
.admin {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
.admin th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
.admin th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
.admin th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
.admin td a{
}
.admin td a:hover{
	font-weight: bold;
}
.admin tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
.admin tr.altrow td {
	background: #f4f4f4;
}
.admin th.sorting, .admin td.sorting {
	text-align: center;
	white-space: nowrap;
	width: 100px;
}
.admin td.actions {
	text-align:center;
	white-space: nowrap;
	width: 70px;
}
.admin td.actions a {
	margin: 0px 6px;
	
}

/* Debug Console */
.cake-sql-log table {
	background: #f4f4f4;
}

.cake-sql-log { font-family:monospace; pwidth:100%; background:#000; color:#FFF; border-collapse:collapse;}

.cake-sql-log caption { background:#900; color:#FFF; }

.cake-sql-log caption {
	background-color:#900;
	color:#FFF;	
}

.cake-sql-log:hover {
	top:auto;
	bottom:0;
}

.cake-sql-log td:hover { font-size:10px; background:#FFA; }

.cake-sql-log td { font-size:9px; padding:1px; border:1px solid #999; background:#FFF; color:#000; }

.date{ 	color: #0061A6; }
.p_spaces p { margin:7px 0; }