﻿body
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DCDCDC;
}

.topnav
{
	font-weight: bold;
}
.topnav a
{
	padding-left: 8px;
	padding-right: 8px;
	color: White;
}

.title1 a
{
	color: #C20075;
}
.title1 a:hover
{
	color: #FF2DAB;
}

.title2 a
{
	color: #004175;
}
.title2 a:hover
{
	color: #4F82AC;
}
title2 a:visited
{
	text-decoration: none;
	color:#015F9B;
}

img
{
	border: none;
}

input
{
	border: 1px solid black;
}

a
{
	text-decoration: none;
	color: #00344F;
}
a:visited
{
	
	color:#008080;
}
a:hover
{
	text-decoration: underline;
	color: #4169E1;
}
a:link
{
	text-decoration: none;
}

.left-title
{
	height: 22px;
	background-image: url(/skin/navtitle.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
	color: #06338A;
	font-size: 11px;
	font-weight: bold;
}
.left-title div
{
	font-weight: bold;
	color: #06338A;
	padding-bottom: 8px;
}
.left-title a
{
	color: #06338A;
}
.left-hoasen
{
	background-image: url(/skin/sen.jpg);
	background-repeat: repeat-y;
	height: 202px;
}
.left-bg
{
	background-image: url(/skin/bgleft.gif);
	background-repeat: repeat-y;
}
.right-bg
{
	background-image: url(/skin/rightbg.gif);
	background-repeat: repeat-y;
}

.LeftMenu
{
	padding: 5px;
	background-image: url(/skin/dotted.gif);
	background-attachment: fixed;
	background-position: bottom;
	background-repeat: no-repeat;
	font-weight: bold;
}
.TreeView
{
	background-color: #f0f0f0;
	border: 1px solid black;
	padding: 2px;
	padding-left: 5px;
}

.TreeNode
{
	font-family: verdana;
	font-size: 11px;
	padding: 2px;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid #f0f0f0;
	cursor: pointer;
}

.SelectedTreeNode
{
	font-family: verdana;
	font-size: 11px;
	padding: 2px;
	padding-left: 3px;
	padding-right: 3px;
	background-color: white;
	border: 1px solid gray;
	cursor: default;
}

.HoverTreeNode
{
	font-family: verdana;
	font-size: 11px;
	padding: 2px;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #cccccc;
	border: 1px solid gray;
	cursor: pointer;
}

.TreeNodeRow
{
	height: 20px;
}
.menulist, .menulist ul
{
	font-family: Arial;
	margin: 0;
	padding: 0;
	width: 160px;
	list-style: none;
}

.menulist ul
{
	font-family: Arial;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	top: 8px;
	left: 154px;
}
.abc
{
	background-color: White;
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-top: 1px solid gray;
	padding-left: 6px;
}
.abc a
{
	padding: 2px;
	padding-left: 6px;
}
.menulist .abc a.highlighted
{
	font-family: Arial;
	color: #FF00F6;
}

.menulist li
{
	font-family: Arial;
	position: relative;
}
.menulist ul > li:last-child
{
	margin-bottom: 1px; /* Mozilla fix */
}

.menulist a
{
	font-family: Arial;
	display: block;
	padding: 3px;
	color: #252754;
	text-decoration: none;
	font-size: 12px;
}

.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus
{
	color: #1A5D7C;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}


.menulist a.highlighted
{
	font-family: Arial;
	color: #FF0000;
}

.menulist a .subind
{
	float: right;
}

*:first-child + html .menulist li
{
	float: left;
	width: 100%;
}

* html .menulist li
{
	float: left;
	height: 1%;
}
* html .menulist a
{
	height: 1%;
}
.ImageList 
{
	padding-top:3px;
	padding-right:10px;
}
