/* CONTAINER */
		
		html{
		padding:0;
		margin:0;
		}
		
		*{
		padding:0;
		margin:0;
		}

	body{
	background:url(otap_bg.jpg) no-repeat #FFFFFF fixed;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	font-size:78%; 
	background-position: 50px 160px;

	}

		#container {
			width: 990px;
			margin: 10px auto;
			line-height: 1.8em;
			color: #666;

		}

#mainwrap{
overflow:hidden;
height:100%;
clear:both;
background:url(body_borders_rptY.png) repeat-y;



}	

#detect_browser{
position:absolute;
top:0;
left:0;
position:fixed;
width:100%;
height:40px;
padding-top:5px;
background:url(warning_bg.png) repeat-x;
color:#FFF;
z-index:90000;
text-align:left;
font-size:18px;
opacity: 0.72;
 	filter:alpha(opacity=72);
	-moz-opacity: .72;
}	

#detect_browser a{
color:#99FF00;}
/* GENERAL MOJO AND MULA */
		
		h1 {

			font-weight: normal;
			font-size: 20px;
			color: #8336B2;
			margin-bottom: 30px;
			margin-left:5px;
			
		}
		
		h2 {
			color: #8336B2;
			font-size: 16px;
			padding-bottom: 5px;
			padding-top:5px;
		}
		
		h3 {
			color: #8336B2;
			font-size: 12px;
			padding-left:5px;
			
			/*border-left:#CCC 2px dotted;
			border-top:#CCC 2px dotted;
			border-right:#CCC 2px dotted;
	*/	}
		
		a {
			color:#0066CC;
			text-decoration:none;
		}

		a:hover {
			color:#0099FF;
			text-decoration:underline;
		}

		select {
			padding:4px;
		}
		
		
		.input {
		background:url(form_input_bg.png) no-repeat;
		color: #000000;border:none;
		height:25px;
		width:250px;
		padding:4px 10px 4px 5px;
		border:none;
		}
		.signin_form_field{
		background:url(signin_form_bg.png) no-repeat;
		border:none;
		height:62px;
		width:225px;
		padding:0px 40px 10px 0px;
		font-size:16px;	
		text-align:center;
			}	
		.uname_form_field{
		background:url(uname_form_bg.png) no-repeat;
		border:none;
		height:62px;
		width:225px;
		padding:0px 40px 10px 0px;
		font-size:16px;	
		text-align:center;
			}
		
		.pass_form_field{
		background:url(pass_form_bg.png) no-repeat;
		border:none;
		height:62px;
		width:225px;
		padding:0px 40px 10px 0px;
		font-size:16px;	
		text-align:center;
			}
		
		.button {
			
			background:url(button.png) no-repeat;
			cursor:pointer;
			width:128px;
			height:51px;
			font-size:13px;
			color:#FFF;		
			border:0px;
			font-weight:bold;
			margin:3px;
		}
		.button_disable{
			
			background:url(button_disable.png) no-repeat;
			cursor:pointer;
			width:128px;
			height:51px;
			font-size:13px;
			color:#CCCCCC;		
			border:0px;
			font-weight:bold;
			margin:3px;
		}
		
		
/* HEADER ELEMENTS */

#header {
background:url(logo.jpg) no-repeat #FFFFFF;
height:75px;
}
		
.header_heading{
font-size:18px;
float:left;
padding:7px 0 5px 100px;
}

.header_s_heading{
font-size:12px;
padding:0px 0 10px 275px;
clear:both;
line-height:10px;
}

.logo_heading{
font-size:32px;
font-family:Georgia, "Times New Roman", Times, serif;
float:left;
padding:0px 0 10px 0;
clear:both;
line-height:23px;
letter-spacing:0px;
}		
		
		#nav_upper{
		height:35px;
		clear:both;
		background:url(upper_nav_bg.gif) no-repeat right #FFFFFF;
		text-align:center;
		float:right;
		width:280px;
		padding-top:15px;
		}
		
		#nav_upper .home{
		background:url(home_icon.png) no-repeat left top;

		}
		
		#nav_lower{
		clear:both;
		height:80px;
		text-align:right;
		background:url(top_curve_bg.png) no-repeat bottom;
		padding:15px 5px 10px 5px;
		text-align:left;

		}

		#nav_lower_null{
		clear:both;
		height:30px;
		text-align:right;
		background:url(top_curve_bg.png) no-repeat bottom;
		text-align:left;
		}
		
		#nav_lower ul{}

		#nav_lower li{
		float:left;
		background:url(nav_bg_disable.jpg) no-repeat;
		height:60px;
		width:175px;
		list-style:none;
		margin-left:10px;
		}

		#nav_lower li a{
		float:left;
		background:url(nav_bg_disable.jpg) no-repeat;
		height:60px;
		width:175px;
		font-size:20px;
		text-decoration:none;
		padding:20px 0px 20px 0px;
		text-align:center;
		color:#999999;
		}

		#nav_lower li a:hover{
		color:#FF9900;
		text-decoration:none;
		}
		
		#nav_lower li a.current{
		color:#000000;
		text-decoration:none;
		background:url(nav_bg_selected.jpg) no-repeat;
		}
		
		#nav_upper ul{}
		
		#nav_upper li{
		float:right;
		list-style:none;
		display:block;
		}
		
		#nav_upper li a{
		display:block;
		padding:5px 5px 5px 5px;
		margin:5px;
		}
		
		#nav_upper li a:hover{

		}
		
		
		
		#nav_popup{
		clear:both;
		height:50px;
		width:100%;
		text-align:right;
		padding:0;
		text-align:center;
		background:#FFFFFF;
		}
		
		#nav_popup ul{}

		#nav_popup li{
		float:left;

		color:#000000
		height:50px;
		width:200px;
		list-style:none;
		margin-left:10px;
		}

		#nav_popup li a{
		background:#FFCC00;
		font-size:20px;
		text-decoration:none;
		height:40px;
		padding-top:20px;
		display:block;
		text-align:center;
		color:#000;
		width:200px;
		}

		#nav_popup li a:hover{
		color:#FFCC00;
		text-decoration:none;
		background:#000000;
		}
		
		
		
		
		

/* NAVIGATION ELEMENTS */
	
	#navigation{
			width:224px;
	}	
		
	#navigation ul {
			margin-left: 0;
			padding-left: 0;
			list-style-type: none;			
	}

#navigation .selected_nav{
		background:#FFFFCC;
		color:#000;
		}
		#navigation a {
			display: block;
			padding: 5px;
			border-bottom: 0px dotted #CCCC00;
		}

		#navigation a:link, #navlist a:visited {
			color: #FF9900;
			text-decoration: none;
		}
		
		#navigation a:hover {
			color:#CC6714;
			background:#FFC;
		}

/* THE SMALL BOX BELOW NAV */

		#navigation p {
			margin-top: 20px;
			padding: 10px;
			border-right: 1px dotted #CCCC00;
		}
		
		

		#content {
			width: 650px;
			padding:30px 20px 5px 20px;
			float:left;
		}
		
		#content p {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD; /* A faint grey line below the text */
			text-align:justify;
		}
		

/* SIDEBAR ELEMENTS */

		#sidebar {
			float: right;
			width: 250px;
			padding:30px 20px 5px 0px;
			border:#111111 0px solid;
			margin-right:8px;			
		}

#content h3 {
			color:#AAAAAA;
			font-size: 1.2em;
			padding:5px;
			margin:30px;
			text-align:center;
			/*border-left:#CCC 2px dotted;
			border-top:#CCC 2px dotted;
			border-right:#CCC 2px dotted;			
	*/	}


		#sidebar h3 {
			color: #8336B2;
			font-size: 12px;
			padding:0;
			margin:0;
			/*border-left:#CCC 2px dotted;
			border-top:#CCC 2px dotted;
			border-right:#CCC 2px dotted;			
	*/	}
#sidebar .reg4course{
	background:#FF9;
	padding:6px;
	-moz-border-radius: 8px;
-webkit-border-radius: 8px;
font-size:18px;
font-stretch:extra-condensed;
}

.reg_tbl{
	margin-left:0px;
	width:650px;
}

.reg_tbl td{
	padding:6px;
}
.reg_tbl input{
	padding:6px;
}

#sidebar .after_signin_msg{
background:#FF9;
	padding:8px;
	-moz-border-radius: 8px;
-webkit-border-radius: 8px;
margin-bottom:12px;
font-size:1.4em;
}
/* FOOTER ELEMENTS */

		#footer {
			clear: both;
			background:url(bottom_curve_bg.png) no-repeat top;
			height:50px;
			padding-top: 22px;
		
		}
		
		

.chk_as_ques {
float:left;
background:#FFF;
color:#333;
font-size:14px;
margin-top:20px;
}

.chk_as_sugg {
float:right;
background:#FFF990;
color:#000;
font-size:14px;
margin-top:20px;
padding-left:5px;
}


#right_top{
width:236px;
padding:10px;
height:267px;
margin:0px 10px 5px 0;
background:#FFFFFF;
overflow:auto;
border:0px dotted #CCC;
}
#right_middle{
width:236px;
padding:10px;
height:150px;
margin:0px 10px 5px 0;
background:#FFFFFF;
overflow:auto;
border:0px dotted #CCC;
}

#right_bottom{
width:236px;
padding:10px;
height:115px;
margin:0px 10px 5px 0;
background:#FFFFFF;
overflow:auto;
border:0px dotted #CCC;
}

.ajax-loading {
background:url(images/spinner.gif) no-repeat;

}

#left .ajax-loading-livejobs {
background:url(images/spinner.gif) no-repeat;
}



.seconds_class{
font-size:20px;
color:#FF0000;
}
.minutes_class{
font-size:20px;
color:#00BB00;
}

.hours_class{
font-size:20px;
color:#0000BB;
}

#home_div{
min-height:100px; 
text-align:left;
padding:16px;
margin-bottom:20px;
clear:both;
border:#FF9 1px solid;
background:#FFFFDD;
	-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}

#home_div a{
font-size:1.2em;
text-decoration:none;
}
#home_div a:hover {

			color:#0099FF;
			text-decoration:underline;

#assignment_container{
width:600px; 
float:left;

}

#misc_info{
width:190px;
float:right;
padding-top:80px;
}

#fadeBlock{
font-family: "Lucida Grande","Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; 
background:#FF9; padding:6px; font-size:14px; color:#333;
}

#fadeBlock li{
	text-align:left;
}

.error{
border:1px solid red;
}

.selected_td{
background:#FFFF66;
color:#555555;
border-bottom:#0000DD inset 1px;
}



.list {
display:block;
padding-left:10px;
}

.list a{
color:#0000FF;
text-decoration:none;
}

.list a:hover{
color:#555555;
}

.list_selected{
display:block;
padding-left:10px;
background:#00CC00;
color:#DDDDDD;

}
.validation{
text-align:left;
color: #8336B2;
width:100px;
}


.reg_divs{
position:absolute;
top:350px;
left:18%;
}
.reg_curr{
font-weight:bold;
color:#8336B2;
font-size:16px;
}
.reg_nor{
padding:5px;
font-size:14px;
}
