﻿/****** MAIN PAGE ******/
.background
{
    background-image: url('/images/background/background.jpg');
    background-repeat: no-repeat;
    background-color: Black;
    background-position: top;    
}

.main
{
    background-image: url('/images/background/content-background.jpg');
    background-repeat: repeat-y;
    width: 960px;
    margin: auto;
}

.header
{
    width: 960px;        
}

/****** Navigation ******/

.nav
{
	width: 958px;
	height: 53px;
	background-image: url('/images/nav/nav-bg.jpg');
	background-repeat: repeat-x;
	margin: auto;
}

.navTabs
{
	width: 900px;
	height: 51px;
	padding: 2px 30px 0px 30px;
	margin: auto;
}

.subNav
{
	width: 958px;
	height: 39px;
	background-image: url('/images/subNav/subNav-bg.png');
	background-repeat: repeat-x;
	margin: auto;
}

.subNavTabs
{
	width: 958px;
	height: 39px;
	background-image: url('/images/subNav/subNav-shadow.png');
	background-repeat: no-repeat;
	background-position: top;
	margin: auto;
}

/****** TABS ******/

.tabImg
{
	border: none;
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.tabLink
{
	background: none;
	float: left;
}

.subNavMenuItem
{
	float: left;
	border: none;
	width: 110px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	color: #666;
	vertical-align: middle;
}

.subNavMenuItemOver
{
	float: left;
	border: none;
	width: 110px;
	height: 39px;
	line-height: 39px;
	background-image: url('/images/subNav/subNavTab-highlight.png');
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
}

/****** CONTENT ******/

.content
{
	width: 960px;
	background-image: url('/images/content/content_bg.jpg');
	padding: 0px 0px 0px 0px;
	margin: 0px 0px -20px 0px;
	float: left;
}

.contentWhite
{
	width: 960px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px -20px 0px;
	float: left;
}

.mainContent
{
	float: left;
	width: 655px;
	height: 100%;
	padding-left: 10px;
	padding-top: 10px;
}

.mainContentWhite
{
	float: left;
	width: 950px;
	height: 100%;
	padding-left: 10px;
	padding-top: 10px;
}

.mainContentImage
{
	border: solid 1px #8e8e8e;
	margin: 0 10px 10px 0;
}

/****** BLOCK ELEMENTS ******/

.sidebar
{
	float: left;
	width: 280px;
	height: 100%;
	padding: 0 5px 0 10px;
	font-family: Arial;
	font-size: 12px;
	/* background-image: url('/images/sidebar/sidebar_bg.png');*/
}

.SIDEBARIMAGE
{
	border-left: solid 1px #8e8e8e;
	border-top: solid 1px #8e8e8e;
	border-bottom: solid 1px #8e8e8e;
	margin-left: -5px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 288px;
}

.GRAYBORDER
{
	border: solid 1px #8e8e8e;
	margin: 5px 5px 5px 5px;
}


/****** FOOTER ******/
.footer
{	
	clear: both;
  background-image: url('/images/footer/footer_bg.jpg');
  background-repeat: repeat-x;    
  background-position: top;
  height: 137px;
  font-size: 10pt;
  color: White;
  font-size: 8pt;
}

.skyline
{
	background-image: url('/images/footer/footer_skyline.png');
	background-repeat: no-repeat;
	padding: 0px 0px 0px 1px;
	margin: 0px 0px 0px 0px;
	width: 960px;
	height: 144px;
}

.twitterBar
{
	height: 68px;
	width: 960px;
	margin: auto;
}

.addressBar
{
	height: 67px;
	width: 960px;
	margin: auto;
}

/****** Table ******/
.headerItem
{	
	color: #CCCCCC;
	background-color: #5C6670;
	font-weight: bold;
	font-size: 11pt;
}

.rowItem
{
}

.rowItem td 
{
	padding: 2px 5px 2px 5px;
}

.alternatingRowItem
{
	background-color: #DDDDDD;
}

.alternatingRowItem td 
{
	padding: 2px 5px 2px 5px;
}

.TABLEHEADER
{
	background-color: #092743; 
	padding: 5px 5px 5px 5px; 
	color: #ffffff; 
	font-weight: bold;
}

.TABLEITEM
{
	background-color: #DDDDDD; 
	padding: 5px 5px 5px 5px;
}

div.ajax__calendar_days table tr td{padding-right: 0px;}
div.ajax__calendar_body{width: 215px;}
div.ajax__calendar_container{width: 215px;}

/****** Button Styles ******/
.submitButton
{
	background-color: #cccccc; 
	border-color: #999999;
	border-style: Solid;
  border-width: 1px;
	Font-Size: 9pt;
}

/****** Admin Styles ******/
.adminBox
{
	float: left;
	border: solid 1px #CCC;
	width: 400px;
}

.adminBoxHeader
{
	float: left;
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
	width: 100%;
	background-color: #e8e8e8;
	color: #666666;
	padding: 5px 0 5px 0;
	border-bottom: solid 1px #CCC;
	position: relative;
}

/****** Notes ******/
.homepageNotes
{
	clear: both;
	background-color: #8cb587;
	border: solid 1px #8e8e8e;	
	width: 640px;
	padding: 5px 5px 5px 5px;
}
