﻿body 
{
	margin: 3px;
	font: 11px Verdana;
	background-color: transparent;
}

td.searchCri
{
	background-color: gray;
	color: White;
	font-family: Verdana;
}	


.bTitle
{
	font-weight:bold;
}

.blueL
{

}

.menu {
	margin-left: 28px;
	background: url(images/tab_bg.gif) repeat-x;
	font-size: 8px;
	/*font-weight: bold;*/
	
}

.menuItem td {
	color: #FFFFFF;
	height: 20px;
	background: url(images/tab_dim.gif) no-repeat;
	
	width: 100px;
	text-align: center;
}
/* make current tab gray,set the background-color also in case images are not on*/
.menuSelectedItem td {
	background: url(images/tab.gif) no-repeat #919191;
}
/* make link and visited the same look,set the background-color also in case images are not on*/
.menuItem a:link, .menuItem a:visited, .menuPopupItem a:link, .menuPopupItem a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
/* make hover by changing vertical position of background to -22px (the tab_dim2.gif is 44px high) */
.menuItem a:hover {
	text-decoration: underline;
}

/* make drop down menu container style */
.menuPopup 
{
	
	background: #5D7B9D url(images/background_drop_menu.jpg) repeat #8C9FB4;
	border: 1px solid #666666;
	border-bottom: none;
	 font-size : 8pt;
	/*color: #ffffff;*/
}

/* make drop down menu item style */
.menuPopupItem {
	/*color: #ffffff;*/
	border-bottom: 1px solid #666666;
	padding: 3px;
	 font-size : 8pt;
}

/*begin creating the tabs */
.EmpTabs {
	margin-left: 28px;
	background: url(images/tab_bg.gif) repeat-x;
	
	font: Verdana;
	font-size: 8px;

	   
}

.tableColName
{
	width: 200px;
}

.tableColSpace
{
	width: 10px;
}

/* make shadow background */
/* Blue with White Line   */

.blueLine
{
	background: url(images/Blue_03.jpg);
	height: 18px;
}

/* Gray Shadow */

.grayL
{
	background: url(images/Blue_06.jpg);
	width:10px;

}

.grayM
{
	background: url(images/Blue_07.jpg);
	height:18px;
}

.grayR
{
	background: url(images/Blue_09.jpg);
	height:18px;
	width: 10px;
}

.noborder
{
	border:0 0 0;
	background-color:Gray;
	background-image: url("images/Blue_03.jpg");
	
}
