optgroup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #eeeeee;
	color: #333333;
	font-weight:normal;
}

option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	color: #333333;
	font-weight:normal;
}

.msg {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
	font-weight : bold;
	text-decoration: none;
}

.error {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff0000;
	font-weight : bold;
	text-decoration: none;
}

.mainTable {	
	background-color: #ffffff;
	border: 1px dashed #C6CBCE;
}

.editTable {	
	background-color: #f5f5f5;
	border-top: 1px dashed #C6CBCE;
	border-bottom: 1px dashed #C6CBCE;
}

.listTable {	
	background-color: #ffffff;	
	border-collapse: collapse;
}

table.listTable tr.rowA {
	background-color: #f5f5f5;
}

table.listTable tr.rowB {
	background-color: #ffffff;
}

table.listTable th {
	background-color: #999999;
	border: 1px solid #C6CBCE;
	color: #333333;
	font-family : Arial, Helvetica, sans-serif;
	word-wrap: none;
	font-size: 11px;
	height: 20px;
	background-color: #D6D6D6;
	padding: 3px;
}

table.listTable td {
	border: 1px solid #e5e5e5;
	padding: 3px;
}

.formfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	height: 17px;
	font-weight:normal;
}

.formarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-weight:normal;
}

.title {
	color : #3366cc;
	font-size : 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : normal;
}

table.listTable td.pagination {
	background-color: #999999;
	border-bottom: 1px dashed #C6CBCE;
	color: #333333;
	font-family : Arial, Helvetica, sans-serif;
	word-wrap: none;
	font-size: 10px;
	height: 25px;
	background-color: #D6D6D6;
}

.pagination_link {
	font-family : Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	text-decoration:underline;
}

.pagination_selected {
	font-family : Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.pagination_link:active {
	font-family : Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	text-decoration:underline;
}

.pagination_link:hover {
	font-family : Arial, Helvetica, sans-serif;
	color: #808080;
	font-size: 10px;
	text-decoration:underline;
}

.header_link {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight : bold;
	color: #333333;
	text-decoration: none;
}

.header_link:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight : bold;
	text-decoration: none;
}

.header_link:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight : bold;
	text-decoration: underline;
}
/* ********************************* */

BODY {
	margin: 0px 0px 0px 0px;
	color : #333333;
	background-color: #FFFFFF;
}

.link_white {
	color : #ffffff;
	font-size : 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : underline;
}

.link_white:hover {
	color : #808080;
	font-size : 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : underline;
}

a {
	color : #3366cc;
	font-size : 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : underline;
}

a:hover {
	color : #808080;
	font-size : 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : underline;
}

a:active {
	color : #3366cc;
	font-size : 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : underline;
}

td {
	color : #333333;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.sectionname {
	color : #3366cc;
	font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size : 18px;
}

.button {
	border-style : solid;
	border-top : solid 1px #d5d5d5;
	border-right : solid 1px #808080;
	border-bottom : solid 1px #808080;
	border-left : solid 1px #d5d5d5;
	color : #333333;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : bold;
	font-size : 11px;
}

.help a:hover,
.help a {
	color: #fff;
	background: blue;
	padding: 6px 10px;
	font-size: 14px; 
	font-weight: bold;
	text-decoration: none;
}
