@charset "iso-8859-2";
/* CSS Document */

body {
	margin: 0px;
	background-color:#FFFFFF;
}

body,td{
	font-family: Arial, sans-serif; 
	font-size: 12px;
	color: #352477;
}

a {
	text-decoration: underline;
	font-weight: bold;
	color: #352477;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #5cb700;
}

.path {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #352477;
}

.path a{
	text-decoration: underline;
	color: #352477;
}

.hpanel {
	background-color:#e4e4e4;
}

.footer{
	font-family:Arial, sans-serif;
	font-size: 11px;
	color: #969696;
}

.footer a {
	color: #969696;
	text-decoration:none;
	font-weight: normal;
}
.footer a:hover {
	color: #ff6600;
	color: #808080;
	text-decoration:none;
	font-weight: normal;
}

.header {
	font-size: 23px;
	font-family:Arial, sans-serif;
	color: #352477;
	margin-bottom:15px;
	margin-top:0px;
}

.imgC {
	text-align:center;
	margin-bottom:15px;
	margin-top:15px;
}

li.txt {
	font-size: 10pt;
}

p.txt{
	margin-top:0pt;
	margin-bottom:6pt;
	font-size: 10pt;
}
p.title{
	margin-top:14pt;
	margin-bottom:14pt;
	font-size: 12pt;
	font-weight: bold;
}
p.note{
	padding: 8px;
	margin-top:12pt;
	margin-bottom:12pt;
	font-size: 10pt;
	background-color:#e4e4e4;
}

.more {
	color: #5cb700;
	text-decoration:none;
}
.more:hover {
	text-decoration:none;
}

.arrow {
	text-decoration:none;
}
.arrow:hover {
	text-decoration:none;
}

ul {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left:31px;
	list-style-position: outside;
	list-style-image:url(img/li_dot.gif);
	list-style-type: square;
	padding:0px;
}


li {
	margin-bottom: 3px;
}

.m {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left:16px;
	list-style-position: outside;
	list-style-image:url(img/li_dot.gif);
	list-style-type: square;
}

.contextMenu{
	float:right;

}


.menu1 {
	background-color:#eaeaea;
	padding-top: 7px;
	padding-bottom: 7px;
	text-decoration:none;
}
.menu1 a {
	font-weight: bold;
	font-family:Arial, sans-serif;
	font-size: 12px;
	color: #352477;
	text-decoration:none;
}
.menu1 a:hover {
	font-weight: bold;
	font-family:Arial, sans-serif;
	font-size: 12px;
	color: #5cb700;
	text-decoration:none;
}


.menu2 {
	background-color:#f5f5f5;
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: bold;
	font-family:Arial, sans-serif;
	font-size: 12px;
	color: #352477;
	text-decoration:none;
}
.menu2 a {
	text-decoration:none;
}
.menu2 a:hover {
	text-decoration:none;
}

.menu2a {
	color: #5cb700;
	text-decoration:none;
}
.menu2a:hover {
	color: #5cb700;
	text-decoration:none;
}
.menu2a a {
	font-weight: normal;
	font-family:Arial, sans-serif;
	font-size: 12px;
	color: #352477;
	text-decoration:none;
}
.menu2a a:hover {
	font-weight: normal;
	font-family:Arial, sans-serif;
	font-size: 12px;
	color: #5cb700;
	text-decoration:none;
	
}

.add{
	color: #CC0000;

}

input {
	background-color: #f5f5f5;
	border: 1px solid #e0e0e0;
	font-weight: normal;
	font-family:Arial, sans-serif;
	font-size: 12px;
	color: #352477;
}
input.radoBtn {
    border: 0px;
    background-color: #FFFFFF;
}
.i220{
	width: 220px;
}
.sub {
	border: 1px solid #e0e0e0;
}


.lineGreen{
	background-color: #69d200;
}
.lineE0 {
	background-color:#e0e0e0;
}
.lineEA {
	background-color:#eaeaea;
}