﻿body 
{
	font-family: Tahoma;
	font-size: 8pt;
}

input
{
	font-family: Tahoma;
	font-size: 8pt;
}
.bg 
{
	background:url(Images/bg.gif);
	height:32px;
	border:#A8A9AD solid 1px;
}

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: solid 1px gray;
}

.Content
{

	
	padding: 10px;
}

.Help-Tooltip
{
	position: absolute;
	background-color:#F6F9D0 ;
	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;
}

.Menu2-RightSide
{
	height: 33px;
	background-image: url(Images/menu2-rightside.gif);
	background-repeat: repeat-x;
}

.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;
}

/*Fixes grid headers when needed to scroll. Adde on 2/December/2008 */
.Freezing   
{
	position :relative ; 	
	z-index:10;	
	background:#5D7B9D;
	font-family:Tahoma;
	font-size:8pt;
	color:#FFFFFF;
	font-weight:normal;
	height:18px;			
    
	}
.GridParent
{
	
	overflow:auto;
	height: 250px; 
	margin: 0 auto;		
}.FormCaption
{
	font-family:Tahoma;
	font-size:9pt;
	color:Navy;
	line-height:15px;
}
.GeneralItem
{
	font-family:Tahoma;
	font-size:9pt;
}
.LongItem
{
	width:180px;
}.Buttons
{
	font-family:Tahoma;
	font-size:12px;
	width:70px;
	height:25px;
}.LightText
{
	font-family:Tahoma;
	font-size:10px;
	color:#aaaaaa;
}

.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;
}

.ModalPopup
{
border: 1px solid #999999;
position: fixed;
top: 0px;
right: 0px;
padding: 10px;
height: 306px;
width: 150px;
z-index: 1001;
background-color: white;
font-family: Tahoma;
font-size: 8pt;
font-weight: normal;
color: black;
vertical-align: bottom;
}
.ModalPopupL
{
border: 1px solid #999999;
position: fixed;
top: 0px;
left: 0px;
padding: 10px;
height: 306px;
width: 150px;
z-index: 1001;
background-color: white;
font-family: Tahoma;
font-size: 8pt;
font-weight: normal;
color: black;
vertical-align: bottom;
}
