 
    body, td, th, h1, h2, h3, h4, p, em, a, b, strong, input, select {
	    font-size: 10pt;
	    font-weight: normal;
	    text-decoration: none;
	    font-family: Calibri, Tahoma, Verdana, Tahoma, sans-serif;
	    color: #c0c0c0;
	    margin: 0;
	    padding: 0;
    } 
    form {margin-bottom:0;}
    table {
    	border-spacing: 0;				
    	border-collapse: collapse;
    	empty-cells: hide;
    	border:0;
    	width: 100%;
    }
    td, th {
    	border-spacing: 0;
    	border-collapse: collapse;
    	empty-cells: hide;
    	vertical-align: top;	
    	text-align:left;
    }
    
	body {
	    background-image: url(/_common/images/bg-gradient.jpg);
	    background-repeat: repeat-x;
	    background-color: #27282c
	}
    
    
    .FontSmall, .FontSmall a {font-size:8pt;}
    h1 {
      font-size: 18pt;
      border-bottom:1px solid white;
      margin-top:8px;
      color:yellow;
     }
    h2 {
      color:yellow;
      font-size: 10pt;
      font-weight:bold;
      margin-top:8px;
     }
    hr {height:1px;color:white;}
    a {color:#83adef;text-decoration:underline;}
    a:hover {color: #83adef;text-decoration:none;}
    b {color:white;font-weight:bold;}
    p {margin-bottom:15px;}
		em {color:red;font-style:normal;font-weight:bold;}
		strong {color:#4C80E5;font-style:normal;font-weight:normal;}
		
		input, textarea, select {
			color:black;
			border-color:#C0C0C0;
			border-style:solid;
			border-width:1px;
		}
		
		td.sidenav, td.sidenav a, td.sidenavhover, td.sidenavhover a, td.sidenavhover a:hover {cursor:pointer;background:#272727;color:white;text-decoration:none;}
		td.sidenavhover, td.sidenavhover a, td.sidenavhover a:hover {background:#feff01;color:black;}
		
		td.sidenavcaption {color:white;font-weight:bold;text-align:center;}
		
		tr.altRow {background:#303030;}
		
		#footer hr {color:#606060;width:80%;}
		#footer {text-size:8pt;}

		/**************** FORMS *****************/
		input.checkBox {border:none;}
		.label, .labelTextArea {color:black;text-align:right;vertical-align:middle;}
		.labelTextArea {vertical-align:top;}
		.field {color:black;}
		.button {}
		.select {}
		.textBox {}
		.textArea {}
		table.dataForm td {padding:2px;}
		
    /****************************************/
    /* Custom styles for win_ui.asp routines*/
    /****************************************/

		table.wuBox {
		  Border:1px solid #2c2c2c;
		}
		th.wuBox {
		  color:#D9F549;
		  background:#6A6B5C;
		  font-weight:bold;
		  padding-left:10px;
		  padding-top:2px;
		  padding-bottom:2px;
		}
		td.wuBox {
		  padding:10px;
		  background:#C1C1C1;
		  color:black;
		}
		
		td.wuBox input, td.wuBox textarea {border-color:black;}
		td.wuBox a {color:blue;}
		  
		table.wuToolBar {border-bottom:1px solid #7605A5;}
		tr.wuToolBar {background:white;}
		td.wuToolBar, td.wuToolBarHov {
		  padding-top:2px;
		  padding-bottom:2px;
		  padding-left:5px;
		  color:black;
		}
		td.wuToolBarHov {
		  color:#800000;
		  background:#dceaeb;
		  cursor:pointer;
		}
		  
		table.wuList {
		}
		th.wuList, th.wuList a {
		  font-weight:bold;
		  background: #6A6B5C;
		  color:white;
		  padding-left:2px;
		  text-decoration:none;
		}
		td.wuList {
		  border:1px solid #2c2c2c;
		  padding:3px;
		  color:black;
		}
		tr.wuList {background:White;}
		tr.wuListHov {background:#B78EC8;cursor:pointer;}
		tr.wuList2 {background:#DEDEDE;}    
		
