.title { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; 
font-weight: bold; color: #28527B} 
.bullet { 
list-style-type: square; list-style-image: url(images/bullet.gif); text-decoration: none; line-height: 16px} .text { font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: medium; line-height: 18px; color: #DCA76B} 
a:hover { color: #DCA76B; 
} 
a { color: #aa7744}
a { text-decoration: underline; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
} .subtitle { font-family: Verdana, 
Arial, Helvetica, sans-serif; font-size: 11px; color: #6699CC; font-weight: bold; 
text-decoration: none} .links { font-family: 
Helvetica, sans-serif; font-size: 11px; color: #FF0000; text-decoration: 
none; vertical-align: middle; font-weight: bold}
.links:hover { color: #CC0000; font-size: 11px}
.footer { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; text-decoration: none; vertical-align: middle }
.linknounderline { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #aa7744; text-decoration: none; vertical-align: middle }

.linknounderline2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #765436;  vertical-align: middle }

.linknounderline3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8px; color: #aa7744; text-decoration: none; vertical-align: middle }

.linknounderline4 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #aa7744; text-decoration: none; vertical-align: middle }

.linknounderline5 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #765436; text-decoration: none; }

.link2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #aa7744;  vertical-align: middle }

.link3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;  vertical-align: middle }

.downloadtext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 40px; color: #3c3c3c; font-weight: bold; }

.downloadtext2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8px; font-weight: bold; text-decoration: none; color: #777777 }


.mychk input
    {
          height:8px;
          width:8px;
    }


.semitransparent 
{       
    background-image: url('img/SemiTransparent30.png');
 /*
    Fallback for web browsers that doesn't support RGBa */
  /*  background: rgb(0, 0, 0); 
     /* RGBa with 0.6 opacity
    background: rgba(0, 0, 0, 0.6); 

    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)"; 


    overflow-x: hidden;

 */ 
}

html, body {
	margin: 0;
	padding: 0;
	height: 933px;
}

#whole
{
    width: 100%;
    height: 854px;     
    margin: auto;     
    position: relative;
    top: 0px;
    left: 0px;
}  

#header1
{     
    height: 287px;     
    background-color: black;     
    color: #fff; 
}  

#content1      
{
    position:absolute;     
    bottom:0px;     
    top: 287px;     
    width:100%;
    height:100%
    background-color: #000;     
    color: #666; 
} 

.content
{        
    position:relative;
    color:White;        
    z-index:5;    
}    

.background    
{        
    position:absolute;        
    top:0px;        
    left:0px;        
    width:100%;        
    height:100%;        
    z-index:1;        
    /* These three lines are for transparency in all browsers. 
    background-color:Black;        
    ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";        
    filter: alpha(opacity=30);        
    opacity:.3;    */         
    
    /* Fallback for web browsers that doesn't support RGBa */ 
    background: rgb(0, 0, 0); 
    /* RGBa with 0.6 opacity */ 
    background: rgba(0, 0, 0, 0.6); 

/*    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
*/
} 



.transparent
{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";        
 /*   filter: alpha(opacity=100);        
    opacity:1;    */
}


.GridViewClass td,th
{
    padding-left:10px;
}


