/* 
   Reset (http://meyerweb.com/eric/tools/css/reset/)
------------------------------------------------------------------- */

*,html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 
img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; 
font-size: 100%; vertical-align: baseline; background: transparent; } body { 
line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } 
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: 
none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }

/* 
   Cake PHP stuffs
------------------------------------------------------------------- */
.cake-debug {
	background:#D6D6C6;
}

/* 
   General 
------------------------------------------------------------------- */
span {
	padding-left:300px; 
}
html {
	font-size: 62.5%; /* reset 1em to 10px */
	height: 100%;
}

body {
	background: #0f1923;
	color: #5A5A50;
	font: normal 1.3em Georgia,sans-serif;
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}


/* 
   Typography 
------------------------------------------------------------------- */

p {
	line-height: 1.4em;
	padding: 0.2em 0 1.2em;
}

h1 {font: normal 2.5em Georgia,sans-serif;}
h2 {font: normal 2em Georgia,sans-serif;}
h3 {font: normal 1.8em Georgia,sans-serif;}
h4 {font: normal 1.6em Georgia,sans-serif;}
h5 {font: normal 1.2em Georgia,sans-serif;}
h6 {font: bold 1em Georgia,sans-serif;}

h1,h2,h3,h4,h5,h6 {margin-bottom: 1em;}

blockquote {
	background: #F6F6F2 url('../img/backgrounds.gif') no-repeat 0 -414px;
	border-bottom: 1px solid #E0E0D4;
	border-top: 1px solid #E0E0D4;
	color: #332;
	display: block;
	margin: 0.6em 0 1.6em;
	padding: 0.8em 1em 0.2em 46px;
}

.warning {
	color: #FF0000;
	padding: 20px 0px 20px 0px;
}
/* 
   Links 
------------------------------------------------------------------- */

a {color: #543;}
a:hover {
	color: #C40;
	text-decoration: underline;
}



/* 
   Images 
------------------------------------------------------------------- */

img.bordered {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}

img.left {margin: 0 15px 12px 0;}
img.right {margin: 0 0 15px 12px;}


/* 
   Floats
------------------------------------------------------------------- */

.left {float: left;}
.right {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}


/* 
   Misc 
------------------------------------------------------------------- */

.content_separator, .archive_separator {
	background: #D6D6C6;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 12px 0 24px;
}
.archive_separator {margin: 0 0 12px;}


/* 
   Layout 
------------------------------------------------------------------- */

/* General */
.center_wrapper {
	margin: 0 auto;
	width: 855px;
}

#header {
	background: #35322B url('../img/back-background.jpg') repeat-x;
	padding-top: 8px;
}


/* Toplinks */
#toplinks {
	background: #353530 url('../img/back-loginbox.jpg') no-repeat left top;
	color: #fff;
	float: right;
	font-size: 0.9em;
	height: 27px;
	width: 300px;
}
#toplinks_inner {
	padding-top: 3px;
	text-align: center;
}
#toplinks a {color: #887;}
#toplinks a:hover {color: #DDC;}

/* Site title */
#site_title {
	color: #998;
	padding: 0 0 16px;
}
#site_title a {
	color: #FFF;
	text-decoration: none;
}
#site_title a:hover {color: #FFB;}
#site_title h1 span {color: #CCB;}


/* Main */
#main_wrapper_outer {background-color:#f4f2e8;}
#main_wrapper_inner {
	background-color:#f4f2e8;
	line-height: 1.4em;
	padding: 24px 0;
}
#main {
	font: normal 0.9em Verdana,sans-serif;
	width: 540px;
}

#main ol, #main ul {margin: 0 0 1.2em 1.6em;}
#main ul li {list-style: disc;}
#main ol li {list-style: decimal;}
#main li {padding: 2px 0;}


/* Sidebar */
#sidebar {
	color: #665;
	width: 286px;
	border-left: 1px solid #CCB;
}
#sidebar_content {padding-left: 25px;}
#sidebar a {color: #665;}
#sidebar a:hover {color: #C40;}


/* Dashboard */
#dashboard {
	background: #dadacb;
	border-top: 1px solid #858580;
}
#dashboard_content {padding: 16px 0 22px;}

#dashboard .col3 {width: 255px;}
#dashboard .col3mid {width: 337px;}
#dashboard .col3mid .col3_content {
	border-left: 1px solid #CCB;
	border-right: 1px solid #CCB;
	padding: 0 20px;
	margin: 0 20px;
}

#dashboard li {
	color: #887;
	padding: 5px 0;
}
#dashboard li {border-bottom: 1px solid #C6C6B6;}
#dashboard li a {
	color: #606050;
	text-decoration: none;
}
#dashboard li a:hover {
	color: #332;
	text-decoration: underline;
}


/* Footer links */
#footer {
	color: #AA9;
	padding: 12px 0;
}
#footer a {color: #BBA;}
#footer .right, #footer .right a {
	color: #777;
	text-decoration: none;
}
#footer a:hover {color: #CCB;}


/* 
   Posts 
------------------------------------------------------------------- */

.post {margin-bottom: 24px;}

.post_title a,.post_date a {text-decoration: none;}
.post_date a:hover,.post_meta a:hover {text-decoration: underline;}

.post_date {
	color: #777;
	margin-bottom: 14px;
}
.post_date a {color: #444;}

.post_meta {
	background: url('../img/grain_light.gif');
	border: 1px solid #E5E5D5;
	color: #776;
	font-size: 0.9em;
	padding: 8px 10px;
}
.post_meta a {color: #665;}
.post_meta a:hover {color: #001;}

/* Archives */
.archive_pagination {margin-bottom: 1.6em;}
.archive_post {margin-bottom: 1em;}
.archive_post_date {
	background: url('../img/grain_light.gif');
	border-bottom: 1px solid #C5C5B5;
	border-right: 1px solid #CFCFBF;
	float: left;
	margin-right: 12px;
	padding: 3px 0 5px;
	text-align: center;
	width: 44px;
}
.archive_post_day {font: normal 1.8em Georgia,serif;}


/* 
   Thumbnails
------------------------------------------------------------------- */

.thumbnails {margin: 0 -0 2em -8px;}
.thumbnails a.thumb {	
	background: url('../img/grain_dark.gif');
	display: block;
	float: left;
	margin: 0 0 8px 8px;
	padding: 3px;
}
.thumbnails a.thumb:hover {background: #C6C6BA;}
.thumbnails .thumb img {display: block;}


/* 
   Box
------------------------------------------------------------------- */

.box {margin-bottom: 1.5em;}
.box_title {
	background: url('../img/grain_dark.gif');
	color: #665;
	font-weight: bold;
	padding: 5px 8px;
}
.box_content {padding: 8px 0 8px;}
.box li {
	border-top: 1px solid #DDC;
	padding: 4px 6px;
}
.box li:first-child {border-top: none;}


/* 
   Comments 
------------------------------------------------------------------- */

div.comment_list {
	border-top: 1px solid #D6D6C6; 
	margin: 1em 0 2em;
}

.comment {
	border-bottom: 1px solid #D6D6C6;
	padding-top: 10px;
}
.comment_date {
	font-size: 0.9em;
	padding-top: 4px;
}
.comment_date a {
	color: #665;
	text-decoration: none;
}
.comment_date a:hover {
	color: #001;
	text-decoration: underline;
}
.comment_body {padding-top: 4px;}

.comment_gravatar {width: 48px;}
.comment_gravatar img {
	background: #FFF;
	border: 1px solid #DDD;
	padding: 2px;
}
.comment_author {padding-top: 3px;}


/* 
   IE float/background fixes
------------------------------------------------------------------- */

.legend, blockquote, #sidebar {min-height: 0.01%;}




/* Navigation Menu */

.navigation {
background-color:#0f1923;
}



FORM {
	 PADDING-LEFT: 1em; PADDING-BOTTOM: 1em;  PADDING-TOP: 1em; }
.login {
	BACKGROUND: url(../gfx/user.gif) no-repeat 95% 1em

}
.contact {
	BACKGROUND: url(../gfx/email2.gif) no-repeat 95% 1em

}
FIELDSET DIV {
	CLEAR: both; MARGIN: 0.3em 0px
}
FORM {
	MARGIN: 1em;
}
LABEL {
	FLOAT: left; WIDTH: 160px; MARGIN-RIGHT: 1em; TEXT-ALIGN: right
}
LEGEND {
	FONT-SIZE: 1.2em; COLOR: #0b77b7
}
LEGEND SPAN {
	WIDTH: 10em; TEXT-ALIGN: right
}
INPUT {
	BORDER-RIGHT: #ddd 1px solid; PADDING-RIGHT: 0.15em; BORDER-TOP: #ddd 1px solid; PADDING-LEFT: 0.15em; BACKGROUND: #fafafa; PADDING-BOTTOM: 0.15em; FONT: 0.95em arial, sans-serif; BORDER-LEFT: #ddd 1px solid;  PADDING-TOP: 0.15em; BORDER-BOTTOM: #ddd 1px solid; 
}
TEXTAREA {
	resize: none; BORDER-RIGHT: #ddd 1px solid; PADDING-RIGHT: 0.15em; BORDER-TOP: #ddd 1px solid; PADDING-LEFT: 0.15em; BACKGROUND: #fafafa; PADDING-BOTTOM: 0.15em; FONT: 0.95em arial, sans-serif; BORDER-LEFT: #ddd 1px solid;  PADDING-TOP: 0.15em; BORDER-BOTTOM: #ddd 1px solid; 
}
INPUT:hover {
	BORDER-LEFT-COLOR: #c5c5c5; BACKGROUND: #f6f6f6; BORDER-BOTTOM-COLOR: #c5c5c5; BORDER-TOP-COLOR: #c5c5c5; BORDER-RIGHT-COLOR: #c5c5c5
}
INPUT:focus {
	BORDER-LEFT-COLOR: #c5c5c5; BACKGROUND: #f6f6f6; BORDER-BOTTOM-COLOR: #c5c5c5; BORDER-TOP-COLOR: #c5c5c5; BORDER-RIGHT-COLOR: #c5c5c5
}
TEXTAREA:focus {
	resize: none; BORDER-LEFT-COLOR: #c5c5c5; BACKGROUND: #f6f6f6; BORDER-BOTTOM-COLOR: #c5c5c5; BORDER-TOP-COLOR: #c5c5c5; BORDER-RIGHT-COLOR: #c5c5c5
}

FIELDSET {
	BORDER-RIGHT: #ddd 1px solid; PADDING-RIGHT: 0.5em; BORDER-TOP: #ddd 1px solid; PADDING-LEFT: 0.5em; PADDING-BOTTOM: 0.5em; BORDER-LEFT: #ddd 1px solid; PADDING-TOP: 0px; BORDER-BOTTOM: #ddd 1px solid;
}


SELECT {
	BORDER-RIGHT: #ddd 1px solid; WIDTH: 133px; PADDING-RIGHT: 0.15em; BORDER-TOP: #ddd 1px solid; PADDING-LEFT: 0.15em; BACKGROUND: #fafafa; PADDING-BOTTOM: 0.15em; FONT: 0.95em arial, sans-serif; BORDER-LEFT: #ddd 1px solid; PADDING-TOP: 0.15em; BORDER-BOTTOM: #ddd 1px solid; 
}
SELECT :hover {
	BORDER-LEFT-COLOR: #c5c5c5; BACKGROUND: #f6f6f6; BORDER-BOTTOM-COLOR: #c5c5c5; BORDER-TOP-COLOR: #c5c5c5; BORDER-RIGHT-COLOR: #c5c5c5
}
SELECT :focus {
	BORDER-LEFT-COLOR: #c5c5c5; BACKGROUND: #f6f6f6; BORDER-BOTTOM-COLOR: #c5c5c5; BORDER-TOP-COLOR: #c5c5c5; BORDER-RIGHT-COLOR: #c5c5c5
}
.radio {
	POSITION: relative
}

.radio FIELDSET {
	PADDING-RIGHT: 0px; PADDING-LEFT: 11em; PADDING-BOTTOM: 0px; WIDTH: auto; BORDER-TOP-STYLE: none; PADDING-TOP: 1px; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none
}

.radio LEGEND {
	FONT-SIZE: 1em; COLOR: #000
}
.radio LEGEND SPAN {
	DISPLAY: block; LEFT: 0px; WIDTH: 10em; POSITION: absolute; TOP: 0.3em
}
.date LEGEND SPAN {
	DISPLAY: block; LEFT: 0px; WIDTH: 10em; POSITION: absolute; TOP: 0.3em
}
.radio LABEL {
	DISPLAY: inline; BACKGROUND: none transparent scroll repeat 0% 0%; FLOAT: none; VERTICAL-ALIGN: middle; WIDTH: auto; BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none
}
.radio INPUT {
	DISPLAY: inline; BACKGROUND: none transparent scroll repeat 0% 0%; FLOAT: none; VERTICAL-ALIGN: middle; WIDTH: auto; BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none
}
.radio DIV {
	CLEAR: none; FLOAT: left; WHITE-SPACE: nowrap
}
.email {
	WIDTH: 14em
}
INPUT.default {
	COLOR: #bbb
}
.submit { padding-left:170px; padding-top:15px; }
#submit-go {
	BORDER-TOP-WIDTH: 0px; MARGIN-TOP: 1em; DISPLAY: block; BORDER-LEFT-WIDTH: 0px; BACKGROUND: url(../gfx/submit-button.gif) no-repeat 0px 0px; BORDER-BOTTOM-WIDTH: 0px; OVERFLOW: hidden; WIDTH: 69px; CURSOR: pointer! important; TEXT-INDENT: -9999px; HEIGHT: 26px; BORDER-RIGHT-WIDTH: 0px
}
#submit-go:hover {
	BACKGROUND-POSITION: 0px -26px
}
.message { padding:2px; }

.message:hover { background-color:#efefef; display:block; padding:2px; }

.message .controls { display: none; }   
.message:hover .controls { display: block; }  

.infobox { 
	width: 750px;
	margin: 0 auto;
	padding:20px;
	color: #444466;
	font-weight: bold;
	background:url(../img/largebg.jpg) #fff bottom repeat-x; 
	border:1px solid #5a2a50;
}

.gradbox { 
	width:815px;
	margin: 0 auto;
	padding:20px;
	background:url(../img/largebg.jpg) #fff bottom repeat-x; 
	border:1px solid #5a5a50;
}

.mcq-cont { 
	width: 700px;
	height: auto;
	margin: 0 auto;
	padding:20px;
	background:url(../img/largebg.jpg) #fff bottom repeat-x; 
	border:1px solid #5a5a50;
}

.mcq-cont label{
	height:20px;
	vertical-align: middle;
	padding-left: 100px;	
	
}
.mcq-cont input{
	float: auto;
	height:18px;
	vertical-align: middle;
}

.mcq-cont textarea{
	float:auto;
}

/* ERROR MESSAGE HANDLING */

#authMessage
{ 

	font-size:12px;
	font-weight:bold;
	margin: 15px auto 15px auto;
	padding:5px 5px 5px 5px;
	background-color:#FECFD0;
	border:1px solid #ff0000;
	color:#ff0000;
	text-align:center;
}

#errorMessage
{ 

	font-size:12px;
	font-weight:bold;
	margin: 15px auto 15px auto;
	padding:5px 5px 5px 5px;
	background-color:#FECFD0;
	border:1px solid #ff0000;
	color:#ff0000;
	text-align:center;
}

#flashMessage
{ 

	font-size:12px;
	font-weight:bold;
	margin: 15px auto 15px auto;
	padding:5px 5px 5px 5px;
	background-color:#B1DCA7;
	border:#669900 solid 1px;
	color:#669900;
	text-align:center;
}

.error-message 
{
	font-size:12px;
	font-weight:bold;
	margin: 15px auto 15px auto;
	padding:5px 5px 5px 5px;
	background-color:#FECFD0;
	border:1px solid #ff0000;
	color:#ff0000;
	text-align:center;
}


.boxTop, .boxMain, .boxBot {
	width: 855px;
	height: 25px;
	margin: 0 auto;
}
.boxTop {
	background-image: url(../img/loginpage-bgtop.gif) ;
	margin-top: 50px;
}
.boxMain {
	background-image: url(../img/loginpage-bgtile.gif) ;
	line-height: 1.4em;
	width: 855px;
	height: auto;
	padding: 0 25px;
}
.boxBot {
	background-image: url(../img/loginpage-bgbot.gif);
}

.col_left {
	width: 500px;
	padding: 0px 0 0 10px;
	float: left;
	border-right: 1px dashed #ccc;	
}
.col_right {
	text-align: center;
	width: 280px;
	float: right;
	
}


.clearb {
	clear: both;
}


/* tables */

table.tab1 {
	font-family:arial;
	background-color: #1b5996;
	margin:2px 0pt 2px;
	font-size: 12px;
	width: 100%;
	text-align: left;
	border:1px solid #ccc;

}
table.tab1 thead tr th, table.tab1 tfoot tr th {
	background-color: #5a5a50;
	border: 1px solid #f4f2e8;
	color:#f4f2e8;
	font-size: 12px;
	padding: 4px;	height:20px;

}
table.tab1 thead tr .header {
	background-image: url(img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	height:20px;
}
table.tab1 tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tab1 tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tab1 thead tr .headerSortUp {
	background-image: url(img/asc.gif);
	height:20px;
}
table.tab1 thead tr .headerSortDown {
	background-image: url(img/desc.gif);
	height:20px;
}
table.tab1 thead tr .headerSortDown, table.tab1 thead tr .headerSortUp {
background-color: #8dbdd8;
}


table.tablesorter {
	font-family:arial;
	background-color: #1b5996;
	margin:2px 0pt 2px;
	font-size: 12px;
	width: 100%;
	text-align: left;
	border:1px solid #ccc;

}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #5a5a50;
	border: 1px solid #f4f2e8;
	color:#f4f2e8;
	font-size: 12px;
	padding: 4px;	height:20px;
}
table.tablesorter thead tr .header {
	background-image: url(img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	height:20px;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
	height:20px;
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
	height:20px;
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}
table.tablesorter a {
	color: #DDDDDD;
}

table.tablesorter a.tlink {
	color: #5A5A50;
}


/**
 * ----------------------------------------------------------------------------
 * toggleElements.css - Stylesheet for jQuery-Plugin toggleElements
 * ----------------------------------------------------------------------------
 */

/* Screen ------------------------------------------------------------------- */


	/* Toggler - default style */
	.toggler {
	   margin:0px 0 1px 0;
		cursor:pointer;
		text-decoration: none;
		font-size: 1em;
		font-weight:bold;
		height:25px;
		line-height:25px;
		display: block;
	}
	.toggler-closed {
		color:#333;
		padding-left:3px;
		height:25px;		padding-right:5px;

		background: #ccc url('../icons/max.png') center right no-repeat;
	}
	.toggler-closed:hover {
		color: #333;
		padding-left:3px;
		padding-right:5px;
		height:25px;
		background: #ccc url('../icons/max.png') center right no-repeat;
	}
	.toggler-opened {
		color:#333;
		padding-left:3px;
		height:25px;		padding-right:5px;

		background: #ccc url('../icons/min.png') center right no-repeat;
	}
	.toggler-opened:hover {
		color: #333;
		padding-left:3px;
		height:25px;		padding-right:5px;

		background: #ccc url('../icons/min.png') center right no-repeat;
	}



/* begin css tabs */

ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 0; /* set margins as desired */
font: bold 11px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 0px solid #ccc; /* set border COLOR as desired */
list-style-type: none;
padding: 8px 0px 8px 0px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

ul#tabnav li a { /* settings for all tab links */
padding: 8px 6px 8px 6px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px 1px 0px 1px solid #5a5a50; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #dadacb; /* set unselected tab background color as desired */
color: #5a5a50; /* set unselected tab link color as desired */
margin-right: -3px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav li.selected a{ /*selected tab effect*/
background: #5a5a50; /* set desired hover color */
color: #fff; /* set unselected tab link color as desired */
}

ul#tabnav .selected { /*selected tab effect*/
background: #5a5a50; /* set desired hover color */
color: #fff; /* set unselected tab link color as desired */
}

ul#tabnav a:hover { /* settings for hover effect */
background: #5a5a50; /* set desired hover color */
color: #fff; /* set unselected tab link color as desired */
}

/* end css tabs */
