body
{
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #000000;
}

input, select, textarea
{
	text-align: left;
    font-size: 12px; 
    font-family: Verdana, Arial, Tahoma, Helvetica, Helvetica-Narrow, sans-serif;
}

.header
{
	background-color: #2158A6;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}

.table
{
	background-color: #F3F2F3; 
	BORDER-RIGHT: gray thin solid; 
	BORDER-TOP: gray thin solid; 
	BORDER-LEFT: gray thin solid; 
	BORDER-BOTTOM: gray thin solid;
}

.label
{
	text-align: right;
}

.small
{
	font-size: 10px;
}

.fieldcontrol
{
	text-align: left;
}

.button
{
	text-align: center;
}

.button_addremove
{
	text-align: center;
	width: 50px;
}

.textlabel
{
	font-size: 14px;
	border-color: Gray;
	border-style: solid;
	border-width: 1;
	background-color: oldlace;
}

.subheader
{
	background-color: #7095C7;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}

.subtable
{
	background-color: #FAFAFA;
	font-size: 14px;
	BORDER-RIGHT: lightgrey thin solid;
	BORDER-TOP: lightgrey thin solid;
	BORDER-LEFT: lightgrey thin solid;
	BORDER-BOTTOM: lightgrey thin solid;
}

.table_index
{
	background-color: #FAFAFA;
	font-size: 10px;
	text-align: left;
	BORDER-RIGHT: gray thin solid; 
	BORDER-TOP: gray thin solid; 
	BORDER-LEFT: gray thin solid; 
	BORDER-BOTTOM: gray thin solid;
}

.header_index
{
	background-color: #7095C7;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
}

.label_index
{
	background-color: #F3F2F3;
	font-size: 10px;
}


.gridview
{
	text-align: left;
}

.gridview_header
{
	background-color: #D4E3F7;
	text-align: center;
}

.gridview_item
{
	background-color: #FAFAFA;
}

.gridview_altitem
{
	background-color: #DADADA;
}

.gridview_pager
{
	background-color: #D4E3F7;
}

.gridview_footer
{
	background-color: #D4E3F7;
}

.warning
{
	font-weight: bold;
	color: red;
}

.tab_selected
{
	background-color: #2158A6;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}

.tab_unselected
{
	background-color: #7095C7;
	font-weight: bold;
	text-align: center;
}

#page_footer
{
	vertical-align: bottom;
	width: 100%;
	font-size: 8px;
	text-align: center;
}

#page_header
{
	vertical-align: top;
	width: 100%;
}

.vendorlabel
{
	float: left;
	text-align: right;
}

.content
{
	clear: both;
	width: 800px;
	margin-left: 20px;
	margin-bottom: 5px;
}

.column
{
	float: left;
	width: 370px;
}

.left
{
	float: left;
	text-align: right;
	width: 125px;
	border: solid 1px black;
}

.right
{
	width: 215px;
	text-align: left;
	border: solid 1px black;
}

.texttolabel
{
	border: none;
	background-color: #FFFFFF;
	color: #000000;
}

.panel
{
	border: solid 1px #2158A6;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 5px 5px 5px;
	/*border: solid 1px black;*/
	clear: both;
}

.panel_legend
{
	padding-left: 5px;
	padding-right: 5px;
}

.panel_line
{
	clear: both;
	padding: 5px 5px 5px 5px;
	/*border: solid 1px black;*/
}

/*Modal Popup*/
.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}