﻿
body 
{
    font-family: Arial, Sans-Serif;
    font-size:12px;
    padding:0;
    margin:0;
    background-color:#bdbdbd;
    background-image: url("../TemplateImages/Background_Blend.jpg");
    background-repeat:repeat-x;
}

.main
{
    width:1200px;
    margin:0 auto 0 auto;
    background-color:#fff;
    border:1px solid #999;
    border-top:0;
    margin-bottom:60px;
}

.signin
{
    height:16px;
    text-align:right;
    font-size:10px;
    font-weight:bold;
    padding:2px 10px 0 0;    
}

.banner
{
    height:40px;
    background-color:#000;
    color:#fff;
    margin:0;
    font-weight:bold;
    padding:10px;
    padding-bottom:0;
    
 }
 .header
 {
         font-size:16px;
         padding-left:30px;

     }
 .subhead
 {
         font-size:12px;
         padding-left:30px;
         color:#ccc;

     }
.content
{
    min-height:400px;
    margin:0;
    }
.footer
{
    
    background-color:#999;
    color:#333;
    margin:10px 0 0 0;
    text-align:center;
    padding:8px;
    font-size:10px;
    font-weight:bold;
    }



.eDiv
{
    padding:4px;
    margin:0 0 4px 0;
}

.eLabel
{
    float:left;
    
     width:120px; }

.eTextDiv{
               float:left;
 }
.eTextbox
{
    width:120px;
   
    }
    
.eValidator
{
    color:#c00;
    font-size:11px;
    
    }

/* button 
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}










/* green */
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#68c10e), to(#3d7206));
	background: -moz-linear-gradient(top,  #68c10e,  #3d7206);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#68c10e', endColorstr='#3d7206');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#5ca810), to(#5ca810));
	background: -moz-linear-gradient(top,  #5ca810,  #5ca810);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ca810', endColorstr='#5ca810');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#68c10e), to(#3d7206));
	background: -moz-linear-gradient(top,  #68c10e,  #3d7206);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#68c10e', endColorstr='#3d7206');
} 

.navigation
{
    background-color:#ccc;
    width:100%;
    height:22px;
    display:block;
    margin:0;
    padding:0;
    margin-bottom:20px;
    
    }
    
   .navigation ul
    {
        
     margin:0;
    padding:0;
       margin-left:40px;
        }
        
 .navigation li
 {
     list-style:none;
     float:left;
     width:80px;     
     line-height:24px;
     height:22px; 
     cursor:pointer;
     font-size:12px;
     font-weight:bold;
     border-right:1px solid #999;
     }
     
.navigation ul a
{
    color:#666;
    text-decoration:none;
    padding:10px;
}

.navigation li:hover
{
    background-color:#bbb;
    color:#fff;
}

.navigation li a:hover
{
    color:#fff;
}

.lftbtn
{
     border-left:1px solid #999;
 }
    
    .hl
    {
        background-color:#bbb;
          color:#000;
      
    }
    
  #navbar  .hl a 
    {
        color:#000;
        
    }
    
    .gridview a
    {
        color:#333;       
        
    }
    
    
    .gridview .archive a
    {
        color:#999;       
    }
    
   .trRow{}
    
    .trAlt
    {
        background-color:#e7e7e7;
    }
    
    .trRollOn
    {
                background-color:#dde;
    }
        
    .trAltRollOn
    {
                background-color:#ccd;
    }        