﻿/* ------------------------- ELEMENTS ------------------------- */

body
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	color: #000000;
	background-color: #dcdcdc;
	text-align: center;
}

p
{
	text-align: left;
}

a
{
	color: #0000ff;
	text-decoration: none;
}
a:active
{
	color: #0000ff;
}
a:hover
{
	text-decoration: underline;
}
a:link
{
	color: #0000ff;
}
a:visited
{
	color: #0000ff;
}

h1
{
	font-size: 14pt;
	color: #706d69;
	text-align: left;
}

h2
{
	font-size: 12pt;
	color: #706d69;
	text-align: left;
}

ul
{
	list-style-position: outside;
	list-style-image: url(../../images/bullet1.gif);
	list-style-type: square;
	vertical-align: middle;
	text-align: left;
}

ul li
{
	list-style-position: outside;
	list-style-image: url(../../images/bullet1.gif);
	list-style-type: square;
	vertical-align: middle;
	text-align: left;
}



/* ------------------------- CLASSES ------------------------- */

.fieldlabel
{
	font-weight: bold;
	color: #706d69;
	text-align: left;
	width: 200px;
}

.fieldleft
{
	text-align: left;
}

.pagetitle
{
	font-size: 14pt;
	color: #706d69;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 10px;
	text-align: left;
}

.maintable_left
{
	background-color: #dcdcdc;
	width: 33%;
}
.maintable_centre
{
	width: 1000px;
	min-width: 1000px;
	max-width: 1000px;
	background-color: #ffffff;
	vertical-align: top;
}
.maintable_right
{
	background-color: #dcdcdc;
	width: 33%;
}

.maintable_inner_header
{
	border-bottom: solid 1px #000000;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	background-color: #fbfbff;
}
.maintable_inner_body
{
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	height: 600px;
	background-position: center top;
	background-attachment: scroll;
	background-image: url(../../images/home_background.gif);
	background-repeat: no-repeat;
	display: inline;
	overflow: auto;
}

.maintable_inner_body_nobackground
{
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}

.maintable_inner_body_content_table
{
	width: 600px;
	height: 100%;
	vertical-align: top;
}

.maintable_inner_body_content_table_nobackground
{
	width: 1000px;
	height: 100%;
	vertical-align: top;
}

.maintable_inner_footer
{
	border-top: solid 1px #000000;
	font-size: 9pt;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.maintable_inner_header_left
{
	vertical-align: bottom;
	background-color: #fbfbff;
}
.maintable_inner_header_right
{
	width: 100%;
	vertical-align: bottom;
	text-align: right;
	padding-right: 10px;
	background-color: #fbfbff;
}
.maintable_inner_body_sitemappathbox
{
	background-color: #dcdcdc;
	text-align: left;
	height: 30px;
}
.maintable_inner_footer_left
{
	text-align: left;
}
.maintable_inner_footer_right
{
	text-align: right;
}

.datatable
{
	border-style: none;
	text-align: left;
}
.datatable thead tr th
{
	font-weight: bold;
	background-color: #706d69;
	vertical-align: top;
	color: #f5f5f5;
}

.datatable tbody tr td
{
	background-color: #ffffff;
	vertical-align: top;
}

.datatable tbody tr.odd td
{
	background-color: #f5f5f5;
	vertical-align: top;
}

.validationsummary
{
	text-align: left;
	color: #b22222;
	font-size: 8pt;
}

.validationsummary ul
{
	list-style-position: outside;
	list-style-type: square;
}

.validationsummary ul li
{
	list-style-position: outside;
	list-style-type: square;
}

.validator
{
	color: #b22222;
}

.smalltext
{
	font-size: 8pt;
}

.confirmationsummary
{
	color: #006633;
}

/* ------------------------- MENU CLASSES ------------------------- */

.menu
{
	text-align: right;
	background-color: #706d69;
	height: 30px;
}

.menudiv
{
	text-align: right;
	background-color: #706d69;
	height: 30px;
}

.menulink
{
	padding-left: 24px;
	padding-right: 24px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	height: 30px;
}
.menulink:active
{
	padding-left: 24px;
	padding-right: 24px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	height: 30px;
}
.menulink:hover
{
	padding-left: 24px;
	padding-right: 24px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	background-color: #bfba8e;
	height: 30px;
}
.menulink:link
{
	padding-left: 24px;
	padding-right: 24px;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	height: 30px;
}
.menulink:visited
{
	padding-left: 24px;
	padding-right: 24px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	height: 30px;
}

.submenulink
{
	color: #ffffff;
	background-color: #706d69;
	border: solid 1px #e08900;
}



table .spacerow
{
	height: 18pt;
}
