﻿body {  
 background-color:#338ff6;  
 
}

img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}


@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px; }
}

div#content {
			/* This is the only important rule */
			/* We need our content to show up on top of the background */
			position: relative; 
	}

.Header
{
 background-image:url(../images/template/weblogo.gif);
 background-position:left;
 background-repeat:no-repeat; 
 background-color:White;
 height:140px;
 width:800px;
  
}

.MainTable
{
 background-color:White;
 min-height:600px; 
 border: solid 1px Blue; padding:0px;
  
}

.Footer
{
 background-image:url(../images/template/bg_footer.gif);
  color:White; background-repeat:repeat-x;
 height:60px;  padding:0px;
}

.LabelHdr
{
  font-family:Tahoma;
  font-size:22px;
  font-weight:bold;
  text-align:center; 
  color:#00009b;   
  letter-spacing:3px; 
}

.Button
{
  font-family:Tahoma;
  font-size:15px;
  text-align:center; 
  background-color:Red;
  color:#FFF;   
  letter-spacing:2px; 
    }
    
.ButtonSmall
{
  font-family:Tahoma;
  font-size:9px;
  text-align:center; 
  background-color:Red;
  color:#FFF;   
  letter-spacing:1px; 
    }

.Textbox
{
  font-family:Tahoma;
  font-size:13px; 
  color:#00009b;  
  border:solid 1px #CCCCCC;
    }
    
.TextboxSmall
{
  font-family:Tahoma;
  font-size:9px; 
  color:#00009b;  
  border:solid 1px #CCCCCC;
    }
        
.TextboxMulti
{
  font-family:Tahoma;
  font-size:12px; 
  color:#00009b;    
  border:solid 1px #CCCCCC;
    }
    
.FormWatermark
{
 background-color:#F9F9F9;  
 color:#666666;
 padding-left:1px;
 	}
  	    
.Label
{
  font-family:Tahoma;
  font-size:11px; 
  color:#00009b;   
  letter-spacing:1px; 
}