﻿body
{
	background-image: url(Background.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: Gray;
}

.wrap
{
	margin: 0 auto;
	width: 1000px;
}

.header
{
	color: White;
	font-family: MS Gothic;
	height: 99px;/*146 - 
	border: solid 1px white;*/
}
.header img
{
	padding: 0px 0px 0px 8px;
	float: left;
}
.menuLeft
{
	background-image: url(TopLeft.png);
	background-repeat: no-repeat;
	background-position: right;
	width: 16px;
	height: 39px;
	float: left;
	/*border: solid 1px white;*/
}

.menu
{
	height: 39px;
}

.menuRight
{
	background-image: url(TopRight.png);
	background-repeat: no-repeat;
	background-position: left;
	width: 15px;
	height: 39px;
	float: right;
	/*border: solid 1px white;*/
}
.menuCenter
{
	width: 969px;
	height: 39px;
	float: left;
	background-image: url(TopBack.png);
	background-repeat: repeat-x;
	background-position: top;
	/*border: solid 1px white;*/
}

.content
{
	float: left;
	width: 1000px;
	height: 670px;
	/*border: solid 1px white;*/
}

.contentLeft
{
	width: 15px;
	height: 670px;
	background-image: url(ContentLeft.png);
	background-repeat: repeat-y;
	float: left;
}
.contentBody
{
	width: 969px;
	height: 670px;
	float: left;
	overflow: auto;
	background-color: White;
}
.contentRight
{
	width: 16px;
	height: 670px;
	background-image: url(ContentRight.png);
	background-repeat: repeat-y;
	float: right;
}
.bottom
{
	float: left;
	width: 1000px;
	/*border: solid 1px white;*/
}
.bottomLeft
{
	width: 15px;
	height: 14px;
	background-image: url(BottomLeftCorner.png);
	background-repeat: no-repeat;
	float: left;
}

.bottomBody
{
	width: 969px;
	height: 14px;
	float: left;
	background-image: url(Bottom.png);
	background-repeat: repeat-x;
}
.bottomRight
{
	width: 16px;
	height: 14px;
	background-image: url(BottomRightCorner.png);
	background-repeat: no-repeat;
	float: right;
}

.MainMenuLeft
{
	float: left;
	background-image: url(MainMenuLeft.gif);
	background-repeat: no-repeat;
	width: 7px;
	height: 32px;
	margin: 3px 0px 3px 2px;
}

.MainMenuCenter
{
	float: left;
	background-image: url(MainMenuBack.gif);
	background-repeat: repeat-x;
	width: 912px;
	height: 32px;
	margin: 3px 0px 3px 0px;
	vertical-align: middle;
	font-family: Tahoma;
	color: #039;
}

.MainMenuRight
{
	float: left;
	background-image: url(MainMenuRight.gif);
	background-repeat: no-repeat;
	width: 16px;
	height: 32px;
	margin: 3px 0px 3px 0px;
}


.MainMenuCenter ul {
	margin: 0;
	padding: 0;
	text-align: left;
}

.MainMenuCenter li{
	padding: 5px 5px;
	height: 32px;
	float: right;
	list-style-type: none;
	background-image: url(MainMenuSeperator.gif);
	background-repeat: no-repeat;
}

.titleStyle
{
	font-family: Tahoma;
	font-size: 14px;
	color: #039;
}

.titleStyle a,
.titleStyle a:visited,
.titleStyle a:link
{
	color: #039;
	text-decoration: none;
	font-weight: bold;
}

.titleStyle a:hover
{
	text-decoration: underline;	
}

.MainMenuCenter a,
.MainMenuCenter a:visited,
.MainMenuCenter a:link
{
	padding: 0px 5px;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #039;
}

.MainMenuCenter a:hover
{
	padding: 0px 1px;
	text-decoration: underline;
	font-weight: bold;
}

.ErrorStyle
{
	color: Red;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana;
}

.entryGridOdd
{
	background-color: #039;
	font-family: Verdana;
	font-size: 12px;
	color: White;
}

.entryGridOdd td,
.entryGridEven td
{
	padding: 2px 0px 2px 5px;
}

.entryGridOdd input,
.entryGridEven input,
.entryGridOdd select,
.entryGridEven select,
.entryGridOdd textarea,
.entryGridEven textarea
{
	border: solid 1px black;
	font-family: Tahoma;
	color: Gray;
	font-size: 12px;
}

.entryGridOdd span,
.entryGridEven span
{
	font-weight: bold;
}


.entryGridEven
{
	background-color: #9cf;
	font-family: Verdana;
	font-size: 12px;
	color: White;
}

.EntryGrid
{
	padding: 10px 10px 10px 10px;
	border: dotted 1px black;
	background-color: #cff;
}

.EntryGrid table
{
	border: solid 1px black;
	border-collapse: collapse;
}
 
