
body
{
	font-family: Arial;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	background-repeat:repeat-x; background-color:#CFD5E1; background-image: url(images/bodyby.jpg);
}


.gridheader
{
	background-image: url(Adminpages/images/gridHeader.jpg);
}
.txtbox
	{
		background-color:white;
		border-color:gray;
		border-width:1px;
		border-bottom-style:solid;
	}
		
BUTTON
	{
		cursor:pointer;
		border:outset 1px #ccc;
		background:#999;
		color:#666;
		font-weight:bold;
		padding: 1px 2px;
		background:url(images/formbg.gif) repeat-x left top;
	}		
.myButton
	{
		cursor:pointer;
		border:outset 1px #ccc;
		background:#999;
		color:#666;
		font-weight:bold;
		padding: 1px 2px;
		background:url(images/formbg.gif) repeat-x left top;
	}				
   #dhtmltooltip
   {
        position: absolute;
        left: -300px;
        width: 150px;
        border: 1px solid black;
        padding: 2px;
        background-color: lightyellow;
        visibility: hidden;
        z-index: 100;
        /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
        filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
   }

  #dhtmlpointer
  {
        position:absolute;
        left: -300px;
        z-index: 101;
        visibility: hidden;
  }
.fsize8
	{
		font-size:8pt;
	}
        
.fsize9
	{
		font-size:9pt;
	}
        
.fsize10
	{
		font-size:10pt;
	}
.fsize15
	{
		font-size:15pt;
	}		
		
.RequestLinkExchange
	{
		font-size: 8pt;
		color:#b8860b;
		}
		
		
	#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:175px;	/* Width of box */
		height:250px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #317082;	/* Dark green border */
		background-color:#FFF;	/* White background color */
		text-align:left;
		font-size:0.9em;
		z-index:100;
	}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;		
		padding:1px;
		cursor:pointer;
		font-size:0.9em;
	}
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
		
	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color:#317082;
		color:#FFF;
	}
	#ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
	}
	img{
		border:0px;
	}
.mytable
{
	border-top: #cccccc 1px solid;
	border-right: #cccccc 1px solid;	
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	border-collapse: collapse;
	
}
.heading
{
	font-size: 16px;
	color: Maroon; 
	font-weight: bold;
}
.overlay {
        position: fixed;
        z-index: 99;
        top: 0px;
        left: 0px;
        background-color: #FFFFFF;
        width: 100%;
        height: 100%;
        filter: Alpha(Opacity=70);
        opacity: 0.70;
        -moz-opacity: 0.70;
    }
    * html .overlay {
        position: absolute;
        height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
        width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
    }
    .loader {
        z-index: 100;
        position: fixed;
        width: 120px;
        margin-left: -60px;
        top: 50%;
        left: 50%;
    }
    * html .loader {
        position: absolute;
        margin-top: expression((document.body.scrollHeight / 4) + (0 - parseInt(this.offsetParent.clientHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)) + 'px');
    }


A:hover
{
	font-size: 8pt;
	color: #133370;
	font-family: arial;
	
	font-weight:bold;
	
} 
A:visited
{
	font-size: 8pt;
	color: #133370;
	font-family: arial;
	
	font-weight:bold;
}
A:link
{
	font-size: 8pt;
	color: #133370;
	font-family: arial;
	
	font-weight:bold;
}
.datael
{
	border:solid 0.1pt green;
	margin-left:5px;
}
