﻿body 
{
	font-family: Tahoma;
	font-size: 8pt;
}

input
{
	font-family: Tahoma;
	font-size: 8pt;
}

a
{
	color: #666666;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}

a.CustomLink
{
	color: #666666;
	border-bottom: dotted 1px #666666;
	text-decoration: none;
	padding: 2px;
}

a.CustomLink:hover
{
	color: #000000;
	border-bottom: dotted 1px #000000;
	text-decoration: none;
	padding: 2px;
}

hr
{
	border: dashed 1px #000000;
}

.Menu
{
	height: 33px;
	background-image: url(Images/bgmenu.gif);
	background-repeat: repeat-x;
}

.Menu-LeftSide
{
	height: 33px;
	background-image: url(Images/menu-leftside.gif);
	background-repeat: repeat-x;
}

.Menu-RightSide
{
	height: 33px;
	background-image: url(Images/menu-rightside.gif);
	background-repeat: repeat-x;
}

.Menu2
{
	height: 33px;
	background-image: url(Images/bgmenu2.gif);
	background-repeat: repeat-x;
}

.Menu2-LeftSide
{
	height: 33px;
	background-image: url(Images/menu2-leftside.gif);
	background-repeat: repeat-x;
}

.Menu2-RightSide
{
	height: 33px;
	background-image: url(Images/menu2-rightside.gif);
	background-repeat: repeat-x;
}

.Content
{
	background-color: WhiteSmoke;
	border: solid 1px silver;
	padding: 10px;
}

.Titlebar-LeftSide
{
	background-image: url(Images/titlebar-leftside.gif);
	background-repeat: no-repeat;
	width: 32px;
	height: 8px;
}

.Titlebar-RightSide
{
	background-image: url(Images/titlebar-rightside.gif);	
	background-repeat: no-repeat;
	width: 32px;
	height: 7px;
}

.Titlebar
{
	background-image: url(Images/titlebar.gif);
	background-repeat: repeat-x;
	height: 32px;
}

.GridView-Header
{
	background-image: url(Images/gridview-header.gif);
	height: 26px;
}

.Help-Tooltip
{
	position: absolute;
	background-color:WhiteSmoke ;
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	display: none;
	padding: 2px;
	width: 250px;
}

.Help_Tooltip_Title
{
	width: 100%;
	color: navy;
	padding: 2px;
}

.ToolTip
{
	position: absolute;
	background-color: gainsboro;
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	display: none;
	padding: 2px;

}

.Message
{
	color:Navy;
	font-weight: bold;
	padding: 2px;
}
.Message2
{
	color:#f88a1e;
	font-weight: bold;
	padding: 2px;
}
.processMessage { 
  position:fixed; 
  top:35%; 
  left:43%;
  padding:10px; 
  width:17%; 
  z-index:1001; 
  background-color:#fff;  
} 
.progressBackgroundFilter 
{   
  position:fixed;
  top:0px; 
  bottom:0px; 
  left:0px;
  right:0px;
  overflow:hidden; 
  padding:0; 
  margin:0;   
  background-color:#000000; 
  filter:alpha(opacity=50); 
  opacity:0.5;
  z-index:1000;
}
