/*CSS for the Homepage Sidebar*/

#login_section form{
	padding:0;
	margin:0;
	position:relative; 
	height:24px
}

#login_section form span a:link{
font-size:10px;
color:#f879bc;
}

.input_field{
	border:none;
	background:url(images/login_boxs_BG.png) repeat-x;
	width:85px;
	height:24px;
	margin:0 0 0 0;
	padding:3px 4px 4px 9px;
	color:#FFFFFF;
}

.username{
	position:absolute;
	left:0;
	top:-8px;
	height:17px;
	width:238px;
}

.password{
	position:absolute;
	left:0;
	top:18px;
	height:17px;
	width:150px;
}


.login_button{ 
  border:0; 
  padding:0;
  width:85px;
  height:23px;
  background-color:#444444;
  font-weight:bold; 
  color:#fff;
  text-align:center;
  font-size:0.7em;
  cursor:pointer; 
  position:absolute;
  top:18px;
  right:6px;
}

.login_button:hover{
background-color:#222222;
}

div.register_tabs{
	font-family:"Arial Black", Arial, sans-serif;
	font-size:0.85em;
	background:url(images/teacher_reg_BG.png);
	height:35px;
	text-align:center;
	margin-top:5px;
	_font-family:Arial, Helvetica, sans-serif;
	_background:none;
	_border:1px solid #6699FF;
	_height:33px;

}
div.register_tabs a{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	height:19px;
	padding:0px 0 0px 0;
	_height:17px;
}


div.register_tabs a:visited{
	color:#FFFFFF;}
div.register_tabs a:hover{background-color:#b1d5f8;
color:#FFF;}

div#half-buttons-wrapper{
width:255px;
height:55px;
margin:27px 0 0 0;
}

#half-button{
	display:block;
	padding:0px 0 0px 0px;
	display:block;
	height:55px;
	width:121px;
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	text-indent:-9999px;
	text-align:left;
}

a.teacher-btn{	background: url("/wp-content/themes/project_blogger/portal/images/sidebar-teachers-new.png") no-repeat 0 0;
margin:0 12px 0 0;}
a.student-btn{	background: url("/wp-content/themes/project_blogger/portal/images/sidebar-students.png") no-repeat 0 0;}



#big_button
{	display: block;
	width: 253px;
	height: 63px;
	padding:0px;
	text-indent:-9999px;
	text-align:left;
	margin:7px 0 0 0;
	}
#big_button:hover
{}


a.btys{	background: url("/wp-content/themes/project_blogger/portal/images/sidebar-btys.png") no-repeat 0 0;}
/*div.register_tabs a.btys:link{color:#000000;}	*/
	
a.discprimscience{	background: url("/wp-content/themes/project_blogger/portal/images/sidebar-dps.png") no-repeat 0 0;}
/*div.register_tabs a.discprimscience:link{color:#000000;}	*/

a.asktheexpert{	background: url("/wp-content/themes/project_blogger/portal/images/sidebar-expert.png") no-repeat 0 0;}

a.scifest{	background: url("/wp-content/themes/project_blogger/portal/images/sidebar-scifest.png") no-repeat 0 0;}
/*div.register_tabs a.scifest:link{color:#000000;}	*/


