﻿.Body
{
	font-size: 10pt;
	font-family: Arial;
}

.DisabledField
{
	background-color: #00ccff;
}

.MessageLabelField
{
	color: red;
}
	
.TabHeader
{
	border: 0;
	height: 24px;
}

.SelectedTabLeft
{
	background-image: url(images/blu_browse_tab_select_left.gif);
	width: 4px;
	height: 24px;
	background-repeat: no-repeat;
}
	
.SelectedTabCenter
{
	background-image: url(images/blu_browse_tab_select_centr.gif);
	font-size: 9pt;
	text-align: center;
	font-family: Verdana;
	color: white;
	height: 24px;
}
	
.SelectedTabRight
{
	background-image: url(images/blu_browse_tab_select_right.gif);
	width: 4px;
	height: 24px;
	background-repeat: no-repeat;	
}

.DeSelectedTabLeft
{
	background-image: url(images/browse_tab_deselect_left.gif);
	width: 4px;
	height: 24px;
	background-repeat: no-repeat;	
}
	
.DeSelectedTabCenter
{
	background-image: url(images/browse_tab_deselect_center.gif);
	font-size: 10pt;
	text-align: center;
	font-family: Verdana;
	color: black;
	height: 24px;
}
	
.DeSelectedTabRight
{
	background-image: url(images/browse_tab_deselect_right.gif);
	width: 4px;
	height: 24px;
	background-repeat: no-repeat;	
}

.Button15px
{
	background-image: url(images/ImageButton75.PNG);
	width: 15px;
	height: 24px;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.Button20px
{
	background-image: url(images/ImageButton75.PNG);
	width: 20px;
	height: 24px;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.Button25px
{
	background-image: url(images/ImageButton25.PNG);
	width: 25px;
	height: 24px;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.Button75px
{
	background-image: url(images/ImageButton75.PNG);
	width: 75px;
	height: 24px;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.Button150px
{
	background-image: url(images/ImageButton150.PNG);
	width: 150px;
	height: 24px;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.GridHeader
{
	background-image: url(images/ShadedBackGround.gif);
	background-color: #8988A5;
	border-bottom: 1px solid #57566F;
	height: 20px;
	padding-left: 3px;
	cursor: default;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
}

.GridHeader2
{
	background-color: #8988A5;
	border-bottom: 1px solid #57566F;
	height: 20px;
	padding-left: 3px;
	cursor: default;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
}

.MenuBackColor
{
	background-image: url(images/ShadedBackGround.gif);
	font-size: 10pt;
	font-weight: bold;
}
