@charset "utf-8";

body
{
	margin-left:44px;
	margin-right:44px;
	margin-top:10px;
	background-color: #fbc32b;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

p
{
	margin: 2px;
}


.lang
{
	cursor:pointer;
}


a
{
	font-size:10pt;
	font-weight:bold;
	color:#0066FF;
}


.menu
{
	width: 100%;
	text-align:center;
}

.menuitem_center
{
	height: 23px;
	padding-top:3px;
	background-image:url(images/menu_center.png);
	background-repeat:repeat-x;
	text-align:center;
	color:#FFFFFF;
	font-size:12pt;
	font-weight:bold;
	cursor:pointer;
}

.menuitem_left
{
	width:3px;
	height:26px;
	background-image:url(images/menu_left.png);
	float:left;
	margin:0px;
	padding:0px;
	
}


.menuitem_right
{
	width:3px;
	height:26px;
	background-image:url(images/menu_right.png);
	float:right;
}


.menuitemsel_center
{
	height: 23px;
	padding-top:3px;
	background-image:url(images/menusel_center.png);
	background-repeat:repeat-x;
	text-align:center;
	color:#000000;
	font-size:12pt;
	font-weight:bold;
}

.menuitemsel_left
{
	width:3px;
	height:26px;
	background-image:url(images/menusel_left.png);
	float:left;
	margin:0px;
	padding:0px;	
}


.menuitemsel_right
{
	width:3px;
	height:26px;
	background-image:url(images/menusel_right.png);
	float:right;
}

.menu_excl
{
	float:left;
	background-image:url(images/exclamation.png);
	width:21px;
	height:20px;
	padding-top:1px;
}


.vmenu_hdr
{
	width: 261px;
	height: 23px;
	padding-top:3px;
	text-align:center;
	font-size: 12pt;
	font-weight:bold;
	color:#FFFFFF;
	background-image:url(images/vmenu_hdr.png);
	cursor:pointer;
}

.vmenu_body
{
	width: 251px;
	padding-left:10px;
	font-size:12pt;
	color:#000000;
	text-align:left;
}


.vmenu_item
{
	width: 100%;
	cursor: pointer;
}

.vmenu_itemhover
{
	width: 100%;
	color:#666666;
	cursor: pointer;
}


.vmenu_itemsel
{
	width: 100%;
	border-bottom: 2px solid #a0d856;
	cursor: pointer;
}

.vmenu_link
{
	color:#000000;
	text-decoration:none;
}



.student_hdr
{
	width: 100%;
	height:23px;
	padding-top:3px;
	background-image:url(images/menu_center.png);
	text-align:center;
	font-size:12pt;
	font-weight: bold;
	color:#FFFFFF;
}

.student_body
{
	width: 100%;
	height: 125px;
	background-image:url(images/student_bkg.png);
	text-align:left;
}

.student_body_left
{
	width: 52px;
	height:125px;
	background-image:url(images/student_logo.png);
	float: left;
}

.student_body_right
{
	width: 150px;
	height: 125px;
	float:right;
	font-size:10pt;
}

input
{
	border: 1px solid #808080;
	color:#666666;
	font-size:10pt;
	margin: 1px;
}


.vmenu_right_bkg
{
	 background-image: url(images/vmenu_body_2.png);
	 font-size:10pt; 
	 padding-top: 14px;
	 padding-bottom: 14px;
	 font-weight:bold;
}


.auth_hdr
{
	height:26px;
	padding-top:4px;
	text-align:left;
	color: #4aa31c;
	font-size:10pt;
	font-weight:bold;
	background-color:#f0f6f7;
}

.auth_body
{
	width: 100%;
	background-color: #f0f6f7;
	height: 80px;
	font-size:10pt;
	text-align:left;
}

.auth_body_right
{
	width: 140px;
	text-align:left;
	margin-left:30px;
}

.auth_link
{
	font-size: 10pt;
	font-weight: bold;
	color:#0066FF;
}



.page_topic
{
	height: 23px;
	padding-top:3px;
	color:#000000;
	background-color:#DDDDDD;
	font-size:12pt;
	font-weight:bold;
	text-align:center;
}

.page_text
{
	background-color: #FFFFFF;
	text-align:justify;
	color:#000000;
	font-size: 11pt;
}




.contact_container
{
	margin-bottom:10px;
}


.contact_title
{
	height:23px;
	padding-top:3px;
	text-align:center;
	font-size:12pt;
	font-weight: bold;
	background-color:#d1efb4;
	color:#1c3702;
}


.contact_name
{
	font-size:11pt;
	font-weight:bold;
	text-align:right;
	background-color:#fbf0c7;
}


.contact_value
{
	font-size:12pt;
	text-align:left;
}

.copyright
{
	width: 1024px;
	text-align:center;
	font-size: 10pt;
	background-color:#FFFFFF;
	color:#333333;
	padding-top:10px;
	height: 24px;
}

.error 
{
	font-size: 10pt;
	font-weight:bold;
	color:#FF0000;
}