/***********************************************/
/* Styles for the CLLN Home page               */
/***********************************************/ 

@import "CllnCommon.css"; 

#navBarlearners
{
	float:left;
	clear:both;
	width:159px;
	height:100%;
	background-color:#446699;
	border-left: 3px solid #E1E1AC;
	border-color: #E1E1AC;
	position: relative;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(../img/img_learnersidebar.jpg);
}

#rigthlearnercontent 
{
	font-size: 0.9em;
	width: 328px;
	color: #4586AE;
	float:right;
}

#searchbox
{
	float: right;
	margin-top: 10px;
}

#searchbox h1
{
margin-top: 0px;
}

#content
{
width: auto;
display: block;
}

#content p
{
display: block;
width: auto;
margin-right: 0px;
}

#learnerbuttons
{
	padding-top: 2px;
	height: 25px;
	background-color: #FFFFFF;
	background-image: url(../img/img_btnbackground.gif);
	background-repeat: no-repeat;
}

#learnerbuttons a
{
	background-image: url(../img/img_learnersarrow.gif);
	background-repeat: no-repeat;
	padding-left: 13px;
	color: #FFFFFF;
	font-size: 0.8em;
	text-decoration: none;
}

#forum
{
display: inline;	
}

#forum a:hover
{	
color:#e1e2a9;
}

#events
{
display: inline;	
}

#events a:hover
{	
color:#e1e2a9;
}

#searchboxleftbottom
{
	background-image: url(../img/img_learnerscurve.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
