body 
{ 
	font-family: Arial;
	font-size: 11px;
}

.label
{
	font-family: Arial; 
	font-weight: bold; 
	font-size: 11px;
}

.label_lg
{
	font-family: Arial; 
	font-weight: bold; 
	font-size: 13px;
}

.label_lt
{
	font-family: Arial; 
	font-size: 11px;
	color: #999999;
}

.label_lt_lg
{
	font-family: Arial; 
	font-size: 13px;
	color: #999999;
}

.link
{ color: #900; font-family: Arial; font-size: 11px; font-weight: bold; }

.link_white
{ color: #FFFFFF; font-family: Arial; font-size: 11px; font-weight: bold; }

.text_box
{
	font-family: Arial; 
	font-size: 11px;
}

.button
{
	background-color: #cccccc;
	font-family: Arial; 
	font-weight: bold; 
	font-size: 11px;
}

.button_save
{ 
	background-image: url(../graphics/btn_save.jpg); 
	background-color: black; 
	background-repeat: no-repeat; 
	cursor: hand; 
	width: 20px;
	height: 20px;
}

.button_copydown
{ 
	background-image: url(../graphics/btn_copydown.jpg); 
	background-color: black; 
	background-repeat: no-repeat; 
	cursor: hand; 
	width: 20px;
	height: 20px;
}

.button_delete
{ 
	background-image: url(../graphics/btn_delete.jpg); 
	background-color: black; 
	background-repeat: no-repeat; 
	cursor: hand; 
	width: 20px;
	height: 20px;
}

.button_find
{ 
	background-image: url(../graphics/btn_find.gif); 
	background-color: transparent;
	background-repeat: no-repeat; 
	cursor: hand; 
	width: 20px;
	height: 20px;
}

.button_tab_sel
{
	font-weight: bold;
	font-size: 11px;
	font-family: Arial;
	background-color: #FFFFFF;
	color: #000000;
	border: thick solid #000000;
}

.button_tab_unsel
{
	font-weight: bold;
	font-size: 11px;
	font-family: Arial;
	background-color: #FFFFFF;
	color: #C0C0C0;
	border: thick solid #808080;
}

.button_check
{ 
	background-image: url(../graphics/check.gif); 
	background-color: transparent;
	background-repeat: no-repeat; 
	cursor: hand; 
	width: 20px;
	height: 20px;
}

.list
{
	font-family: Arial; 
	font-size: 11px;
}

.dgrid
{
	font-family: Arial;
	font-size: 11px;
}

.dgrid_hdr
{
	font-size: 11px;
	font-weight: bold; 
	background-color: #666666;
	color: #f3f3f3;
}

.dgrid_row
{
	border-right: #000000 10px solid;
	border-top: #000000 10px solid;
	border-left: #000000 10px solid;
	border-bottom: #000000 10px solid;
	background-color: #ffffff;
}

.dgrid_alt
{
	background-color: #f3f3f3;
}

.dgrid_edit
{
	background-color: #efe3b9;
}

.dgrid_footer
{
	background-color: #efe3b9;
}

.content_hdrlarge
{ 
	border: thick solid #FFFFFF;
	border-style: solid; 
	border-width: thick thick medium thick; 
	border-color: #FFFFFF #FFFFFF #666666 #FFFFFF; 
	padding: 10px;
	background-color: #E0E0E0; 
	font-size: 14px; 
	font-weight: bold; 
	font-family: Arial;
	text-indent: 10px;
}

.content_hdrmed
{ 
	border: thin solid #666666;
	margin-top: 10px;
	padding: 10px; 
	background-color: #FFFFFF; 
	font-family: Arial; 
	font-size: 12px; 
	font-weight: bold; 
	text-indent: 10px;
}

.content_hdryellow
{ 
	padding: 3px; 
	background-color: #FFFFCC; 
	font-family: Arial; 
	font-size: 11px; 
	font-weight: bold; 
	text-indent: 10px;
}

.content_hdr
{ 
	background-image: url(../graphics/bg_content_title1.jpg);
	background-repeat: repeat-x;
	color: White;
	font-weight: bold;
	font-size: 11px;
	text-indent: 10px;
}

.content_container
{ 
	background-color: White;
	border: solid 1pt #333333;
}

.content_containerpad
{ 
	background-color: White;
	border: solid 1pt #333333;
	padding: 10px;
}

.floatleft_div
{ 
	float:  left;
	background-color: White;
	border: solid 1pt #333333;
	padding: 10px;
	width: 25%;
}

.floatright_div
{ 
	float:  right;
	background-color: White;
	border: solid 1pt #333333;
	padding: 10px;
}

.scroll_box 
{
	OVERFLOW: auto; 
	SCROLLBAR-FACE-COLOR: #778899; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #000000; 
	SCROLLBAR-ARROW-COLOR: #f5f5f5; 
	SCROLLBAR-TRACK-COLOR: #dcdcdc; 
	SCROLLBAR-DARKSHADOW-COLOR: #000080; 
	SCROLLBAR-BASE-COLOR: #000000;
	border-top-style: solid;
	border-top-color: #778899;
	border-top-width: thin;
	border-left-style: solid;
	border-left-color: #778899;
	border-left-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #778899;
	border-bottom-width: thin;
	border-right-style: solid;
	border-right-color: #778899;
	border-right-width: thin;
}

.row1_title
{ 
	text-align: center;
	font-weight: bold;
	background-color: #cccccc;
}

.row1_hdr
{ 
	font-weight: bold; 
	width: 100px;
}

.row1
{ 
	border-bottom: thin solid #cccccc; 
}
