﻿/* standard styles, remember we are starting wtih /areas/core/css/core.css so this is just the additional needed */

body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.825em;
	background: #336699 url(/images/Template/backgroundSlice.jpg) repeat-x top left;
}

input, select, option, textarea
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 0px 5px 0px 0px;
}

h1
{
    font-size: 140%;
    font-weight: bold;
    margin: 5px 0px 5px 0px;
    color: #4F4F4F;
    padding-bottom: 13px;
    padding-top: 5px;
}

h2 
{
    font-size: 140%;
    font-weight:bold;
    margin: 5px 0px 5px 0px;
    color: #4F4F4F;
    padding-bottom: 13px;
    padding-top: 5px;
}

h3 
{
    font-size: 130%;
    font-weight:bold;
    margin: 5px 0px 5px 0px;
}

h4 
{
    font-weight:bold;
    font-size: 120%;
    margin: 5px 0px 5px 0px;
}

h5 
{
    font-weight:bold;
    font-size: 110%;
    margin: 5px 0px 5px 0px;
}

h6 
{
    font-weight:bold;
    font-size: 100%;
    margin: 5px 0px 5px 0px;
}

img {
     border:none;
}

blockquote 
{
    padding: 5px 0px 5px 30px;
}

a:visited , a:link, a:active
{
    color: #5680a8;
}

a:hover 
{
    color: #336699;
}

table.tableInputForm, table.inputForm td {
    padding: 5px;
}

}

table.grid1 .footer td
{
    background-color: #d7d7d7;
}


/* for required fields metaphor */
sup.req {
	line-height:0;
	color:Red;
}

/* ENTER CUSTOM CLASSES HERE */

table.newsletterArchive {width: 90%; margin: auto;}
table.newsletterArchive td {width: 25%; vertical-align:top; text-align:center;}
table.newsletterArchive h5 {background-color: #336699; color: white; margin: 3px;padding: 5px 0px;}


table.AirBeatArchive {width: 100%;}
table.AirBeatArchive td {vertical-align: top; text-align:center; font-size: 8pt; padding: 3px; width:12.5%}
table.AirBeatArchive td img {width: 85px;}
table.AirBeatArchive td a {text-decoration: none;}



.memberAff {
	width: 90%;
	margin: auto;
	border: 1px dotted #336699;
}

.memberAff td {
	padding: 5px;
}

.memberAff h5 {
	background: #336699;
	line-height: 22px;
	color: white;
}
table#homeads {margin: 20px auto; width: 100%;}
#homeads td {
	text-align: center;
/*	border: 1px #336699 solid;*/
	padding: 10px;
}

table.SF {width: 100%;}
table.SF td {width: 200px;vertical-align:top; padding: 3px;}
table.SF td h6 {background-color: #336699; color: white; padding: 5px 2px}

.ALEACapplication {
	width: 100%;
}

.ALEACapplicationTitle {
	background: #336699;
	color: white;
	line-height: 20px;
}


.contentBox {
	margin:auto;
	width:96%;
	background-color:#F0DFBB;
}

.title2 {
	font-family: Verdana, Tahoma, Arial, helvetica; 
    font-size: 13px;
    color: #000;
    font-weight: bold;
}

.title3 {
	font-family: Verdana, Tahoma, Arial, helvetica; 
    font-size: 13px;
    color: #91642D;
    font-weight: bold;
}

.infoTable {
	border-left:1px solid #D0B089;
	border-right:1px solid #D0B089;	
	border-bottom:1px solid #D0B089;
	border-top:1px solid #D0B089;			 
	border-collapse: collapse;
	background: #fff;
	width:100%;
}	

.infoTable td {
	padding: 5px;

}

table.board td {
	padding: 5px;
	border-bottom: 1px dotted #336699
}
.table1 
{
    border-collapse:collapse;
}

.table1 th 
{
    padding: 3px;
    font-weight:bold;
    background-color: #336699;
    color: #FFFFFF;  
}

.table1 th a:hover  
{
    color: #FFFFFF;
}
        
.table1 th a:visited  
{
    color: #FFFFFF;
}
        
.table1 th a:active  
{
    color: #FFFFFF;
}
        
.table1 th a:link  
{
    color: #FFFFFF;
}
        
.table1 td 
{
    border: 1px solid #D7D7D7;
    padding: 3px;
}

.table1 .alternate 
{
    border: 1px solid #D7D7D7;
    padding: 3px;
    background-color: #F7F7F7;
}

.table1 .alternate td 
{
    border: 1px solid #D7D7D7;
    padding: 3px;
    background-color: #F7F7F7;
}

.table1 .empty td
{
    background-color: #f8f8f8;
    font-size: 15px;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left;
    background-image: url(/images/exclamation.gif);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 40px;
}

.table2
{
	border-collapse:collapse;
}

.table2 th
{
    font-weight: bold;
    padding: 3px;
    background-color: #336699;
    color: #FFFFFF;  
}

.table2 td
{
	padding: 3px;
	background-color: #f7f7f7;
}

.table3 

{

    border-top:none; 
	border-bottom:none; 
	border-left:none;
	border-right:none;
	border-collapse: collapse;
	padding:3px;

}

.table3 th 
{
    
    padding: 3px;
    font-weight:bold;
    background-color: #336699;
    color: White;
    border-top: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
    border-left: none;
    border-right: none;
}

.table3 th a:hover  
{
    color: White;
}
        
.table3 th a:visited  
{
    color: White;
}
        
.table3 th a:active  
{
    color: White;
}
        
.table3 th a:link  
{
    color: White;
}
        
.table3 td 
{
    padding: 3px;
    font-size: 13px;
    border-top: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
    border-left: none;
    border-right: none;

}

.table3 .alternate td 
{
    padding: 3px;
    background-color: #F7F7F7;

}

.table3 .footer td 
{
    padding: 3px;
    background-color: #F7F7F7;
    border-top: none;
    border-bottom: 1px solid #2E6F2E;
    border-left: none;
    border-right: none;
    
}

.news
{
    
    
}

.news li 
{
    
    margin-bottom: 10px;
    text-align:left;
}


/* this is used only in the unit db sub site */
#unitDbContainer td {
	padding: 2px;
}

/* Admin */
#adminLabel 
{
    padding: 3px;
    background-color: Black;
    color: White;
}

#adminLabel h5
{
    margin:0px;
}


#adminLabel a:hover
{
    color: #FFFFFF;
    font-weight:bold;
    font-size: 11px;
}

#adminLabel a:active
{
    color: #FFFFFF;
    font-weight:bold;
    font-size: 11px;
}

#adminLabel a:visited
{
    color: #FFFFFF;
    font-weight:bold;
    font-size: 11px;
}

#adminLabel a:link
{
    color: #FFFFFF;
    font-weight:bold;
    font-size: 11px;
}

#adminNav
{
    padding: 5px;
    background-color: Gray;
    border-top: appworkspace 2px solid;
}

#adminNav ul
{
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: right;
}

#adminNav ul li 
{
    display: inline;
    margin: 0px 5px 0px 5px;
    font-size: 11px;
    font-weight: bold;
}

#adminNav ul li a:active 
{
    color: #FFFFFF;
    text-decoration: none;
}

#adminNav ul li a:visited 
{
    color: #FFFFFF;
    text-decoration: none;
}

#adminNav ul li a:link 
{
    color: #FFFFFF;
    text-decoration: none;
}

#adminNav ul li a:hover
{
    color: #000000;

}
/* END ADMIN */

/* tabs */
#tabNav {
	height: 20px;
	margin: 0;
	padding-left: 10px;
	background: url(/images/tabBottom.gif) repeat-x bottom;
}

#tabNav li {
	margin: 0; 
	padding: 0;
  	display: inline;
  	list-style-type: none;
}
	
#tabNav a:visited {
	float: left;
	background: #FBFBFB;
	font-size: 13px;
	line-height: 14px;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #333;
	text-decoration: none;
	color: #666;
}

#tabNav a:link {
	float: left;
	background: #FBFBFB;
	font-size: 13px;
	line-height: 14px;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #333;
	text-decoration: none;
	color: #666;
}

#tabNav a:hover.active {
	border-bottom: 1px solid #FBFBFB;
	background: #FFF;
	color: #000;
	font-weight: bold;
}

#tabNav a:visited.active {
	border-bottom: 1px solid #FBFBFB;
	background: #FFF;
	color: #000;
	font-weight: bold;
}

#tabNav a:link.active {
	border-bottom: 1px solid #FBFBFB;
	background: #FFF;
	color: #000;
	font-weight: bold;
}

#tabNav a:hover{
	background: #C0C0C0;
	color: #FFF;
}

/* END TABS */

#bottomBorder {
	border-bottom: 1px solid #000;
}

.tabNavBorderBox {
	border-left: 1px solid #333; 
	border-right: 1px solid #333; 
	border-bottom: 1px solid #333;
	background: #FBFBFB;
	padding: 3px;
}

#tabNavBorderBox {
	border-left: 1px solid #333; 
	border-right: 1px solid #333; 
	border-bottom: 1px solid #333;
	background: #FBFBFB;
	padding: 3px;
}

.crumbs
{
    padding-top: 6px;
    font-size: 12px;
    color: #000;
}

.crubms a:hover 
{
    color: #666;
}

.crumbs a:visited 
{
    color: #666;
}

.crumbs a:active 
{
    color: #666;
}

.crumbs a:link 
{
    color: #666;
}

.crumbs a 
{
    color: #666;
}

.crumbs a:hover 
{
    color: #000;
}
/* END CUSTOM CLASSES */

/* CUSTOM HYPERLINKS */

a:link.whiteLink {
	color: #fff; 
	font-size:80%;
	text-decoration: none;
}

a:visited.whiteLink { 
	color: #fff;
	font-size:80%;
	text-decoration: none;
}

a:active.whiteLink {
	color: #F0DFBB; 
	font-size:80%;
	text-decoration: none;
}

a:hover.whiteLink { 
	color: #F0DFBB; 
	font-size:80%; 
	text-decoration: none;
}


a:link.private { 
	color: #1E4872; 
	font-family: Verdana, Tahoma, Arial, helvetica; 
	text-decoration: none;
	
}

a:visited.private {
	color: #1E4872; 
	font-family: Verdana, Tahoma, Arial, helvetica; 
	text-decoration: none;
}

a:active.private {
	color: #1E4872; 
	font-family: Verdana, Tahoma, Arial, helvetica; 
	text-decoration: none;
}

a:hover.private { 
	color: #1E4872; 
	font-family: Verdana, Tahoma, Arial, helvetica;
	text-decoration: none;
}

a:link.public { 
	color: #1E4872; 
	font-family: Verdana, Tahoma, Arial, helvetica; 
	text-decoration: none;
	
}a:visited.public {
	color: #1E4872; 
	font-family: Verdana, Tahoma, Arial, helvetica; 
	text-decoration: none;
}

a:active.public {
	color: #1E4872; 
	font-family: Verdana, Tahoma, Arial, helvetica; 
	text-decoration: none;
}

a:hover.public { 
	color: #1E4872; 
	font-family: Verdana, Tahoma, Arial, helvetica;
	text-decoration: none;
}

.leftNav a:visited {
	color: #054281;
	text-decoration: none;
}

.leftNav a:active {
	color: #054281;
	text-decoration: none;
}

.leftNav a:link {
	color: #054281;
	text-decoration: none;
}

.leftNav a:hover {
	color: #919294;
	text-decoration: none;
}

.ticker 
{
    font-size: 14px;
    padding-bottom: 5px;
}

.tickerTextBold 
{
    /* standard ticker text formatting */
}

.tickerText 
{
    /* standard ticker text formatting */
}

.tickerTextBold 
{
    font-weight: bold;   
}

#tickerContainer {
	height: 15px; 
	padding: 12px 0px 8px 0px; 
	display: block; 
	text-align: center;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	display: none;

}

/* END CUSTOM HYPERLINKS */
