body {
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a:link,a:visited,a:active {
	color:#666666;
	text-decoration:none;
}
a:hover {
	color:#999999;
}
input,select,textarea {
	background-color:#FFFFFF;
	border-color:#CCCCCC;
	border-width:1px;
	border-style:solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
input #smallchkbox {
	background-color:#FFFFFF;
	border-color:#CCCCCC;
	border-width:1px;
	border-style:solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}
.box_content {
	background-color:#F0F0F0;
	color:#000000;
	font-size:12px;
	padding:5px;
	border-color:#CCCCCC;
	border-width:1px;
	border-style:solid;
}
.error {
	border:1px solid #666666;
	background-color:#FF0000;
	color:#FFFFFF;
	font-weight:bold;
	padding:3px;
}
.success {
	border:1px solid #666666;
	background-color:#006600;
	color:#FFFFFF;
	font-weight:bold;
	padding:3px;
}
table.blank {
	font-size:11px;
}
table.blank td {
	font-size:11px;
	border-bottom-width:0px;
	border-bottom-style:none;
}
table.blank td.header_left {
	background-color:#4A82AF;
	width:255px;
	height:80px;
	background: url(hli/page_header_left.jpg);
	background-repeat:no-repeat;
}
table.blank td.header_middle {
	background-color:#4A82AF;
}
table.blank td.header_right {
	background-color:#4A82AF;
	width:250px;
	height:80px;
	background: url(hli/page_header_right.jpg);
	background-repeat:no-repeat;
}
table.blank td.footer {
	background-color:#4A82AF;
	color:#FFFFFF;
	font-weight:bold;
	padding:3px;
}
table.base_list {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #ddd;
	border-spacing: 0px;
	width: 100%;
	border-collapse: collapse;
}

table.base_list th {
	background-color:#999999;
	color:#000000;
	font-size:12px;
	padding: 6px 4px 2px 4px;
	height: 25px;
	text-align: left;
	background: url(hli/css_adminlist_th_bg.jpg);
	background-repeat: repeat;
}
table.base_list td {
	color:#000000;
	font-size:11px;
	padding:4px;
	border-bottom-color:#CCCCCC;
	border-bottom-width:1px;
	border-bottom-style:solid;
}
table.base_list td.title {
	background-color:#FFFFFF;
	color:#339900;
	font-size:16px;
	font-weight:bold;
}
table.base_list td.text {
	background-color:#FFFFFF;
	color:#000000;
	font-size:11px;
	padding:5px;
}
table.base_list tr {
	background-color:#F0F0F0;
}
table.base_list tr.row0 {
	background-color:#F0F0F0;
}
table.base_list tr.row1 {
	background-color:#FAFAFA;
}


.tableColored {
	color:#59619D;
background-color:#FDCEB0;
font-family:Arial;
font-size:9pt;
margin:5px 0;
padding:2px;
text-align:center;
}