﻿.td
{
    background-color:#203067;
    color:#ffffff;
   font-family: Verdana;
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;

}

.colurtext
{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #B44646;
font-weight:bold;
}

.label
{
      font-family: Verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	
	
} 
.label1
{
   font-family: Verdana;
	font-size: 11px;
	color: #294086;
	text-decoration: none;
	
    
} 
.left1
{
   color:#666666;
    font-family:Verdana;
    font-weight:bold;
    font-size:8pt;
     background-color:#EFEFEF;
} 
.button
{
     background-color:#009AD6;
    color:#ffffff;
    font-family:Verdana;
    font-weight:bold;
    font-size:10pt;
    width:75px;
}
.bigbutton
{
    
    font-family:Verdana;
    font-weight:bold;
    font-size:13.5pt;
    width:250px;
    height:60px;
}
.allbdr
{
    
    border-width:thin;
  
    
    
}
.left
{
    background-color:#EFEFEF;
    color: #294086;
    font-family:Verdana;
    font-size:8pt;
    font-weight:bold;
    
} 
 .left:hover
 {
    background-color:#EFEFEF;
    color:#009AD6;
    font-family:Verdana;
    font-size:8pt;
    font-weight:bold;   
 } 
 .linkMain
{
    
    font-family: Verdana;
	font-size: 11px;
	font-weight:300;
	color: #294086;
	text-decoration: none;
	font-weight:normal;
    
} 

 .linkMain:hover
{
    
    font-family: Verdana;
	font-size: 11px;
	font-weight:300;
	
	color:#009AD6;
	text-decoration: none;
	font-weight:normal;
    
} 
 .link
{
    
    font-family: Verdana;
	font-size: 11px;
	color: #294086;
	text-decoration: none;
	font-weight:normal;
    
} 
.link:hover
 {
    
   font-family: Verdana;
	font-size: 11px;
	color: #294086;
	text-decoration: underline;
	font-weight:bolder
 }  
 
 .whitelink
{
    
    color:white;
    font-family:Verdana;
    font-size:12pt;
    font-weight:bold;
    
} 
.whitelink:hover
 {
    
    color:white;
    font-family:Verdana;
    font-size:12pt;
    font-weight:bold;   
    
    
 }  
 .gridhead
{
    background-color:#999999;
    color:#ffffff;
    font-family:Verdana;
    font-weight:bold;
    font-size:10pt;
}
.input {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #4e4e4e;
	text-decoration: none;
	background-color: #F5F2ED;
	border: 1px solid #9bbde0;
    margin-left: 17px;
    margin-bottom: 0px;
}
.allbdr {
	border: 1px solid #CCCCCC;
}
.biglink
{
    color:#999999;
    font-family:Verdana;
    font-size:20pt;
    font-weight:bold;
} 
.dropdown {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	
}
.bodytext_white {
	font-family: Verdana;
	font-size: 9px;
	color: #ffffff;
	font-weight:normal;
	text-decoration: none;
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

/*Textbox Watermark*/

.unwatermarked {
	height:18px;
	width:148px;
}

.watermarked {
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}	


/*Modal Popup */
.modalBackground 
{
	background-color:Gray;
	
}

.modalPopup {
	background-color:#EEEEEE;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	font-family:Verdana;
	font-size:medium;
	padding:3px;
	width:250px;
}
