﻿/*////////////////////////////////////////////////////////////*/
body
{
	background-color: #999999;
	margin: 20px 0 20px 0;
}

div.title
{
	border-bottom: 1px dashed #CCCCCC;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	margin-bottom: 3px;
}
a:link {
	color: #C0C0C0;
	text-decoration: none;
}
a:visited {color: #990000; text-decoration: none;}
a:hover {color: #000000; text-decoration: none;}
a:active {color: #990000; text-decoration: none;}

/*////////////////////////////////////////////////////////////*/
table.shell
{
	background-color: #FFFFFF;
	width: 740px;
	border: 1px solid #000000;
}
td.shellTop
{
	background: transparent url("../images/topTile.jpg") left top repeat-x;
}
td.shellBottom
{
	background: transparent url("../images/bottomTile.gif") left bottom repeat-x;
	text-align: center;
}
td.shellMain
{
	text-align: left;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	color: #666666;
	padding: 5px;
	height: 400px;
	vertical-align: top;
	background: transparent url("../images/mainBG.jpg") left bottom no-repeat;
}

/*////////////////////////////////////////////////////////////*/
table.content
{
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	color: #666666;
}

table.contentWMTable
{
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	color: #666666;
}
table.contentWMTable td
{
	vertical-align: top;
}
td.contentWMTitle
{
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #000000;
	background-color: #eeeeee;
}

td.innerTableContent .contentWMTable
{
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	color: #666666;
	width: 100%;
}
td.innerTableContent .contentWMContent
{
	border-bottom: 1px solid #cccccc;
}

.contentWMButton
{
	text-decoration: none;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	border: 1px solid #000000;
}
.contentWMButton:link
{
	color: #dddddd;
	background-color: #666666;
}
.contentWMButton:visited
{
	color: #dddddd;
	background-color: #666666;
}
.contentWMButton:hover
{
	color: #FFFFFF;
	background-color: #990000;
}
.contentWMButton:active
{
	color: #dddddd;
	background-color: #666666;
}

/*////////////////////////////////////////////////////////////*/
table.top
{
	background: transparent url("../images/topBG.jpg") 50% 0 no-repeat;
	height: 200px;
	padding-bottom: 18px;
}
td.topLogoCell
{
	vertical-align: top;
	text-align: left;
	padding: 32px 0 0 28px;
}


/*////////////////////////////////////////////////////////////*/
table.topNavTable
{
	background-color: #333333;
	width: 100%;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
}
table.topNavTable td
{
	border-left: 1px solid #000000;
	padding: 0;
}

table.topNavTable td a
{
	display: block;
	text-decoration: none;
	padding: 2px 10px 3px 10px;
}
table.topNavTable td a:link
{
	color: #dddddd;
	border-top: 3px solid #333333;
	border-bottom: 3px solid #333333;
	background-color: #333333;
}
table.topNavTable td a:visited
{
	color: #dddddd;
	border-top: 3px solid #333333;
	border-bottom: 3px solid #333333;
	background-color: #333333;
}
table.topNavTable td a:hover
{
	color: #FFFFFF;
	border-top: 3px solid #333333;
	border-bottom: 3px solid #333333;
	background-color: #990000;
}
table.topNavTable td a:active
{
	color: #dddddd;
	border-top: 3px solid #333333;
	border-bottom: 3px solid #333333;
	background-color: #333333;
}

/*////////////////////////////////////////////////////////////*/
table.innerTable
{
	border: 1px solid #333333;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #eeeeee;
}
td.innerTableTitle
{
	background-color: #333333;
	text-align: left;
	padding: 4px;
}
td.innerTableContent
{
	padding: 4px;
}
