@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../images/bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
img{
	border:none;
}
form{
	margin:0px;
}

.colorWhite {
	color: #FFFFFF;
}
a.colorWhite:link {
	text-decoration: none;
}
a.colorWhite:visited {
	text-decoration: none;
}
a.colorWhite:hover {
	color:#FF0000;
	text-decoration: none;
}
a.colorWhite:active {
	text-decoration: none;
}

.colorBlack {
	color: #000000;
}
a.colorBlack:link {
	text-decoration: none;
}
a.colorBlack:visited {
	text-decoration: none;
}
a.colorBlack:hover {
	color:#FF0000;
	text-decoration: none;
}
a.colorBlack:active {
	text-decoration: none;
}

.SiteMapPath_CurrentNode {
	color: #FF9900;
	font-weight: bold;
}

#divLeftMenu {
	background-image:url(../images/xx_11.jpg); 
	background-repeat:no-repeat;
	background-color:#FFFFFF; 
	height:418px; 
}
#divMainBody {
	background-color:#FFFFFF; 
	height:567px;
}

.Left_NewsItem{
	line-height: 20px;
	margin-left: 0px;
	display:block;
}

.ImageButton{
	background-image:url(../system/images/button.gif);
	border:none;
	width:80px;
	height:24px;
	cursor:hand;
	font-size:12px;
}
.TextInput{
	font-size:12px;
	border:1px solid #999999;
}

.Webdings { font-family: Webdings; }
.Grid_Nav_Icon {
	font-family: Webdings;
	font-size: 14px;
}
a.Grid_Nav_Icon:link {
	text-decoration: none;
	color:#0000FF;
}
a.Grid_Nav_Icon:visited {
	text-decoration: none;
	color:#0000FF;
}
a.Grid_Nav_Icon:hover {
	color:#FF0000;
	text-decoration: none;
}
a.Grid_Nav_Icon:active {
	text-decoration: none;
	color:#0000FF;
}
.Tab_Left_Act{
	width:3px;
	background-image:url(/done/images/tab_actLeftImage.gif);
	background-repeat:no-repeat;
}
.Tab_Left_Una{
	width:3px;
	background-image:url(/done/images/tab_unaLeftImage.gif);
	background-repeat:no-repeat;
}
.Tab_Right_Act{
	width:3px;
	background-image:url(/done/images/tab_actRightImage.gif);
	background-repeat:no-repeat;
}
.Tab_Right_Una{
	width:3px;
	background-image:url(/done/images/tab_unaRightImage.gif);
	background-repeat:no-repeat;
}
.Tab_Center_Act{
	cursor:hand;
	background-image:url(/done/images/tab_actCenterImage.gif);
	background-repeat:repeat-x;
	text-align:center;	
	padding-top:5px;
	color:red;
}
.Tab_Center_Una{
	cursor:hand;
	background-image:url(/done/images/tab_unaCenterImage.gif);
	background-repeat:repeat-x;
	text-align:center;	
	padding-top:5px;
}

.colorRed {
	color: red;
}
