<!--
html, body {
             background-color: #FFF;
             color: #000;
             margin: 0px;
             padding: 0;
             min-width: 776px;
	         font-family:verdana,sans-serif;
	         font-size: 90%;
	         color:#666;  
	         height: 100%;           
            }
body {
	         background: #eee repeat-x scroll 0% 0%;
	         margin: 0;
	         padding: 0;
	         font: 85% verdana, arial, hevetica, sans-serif;
	         text-align: center;
	         color: #333;
	         border: 0px solid #676767;
	         }            
            
#container { top: -3px;
            margin: 1em auto;
            width: 776px;
            min-height:1px;
            text-align: left;
            background-color: #eee;
            border: 1px solid #676767;
           }            
        
div#logo {
			text-align:left;
            background: #eee repeat-x scroll 0% 0%;
            width: 776px;
            margin-left: auto ;
            margin-right: auto ;
            padding: 0px;
            height: 100px;
	    }      
	    
#errHolder {
            background:#eee;
            border: 1px solid #676767;
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 5px 0px;
           }
           
#errHolder h4{
            background:#f00 repeat-x 0% 100%;
            border-bottom: 1px solid #676767;
            color: #fff;	
            font: 105% sans-serif;
            font-weight:bolder;
            text-align: left;
            margin: 0;
            padding: .25em .5em; 
}	          

div#header {
           background:#99ccff repeat-y;
	       border-bottom: 1px solid #676767;
           position:relative;
           }         
	    
h1        {
           font: 165% sans-serif;
           text-align: left;
           font-weight:bolder;
           color: #222;	
           margin: 0;
           padding:.5em .25em;
	      }	                

div#itemsection { 
          background: #fff none repeat scroll 0%;
          border: 0px solid #c5c877; 
	      border-width: 0 0 0px;
	      color: #000;
	      margin: 0px 0px 0px 0px; 
	      padding: 0px 0 0px;/*0 0 1.5em*/                                
	      float:left;
	      display:inline; 
	      overflow:auto;
	      clear:both;
	      width: 100%;
          }	

#buttonsection { 
    background: #fff none repeat scroll 0%;
    border: 0px solid #c5c877; 
    border-color: #c5c877;
	border-width: 1px 0px 0px 0px;
	color: #000;
	margin: 0px 0px 0px 0px; 
	padding:0 0 0px;/*0 0 1.5em*/                             
	float:left;
	display:inline;
	text-align:center; 
	width: 100%;
	clear:both;
	}

div#footer { 
	clear: both;
	color: #222;
	text-align: right;
	font-size: 90%;
	font-weight:bold;
    background:#99ccff repeat-y;
	padding: 5px 5px 5px;
	/*width:650px;*/
	border-top: 1px solid #676767;
	}
h1 {
	font: 165% sans-serif;
	text-align: left;
	font-weight:bolder;
	color: #222;	
	margin: 0;
	padding:.5em .25em;}	    

table {background:#fff;
       border-collapse:collapse;
       font-size:1em;
       margin: 0 auto;
       padding: 10px;
       border-spacing: 0px;
       border-width: 0px;
       border-spacing: 0px;
       border-style: none;
       border-color: gray;
       background-color: white;       
       width:90%;}

caption {background:#eee;
         border:1px solid #aaa;
         border-width:1px 1px 0px 1px;
         font-weight:bold;
         padding:0px;
         text-align:center;}
         
td,th {border-width: 1px;
       border-style: solid; 
       border-color: gray;
       border-style: outset outset outset outset;
       border-spacing: 0px;
       border-color: rgb(90%,85%,80%) rgb(60%,55%,50%) rgb(60%,55%,50%) rgb(90%,85%,80%);
       text-align:center;
       padding: 5px;
       }
       
th {background:#ffffff;
    font-weight:bold;}
    
tf {background: #ffffff;
    font-weight: bold;}
    
tbody th {background:#eeeeee;}

tbody tr:active,tbody tr:focus,tbody tr:hover {background:#ffffcc;}		

form{margin:0; padding:0;}

button{
	background: #036;
	border:1px solid #036;
	color: #FFF;
	padding: 3px;}
button:focus, button:hover, button:active{
    background: #69C;
    color: #FFF;}
    
.box {text-align: center;
	background: #036;
	border:1px solid #036;
	color: #FFF;
	padding: 3px;}
.box:focus, .box:hover, .box:active{
    background: #69C;
    color: #FFF;}	

input, textarea {
  background:#fff;
  border: 1px solid #ccc;
  color:#000;
  text-align:left;}

select {
  background:#fff;
  border: 1px solid #ccc;
  color:#000;
  text-align:left;
  z-index:10000;}  
  
input:focus,input:hover,input:active,
textarea:focus,textarea:hover,textarea:active { 
 background:#ffffcc;
 border:1px solid #73A6FF;}
input:focus.error,input:hover.error,input:active.error,
textarea:focus.error,textarea:hover.error,textarea:active.error { 
 background:#ffffcc; 
 border:1px solid #73A6FF;}

/* IE 6 workaround for CSS Highlight Effect */
.focusField{ 
 background:#ffffcc; 
 border:1px solid #73A6FF;  
}
.focusButton{
 background: #69C;
 color: #FFF;
}
.focusHeader{
    background:#EEF3F6 repeat-x top left;}
tbody tr.highlight {
    background:#ffffcc;}


    
	    
-->
