html {
    overflow-y: scroll;
    width:100%;
    background-color: #f1f1f1;
    height: 100%;
    min-height: 100%;
}

body {
    width: 100%;
	color: #777779;
	font-size: 8pt;
	font-family: Arial,Helvetica,Verdana,Calibri,sans-serif;
	margin-top:0px;padding-top:0px;
	height:100%;	
}


table {
       empty-cells: show;
       border-collapse: collapse;
       }

tr    {
       padding: 4px;
      }

td    {
       padding: 4px;
      }
      
th    {
       padding: 4px;
      }


table.withborders
{
       border-collapse: separate;
       border-style: solid; 
       border-color: #2a2a2a; 
       border-width: 1px;
}




p, div {
    font-size:8.5pt;
    font-weight:normal;
}


hr
{ 
    margin-top: 2px;
    margin-bottom: 2px;
}

img 
{
    border-style:none;
}




h2 
{
    color: #2d2d2d;
    border-left: 2px solid #2d2d2d;
    border-bottom: 2px solid #2d2d2d;
    background-color: white;
    font: 15px Verdana,Geneva,Calibri,Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    padding: 8px 6px 8px 6px;
    font-weight: bold;
}

h3 {
	color: #1b3664;
	font-size: 20px ;
	font-weight: bold ;
	font-family: Verdana,Geneva,Calibri,Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	background-color: white;
}       


.sysblue
{
    color: #40729e;
}

.syspink
{
    color: #f25b5e;
}
.sysgraybox
{
    color: #6d6e71;
}
.sysgraytext
{
    color: #47484a;
}



input[type=file]
{
    font-size: 7.5pt;
    font-weight: bold;
    height: 25px;
    background-color: #337AB7;
    color: #d2d2d2;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-bottom: 5px;
    border-radius: 4px;
}

input[type=file]:hover  
{	
    background-color: #B7B7B8;
    color: #fff ;
}


input[type=text], input[type=password], select, textarea,
input[type=url],input[type=email],input[type=date],input[type=datetime]
{    	    	
    border: 1px solid #cccccc;
	background-color: #f5f7fa;    		
	padding: 3px;

}
input[type=text]:focus, input[type=password]:focus,textarea:focus, 
select:focus,input[type=url]:focus, input[type=email]:focus,input[type=date]:focus,
input[type=datetime]:focus
{
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;	    
    background: #e9e9e9;        
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


input[type="text"]:disabled,input[type="checkbox"]:disabled,select:disabled
{
    color: Black;
} 




.gridleftheader
{
	padding: 4px;
	text-align: center;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color: black;
	background-color: #5d96e7;
	font-size: 12pt;
	font-variant: small-caps;
}


a.appmenulink, a.appmenusel {
	font-size: 9pt;
    font-weight: bold ;
	font-variant: small-caps;	
	color: #296294;
	background-color: #e9e9e9;
	text-decoration: none;
	height: 30px;
	border-style: solid;
    border-color: #A6A6A6;
	border-width: 1px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right:6px;
	padding-top: 4px;
}

a.appmenulink:hover 
{
    color: #47484a;
    background-color: #fff;
}

a.appmenusel
{         
    color: #fff;
    background-color: #f25b5e;
}
       

.newsandbulletins {
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right:4px;
	padding-top:2px;
    font-family: Verdana,Geneva,Calibri,Arial,Helvetica,sans-serif;
	font-size:16pt;
	font-weight:bold;
	color: #50514f;
	background-color:#FFFFFF;
	text-variant: small-caps;
	text-decoration: underline;
}
       
.appmenubanner {
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right:4px;
	padding-top:2px;
    font-family: Verdana,Geneva,Calibri,Arial,Helvetica,sans-serif;
	font-size:14pt;
	font-weight:bold;
	color: #1b3664;
	background-color:#FFFFFF;
	text-decoration: none;
}



.errormsghdr
 {
	color: #1b3664;
	font: 22px Verdana,Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	background-color: white;
}       
.errormsgsub
 {
	color: #1b3664;
	font: 18px Verdana,Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	background-color: white;
}       

       
hdrtxt {

    font-size: 9pt; 
    font-weight: bold;
	color: #1b3664;
}       

a.blink2
 {
   font-size: 8.5pt;
   color: #337ab7;
   text-decoration: none;
   font-weight: bold;
    }
    
a.blink2:hover 
{
    color: #1b3664;
    text-decoration:underline;
}



a.blink {
	color: #1b3664;
	text-decoration:none;
   }
a.blink:hover {
    text-decoration: underline;
    color: steelblue;
   }

a.logout {
    font-style: small;
    color: #1b3664;
	text-decoration:none;
}
a.logout:hover {
    font-style: small;
    color: steelblue;
    text-decoration: underline;
}


.disabledlink {
  color:#656565;
  text-decoration:none;
  font-family: Verdana, Tahoma, Arial, Sans-serif;
  font-size:9pt;
  font-weight:normal;
  }

.headline {font-size:14px}

.highlight {color:Red}


.prgdiv {padding:4pt;border-width:1px;border-style:solid;border-color:Navy; background-color:#EEEEEE}

.prgspan {text-align:center}

fieldset
{
    border: 0px;
	margin-bottom: 15px;
	padding: 15px;
}

.fieldsetpadding
{
	padding: 15px;
}


label
{
    display: block;
    width: 150px;
    float: left;
    margin: 4px 4px 0px 4px;
    text-align: right;
    font-size: 11pt;
    font-weight: bold;
	color: #1b3664;
}


A.cz {
 font-size:8pt;
 text-decoration: none;
 font-weight: bold;
 color: #FFFFE8;
}

A.spechvr {
 font-size:8pt;
 text-decoration: none;
 font-weight: bold;
 color: #3366cc;
}




 

/* table contents */
.tblmono
{ font-family: Courier New, Sans Serif ;
       font-size: 9pt ;
       color:  #000000 ;
 }  

.tblhdr  
{ 
  font-size: 11pt ;
  color:  #fff ;
  font-weight: Bold ;
  background-color: #6e6e71 ;
  height: 30px;
  text-align: center ;
}      

.tbldetl, .tbldetlnavy, .tblbar, .tblrightbold, .tblfooter, .tbldetlbold
{ 
  font-size: 9pt ;
  vertical-align: middle;
}  

.tbldetlbold  
{ 
  font-weight: Bold ;
}  

.tbldetlnavy
{ 
  color:  #1b3664; ; 
}

.tblfooter
{    
  background-color: #e9e9e9;
}     

.tblbar  
{    
  background-color: #E9E9E9 ;
}  


     
.tbldetlsmall, .tbldetlsmallalt  
 { 
       font-family: Verdana,Geneva,Calibri,Arial,Helvetica,sans-serif;
       font-size: 8pt ;
     }  

.tbldetlsmall
 { 
       color:  #2d2d2d ;
       background: #fff ;
    }  

.tbldetlsmallalt 
  { 
       color:  #2d2d2d ;
       background: #e9e9e9 ;
     }  

     
.tblrightbold  { font-family: Verdana, Arial, Helvetica, Sans Serif ;
       color:  #2a2a2a;
       background: #e9e9e9 ;
       font-weight: Bold ;
       text-align: right;
     }  




/* block backgrounds for headers etc. */
.menuband, .gridpager, .buttonlinks, .blockheader, .roundedbar_top, .roundedbar_bottom
{
	color: cornsilk;
    background-color:transparent;
	xpadding: 0px;
}

.alternatebackground
{
	color: white;
	background-color: #0066cc;
}

/* used for any block tags like headers on tables etc. */
.blockheader
{
	font-weight:bold;
}

/* ---
.banner
{
	color: cornsilk;
	font-weight:bold;
	background: #29527A url('/images/vertgradient.png') ;
	height: 16px;
	padding: 5px;
	white-space:nowrap;
}
*/

.bannertext, .bannerlink
{
	color: White;
	text-decoration: none;
}
.bannerlink:visited
{
	color: white;
}
.bannerlink:hover
{
	color: #29527A;
	background: white url('/images/menuhighlight.png');
}
.bannersubtitle
{
	color: orange;
}


/* used on the category list as a standard link */
.menucolumn 
{ 
	padding:5px;
	border-bottom: solid 1px white ;
}
.menulink
{
    color: white;
    font-size: 0.8em;
    font-weight: normal;
    text-decoration: none ;
    display:block;
    text-align:left;
    padding-top:3px;
    padding-bottom: 3px;
    padding-left: 5px;
    border: solid 1px transparent;    
}
.menulink:visited { color: cornsilk; } 
.menulink:hover 
{ 
	color:#29527A; 
	text-decoration:none; 
	font-weight:normal; 
	background: white url('/images/menuhighlight.png') repeat-x;
}
.menuband
{	
	font-weight: bold;
	height: 20px;
	padding-top: 5px;
	text-align: center;
	background: url('/images/vertgradient.png');
}
.menulinkcontainer
{
	padding: 5px;
}
.buttonlinks 
{
    font-weight:bold;
    text-decoration: none;
    display: block;
    padding:2px;
}
.buttonlinks:visited { color: cornsilk; }
.buttonlinks:hover { color:#29527A; text-decoration:none; background:white;} 

.imagelink
{
	text-decoration: none;
	display: inline-block;
	padding-left:4px;
	padding-right: 4px;
	padding-top: 2px;
}
.imagelink:hover { background: lightsteelblue; color:black; text-decoration:none; } 




.roundedbar_top
{
	height:20px;
	width: 170px; 
	padding: 5px 0px 0px 0px;
	font-weight:bold;
	text-align: center;	
	background: url('/images/roundedbar_top.png') no-repeat;
	font-size: 10pt;
}
.roundedbar_bottom
{
	height:12px;
	width: 170px; 
	background: url('/images/roundedbar_bottom.png') no-repeat;
}
.dragwindow
{
	background: white;
	border: solid 2px steelblue;
	position: absolute;				
}

.containercontent
{
	padding: 20px;	
}

legend
{
    text-align: center;
	font-weight: bold;
	background: #FFD98A;
	color: #1b3664;
	padding: 3px;
	border: solid 1px #1b3664;
	margin-left: 15px;
}    

.grouping
{
    padding: 10px;
	background-color: whitesmoke;   
	position: relative; 	
}
.menucontainer
{
	margin: 4px;
}
.statusbar
{
	position: fixed;
	bottom: 5px;
	left: 0px;
	right: 0px;
	height: 16px;	
	padding: 5px;	
	background: black;
	color: white;	
	border: solid 1px lightgray;
	opacity: .85;	
	filter: alpha(opacity="85");
	z-index: 200;
	overflow: hidden;
	overflow-y: auto; 
}
.statusbarhighlight, .statuserror
{
	font-weight: bold;
	background-color: khaki;
	color: Maroon;
	border: solid 1px silver;
}
.statusbarclose
{
	position: absolute;
	right: 10px; 
	top: 2px;
	color:red;
	font-size: 12pt;
	font-weight: bold;
	cursor: pointer;
}
.closebox
{
	width: 12px;
	height: 12px;
	background-image: url('/images/closebox.gif');
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	position: absolute;
	right: 2px;
	top: 4px;
}
.closebox:hover
{
	padding: 1px;
	background-color: white;
}
.samplebox
{
	padding: 5px 20px;
	xborder-bottom: dotted 1px steelblue;
}
/*--- bigger links ---*/
a.biglink:active { font-family: Arial,Verdana,Geneva,Helvetica ;
         font-size: 10pt ;
       }

a.biglink:visited { font-family: Arial,Verdana,Geneva,Helvetica ;
         font-size: 10pt ;
       }

a.biglink:link { font-family: Arial,Verdana,Geneva,Helvetica ;
         font-size: 10pt ;
       }
       
a.biglink:hover { color: red;
          font-family: Arial,Verdana,Geneva,Helvetica ;
          font-size: 10pt ;
       }



/*---- links with back color -----*/

    
a.backlink:active { font-family: Arial,Verdana,Geneva,Helvetica ;
            font-size: 8pt ;
            color: #003399 ;
            bgcolor: #E9E9E9 ;
     }

a.backlink:link { font-family: Arial,Verdana,Geneva,Helvetica ;
            font-size: 8pt ;
            color: #003399 ;
            bgcolor: #E9E9E9 ;
     }     

a.backlink:visited { font-family: Arial,Verdana,Geneva,Helvetica ;
            font-size: 8pt ;
            color: #003399 ;
            bgcolor: #E9E9E9 ;
     }
     
a.backlink:hover { font-family: Arial,Verdana,Geneva,Helvetica ;
            font-size: 8pt;
            text-decoration: underline;
     }
            


.menulink
{
    color: white;
    font-size: 0.8em;
    font-weight: normal;
    text-decoration: none ;
    display:block;
    text-align:left;
    padding-top:3px;
    padding-bottom: 3px;
    padding-left: 5px;
    border: solid 1px transparent;    
}
.menulink:visited { color: cornsilk; } 
.menulink:hover 
{ 
	color:#29527A; 
	text-decoration:none; 
	font-weight:normal; 
	background: white url('/images/menuhighlight.png') repeat-x;
}
.menuband
{	
	font-weight: bold;
	height: 20px;
	padding-top: 5px;
	text-align: center;
	background: url('/images/vertgradient.png');
}
.menulinkcontainer
{
	padding: 5px;
}
.buttonlinks 
{
    font-weight:bold;
    text-decoration: none;
    display: block;
    padding:2px;
}
.buttonlinks:visited { color: cornsilk; }
.buttonlinks:hover { color:#29527A; text-decoration:none; background:white;} 

.imagelink
{
	text-decoration: none;
	display: inline-block;
	padding-left:4px;
	padding-right: 4px;
	padding-top: 2px;
}
.imagelink:hover { background: lightsteelblue; color:black; text-decoration:none; } 


.groupheader  
{
	background: SteelBlue; color: White; padding: 4px; margin-top: 10px; margin-bottom: 5px; font-weight: bold;
}    
.errormessage
{
	font-size: 1em;
	font-weight: bold;
	color: maroon;
}
.errordisplay
{
	font-size: 1em;
	font-weight: normal;
	color: maroon;
	border:solid 2px maroon;
	background-color:cornsilk;
	padding: 10px 10px 7px 10px;
	line-height: 15pt;
	margin: 15px 0px 15px 0px;
}
.errordisplay hr
{
	color: maroon;
}
.dialogwindow
{
	margin:0px;
	background: #eeeeee;
	font-size: 8pt;
}
.descriptionheader
{
	background: LightSteelblue;
	color: black;
	font-size: 8pt;
	text-align: left;
	padding: 10px;
	margin: 10px 40px;
	border: solid 1px navy;
}

.toolbarcontainer  
{
	background:#eeeeee;
	border: solid 1px silver;
	vertical-align: top;
	padding: 5px; 
}
.tabbutton, .selectedtabbutton, .disabledtabbutton
{
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	font-size: 8pt;
	background: url('/images/tabnormal.gif') no-repeat;
		text-align: center;
		vertical-align: middle;
		cursor: hand;
		color: navy;
		width: 120px;
		margin: 0px;
		padding:0px;
}
.tabbutton:hover
{
	background: url('/images/tabhover.gif') no-repeat;
}
.selectedtabbutton 
{ 
	font-weight: bold; 
	color: white; 
	background: url('/images/tabselected.gif') no-repeat;
	cursor:default;
}
.disabledtabbutton
{
	color: gray;
	opacity:.60;
	filter: alpha(opacity="60");	
}



.dragwindow
{
	background: white;
	border: solid 2px steelblue;
	position: absolute;				
}

.containercontent
{
	padding: 20px;	
}

.tableleft {
    width: 35%;	
    padding: 1px; 2px; 4px;1px;
	text-align: center;
	background-image: none;
	font-weight: bold;
	color: black;
	background-color: #FFD98A;
	font-size: 12pt;
	font-variant: small-caps;
	font-family: Arial, Helvetica, sans-serif;
	border-width: 1px;
	border-style: solid;
	float: left;
	}
	
.tableright {
    width: 60%;	
    padding: 1px; 2px; 4px;5px;    
	text-align: left;
	background-image: none;
	font-weight: bold;
	color: black;
	background-color: #fff;
	font-size: 12pt;
	font-variant: small-caps;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	}


a.rpthublink, a.rpthublinkhover, a.rpthublinksel 
{
   	font-family: font-family: Verdana,Geneva,Calibri,Arial,Helvetica,sans-serif;
  	font-size: 12pt;
    font-weight: normal;
   	color: #ffffff;
   	text-decoration: none;
	border-style: none;
	border-width: 0px 0px 0px 0px;
   	height: 50px;
   	padding-top: 3px;
   	padding-bottom: 3px;
  	 	
}
   
a.rpthublink {

	background-color: #033594;

}

a.rpthublink:hover 
{
    background-color: #ec8b44 ;
}

a.rpthublinksel
{         
    background-color: #d46a68;
}

.rpthubdropdown
{
   	font-family: font-family: Verdana,Geneva,Calibri,Arial,Helvetica,sans-serif;
  	font-size: 15pt;
    font-weight: normal;
	color: #1b3664;
	border-style: sold;
	border-width: 1px 1px 1px 1px;
	border-radius: 3px;
   	height: 35px;
	background-color: #ffffff;    	 

}

/*---- confirmation dialog settings ----*/

.confirmdisplay
{
    background-color: #f9f9f9;
    color: #47484a;
    border: 2px solid #6d6e71;
    border-radius: 3px;
    box-shadow: 1px 1px 2px #6d6e71;     
    
}
.confirmheader
{
    background-color: #40729e;
    color: #f9f9f9;
    font-weight: bold;
    font-size: 16pt;
    text-align: center;
    padding: 4px;
    height: 30px;
}

.confirmbody 
{
    padding: 10px 15px;
}
  .confirmbody label 
  {
        margin-top: 10px;
        text-align: left;
    }
  .confirmbody input[type=text],input[type=password] 
   {
        width: 100%;
    }
    

  .confirmbody .mssghdr
    {  
      font-size: 14pt;
      font-weight: bold;
      color: #6d6e71;   
      font-variant: small-caps;
    }

    
  .confirmbody .mssgtext
    {  
      font-size: 10pt;
      font-weight: bold;
      color: #6d6e71;
      font-variant: small-caps;      
    }
    
  .confirmbody .smallmssg
    {  
      font-size: 8pt;
      font-weight: normal;
      color: #47484a;
     }
    
  .confirmbody .errordisplay 
  {
        width: auto;
        margin: 0;
    }
  .confirmbody hr 
  {
        color: darkred;
        background: darkred;
    }

hr.redline
  {
    color: #f25e5e;
  }



/*---- shadow box div settings ----*/	

.grayborder
{
	border-style: solid;
	border-width: 1px;
	border-color: #6d6e71;
	background: white;
	text-align: left;
}


a.boldlink
{
   font-size: 9pt;
   font-weight: bold;
   color: White;
   text-decoration: none;
   padding-bottom: 2px;
   padding-left: 4px;
   padding-right:6px;
   padding-top: 6px;
  
}

a.boldlink:hover
{
   font-family: Verdana, Geneva, Arial;
   font-size: 9pt;
   font-weight: bold;
   color: #0092d0 ;
   text-decoration: none;
   padding-bottom: 6px;
   padding-left: 4px;
   padding-right:6px;
   padding-top: 6px;
   background: transparent;
}

a.boldlinksel
{
   font-family: Verdana, Geneva, Arial;
   font-size: 9pt;
   font-weight: bold;
   color: #DF4445 ;
   text-decoration: none;
   background: transparent;
   padding-bottom: 8x;
   padding-left: 6px;
   padding-right:6px;
   padding-top: 6px;
}



div.bolddiv, div.bolddivblue 
{
   border-style: solid;
   border-width: 1px 1px 1px 1px ;
   border-radius: 3px;
   border-color: #47484a;
   background-color: white;
   text-align: left;
}


div.bolddivblue 
{
   border-color: #40729e;
   background-color: white;
   text-align: left;
}


div.boldhdr
{
   text-align: left;
   height: 30px;
   font-size: 12pt;
   font-weight: bold;
   background-color: #47484a ;
   color: White;
   vertical-align: middle;
   padding-top: 5px;
   margin-bottom: 15px;
}


div.boldhdrblue, div.boldhdrpurple, div.boldhdrmaroon
{
   text-align: left;
   height: 29px;
   font-size: 14pt;
   font-weight: bold;
   vertical-align:bottom;
   border-style: solid;
   border-width: 0px 0px 1px 0px;
   border-color: #c0c0c0;
   margin-bottom: 8px;
}

div.boldhdrblue
{
   color: #fff ;
   background-color: #40729e;

}


div.boldhdrpurple
{
   color: #fff ;
   background-color: #8b40e3;
}

div.boldhdrmaroon
{
   color: #fff ;
   background-color: #d46a68;
}


.labelhdrbld
{
   font-size: 12pt;
   font-weight: bold;
   color: #6d6e71;
}

.lbldiv
{
   width: 100%;
   margin-left: 12px;
   height: 25px;
}

.bolddivlabel
{
   font-size: 10pt;
   font-weight: bold;
   color: #6d6e71;
}

.noblurdd
{    	    	
      font-size: 9pt;
      font-weight: normal;
	  color: #000;
      border: 1px solid #cccccc;
      box-shadow: none ;     
      background-color: #fff;    		
	  padding: 3px;
  	  border-style: transparent;
	  border-radius: 3px;
	  outline: ;
      transition: ;	  
      height: 25px;
}

a.cbmgrlink
{
      font-size: 9pt;
      font-weight: bold;
	  color:  #033594;
	  text-decoration: none;
}
a.cbmgrlink:hover
{
	  text-decoration: underline;

}

.rptselectordd
{
    font-family: Tahoma, Geneva, Verdana ;
  	font-size: 9pt;
    font-weight: bold;
	color: #40729e;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
   	height: 35px;
	background-color: #f1f1f1; 
}

select.homepagedd
{    	    	
      font-family: Tahoma, Geneva, Verdana ;
      font-size: 10pt;
      font-weight: bold;
	  color: #47484a;
      border: 1px solid #cccccc;
      box-shadow: none ;     
      background-color: #f1f1f1;;   		
}


a.brlink
{
   font-family: Verdana, Geneva, Arial;
   font-size: 10pt;
   font-weight: bold;
   color: maroon;
   text-decoration: none;
 
}

a.brlink:hover
{
   font-family: Verdana, Geneva, Arial;
   font-size: 10pt;
   font-weight: bold;
   color: #FFA500;
   text-decoration: none;
}

.pagerlbl
{
   font-family: Verdana, Geneva, Arial;
   font-size: 10pt;
   font-weight: bold;
   color: #FFA500;
}

.tbltitle1
{
   font-family: Verdana, Geneva, Arial;
   font-size: 10pt;
   font-weight: bold;
   background-color: #F1F138;
}

td.gridhdrunder
{
   font-family: Verdana, Geneva, Arial;
   font-size: 11pt;
   font-weight: bold;
   border-style: solid;
   border-width: 0px 0px 2px 0px;
   border-color: black;
}




.outboxrow, .outboxrowalt, .outboxhdr

{
   font-family: Geneva,Verdana,Arial,Helvetica ;
   font-size: 8pt;
   font-color: Black;
   border-bottom: 1px solid black ;   
}
	
a.outboxlinkbold

{
   font-family: Geneva,Verdana,Arial,Helvetica ;
   font-size: 8pt;
   color: Maroon;
   font-weight: bold;
   font-decoration: none;
}

.outboxhdr
{
   font-size: 9pt;
   font-weight: bold;
   color: white;
   background-color: #506685; 
   height: 24px;   
}


.outboxrow
{   
	background-color: White ;
}

.outboxrowalt
{
	background-color: #c77e36;
}


/*---- data entry form settings ----*/


.snd
{    	    	
      border: 0;
      border-bottom: 1px solid #47484a;
      font-size: 8pt;
      padding: 3px;
      background-color: #dae3ef;    	       
}

textarea.snd
{    	    	
      border: 1px solid #000000 ;
      font-size: 8pt;
      box-shadow: none;
      padding: 0px 0px 0px 2px ;
      background-color: #dae3ef;    	       

}


input.snd
{    	    	
      background-color: #dae3ef;    	 
      border: 0;
      border-bottom: 1px solid #47484a;
      font-size: 8pt;
      padding: 3px;
}


select.snd
{    	    	
      background-color: #dae3ef;    	 
      border: 0;
      border-bottom: 1px solid #47484a;
      font-size: 8pt;
      height: 20px;
      box-shadow: none;
      padding: 0px 0px 0px 2px ;
}


input.snd: focus
{
      border-color: rgba(82, 168, 236, 0.8);
      outline: 0;
      outline: thin dotted \9;	    
      background-color: #e9e9e9;        
      box-shadow: none;
      padding: 0px 0px 0px 2px ;      

}

.snd:disabled
{
    color: #6d6e71;
} 

.pglbls
{
    color: #1b3644;
    font-family: Verdana, Tahoma, Arial, Sans-serif;
    font-size: 9pt ;
    font-weight: bold;
}

.pglblshdr
{
    background-color: #1b3644;
    font-family: Verdana, Tahoma, Arial, Sans-serif;
    font-size: 9pt ;
    font-weight: bold;
    color: white;
    font-variantl: small-caps;
}

div.appgridhdr
{
    font-family: Verdana, Tahoma, Arial, Sans-serif;
    font-size: 9pt ;
    color: #1b3644 ;
    font-weight: bold;
    vertical-align: middle ;
    border-width: 0px 0px 4px 0px ;
    border-style: solid;
    border-color: #1b3644;    
}

div.pagehdr1
{
    font-family: Verdana, Tahoma, Arial, Sans-serif;
    font-size: 12pt ;
    color: #1b3644 ;
    font-weight: bold;
    vertical-align: middle ;
    padding-bottom: 10px ;
}


div.pagehdr2
{
    font-family: Verdana, Tahoma, Arial, Sans-serif;
    font-size: 12pt ;
    color: #1b3644 ;
    font-weight: bold;
    vertical-align: middle ;
    padding-bottom: 10px ;
    text-align: center;
	font-variant: small-caps;
	width: 100%;
	
}



.appgrdrow, .appgrdrowalt

{
   font-family: Geneva,Verdana,Arial,Helvetica ;
   font-size: 8pt;
   font-color: Black;
   border-bottom: 1px solid black ;   
}
	

.appgrdrow
{   
	background-color: White ;
}

.appgrdrowalt
{
	background-color: #b5c7d6;
}


.logindisplay
{
    font-family: Verdana, Arial;
	border: solid 2px #B7B7B8;
	background-color: #B7B7B8;
}

.loginbody 
{
    padding: 10px 15px;
    font-family: Verdana, Arial;
}

.loginheader
{	
	padding: 4px;
	background-color: #337ab7; 
	text-align: center;
    font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
    font-variant:small-caps;
	color: white;
}

.loginlabel
{
  font-family: Verdana, Arial;
  font-size: 10pt ;
  font-variant: small-caps;
  color: #50514F;
  font-weight: bold;
}


.loginsmall
{
  font-size: 8pt ;
  color: #50514F;
  font-weight: bold;  
}



.loginbody label 
  {
        color: #fff;
        margin-top: 10px;
        text-align: center;
        
    }
    
.loginbody input[type=text],input[type=password] 
   {
        width: 125px;
        text-align: left;
        color: #2d2d2d;        
    }
.loginbody .errordisplay 
  {
        width: auto;
        margin: 0;
        font-family: MS Trebuchet, Tahoma, Arial;        
    }
.loginbody hr 
  {
        color: #fff;
        background-color: #fff;
    }


.loginbox 
{ 
    background-color:#2a2a2a; 
    padding:0pt; 
    text-align:center; 
    border-width:1px; 
    border-style:Solid; 
    border-color:Navy
}

select.homeNav
{    	    	
      font-family: Verdana,Geneva,Calibri,Arial,Helvetica,sans-serif;
      font-size: 9pt;
      font-weight: normal;
	  color: #fff;
      border: 1px solid #fff;
      box-shadow: none ;     
      background-color: #2d2d2d;    		
	  padding: 3px;
  	  border-style: transparent;
	  border-radius: 0px;
      height: 25px;
}


.mainlogointerior
{
    font-family: Verdana,Arial ;
    font-size: 20pt;
    font-weight: bold;
    color: #fff;
    background-color: #535353;

}

.hoverbutton, .hoverbuttonsel  
{
    font-size: 10pt;
    font-weight: bold;
    height: 35px;
    background-color: #40729e;
    color: white; 
    border-color: blue; 
    border-collapse:separate; 
    border-style:none; 
    
}

.hoverbutton:hover  
{	
    background-color: #6D6E71;
    color: white;
}


.hoverbutton:selected
{	
     background-color: rgb(202,60,60);
}    

.hoverbuttonsel
{
    background-color: #df4445;

}

     
.hoverbutton a
{
	text-decoration: none;
}


     
.hoverbutton a
{
	text-decoration: none;
}

.hoverbutton2 
{
    font-family: Verdana, Geneva, Tahoma, Arial;
    font-size: 9pt;
    font-weight: bold;
    background-color: #888;
    height: 24px;
    color: #000 ; 
    border-collapse:separate; 
    border: solid 1px #c0c0c0 ;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.hoverbutton2:hover  
{	
     background-color: #df4445;
     color: white;
}

.hoverbutton3 
{
    font-family: Verdana, Geneva, Tahoma, Arial;
    font-size: 9pt;
    font-weight: bold;
    height: 25px;
    background-color: #F1F138;
    color: #000 ; 
    border-collapse:separate; 
    border: solid 1px #c0c0c0 ;
}

.hoverbutton3:hover  
{	
     background-color: #5d96e7;
}





.bttn-quickhome, .bttn-quickhomesel
{
    font-family: Arial, Verdana, Geneva, Tahoma;
    font-size: 8.5pt;
    box-sizing: border-box;
    font-weight: bold;
    padding: 3px;
    background-color: #40729e;    
    color: White;
}

.bttn-quickhome:hover  
{	
     background-color: #c0c0c0;
     color: #2d2d2d;
}

.bttn-quickhomesel
{         
    color: #fff;
    background-color: #296294;
	text-decoration: none;
}


.bttn-red, .bttn-green, .bttn-blue, .bttn-orange, .bttn-yella
    {
      font-family: Verdana, Geneva, Calibri, Arial, Helvetica, sans-serif;
      font-size: 8pt;
      font-weight: bold;
      color: white;
      height: 25px;
      border-width: 1px;
}

.bttn-green {
     background-color: #96AD3B;
     color: #1b3644;
}
      
.bttn-red {
     background-color: #df4445;
}

.bttn-red:hover 
{
     background-color: #40A0BB;
 }


.bttn-orange {
     background-color: #F6941D;
}

.bttn-blue {
     background-color: #296294;
     color: #fff;
}

.bttn-blue:hover
{
    background-color: #c0c0c0;
    color: black;
}

.bttn-yella {
     background-color: #C6BE2E;
     color: #1b3644;
}



td.headerbox1, td.headerbox2, td.headerbox3
{
    font-size: 12pt;
    font-weight: bold;
    height: 40px;
    color: white;
    padding-left: 10px;
    border-style: solid;
    border-width: 0 0 2px 0;
    border-color: #555;
    
}

td.headerbox1
{
    background-color: #6D6E71; 
}

td.headerbox2
{
    background-color: #40729e; 
}

td.headerbox3
{
    background-color:#f04b52; 
}





