/* CSS Document */
body 
{
    background-color:#efeded;
    color:Black;
    font-family:Tahoma;
    font-size:11px;
    margin: 0px;
}
/*body 
{
	scrollbar-base-color: #FFFFFF; 
    scrollbar-arrow-color: #6D99CA; 
    scrollbar-DarkShadow-Color: #FFFFFF; 
    scrollbar-Track-Color: #FFFFFF; 
    scrollbar-highlight-color:#6D99CA;
	background-color: #E7FFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:black;
	margin:100px;
}*/
a {
	color:#006633;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#006633;
	font-weight:bold;
	text-decoration:underline;
}
.grid
{
	font-size: 10px;
}

input {

	border-bottom: 1px solid #9fbb88;
	border-right: 1px solid #9fbb88;
	border-top: 1px solid #5d7744;
	border-left: 1px solid #5d7744;
	color:black;
	font-size: 10px;
}
.inputL {
	/** background-color:#7F9966; **/
	border-bottom: 1px solid #9fbb88;
	border-right: 1px solid #9fbb88;
	border-top: 1px solid #5d7744;
	border-left: 1px solid #5d7744;
	color: black;
	width: 320px;
	font-size: 10px;
}
select
{
	/** background-color:#7F9966; **/
	border-bottom: 1px solid #9fbb88;
	border-right: 1px solid #9fbb88;
	border-top: 1px solid #5d7744;
	border-left: 1px solid #5d7744;
	color:black;	
	font-size: 10px;
}
textarea 
{
	border-bottom: 1px solid #9fbb88;
	border-right: 1px solid #9fbb88;
	border-top: 1px solid #5d7744;
	border-left: 1px solid #5d7744;
	color:black;
	font-size: 10px;
}
submit {
	background-color:#7F9966;
	border-bottom: 1px solid #9fbb88;
	border-right: 1px solid #9fbb88;
	border-top: 1px solid #5d7744;
	border-left: 1px solid #5d7744;
	color:black;
	font-size: 10px;
}
acronym {
	font-variant:small-caps;
	cursor:help;
	letter-spacing:2px;
	font-weight:bold;
}
.mainContent
{
	text-align: center;
	background-color: #efeded;
}
.left
{
	text-align: left;
}
.modalBackground {
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}
.confirm{
   background-color:#AAD284;
   padding:10px;
   width:400px;
}
.error   
{
	color: red;
	font-weight:bold;
	font-size:11px;
}
.select150
{
	background-color: white;
	border-bottom: 1px solid #9fbb88;
	border-right: 1px solid #9fbb88;
	border-top: 1px solid #5d7744;
	border-left: 1px solid #5d7744;
	color:black;	
	width: 150px;
	font-size: 10px;
}
.modalPopup {
	background-color:#efeded;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
	height: 500px;
	font-size:11px;
}
.PopupPanel
{
	top:auto;
    width: auto;
    border: solid 2px #5D7B9D;
    background-color: #efeded;
    padding: 5px;
	font-size:11px;
    /* display: none; This won’t work due to a “bug” with the ModalPopup AJAX Control */
}

.ModalBackground2
{
    background-color: Gray;
    filter: alpha(opacity=75);
}
.toolbar
{
 font-size: 11px;
 color: #FF8200;
 font-family: Verdana;
 text-align: left;
 padding: 8px;
 filter: 
 progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=lightblue);
}
.border1{
	border-right:	 #989378 1px solid; 
	border-top:		 #989378 1px solid; 
	border-left:	 #989378 1px solid; 
	border-bottom:	 #989378 1px solid; 
	background-color: #ececec ; 
	/** light blue #e5eef6; **/
		
}
.font1
{
	font-size: 10px;
	font-family: Arial, Verdana;
	font-style: normal;	
}
.dataHeader 
{
	font-family: Arial,Verdana;
	font-size: 12px;
	font-weight:bold;
	color: #5d6d78;			
}
.headerL
{
	border-right:  #777777 1px solid;
	border-top:		 #777777 1px solid;
	border-left:   #777777 1px solid;
	border-bottom: #777777 1px solid;
	font-size: 18px;		
	font-family: Arial, Verdana;
	font-weight: bold;
	color: darkblue;	
	background-color: #cccccc;	
	width: 550px;
}
.firstRow
{
	background-color: #ececec ;
}

.secondRow
{
	background-color: white ;
}
td {
white-space:nowrap;
}
.nowrap
{
	white-space:nowrap;
}
#Error {
  top: 0px;
  right: 0px;
  width: 125px;
  background-color: yellow;
  border: solid 1px Black;
  padding: 10px;
  font-family: Sans-Serif;
  font-size: 10pt;
  position: absolute;
  margin: 5px;
}
#CloseButton {
  float: right;
  cursor: pointer; 
}
.headerBG
{
    background-image:url('../images/header-bg.gif');
    background-repeat:repeat-x;
    width:100%;
    height:59px;
}

.CommonText
{
	font-family:Tahoma;
	font-size:11px;
	color:Black;
}

.wait, .wait * { cursor: wait !important; }