/* General Layout Stylesheet */ 
body {
	color: #333;
	background: #FFFFFF;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	padding-top: 5px;
	margin: 0px;
	font-size: .8em;
}

a:link,a:visited {
	color: #006699;
	text-decoration: none;
}

.helpform {
	background:#FFFCDF;
	padding: 5px;
	border: 1px dashed #B3CDEB;
}
a:hover,a:focus {
	color: #3399CC;
	text-decoration: none;
}

#helpdeskdiv {
	display: none;
}
#helpdeskinfodiv {
	margin-top: 6px;
}
.isenrolledprev { background: #FA8072; }

hr.clear {
	border: 0px;
	margin: 0px;
}

hr.dashed {
	border: 0px;
	border-top: 1px dashed #CCCCCC;
}

div.menunavigation {
	width: 100%;
}

#outer {
	text-align: left;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

#container {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: #fff;
    width: 998px;
}

.studentDetails {
	
}

#content {
	float: right;
	color: #333333;
	padding: 5px;
	padding-top: 0px;
	margin: 0px;
	background: url(/images/pix/body_bg.jpg) bottom right no-repeat #fff;
	width: 810px;
	min-height: 600px;
}

.newsitem {
	font-size: 0.9em;
}

h1,h2,h3 {
	color: #0b76c8;
	padding-top: 0px;
}

h3 {
	font-weight: 300;
	font-size: 20px;
    margin-top: 0px;
}

#header {
	background: url(/images/pix/header_bg.png) top left no-repeat #fff;
	height: 108px;
	width: 100%;
	padding: 0px;
}

#logo {
	background: url(/images/pix/logo.png) no-repeat;
	height: 101px;
	width: 171px;
	float: left;
	margin: 4px;
}

h1.headermain {
	color: #fff;
	font-weight: normal;
	font-size: 1.55em !important;
	padding-top: 20px;
	padding-left: 220px;
	margin: 0px;
}

.footer {
	background: url(/images/pix/footer_bg.png) top right no-repeat #12438f;
	width: 100%;
	color: #fff;
	height: 48px;
}

.footer p {
	font-size: .75em;
	padding-top: 5px;
	color: #fff;
	text-align: center;
	margin: 0;
}

/** Print page styles **/
#print h1 {
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
}

#print .lead-title {
	margin-top: 0px;
	font-weight: bold;
	text-align: center;
}

#print .student-info {
	font-weight: bold;
	text-align: center;
}
.printmain {
	border-top: 1px solid #bbe0ff;
	margin-top: 8px;
	background: #F5FBFF;
}

#print .course {
	font-weight: bold;
	text-align: center;
	font-size: 1.15em;
	margin-bottom: 30px;
	margin-top: 30px;
}

#print .print-footer span {
	float: left;
}

#print table {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}

#print table th {
	padding-bottom: 10px;
}

#print table .left {
	text-align: left;
}

#print table td {
	vertical-align: top;
}

/** Print page select option **/
#myselectbox {
	background: url(../js/dijit/themes/tundra/images/validationInputBg.png)
		repeat-x scroll left top;
	border: 1px solid #B3B3B3;
	line-height: normal;
	margin: 0 0.1em;
	vertical-align: middle;
}

#ar-header label {
	font-weight: bold;
}

#ar-header {
	margin-bottom: 10px;
}

/** Helper styles **/
.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

.clearfix {
	display: inline-block;
}

/** Menu related styles **/
#menu {
	float: left;
	color: #333333;
	width: 165px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 0px;
}

.menuheading {
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 6px;
	background: transparent url(/images/sidebarHeaderSub.png) center left;
	color: #ffffff;
	font-weight: 500;
	font-size: 1em;
	margin: 0 0 0 0;
	line-height: 1.8;
    width: 160px;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 0;
	line-height: 1em;
}

#menu li {
	float: left;
	white-space: nowrap;
	margin: 0;
	background-color: #efefef;
	display: block;
}

#menu a {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #333333;
	font-size: 0.8em;
	padding-left: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	width: 160px;
	display: block;
}

#menu li a:hover, a.current { /*background-color: transparent;
	background-image: url(/images/sidebarHeaderSub.png);
	color: #FFFFFF;*/ /*font-weight: 700;*/
	background-color: #B3CDEB;
	display: block;
}

#menu li.active {
	background-color: #B3CDEB;
}

#menu a:visited {
	color: black;
}

/** Style the forms now **/
.zend_form {
	width: 460px;
	margin: 5px auto;
	padding: 0;
	overflow: auto;
}

.zend_form dt {
	padding: 0;
	clear: both;
	width: 30%;
	float: left;
	text-align: right;
	margin: 5px 5px 5px 0;
}

.zend_form dd {
	padding: 0;
	float: left;
	width: 68%;
	margin: 5px 2px 5px 0;
}

.zend_form p {
	padding: 0;
	margin: 0;
}

.zend_form input,.zend_form textarea {
	margin: 0 0 2px 0;
	padding: 0;
}

#fieldset-Campus {
	height: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	border: 1px solid #ccc;
	clear: both;
	padding: 5px;
}

.errors {
	color: #BF2F2F;

}

.error {
	color: red;
	padding: 5px;
}

.zend_form  ul.errors {
	color: #ff0000;
	margin: 0px;
}

.submit {
	float: right;
}

.required:before {
	content: '* '
}

/* .optional:before{content:'+ '} */ /* Customize my profile section */
.myprofile {
	width: 100%;;
}

.myprofile input[type="text"],.myprofile textarea,.myprofile select[name="LCountry"],.myprofile select[name="MCountry"],.myprofile select[name="Ocountry"]
	{
	/*width: 200px;*/
}

.myprofile .submit {
	border: 0px;
	background: transparent;
}

.myprofile .submit dt {
	display: none;
}

form .myprofile legend {
	padding-left: 0;
	font-weight: bold;
	padding: 3px;
}

form .myprofile legend,form .myprofile label {
	color: #333;
}

form .myprofile fieldset {
	border: none;
	border-top: 1px solid #bbe0ff;
	background: url(/images/pix/form-fieldset.gif) left bottom repeat-x;
	margin-top: 5px;
}

form .myprofile fieldset fieldset {
	background: none;
}

form .myprofile fieldset li {
	padding: 5px 10px 7px;
	background: url(/images/pix/form-divider.gif) left bottom repeat-x;
}

/**
	Action tunner styles
*/
.textButtonNode {
	border: 1px solid #c0c0c0;
	border-bottom: 1px solid #9b9b9b;
	padding: 0.1em 0.2em 0.2em 0.2em;
	background: #fff url(/images/pix/buttonEnabled.png) repeat-x bottom left;
}

/** Custom related styles **/
.infotitle {
	font-weight: bold;
	width: 300px;
}

.hiddenEl {
	display: none;
}

.steps {
	padding: 3px;
	font-weight:bold; 
	margin-top: 4px;
	margin-left: 5px;
	color: #517F27;
}

#classesTable {
	width: 100%;
	margin:0;
	border: 1px solid #CCCCCC;
}

#classesTable td {
	padding: 2px;
	font-size: 0.8em;
}

td.classesTableRow {
	border-top: 1px inset #CCCCCC;
}

td.classesTableRowCampus {
	border-top: 1px inset #CCCCCC;
	background: #EBEBEB;
	padding: 1px;
}

td.classesTableRowCampusEmpty {
	background: #EBEBEB;
	padding: 1px;
}

tr.classesTableHeaderTop {
	background: transparent url(/images/sidebarHeaderSub.png) center left;
	color: #FFFFFF;
}

tr.classesTableHeader {
	background: #DFF4FF;
}

#loadmsg {
	width: 100px;
	visibility: hidden;
	background: #DFF4FF;
	font-size: 0.85em;
	padding: 5px;
}

.enrollrow {
	padding: 2px;
	border-bottom: 1px dotted #cccccc;
    font-size: 90%;
}

.enrollrowenrolled {
	background: #779ABF;
}

.enrollrowcomplete {
	font-style: italic;
}

.iselective {
	background: #EFE0EF;
}
.iscoremodule {
	background: #FFFCDF;
}

.isprereq {
	color: #BF2F2F;
    cursor: pointer !important;
}

.iscoreq {
	color: #000;
    cursor: pointer !important;
}

.logininfo {
	font-size: 0.8em;
	text-align:right;
	color: #FFFFFF;
	position: absolute;
	top: 25px;
	margin:0 auto;
	width:1000px;
}
.logininfo a {
	color: #FFFFFF;
	text-decoration: underline;
}

#confirmenrolment-label {
	display: none;
}

#confirmform{
	padding: 0px;
	margin-left: -20px;
}

.loginForm {
	width: 500px;
	padding: 10px;
	border-top: 1px solid #BBE0FF;background:#F5FBFF;
}

.sysmsg {
	background: #FFFCDF;
	padding: 2px;
	border: 1px dashed #B3CDEB;
}

#enrTimer {
	font-size: 1.1em;
	font-family: sans-serif;
	font-weight: normal;
	border-bottom: 1px solid #517F27;
 	padding: 3px;
	padding-right: 0;
}

#enrTimer .number {
	background: #517F27;
	color: #FFFFFF;
	padding: 3px;
	font-weight: bolder;
}

.iscomplete {


	font-style: italic;
	color: #4F677F;
}
