﻿#body 
{
	margin: 18px;
}

.page 
{
	width: 898px;
	margin: 0 auto;
}

.pageHeaderFrame 
{
	height: 110px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
}

.sideMenuFrame 
{
	width: 160px;
	padding-top: 0px;
	/*border: solid 1px #000000;
	border-right: none;*/
}

.contentTable 
{
	width: 100%;	
}

.footerFrame 
{
	margin-top: 5px;
	padding: 5px 2px 5px 164px;
	color: #9f9f9f;
}

.footerFrame a 
{
	text-decoration: none;
	color: #787878;
	font-weight: bold;
	font-size: 13px;
	text-transform: lowercase;
}

.footerFrame a:hover {
	text-decoration: underline;
}

.mainContentFrame 
{
	background-color: #ffffff;
	border-left:solid 1px #999999;
}

.contentHeaderFrame 
{
	background-color: #ffffff;
	border-top: solid 1px #999999;
	border-right:solid 1px #999999;
	border-left:solid 1px #999999;
}

.rightContentFrame 
{
	width: 220px;
	overflow: hidden;
	background-color: #ffffff;
	border-right:solid 1px #999999;
}

.contentFooterFrame 
{
	background-color: #ffffff;
	border-bottom:solid 1px #999999;
	border-right:solid 1px #999999;
	border-left:solid 1px #999999;
}

.sideMenuFrame a
{
	display: block;
	margin: 0 10px 5px 0;
	padding: 6px;
	text-align: center;
	background-color: #999999;
	color: #ffffff;
	background-repeat: repeat-x;	
	background-image: url(/images/gradient.ashx?h=30&w=1&s=aee5fc&e=219de8);
	border: solid 1px #219de8;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
}

.sideMenuFrame a:hover 
{
	color: #ffee00;
	background-image: url(/images/gradient.ashx?h=30&w=1&s=8ed5f9&e=016dc8);
	
}

.sideMenuFrame hr
{
	margin: 15px 10px;	
	height: 0;
	border: 0;
	border-top: solid 1px #fbead1; 
	border-bottom: solid 1px #eb9848; 
}

.mainContent 
{
	margin-top: 12px;
	padding: 0 6px 30px 18px;
}

.rightContent {
	margin-top:12px;
	padding:0 14px 12px 6px;
}

.headerContent {
	padding: 18px 12px 0 18px;
}

.sideMenuImageSpacer 
{
	width: 160px;
	height: 1px;
	display: block;
}

.roundedCornersTop12 
{
	-moz-border-radius-topleft:12px;
	-moz-border-radius-topright:12px;
	-webkit-border-top-left-radius:12px;
	-webkit-border-top-right-radius:12px;
}

.roundedCornersTop8
{
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
}

.roundedCornersTopLeft8
{
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
}

.roundedCornersTopRight8
{
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
}

.roundedCornersBottom8
{
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
}

.roundedCornersBottomLeft8
{
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
}

.roundedCornersBottomRight8
{
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
}

.textShadow 
{
	margin: 0 auto;
}