/*
Acid App Panel by Nathan 'Mastergreed' Usarzewicz
*/

@import url('reset.css');

body { 
  font-size: 90%;
  color: #545454; 
  font-family: "Helvetica", Arial, sans-serif;
  background: #fff url(../img/bg.gif) repeat-x top left;
}

/* ================ */
/* Container        */
/* ================ */

h2 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #385C69 !important;
}

#container {
	width:980px;
	float:left;
	margin-left: 20px;
}

/* ================ */
/* Header           */
/* ================ */

#panel-top {
	height:36px;
}

	#logo {
		float:left;
		width:128px;
	}
	#logo h1 {
		margin:0px;
		padding:0px;
	}
	#logo h1 a img { border: none !important; padding: 0 !important; margin: 0 !important; }
	
	#nav {
		float:left;
		width:620px;
	}
	#nav ul {
		margin:0px;
		padding:6px 0px 0px 0px;
		list-style:none;
		font-weight:bold;
		text-transform:lowercase;
	}
	#nav ul li {
		display:inline;
	}
	#nav ul li a {
		padding:5px;
		color:#eee;
	}
	#nav ul li a:hover {
		text-decoration:underline;
	}
	
	#session {
		float:right;
		color:#eee;
		font-weight:bold;
		text-transform:lowercase;
	}
	#session span {
		position:relative;
		top:6px;
	}
	#session a {
		color:#9DE2F6;
	}
	#session a:hover {
		text-decoration:underline;
	}
	
#panel-middle {
	height:42px;
}

	#return {
		float:left;
		width:128px;
	}
	#return span {
		position:relative;
		top:11px;
	}
	#return a {
		color:#fff;
	}
	#return a:hover {
		text-decoration:underline;
	}
	
	#subnav {
		float:left;
		width:720px;
	}
	#subnav ul {
		margin:0px;
		padding:10px 0px 0px 0px;
		list-style:none;
		font-weight:bold;
		text-transform:lowercase;
	}
	#subnav ul li {
		display:inline;
	}
	#subnav ul li a {
		padding:5px 6px;
		background:#fff url(../img/bg_btn.gif) repeat-x bottom left;
		border:2px solid #84C0D2;
		color:#545454;
		-moz-border-radius: 10px;
		-khtml-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	#subnav ul li a:hover {
		border:2px solid #4A9DB6;
		text-decoration:none;
	}
	
#panel-bottom {
	height:80px;
}

	#headline {
		float:left;
		
	}
	#headline h3 {
		font-family: Arial, sans-serif;
		font-size:35px;
		font-weight:normal;
		color:#385C69 !important;
		margin:0px;
		padding:14px 0px;
	}
	
/* ================ */
/* Primary          */
/* ================ */

#primary {
	float:right;
	width: 850px;
	padding:20px 0px;
}

/* ================ */
/* Front Columns    */
/* ================ */

#col-left {
	float:left;
	width:420px;
}

#col-right {
	float:left;
	width:420px;
	padding-left:10px;
}

/* ================ */
/* Primary          */
/* ================ */

#columns h4,
#content h3,
#content h4,
#login h2 {
	font-family: Arial, sans-serif;
	font-size:24px;
	font-weight:normal;
	color: #2F6681 !important;
	margin:0px;
	padding:14px 0px;
}
#content h4 {
	font-size: 16px;
}

/* ================ */
/* Footer           */
/* ================ */

#footer {
	clear:both;
	padding:15px 0px 60px 0px;
}
	
	.footer {
		float:right;
		width: 846px;
		padding:6px 2px;
		border-top:1px solid #f9f9f9;
		color:#CDCDCD;
		font-size:70%;
	}
	.footer a {
		color:#CDCDCD;
		text-decoration:underline;
	}
	.footer a:hover {
		color:#97E8FF;
	}
	
/* ====================== */
/* Notice Boxes           */
/* ====================== */

.data, dl {
	background: #DEF1F8;
	border: 1px solid #CBDFE7;
}



.notice {
	background: #FFFECC;	
	border: 1px solid #FAECB5;
}

.message {
	background: #FFFECC;	
	border: 1px solid #FAECB5;
	font-size: 14px;
	font-weight: bold;
}

.success {
	background: #E2F9E3;	
	border: 1px solid #9ECE9E;
}

.error {
	background: #FFEDEF;	
	border: 1px solid #FFC5CC;
}

.notice,
.message,
.success,
.error,
.data {
	color: #636363;
	font-size: 0.92em;
	padding: 14px;
	margin: 6px 0px;
}

.notice span,
.message span,
.success span,
.error span,
.data span {
	display: block;
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 2px;
}

.success span { color: #579157; }
.error span { color: #CF8790 }
.notice span { color: #BBAB67; }
.message span { color: #BBAB67; }
.data span { color: #8BC3D9; }

.notice p,
.success p,
.error p,
.data p {
	margin: 0px;padding: 0px;
}

.notice a { color: #BBAB67; }
.success a { color: #579157; }
.error a { color: #CF8790; }
.data a { color: #8BC3D9;}

.notice a,
.success a,
.error a,
.data a {
	font-weight: bold;
}
.notice a:hover,
.success a:hover,
.error a:hover,
.data a:hover {
	text-decoration: underline;
}

	.data ul {
		margin: 0px;
		padding: 12px 0 12px 0;
	}
	.data ul li {
		display: block;
		padding: 5px;
		border-bottom: 1px solid #C7EAF7;
	}
	.data ul li span {
		font-size: 1.0em;
		color: #636363;
	}
	
/* ====================== */
/* Tables                 */
/* ====================== */

dl {
	line-height: 2em;
	margin: 0em 0em;
	padding-left: 10px;
	padding: 5px;
	
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
	border-bottom: 1px solid #C7EAF7;
}
dd {
	margin-left: 12em;
	margin-top: -2em;
	vertical-align: top;
}

table {
	width: 100%;
	border: 5px solid #DEF1F8;
}

/* Header */

thead tr th {
	font-weight: bold;
	background: #474849;
	color: #eee;
	padding: 12px 13px;
}

/* Body */

	tbody tr td {
		border-top: 1px solid #DEF1F8;
		padding: 12px 13px;
		background: #EDF3F5;
	}
		tbody tr.alt td { background: #fff; }
		
	tbody tr:hover td {
		background: #FFFECC;
	}
	
/* ====================== */
/* Forms                  */
/* ====================== */

form {
	background: #E7F4F8;
	padding: 16px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

form.filterform {
	background: #efefef;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: none;
	padding: 2px;
	margin-bottom: 4px;
}

form.filterform div.input {
	padding: 0px;
}

form.candidateform {
	background: none;
	padding: 0px;
}

form.candidateform fieldset {
	background: #E7F4F8;
	padding: 8px;
	padding-top: 0px;
	-moz-border-radius: 0px;;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #4A9DB6;
}
form.candidateform fieldset legend {
	position: relative;
	font-size: 16px;
	padding: 5px;
	
}
div.explanation {
	position: relative;
	margin-left: 20px;
	margin-top: 10px;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
div.explanationsmall {
	position: relative;
	margin-left: 155px;
	margin-top: 0px;
	font-size: 11px;
	color: #666666;
	width: 300px;
}
div.input, .input_field {
	clear:both;
	padding: 6px;
}
div.groups div.checkbox {
	margin-left: 150px;
	height: 30px;
	background: #FFFECC;
	width: 300px;
	margin-top: 15px;
}

div.courses div.checkbox {
	margin-left: 150px;
	height: 30px;
	width: 300px;
	margin-top: 15px;
}

div.groups div.checkbox label, div.courses div.checkbox label {
	font-weight: bold;
}
div.inline {
	float: left;
	clear: none;
}
div.inline label {
	text-align: left !important;
	width: auto !important;
}
div.input label, .input_field label {
	display:block;
	text-align:right;
	width:140px;
	float:left;
	position: relative;
	top:6px;
	padding-right: 6px;
}
div.input select {
	border: 3px solid #DFF1F6;
	padding: 6px;
}
div.input select.inline {
	float: left;
}

div.checkbox {
	float: none;
	clear: right;
}

fieldset.optionsfldset div.checkbox {
	margin-bottom: 10px;
	margin-right: 40px;
	font-weight: bold;
	clear: none;
	float: left;
}

input[type=checkbox] {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}
div.checkbox label{
	margin-right: 10px;
	padding: 0px;
	width: auto;
}

div.text input, div.textarea textarea, input[type=password] {
	padding: 6px;
	border: 3px solid #DFF1F6;
	width: 225px;
}
div.text input:focus, .input:focus {
	border-color: #9DE2F6;
}

div.text input.invalid {
	background: #FFEDEF;	
	border: 2px solid #FFC5CC;
}

span.invalid {
	padding-left: 18px;
	font-style: italic;
	margin-left: 4px;
	background: url(../img/validate_error.png) no-repeat left; 
	color: #D33232;
}

span.checked {
	padding-left: 18px;
	font-style: italic;
	margin-left: 4px;
	background: url(../img/validate_success.png) no-repeat left; 
	color: #39CE31;
}

.smallfield { width: 100px; }
.mediumfield { width: 200px; }
.bigfield { width: 400px; }
.textarea {
	font-family: "Helvetica", Arial, sans-serif;
}
	
.validate_success,
.validate_error {
	padding-left: 18px;
	font-style: italic;
	margin-left: 4px;
}
	.validate_success { background: url(../img/validate_success.png) no-repeat left; color: #39CE31; }
	.validate_error { background: url(../img/validate_error.png) no-repeat left; color: #D33232; }

	
/* ====================== */
/* Pagination             */
/* ====================== */

.paginator { 
	margin: 0px; 
	padding: 0px;  
	list-style: none; 
	display: block;
	clear: both;
	padding: 8px 0px 0px;
}
.paginator li {
	display: inline;
}
.paging a,
.paging div,
.current a,
.previous a,
.next a,
.page a {
	background: #E7F4F8;
	border: 1px solid #E7F4F8;
	padding: 5px 7px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.previous a:hover,
.next a:hover,
.page a:hover {
	border-color: #9DE2F6;
	color: #39B2D4;
}
.current a {
	background: #42BFE2;
	border-color: #1C99BD;
	color: #fff;
}
.empty {
	color: #888;
	padding: 5px 7px;
}
	
/* ====================== */
/* Login                  */
/* ====================== */
	
#loginbody { background: #fff; }
	
#login {
	width: 400px;
	margin: 20px auto;
}	
	#loginbox {
		padding-top: 40px;
	}
	#loginbox h2 {
		text-align: center;
	}
	
	#loginform p {
		margin: 0px;
		padding: 4px 0px;
	}
	#loginform label {
		color: #8BC3D9;
		font-size: 10px;
		padding-left: 4px;
	}
	#loginform .loginfield {
		width: 350px;
		font-family: "Georgia",Times,serif;
		font-size: 24px;
	}
	p.lostpswrd {
		margin: 0px;
		padding: 12px;
		font-size: 10px;
	}
	
/* ====================== */
/* Other Elements         */
/* ====================== */

/* Img */

a img {
	border: 1px solid #EBF4F7;
	padding: 4px;
}
a:hover img {
	border-color: #6ED0EC;
}

/* Code & Pre & Blockquote */

code {
	display: inline;
	padding: 2px 6px;
	background: #F7F7F7;
	margin: 0px 5px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.9em;
}

pre {
	display: block;
	white-space: normal;
	background: #F7F7F7;
	padding: 10px 12px;
	margin: 14px 0px;
	clear: both;
	font-size: 0.9em;
}

blockquote {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 10px 10px 10px 70px;
	font-style: italic;
}

/* Buttons */


.button,
input[type="submit"] {
	padding:5px 6px;
	background:#fff url(../img/bg_btn.gif) repeat-x bottom left;
	border:2px solid #84C0D2;
	color:#545454;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-weight:bold;
	text-transform:lowercase;
	color: #545454;
	margin: 0px 2px;
	cursor: pointer;
	cursor: hand;
}
.greenbtn	{
	border:2px solid #99CC00;
}
.yellbtn	{
	border:2px solid #FFCC00;
}
.redbtn	{
	border:2px solid #990000;
}

.button:hover,
input[type="submit"]:hover {
	border:2px solid #4A9DB6;
	text-decoration:none;
	color: #545454;
}

/* Hide elements and align them */

.hidden {display:none;}
.left {float:left;}
.right {float:right;}

/* Padding classess */

.ptop { padding-top: 12px; }
.pbottom { padding-bottom: 12px; }
.pleft { padding-left: 12px; }
.pright { padding-right: 12px; }

/* Margin classess */

.mtop { margin-top: 12px; }
.mbottom { margin-bottom: 12px; }
.mleft { margin-left: 12px; }
.mright { margin-right: 12px; }

.index h2 {
	display: none;
}

#pagcontent {
	position: relative;
	font-family: Arial, sans-serif;
}

#waitoverlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	opacity: .8;
	filter: alpha(opacity=80);
	z-index: 100;
	display: none;
	text-align: center;
}
#waitoverlay img {
	margin-top: 50px;
}
.paging {
	position: relative;
	width: 50%;
	height: 35px;
	margin-top: 15px;
	float: left;
}
.paging div, .paging a {
	position: relative;
	float: left;
	margin-right: 5px;
}

.numbers a {
	position: relative;
	float: none;
	margin: 0px;
} 

div.actions {
	position: relative;
	float: right;
	margin-top: 20px;
}
div.actions ul {
	margin: 0px;
	list-style: none;
}
div.actions li {
	float: left;
	display: block;
	margin: 2px;	
}
td.actions {
	width: 180px;
	text-align: center;
}
legend {
	font-size: 16px;
	font-weight: bold;
	color: #4A9DB6;
}
#coursesfld, #groupsfld, #restform {
	display: none;
}
#restform {
	position: relative;
	margin-bottom: 20px;
}
div.candidates {
	width: 880px;	
}
div.candidates .submit {
	margin-top: 20px;
}
#groupsboxes, #coursesboxes {
	position: relative;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#groupsboxes div, #coursesboxes div {
	position: relative;
	display: block;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #ffffff;
	font-size: 12px;
	color: white;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 350px;
	float: left;
}
#groupsboxes p, #coursesboxes p {
	padding: 0px;
	margin: 0px;
}
span.groupdesc {
}
#groupsboxes div.available {
	cursor: pointer;
	background-color: #67BBD3;
}
#groupsboxes div.fl {
	background-color: #999999;
}
#groupsboxes div.selected {
	background-color: #99CC00 !important;
}
#coursesboxes div.coursebox {
	cursor: pointer;
	background-color: #ffffff;
	border: 1px solid #9DE2F6;
	color: #666666 !important;
}
#coursesboxes div.selected {
	border: 3px solid #99CC00;
}
.groupname {
	font-weight: bold;
	clear: both;
}
.groupfull {
	float: right;
	text-align: right;
}
hr.pxhr {
	background:none;
	height: 1px;
	border:none;
	border-bottom:solid 1px #dddddd;
	margin-bottom: 10px;
	clear: both;
}
div.emptyset {
	position: relative;
	width: 100%;
	background: #FFFECC;	
	border: 1px solid #FAECB5;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
table.contacttable {
	margin-left: 100px;
	width: 650px;
}
table.contacttable, table.contacttable td {
	border: none;
	background: none;
}
table.contacttable p {
	margin: 0px;
	padding: 0px;
}
div.candidates #pagcontent {
	width: 1100px;
}
#pagcontent tr {
}
span.paymentok {
	padding: 4px 8px;
	background: #99CC00;
	color: #ffffff;
}
span.paymentno {
	padding: 4px 8px;
	background: #999999;
	color: #ffffff;
}