/* Cascading Style Sheet 
 * This style sheet controls the colors and background images
 *
 * STYLE:  Palmyra Bowling
 */

/* ********************************** 
 *             HTML TAGS            *
 ********************************** */
html,body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}

body
{
	background-image:url(images/background.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #1b293a;
}

table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}

a
{
	text-decoration: none;
	color: #0066FF;
}

a:hover
{
	text-decoration: underline;
	color: #0066FF;
}


/* ********************************** 
 *       TABLE SPECIFICATIONS       *
 ********************************** */

/*  Body Table
 *  This table spans the entire width
 *  and height of the page.
 */
.bodyTable
{
	width:100%;
	border: none;
	vertical-align: top;
}

/*  Main Area
 *  The main area is where the page is
 *  displayed with content and nav.
 */
.mainPageArea
{
	background-image: url(images/mainAreaBackground.png);
	background-position: center;
	background-repeat: repeat-y;
	width: 900px;
	vertical-align: top;
}


.mainAreaTop
{
	background-image: url(images/mainAreaBackgroundTop.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 900px;
	height: 30px;
	vertical-align: bottom;	
}

.mainAreaBottom
{
	background-image: url(images/mainAreaBackgroundBottom.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 900px;
	height: 30px;
	vertical-align: top;	
}

/*  Header Area
 *  The header specifications are determined
 *  with this style
 */
.headerArea
{
	padding-left: 50px;
	padding-right: 50px;
	height: 190px;
	width: 900px;
	vertical-align: top;
}

/*
 *
 *
 */
.navArea
{
	width: 210px;
	vertical-align: top;
	height: 100%;
}

/*
 *
 *
 */
.contentArea
{
	padding-left: 30px;
	padding-right: 80px;
	vertical-align: top;
	height: 100%;
}

/*
 *
 *
 */
.footerArea
{
	text-align: center;
	padding-left: 50px;
	padding-right: 50px;
	vertical-align: bottom;
	width:900px;
}

/*
 *
 *
 */
.mainArea
{
	width: 580px;
}


/* ********************************** 
 *            BREADCRUMBS           *
 ********************************** */

/* Bread Crumb Area */
.breadCrumb
{
	vertical-align: top;
	font-size: 10px;
	text-decoration: none;
}

/* Bread Crumb Link Properties */
a.breadCrumb_link
{
	font-size: 10px;
	text-decoration: none;
	color: #0066FF;
}

/* Bread Crumb Link On Hover Properties */
a.breadCrumb_link:hover
{
	font-size: 10px;
	text-decoration: underline;
	color: #0066FF;
}

/* Function Header
 *  This is the area where the title of the page is
 *  displayed to the user
 */
.functionHeader
{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	vertical-align: top;
}


/* ********************************** 
 *         NAVIGATION MENU          *
 ********************************** */
.menu
{
	font-size: 12px;
	width: 100%;
}

.outerMenu
{
	background-color: #999999;
	width: 200px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.navHeader
{
	font-weight: bold;
	color: #FFFFFF;
	height: 21px;
	padding-left: 20px;
	padding-right: 4px;
	vertical-align: middle;
	background-image: url(images/navHeader.gif);
}

.navFooter
{
	background-image: url(images/navFooter.gif);
	height: 21px;
}

td.menuItem
{
	background-image: url(images/navMenuItem.gif);
	height: 20px;
	padding-left: 20px;
	padding-right: 4px;
	color: #CCCCCC;
}

td.menuItem:hover
{
	color: #FFFFFF;
	cursor: pointer;
}

td.subMenuItem
{
	background-color: #636369;
	height: 20px;
	padding-left: 20px;
	padding-right: 4px;
	color: #CCCCCC;
}

td.subMenuItem:hover
{
	color: #FFFFFF;
	cursor: pointer;
}

.menuBodySpace
{
	background-color: #FFFFFF;
	height: 100%;
}


/* ********************************** 
 *         CONTENT AREA             *
 ********************************** */

.contentContainer
{
	width: 580px;
}


.postInfo
{
	color: #999999;
	font-style: italic;
}

.footer
{
	height: 25px;
	color:#333333;
	font-size: 10px;
	text-align: center;
	background-color: #FFFFFF;
}

.contentTable
{
	width:100%;
	padding:0px;
	border:0px;
	border-collapse: collapse;
	border-style:solid;
	border-width:thin;
	border-color:#b8c6ce;
	font-size: 12px;
}

.contentTableHeader
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	height: 23px;
	padding-left: 10px;
	background-image: url(images/tableHeaderSecondary.png);
}

.contentTableCell
{
	padding: 5px;
}