﻿@import url(ScrollBox.css);

a:link, a:visited
{
	color: #0A5AAB;
	text-decoration: none;
}
a:hover, a:active
{
	text-decoration: underline;
	color: #FF0000;
}
body, td, th
{
	font-size: 9pt;
	color: #0A5AAB;
	font-family: Verdana;
}
body
{
	margin: 0px;	
}
table
{
	background-color: #FFFFFF;
}
.nav a:link, .nav a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.nav a:hover, nav a:active
{
	color: #FF3300;
}
a.more1:hover
{
	color: #FF0000;
}
.greyborder
{
	border: 1px solid #EAF2F4;
	margin-bottom: 10px;
}
.wborder
{
	background-color: #E9F8FE; 
	padding: 3px 6px 6px 6px;	
	border: 1px solid #EAF2F4;
}

a.more1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
/*.blueborder
{
	border: 1px solid #A4D6F2;
}
*/
.leftsystem
{
	text-align: center;
	background-image: url(../images/system-bg.gif);
	padding-left: 10px;
	width: 180px;
	height: 30px;
}

.leftsystem:hover
{
	text-align: center;
	background-image: url(../images/system-bg1.gif);
	padding-left: 10px;
	width: 180px;
	height: 30px;
}
.leftsystem a
{
	text-decoration: none;
}

.leftmenu
{
	text-align: center;
	background-color: #E6E6E6;
	background-repeat: no-repeat;
	padding-left: 10px;
	width: 200px;
	height: 30px;
	font-size: 9pt;
	color: #0D2E7B;
}

.leftmenuborder
{
	border: 1px #CCCCCC solid;
	border-top: 0px;
	padding: 7px;
}

.submenuborder
{
	border: 1px dotted #CCCCCC;
	overflow: hidden;
	width: 180px;
	height: 200px;
}

a.aborder:link, a.aborder:visited
{
	padding: 8px 8px 5px 8px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
}

a.aborder:hover, a.aborder:active
{
	border-top: 3px solid #0A5AAB;
	padding: 5px 8px 5px 8px;
	background-color: #FFFFFF;
	color: #FF0000;
}
