﻿body 
{
	background: url(/App_Master/images/MMbackground.jpg) center fixed no-repeat;
	background-color: #fff;
	color: #fff;
	font-family: Arial, Verdana;
	font-size: 12px;
	text-align: left;
}

a:link, a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.contentArea
{
	width: 800px;
	margin: 0 auto;
}

.menuBar
{
	background: url(/App_Master/images/menuBar.png) repeat-x;
	height: 26px;
	width: 790px;
	margin-top: 2px;
	font-size: 12px;
	padding-left: 10px;
	line-height: 26px;		
}

.menuBar a:link, .menuBar a:visited
{
	color: #fff;
}

.menuBar ul
{
	list-style: none;
	margin: 0;
	padding: 0;		
}

.menuBar li
{
	display: inline;
	padding-right: 20px;
	font-weight: 700;
	text-transform: uppercase;	
}

.mainBody
{
	background: url(/App_Master/images/mainBodyBG.png);
	width: 780px;
	margin-top: 2px;
	padding: 10px;
	min-height: 500px;	
}

.footer
{
	border-top: 4px solid #8f7744;
	color: #fff;
	width: 800px;
	font-size: 11px;
}

.footer a:link, .footer a:visited
{
	color: #fff;
}

.footer ul
{
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

.footer li
{
	display: inline;
	padding-right: 20px;	
}

.footer .copyright
{
	float: right;
}

.tabLeft
{
	width: 32px;
	height: 42px;
	background: url(/App_Master/images/TabLeft.png) no-repeat;
}

.tabMiddle
{
	height: 42px;
	background: url(/App_Master/images/TabMiddle.png) repeat-x;	
	display: inline-block;
	line-height: 42px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

.tabRight
{
	width: 32px;
	height: 42px;
	background: url(/App_Master/images/TabRight.png) no-repeat;	
}

.tabContent
{
	background-color: #fff;
	color: #6b82a6;
	padding: 10px;
	text-align: left;
	width: 286px;
}

.tabContent ul
{
	padding-left: 0;
	list-style-type: none;
}

.tabContent a:link, .tabContent a:visited
{
	color: #344b50;
}

.tabBottomLeft
{
	width: 32px;
	height: 12px;
	background: url(/App_Master/images/TabBottomLeft.png) no-repeat;
}

.tabBottomMiddle
{
	height: 12px;
	background-color: #fff;
}

.tabBottomRight
{
	width: 32px;
	height: 12px;
	background: url(/App_Master/images/TabBottomRight.png) no-repeat;	
}

.tabbedTable
{
	color: #6b82a6;
}

input, textarea, select
{
	background-color: #cdc0ad;
}
