/* CSS Document Online Examination */
body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:20px auto;
	color:#545252;
}

.header
{
	width:916px;
	height:50px;
	background-image:url(../images/header-bg.jpg);
	background-repeat:no-repeat;
}

.head-content
{
	font-size:20px;
	font-weight:bold;
	color:#fff;
}

.left 
{
	background-image:url(../images/lf-shadow.jpg);
	background-repeat:repeat-y;
}

.right
{
	background-image:url(../images/rt-shadow.jpg);
	background-repeat:repeat-y;
}

.banner
{
	height:70px;
	background-image:url(../images/banner-bg.jpg);
	background-repeat:repeat-x;
	color:#FEB300;
	font-weight:bold;
	padding-bottom:2px;
}

*html .banner
{
	padding-bottom:0;
}

.logout
{
	width:123px;
	height:33px;
	background-image:url(../images/logout.jpg);
	background-repeat:no-repeat;
}

.taketest
{
	width:123px;
	height:33px;
	background-image:url(../images/take-test.jpg);
	background-repeat:no-repeat;
	color:#FEB300;
	font-weight:bold;
}

.user
{
	width:123px;
	height:32px;
	background-image:url(../images/user.jpg);
	background-repeat:no-repeat;
	color:#FEB300;
	font-weight:bold;
}

.adduser
{
	width:123px;
	height:32px;
	background-image:url(../images/adduser.jpg);
	background-repeat:no-repeat;
	font-weight:bold;
}

.title
{
	height:40px;
	color:#fff;
	font-weight:bold;
	background-color:#545252;
}

.content
{
	height:40px;
	color:#545252;
	font-weight:bold;
	background-color:#f1f1f1;
	border:solid #545252;
	border-width:0 1px 1px 0;
}

.astral
{
	text-decoration:none;
	color:#999999;
	
}

a.astral:link
{
	text-decoration:none;
	color:#999999;
}

a.astral:hover
{
	text-decoration:none;
	color:#545252;
	
}

.menulink
{
	color:#FEB300;
	text-decoration:none;
}

a.menulink:link
{
	color:#FEB300;
	text-decoration:none;
}

a.menulink:hover
{
	color:#cccccc;
	text-decoration:none;
}


.menutab
{
	color:#FEB300;
	text-decoration:none;
}

a.menutab:link
{
	color:#FEB300;
	text-decoration:none;
}

a.menutab:hover
{
	color:#444444;
	text-decoration:none;
}

.loginhead
{
	height:50px;
	background-image:url(../images/login_head.jpg);
	background-repeat:no-repeat;
	padding-top:13px;
}

*html .loginhead
{
	height:38px;
	padding-top:12px;
}

.logintext
{
	font-size:18px;
	font-weight:bold;
	color:#fff;
}

.loginname
{
	color:#EFB300;
	font-size:13px;
	font-weight:bold;
}

.loginbutton
{
	width:104px;
	height:38px;
	padding-top:3px;
	background-image:url(../images/login.jpg);
	background-repeat:no-repeat;
	text-align:center;
	vertical-align:middle;
}

.loginlink
{
	color:#524E4E;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}

a.loginlink:link
{
	color:#524E4E;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}

a.loginlink:hover
{
	color:#EFB300;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}

.loginleft 
{
	width:6px;
	background-image:url(../images/login_lfshadow.jpg);
	background-repeat:repeat-y;
}

.loginright
{
	width:6px;
	background-image:url(../images/login_rtshadow.jpg);
	background-repeat:repeat-y;
}

*html .loginright
{
	width:4px;
	background-image:url(../images/login_rtshadow.jpg);
	background-repeat:repeat-y;
}

.editlink
{
	color:#FEB300;
	text-decoration:none;
}

a.editlink:link
{
	color:#FEB300;
	text-decoration:none;
}

a.editlink:hover
{
	color:#555555;
	text-decoration:none;
}






