/* CSS Document */
.content
{
padding:10px;
border-width:0.5px;
border:inherit;
border-bottom-left-radius:15px;
border-bottom-right-radius:15px;
background:#F7F8FE;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
}
.content_head
{
font-family:Arial, Helvetica, sans-serif; 
font-size:15px;
color:#303030;
padding:10px;
border-width:0.5px;
border:inherit;
border-top-left-radius:15px;
border-top-right-radius:15px;
background-color:#E4E4E4;
}

body
{
background-color:#FFFFFF;
margin-left:0px;
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
}

.upcourse
{
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding:0px;
background:url(../images/bag.png) no-repeat;
}

.bottomlink a
{
color:#000000;
text-decoration:none;
 font-size:12px;
 color:#666666;
 font-family:Arial, Helvetica, sans-serif;
 text-transform:uppercase;
}

#dhtmltooltip{
position: absolute;
left: -300px;
border: 1px solid black;
border-radius:10px;
padding: 5px;
background-color:#F7F8FE;
visibility: hidden;
z-index: 100;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
display:none;
}

.tool a
{
color:#000000;
text-decoration:none;
 font-size:12px;
 color:#000000;
 font-family:Arial, Helvetica, sans-serif;
}

.course a
{
color:#000000;
text-decoration:none;
 font-size:12px;
 color:#000000;
 font-family:Arial, Helvetica, sans-serif;
}
.course
{
 margin-left:2px;
 padding-left:2px;
 padding-right:0px;
 margin-right:0px;
}

#simplegallery1{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
/*border: 10px solid darkred;*/
}

#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
}

 
 #Lmenu a{
	display:table-cell;
	vertical-align:middle;
	background:url(../images/01.png) no-repeat center center;/* normal state*/
	width:200px;
	height:33px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-transform:uppercase;
	padding-left:30px;
	_padding-top:8px;
}
#Lmenu a:hover
{
 background:url(../images/02.png) no-repeat center center;
 width:200px;
 height:33px;
 text-decoration:none;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#025499;
 text-transform:uppercase;
 padding-left:30px;
 display:table-cell;
 vertical-align:middle;
 }