BODY
{
	font-family:arial, helvetica, verdana; 
	font-size: 12px; 
	font-weight:normal;
}

INPUT
{
	font-family:arial, helvetica, verdana; 
	font-size: 12px; 
	font-weight:normal;
}

TEXTAREA
{
	font-family:arial, helvetica, verdana; 
	font-size: 12px; 
	font-weight:normal;
}

SELECT
{
	font-family:arial, helvetica, verdana; 
	font-size: 12px; 
	font-weight:normal;
}

.Hide
{
	visibility: hidden;
	display: none;
}
.Show
{
	visibility: visible;
	display: block;
}

.divPage
{
	width: 648px;
}

.divMain
{
	border: solid 1px #000000;
	padding: 5px 5px 5px 8px;
}

.divPageHeader
{
	padding-bottom: 5px;	
}

/*** Information Popup ***/
DIV.InfoPopup
{
	position:absolute;
	border: solid 2px black;
	background-color:#FFFFCC;
	width:200px;
	height:100px;
	padding:5px 5px 5px 5px;
}
DIV.InfoPopup SPAN.InfoText
{
	margin:0px 0px 0px 2px;
}
/*** Information Popup ***/

/*** Label Standards ***/
SPAN.page_header
{
	font-family: arial, helvetica, verdana;
	font-size:15px;
    font-weight: bold;
}

SPAN.small_text 
{
	font-family: arial, helvetica, verdana;
	font-size:10px;
    font-weight:normal;
}
/*** End Label Standards ***/

/*** Button Standards ***/
INPUT.stdbtn
{
	/*border: #26547C 3px double; */
	border: #26547C 3px;
	border-style: double;
    color: #26547C;
    background-color: #C6CCD8;
    /*color: #408D83; */
    cursor:hand;	
    width: 100px;
    height: 24px;
    /*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#26547C,endColorStr=#C6CCD8);*/
}
INPUT.stdbtn:hover
{
	/*text-decoration: underline;*/
	color: #C6CCD8;
    background-color: #26547C;
}
INPUT.stdimg
{
	width:15px;
	height:15px;
	cursor:default;
	border-style:none;
}
INPUT.stdimg_selectable
{
	width:15px;
	height:15px;
	cursor:pointer;
	border-style:none;
}
/*** End Button Standards ***/

/*** Image Standards ***/

IMG.stdimg
{
	width:15px;
	height:15px;
	cursor:default;
	border-style:none;
}
IMG.stdimg_selectable
{
	width:15px;
	height:15px;
	cursor:pointer;
	border-style:none;
}
img.removeIcon 
{
	width:15px;
	height:15px;
	vertical-align:baseline;
	cursor:pointer;
}

/*** End Image Standards ***/

/*** Page Detail Section ***/
DIV.detail
{
	padding-top: 10px;
	padding-bottom:10px;	
}
DIV.detail DIV.btn_row
{
	margin:5px 3px 5px 3px;
}

/*** Detail Row Section ***/
DIV.detail DIV.row
{
	display: inline-block;
	margin-bottom:3px;
	
}
DIV.detail DIV.row .row_label		/* to be used for all labels (if it is required, see two classes below */
{
	float: left;
	width: 150px;
	background-color:#ffffff;
	color:#000000;
	text-align: right;
	padding-right:5px;
	margin-left:10px;
	margin-right:10px;
	font-weight:bold;
	/*border-bottom: solid 1px #000000;*/
}
DIV.detail DIV.row .row_txt
{
	width:300px;
}
DIV.detail DIV.row .row_txt_short
{
	width:100px;
}
DIV.detail DIV.row .row_txt_small
{
	font-size:10px;
}
DIV.detail DIV.row .row_txt_long
{
	width:500px;
}
DIV.detail DIV.row .row_txt_lbl
{
	border-width:0px;
	border-style:none;	
}
DIV.detail DIV.row .tbl_lbl
{
	font-weight:bold;
	margin-right:10px;
	vertical-align:middle;
	color:#000000;
}

/*** End Detail Row Section ***/

/*** Sub Table Section ***/
DIV.detail DIV.subTbl
{
	display: inline-block;
	padding-bottom:5px;
}
DIV.detail DIV.subTbl .subTbl_label
{
	vertical-align: middle;
	padding-right:5px;
	margin-left:10px;
	margin-right:10px;
	display:inline-block;
}

/*** End Sub Table Section ***/

/*** End detail section ***/

/*** Collection table ***/
DIV.grid						/* style applied to div (mainly for scrolling) that contains results */
{
	padding: 0px 0px 0px 0px;
	margin: 2px 2px 2px 2px;
	position:relative;
	background:#888888;
	color: #333333;
	border: solid 1px #000000;
	height: 165px;
	overflow: auto;
	overflow-x: hidden;
}

DIV.grid table 
{
	/* width: 652px; */
	width: 100%;
	/*
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	*/
	background-color:White;
	cursor:default;
}
DIV.grid tr 
{
	background-color:White;
	
}
DIV.grid tr.hover 
{
	background-color:#b0c4de;
}
DIV.grid tr.selected 
{
	/*background-color:#26547C;*/
	background-color:#01A7A8;
	color:White;
}
DIV.grid td 
{
	text-align:left;
	padding:0px 2px 0px 2px;
	border-bottom:solid 1px #000000;
	
}
DIV.grid td.header {
	text-align:left;
	color:White;
	font-weight:bold;
	font-size: 13px;
	/*background-color: #0066CC;*/
	background-color: #C7C7C7;
	border-bottom:solid 1px #000000;
	padding:0px 2px 0px 2px;
	white-space: nowrap;
	position: relative;
	z-index:20;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#C7C7C7,endColorStr=#A7A7A7); 
	top:expression(this.parentElement.parentElement.parentElement.parentElement.scrollTop - 1);
}
/*** End Collection table ***/

DIV.nav_menu
{
	width:121px;
	padding-top:10px;
	padding-left:5px;
	padding-bottom:10px;
	padding-right: 5px;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FFFFFF,endColorStr=#C7C7C7);	
	border: solid 1px #26547C;
	margin: 0px 2px 0px 5px;
}

DIV.nav_menu DIV.nav_menu_item
{
	vertical-align: middle;
	text-align:center;
	padding: 5px 0px 5px 2px;
	/*margin: 2px 2px 2px 2px;*/
	font-weight: bold;
	/*background-color: #C7C7C7;*/
	/*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#FFFFFF,endColorStr=#C7C7C7);*/
	height: 20px;
}

DIV.nav_label
{
	vertical-align: middle;
	text-align:center;
	font-weight:bolder;
	color: #26547C;
	
	font-style:italic;
	border-bottom: solid 1px #26547C;
	height: 20px;
	margin: 10px 0px 10px 0px;
}

DIV.nav_menu DIV.nav_menu_item:hover
{
	color: #A7A7A7;
}

A.nav_link
{
	color: #26547C;
	font-size:11px;
	text-decoration:none;
}

A.nav_link:hover
{
	color: #01A7A8;
}


A.sign_out
{
	color: #26547C;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
}

A.sign_out:hover
{
	color: #A7A7A7;
}

DIV.user_row
{
	 text-align:right;
	 height:25px;
}

SPAN.copy_right
{
	font-size: 10px;	
}

SPAN.linkText
{
	text-decoration:underline;
	color:Blue;
}

/*** ALERT PANEL ***/
DIV.alert
{
	border:solid 2px black;
	background-color:Red;
	padding:5px 5px 5px 5px;
}
DIV.alert SPAN
{
	font-weight:bold;
}

/*** END ALERT PANEL ***/