body
{
	font-family: Arial, Tahoma, sans-serif;
	font-size: 11pt;
	color: black;
	background: #DDEEFF;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 10px;
}

td
{
	font-family: Arial, Tahoma, sans-serif;
	font-size: 11pt;
	color: black;
	background: white;
	font-weight: normal;
}

a
{
	color: steelblue;
	background: transparent;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: blue;
	background: transparent;
	text-decoration: underline;
	font-weight: bold;
}

img
{
	border-width: 0;
	vertical-align: middle;
}

iframe
{
	width: 100%;
	border-width: 0;
	overflow: hidden;
}

legend
{
	color: #0054E3;
	background: transparent;
	margin: 0 5px;
}
fieldset
{
	margin: 2px;
	border-style: solid;
}

input.simple
{
	font-size: 9pt;
	border: 1px solid black;
}

textarea, pre, .small
{
	font: 10pt Arial, Tahoma, sans-serif;
	font-weight: normal;
}

.main
{
	border-top: 1px solid skyblue;
	border-bottom: 1px solid skyblue;
	border-left: 1px solid skyblue;
}
.backgrd
{
	color: black;
	background: #DDEEFF;
}
.menu
{
	font-size: 12pt;
	border-top: 1px solid skyblue;
	border-left: 1px solid skyblue;
	border-right: 1px solid skyblue;
	color: black;
	background: #eeeeee;
}
.menu_over
{
	font-size: 12pt;
	border-top: 1px solid skyblue;
	border-left: 1px solid skyblue;
	border-right: 1px solid skyblue;
	color: black;
	background: #dddddd;
}
.menu_selected
{
	font-size: 12pt;
	border-top: 1px solid skyblue;
	border-right: 1px solid skyblue;
	border-left-width: 0;
	color: black;
	background: white;
}


.combo
{
	width: 100%;
	border: 1px solid #7A96DF;
	cursor: default;
	height: 11px;
}
.combo_button
{
	font-size: 9pt;
	color: #7A96DF;
	background: #D8E4F8;
	width: 14px;
	text-align: center;
}
.combo_table
{
	width: 100%;
	border-top: 1px solid #716F64;
	border-left: 1px solid #716F64;
	border-bottom: 1px solid #ACA899;
	border-right: 1px solid #ACA899;
	z-index: 10;
	overflow: scroll;
	cursor: default;
}
.combo_cell
{
	font-size: 9pt;
	color: black;
	background: white;
}
.combo_cell_over
{
	font-size: 9pt;
	color: white;
	background: #316AC5;
}

.colorp_button
{
	font-size: 10pt;
	width: 150px;
	position: relative;
	cursor: pointer;
}
.colorp_table
{
	border: 1px solid black;
	color: black;
	background: white;
	position: absolute;
	vertical-align: top;
	z-index: 10;
	cursor: default;
}
.colorp_input
{
	font-size: 9pt;
	width: 30px;
}
.colorp_item
{
	font-size: 9pt;
	width: 20px;
	height: 20px;
	border-top: 1px solid #716F64;
	border-left: 1px solid #716F64;
	border-bottom: 1px solid #ACA899;
	border-right: 1px solid #ACA899;
	cursor: pointer;
}
.colorp_item_over
{
	border-top: 1px solid #ACA899;
	border-left: 1px solid #ACA899;
	border-bottom: 1px solid #716F64;
	border-right: 1px solid #716F64;
}


.tab
{
	font: 11px Tahoma, sans-serif;
	text-align: center;
	width: 75px;
	height: 25px;
	margin: 0;
	padding: 0;
	cursor: default;
	background: url('images/tab.png') no-repeat 0 2px;
	border-bottom: 1px solid #ACA899;
}
.tab_hover
{
	background: url('images/tab_hover.png') no-repeat 0 2px;
}
.tab_selected
{
	background: url('images/tab_selected.png') no-repeat 0 0;
	border-bottom: 1px solid #FCFCFE;
}
.tab_content
{
	color: black;
	background: #FCFCFE;
	width: 100%;
	padding: 5px;
	border-top-width: 0;
	border-bottom: 1px solid #ACA899;
	border-left: 1px solid #ACA899;
	border-right: 1px solid #ACA899;
}


.msgerror
{
	color: black;
	background: #EEEEEE;
	text-align: center;
	border: 2px solid #0077AA;
}
.msgerrortitle
{
	font-size: 11pt;
	font-weight: bold;
	color: orange;
	background: #0077AA;
}
.msgerrorinfo
{
	font-size: 10pt;
	color: black;
	background: #EEEEEE;
	padding: 12px;
}

.copyrights
{
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	width: 100%;
}