  
table { 
 	font-family: Verdana, Arial, sans-serif; 
 	font-size: 70%;
    } 
  
 table td table{ 
 	font-size: 100%;
    } 
    
p {
	line-height: 130%;
    }
    
a:link, a:visited, a:active {
	color: #000;
    text-decoration: underline;
    }
a:hover {
	color: #000;
    text-decoration: underline;
    }

.containerTop {
	padding: 6px 10px 3px 10px;
 	color: #fff;
    font-size: 100%;
    font-weight: bold;
    border-bottom: 2px solid #fff;
    }
 .containerTop table{
 	color: #fff;
    font-weight: bold;
   
    }

.noTab {
    border-bottom: 1px solid #5d5d5d;
    }

.tabOn {
    padding: 2px 4px 4px 4px;
	text-align: center;
    border-top: 1px solid #5d5d5d;
    border-right: 1px solid #5d5d5d;
    border-bottom: 0;
    border-left: 1px solid #5d5d5d;
    background-color: #e5e5e5;
    }
    
.tabOff {
    padding: 2px 4px 4px 4px;
	text-align: center;
    border-bottom: 1px solid #5d5d5d;
    }
 
.tabDivider {
    padding: 4px;
    border-right: 1px solid #5d5d5d;
    border-bottom: 1px solid #5d5d5d;
    background-color: #e5e5e5;
    }
    
 .dividerNoTabs
{
	padding: 4px;
    border-right: 1px solid #5d5d5d;
	border-top: 1px solid #5d5d5d; border-bottom: 0; background-color: #fff;
}

.subMenu {
	padding: 4px 12px 4px 12px;
	font-size: 90%;
    background-color: #fff;
    }
    
.subMenuOn {
	padding: 0 8px 0 16px;
	background-image: url(../../images/common/iconys/subMenuOn.gif);
	background-repeat: no-repeat;
	background-position: left;
	}

.subMenuOff {
	padding: 0 8px 0 16px;
	background-image: url(../../images/common/iconys/subMenuOff.gif);	
	background-repeat: no-repeat;
	background-position: left;	
	}

.subMenuHelp {
	height: 15px;
    padding: 0 0 0 4px;
	text-align: right;
    }
    
.table1 {
    margin: 12px 12px 20px 12px;
	}

/* Datagrid doesnt use hd tags - Scott. */
.table1head {
    padding: 4px;    
    color: #fff;
    font-size: 90%;
    font-weight: bold;
    background-color: #92a392;
	border-bottom: 1px solid #5d5d5d;
    }

.table1 td {
    padding: 4px;
    font-size: 100%;
    text-align: left;
	border-bottom: 1px solid #e5e5e5;
    }

.table2 {
    width: 100%;
    margin: 0 0 5px 0;
    }
    
 .nomargin{
	margin:0 0 0 0;
	}

.table2 th {
    padding: 4px;
    font-size: 110%;
    font-weight: bold;
    text-align: left;
    }

.table2 td 
{
    padding: 4px 8px 4px 8px;
    font-size: 100%;
    text-align: right;
	border-bottom: 1px solid #e5e5e5;
    }
.table2 td swap{
    padding: 4px;
    font-size: 100%;
    text-align: right;
	background-color: #ebebeb; 
	border-bottom: 1px solid #ffffff;
    }
    
.table2 td.rightcolumnSwap{
	text-align: right;
	background-color: #ffffff; 
	border-bottom: 1px solid #ebebeb;
	text-align: left;
	}
	
.table2 td.rightColumn{
	background-color: #ebebeb; 
	border-bottom: 1px solid #ffffff;
	text-align: left;
	}
.table2 td.buttonRow{
	border-bottom: 0px;
	text-align: left;
	}
.table2 td table td{
    padding: 0px;
    font-size: 100%;
	border-bottom: 0px;
	text-align: left;
    }

.tableDisplay {
    width: 100%;
    margin: 0 0 5px 0;
    }

.tableDisplay th {
    padding: 4px;
    font-size: 100%;
    font-weight: bold;
    text-align: left;
    }

.tableDisplay td 
{
    padding: 4px 8px 4px 8px;
    font-size: 100%;
    text-align: left;
	border-bottom: 1px solid #e5e5e5;
    }
 .tableDisplay td.buttonRow{
	border-bottom: 0px;
	text-align: left;
	}

.tableDisplay td table td{
    padding: 0px;
    font-size: 100%;
	border-bottom: 0px;
	text-align: left;
    }
     
.contentBar {
    margin: 10px 0 10px 0;
	border-left: 1px solid #5d5d5d;
	border-bottom: 1px solid #5d5d5d;
    }

.contentLeft {
    padding: 2px 8px 20px 8px;
    border-bottom: 1px solid #5d5d5d;
	background-color: #fff;
    }

.contentRight {
    padding: 2px 10px 20px 14px;
    border-right: 1px solid #5d5d5d;
    border-bottom: 1px solid #5d5d5d;
	background-color: #fff;
	
    }

.sectionHeader {
    padding: 4px 10px 4px 4px;
    color: #5d5d5d;
    font-size: 150%;
    font-weight: bold;
	text-align: right;
    }

.featureBox {
    margin: 0 3px 12px 3px;
    font-size: 85%;
    border: 1px solid #5d5d5d;
 	background-color: #fff;
	}
     
.featureBoxBody {
	padding: 3px;
    }
    
.sidebarBox {
    margin: 6px 0 6px 0;
    font-size: 90%;
    border: 1px solid #5d5d5d;
	}
    
.sidebarBoxTitle {
	padding: 2px;
    font-weight: bold;
	text-align: center;
    border-bottom: 1px solid #5d5d5d;
 	background-color: #e5e5e5;
	}
    
.sidebarBoxBody {
	padding: 4px;
    }
        
.statusBox {
    color: #444;
    font-size: 90%;
 	font-weight: bold;
    text-align: center;
    border: 1px solid #5d5d5d;
 	background-color: #fff;
    }

.statusBoxHeader {
    border-bottom: 1px solid #5d5d5d;
 	background-color: #d5d5d5;
    }

.statusBoxBody {
    padding: 4px;
    font-weight: normal;
    }

 
table.miniGallery {
	width: 100%;
    }

.miniGallery td {
	width: 33%;
    padding: 2px;
    text-align: center;
    }
       
.footer {
    padding: 2px 0 12px 0;
    color: #fff;
    font-size: 70%;
	text-align: center;
	border-top: 2px solid #fff;
	font-family: Verdana, Arial, sans-serif; 
}
.small {
    font-size: 95%;
  
    }
    a.smallUL, a.smallUL:visited, a.smallUL:active, a.smallUL:hover 
    {
		font-size: 90%;
    text-decoration: underline;
    }
    
a.UL, a.UL:visited, a.UL:active, a.UL:hover {
    text-decoration: underline;
    }

a.NoUL, a.NoUL:visited, a.NoUL:active{
    text-decoration: none;
    }
a.NoUL:hover {
text-decoration: none;
}

a.whiteLink, a.whiteLink:visited, a.whiteLink:hover, a.whiteLink:hover {
 	color: #fff;
    text-decoration: underline;
 	}

a.smallWhite, a.smallWhite:visited, a.smallWhite:hover, a.smallWhite:hover, a.smallWhite:inactives{
 	color: #fff;
    text-decoration: underline;
    
 	}


a.catLink, a.catLink:visited, a.catLink:active {
 	color: #fff;
    font-weight: bold;
    text-decoration: none;
    }
 
a.catLink:hover  {
 	color: #fff;
    font-weight: bold;
    text-decoration: underline;
    }
 
a.menuLink, a.menuLink:visited, a.menuLink:active {
 	color: #5d5d5d;
 	font-size: 90%;
    font-weight: bold;
    text-decoration: none;
    }
 
a.menuLink:hover  {
    text-decoration: underline;
    }

.smallNormal 
{
	font-family:Verdana, Arial, sans-serif;
	font-size: 90%;
    }
.normal
{
	font-family:Verdana, Arial, sans-serif;
	font-size:100%;
	}
.bold{
    font-weight: bold;
}
	
select{
	font-family:Verdana, Arial, sans-serif;
	font-size:100%;
	}




.greyText { 
 	font-family: Verdana, Arial, sans-serif; 
	color: #AAAAAA;
    } 
  
.greyContainer
{
	background-color: #f5f5f5; border-top: 1px solid #5d5d5d; border-right: 1px solid #5d5d5d; 
	padding-top: 12px;
	}
	
.greyBar{
	background-color: #ebebeb;
	height: 18px;
	
	}
.color6
{
	background-color: #ebebeb;
	
	}
	
.darkGrey
{
	font-family: Verdana, Arial, sans-serif; 
	color: #5d5d5d;
	font-weight: bold;
	}
	
a.darkGrey, a.darkGrey:visited, a.darkGrey:active {
 	color: #5d5d5d;
    font-weight: bold;
    }
 
a.darkGrey:hover  {
    text-decoration: underline;
    }
	
.quote{ BORDER-RIGHT: 1px inset; BORDER-TOP: 1px inset; BORDER-LEFT: 1px inset; BORDER-BOTTOM: 1px inset; FONT-STYLE: italic}
		
