@charset "utf-8";
/* CSS Document */

/*******************************************************
		PROJECT: SCORE

		DESCRIPTION:
		This CSS file comprises layout elements for
		all site pages.
		
		CREATED: 

*******************************************************/







/*******************************************************
	_HOME LOGIN
*******************************************************/
div#home-login {
	padding-top:18px;
	color:#b7c291;
}

div#home-login a {
	color:#afc15b;
}

span.login-forgot-pass {
	font-size:11px;
}

div#home-login-intro {
	float:left;
	width:247px;
	margin-right:50px;
	
	text-align:right;
}

div#home-login-intro h4 {
 	width: 247px;
	height: 13px;
	position: relative;
	margin: 0 0 4px 0;
	padding: 0;
	font-size: .6em;
	line-height:.6em;
}

div#home-login-intro h4 span {
	top: 0px;
	left: 0px;
 	width: 247px;
	height: 13px;
	background: url(../images/txt-already-registered.gif) no-repeat top left;
	position: absolute;
	z-index:1;
}

div#home-login-intro h5 {
	font-weight:normal;
	margin:0;
	padding:0;
}

div#home-login-email {
	float:left;
	width:185px;
}

div#home-login-password {
	float:left;
	width:290px;
}

div#home-login-submit {
	padding-top: 8px;
	float:left;
	width:85px;
}

/*******************************************************
	_LOGIN PAGE
*******************************************************/

form#loginForm h4 {
	font-size:12px;
	margin: 0 0 2px 0;
}

form#loginForm input.loginInput {
	margin: 0 0 12px 0;
}

body#page-login #wrapper_content {
/*	padding-left: 500px;*/
}




/*******************************************************
	_MISC
*******************************************************/
div.section {padding-bottom: 24px;}

div.col1, div.col2 {
	float: left;
	display: inline;
	width: 45%;
}

div.col1 {margin-right: 24px;}


div.insetRt {
	float: right;
	margin: 0 0 16px 16px;
}

div.dot-h {
	height: 1px;
	line-height:1px;
	font-size:1px;
	margin: 12px 0;
	background: url(../images/dot-h.gif) repeat-x top left;
}

.clear { clear: both; font-size: 0px; line-height: 0px; height: 0px;}
div.hide {display: none;}


.errorMsg {color: #C00;}
.warning {color: #600;}

.notice, .status{padding: 4px;}

.notice, .status, .warning {
	width:450px;
	margin: 0 0 16px 0;
	background-color:#e3f1a3;
	border: 1px solid #b6cf95;
}

.warning {
	border: 1px solid #e8c7c7;
	padding: 12px 4px 4px 36px;
	background:url(../images/i-warn.jpg) no-repeat 0px 6px #f7ecec;
	min-height:26px;
}
.warning a {
	color: #A00;	
}
.notice p, .status p, .warning p {margin:0;padding: 0;}
.status img, .warning img {display: inline;margin: 0 4px 0 0;vertical-align:middle;}

.errorField {
	background-color:#f7ecec;
}



/*******************************************************
	_Downloads
*******************************************************/
div.dlCon {
	padding: 12px 0 0 24px;
}

div.dlItem {
	margin-bottom:28px;
	width:500px;
}

div.dlItem h4 {
	font-size:14px;
	margin: 0;
}

div.dlItem h5 {
	margin: 0;
	font-weight:normal;
}

.dlDate {
	font-size:11px;
	font-weight:normal;
	padding-left:4px;
	color:#88857e;
}

.dlDesc {
	margin: 4px 0 0 0;
}


.dlIcon {
	width:36px;
	float:left;
}

.dlItem div.clearer {
	clear:left;
}

span.home-list-sm-txt {
	font-size:11px;
}


/*******************************************************
	_DASHBOARD / USERS / QUIZZES
*******************************************************/
h2.dashboard_headings {
	margin: 0 0 2px 0;	
}
div.topLinksLt {
	float: left;
	width: 460px;
}
div.topLinksRt {
	float:left;
	text-align:right;
	width: 192px;
}
div.topLinksRt input {vertical-align:middle;}
input.userSearch {
	width: 120px;
}
input.searchSubmit {
	width: 60px;	
}
p.topLinks {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0 0 8px 0;
	padding: 0;
}
p.topLinks img {
	display:inline;
	margin: 0 5px 0 0;
	vertical-align:middle;
}
/*
div.userCon div.userSection {
	width: 310px;
}*/

.edit_user_col1 {
	float: left;
	width: 338px;
	margin-right: 16px;
}
.edit_user_col2 {
	float: left;
	width: 420px;
}
.edit_user_col1 h3,
.edit_user_col2 h3 {
	background-color: #cdc5b4;
	border: 1px solid #f6f5f2;
	border-bottom-width: 0px;
	padding: 5px 10px;
	margin: 0 0 0 0;
}
div.userSection {
	padding: 8px;
	border: 1px solid #f6f5f2;
	background-color:#ede9df;	
	margin: 0 0 10px 0;
}
div.userSection h4 {
	margin: 0 0 2px 0;	
}
div.userSection input,
div.userSection select,
div.userSection textarea {
	float: none;
}



table {
	width:100%;
	margin: 0 0 24px 0;
	background-color: #f6f5f2;
}

td, th {
	padding: 4px;
}

tr.row td {background-color: #f4efe4;}
tr.altRow td {background-color: #efeadf;}

th {
	color: #333029;
	background-color:#e7e2d7;
}

th a:link {color: #333;}
th a:visited {color: #333;}
th a:active {color: #333;}
th a:hover {color: #333;}

td.rowTools {
	width:90px;
}


