/* Layout elements */
html {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2;
	color: #666666;
	margin: 0;
	padding: 0;
	background: #fff url(images/background.png) repeat-y 0 0;
	height: 100%; /* this is the key! */
}
form {
	margin: 0px;
	padding: 0px;
	display: inline;
}
div, p, td, ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
.message {
	font-family: Arial, Helvetica, sans-serif;
	color: #990033;
	background-color: #ffffff;
	font-size:80%;
}
.content img{
	float: right;
	border: 0;
	margin: .25em;
	padding: 0;
}
a, a:visited, a:hover {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2;
	color: #333333;
}
#masthead {
	position: relative;
	left: 0;
	top: 0;
	padding-top: 5px;
	border-bottom: 3px solid #666666;
	border-top: 12px solid #990033;
	background: #fff url(images/background-header.gif) no-repeat fixed 0 0;
	z-index: 200;
}
#logo {
	padding: 3px;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
	border: 1px solid #ffffff;
	width: 195px;
	text-align: center;
	vertical-align: middle;
}
#logo img {
	vertical-align: middle;
	padding: 0;
	margin: 0;
	border: 0;
}
#globalNav {
	padding: .25em .5em;
	border: 0;
	background-color: #C0D0FF;
}
#masthead ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
}
#masthead ul li {
	margin-left: 0;
	margin-bottom: 0;
	padding: 2px 0 5px;
	border: 0;
	list-style: none;
	display: inline;
}
#masthead ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFFFFF;
	text-decoration: none;
	white-space: nowrap;
	font-weight: bold;
	padding-left: 16px;
	display: inline;
}
#masthead ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #990033;
	text-decoration: none;
	white-space: nowrap;
	font-weight: bold;
	padding-left: 16px;
	background: url(images/bigarrow.png) no-repeat 0 100%;
}
a.on {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #ffffff;
	text-decoration: none;
	white-space: nowrap;
	font-weight: bold;
	padding-left: 16px;
	background: url(images/bigarrow.png) no-repeat 0 100%;
}
#subNav {
	margin-left: 151px;
	padding: .5em 0;
	border: 0;
	width: 548px;
	color: #333;
	background-color: #eeeeee;
	font-size: 80%;
	line-height: 1.2;
}
#subNav a {
	padding-left: .25em;
	color: #333333;
	text-decoration: none;
}
#subNav a:hover {
	padding-left: .25em;
	color: #333333;
	text-decoration: underline;
}
#companyInfo {
	position: absolute;
	left: 700px;
	top: 15px;
	padding: 6px;
	margin: 0;
	border: 1px solid #cccccc;
	width: 170px;
}
#companyInfo p {
	padding: 6px;
	margin: 0;
	border: 0;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 70%;
}
#left {
	position: absolute;
	z-index: 100;
	left: 0;
	top: 160px;
	padding: 0;
	width: 150px;
	height: 100%; /* works only if parent container is assigned a height value */
}
.content {
	margin-left: 151px;
	padding: 3px 6px;
	border: 0;
	width: 542px;
}
.admin {
	margin-left: 6px;
	background: #ffffff;
	padding: 3px 6px;
	border: 0;
	height: 100%;
	width: 542px;
}
p.regular {
	font-size: 80%;
}
.content p {
	font-size: 80%;
}
.content table tr td, .admin table tr td {
	font-size: 80%;
	color: #666666;
}
.content table tr th {
	font-size: 80%;
	color: #666666;
}
.content img {
	padding: 3px;
	margin: 3px;
}
.content ul, .admin ul {
	list-style-type:disc;
	padding: .5em;
	margin-left:1em;
	margin-bottom: .5em;
}
.content ul li, .admin ul li {
	padding-left: .6em;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin-bottom: .5em;
}
.content ul li {
	font-size: 80%;
}
/* square bullet lists */
.content ul.square{
	list-style-type:square;
	padding: .5em;
	margin-left:1em;
	margin-bottom: .5em;
}
.content ul.square li{
	padding-left: .6em;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin-bottom: .5em;
}
.content ul.square li {
	font-size: 80%;
}
/* circle bullet lists */
.content ul.circle{
	list-style-type:circle;
	padding: .5em;
	margin-left:1em;
	margin-bottom: .5em;
}
.content ul.circle li{
	padding-left: .6em;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin-bottom: .5em;
}
.content ul.circle li {
	font-size: 80%;
}
ol {
	list-style-type: decimal;
	padding: 0;
	margin: 0;
	margin-left: 1.5em;
	padding-left: .5em;
	margin-bottom: .5em;
}
ol li {
	padding: 0;
	margin: 0;
	margin-bottom: .5em;
}
ol {
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
ol a, ol a:visited {
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
#right {
	position: absolute;
	z-index: 100;
	left: 700px;
	top: 160px;
	padding: 6px;
	width: 150px;
	height: 100%; /* works only if parent container is assigned a height value */
}
#right p {
	padding: 0;
	margin: 0;
	margin-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #999966;
}
#right img {
	padding: 0;
	border: 0;
	margin: .25em 0;
}
#left p, #left h3 {
	padding: 0 10px;
}
#siteInfo {
	margin-left: 151px;
	padding: .5em 0;
	border: 0;
	width: 548px;
	margin-bottom: 10px;
	margin-top: 200px;
	color: #333;
	border-top: 1px solid #cccccc;
	border-bottom: 2px solid #333333;
	font-size: 70%;
	color: #999999;
	text-transform: uppercase;
}
#siteInfo a {
	text-decoration: none;
}
#siteInfo a:hover {
	text-decoration: underline;
}
#siteInfo img {
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}
/* HTML elements */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #990033;
	margin: .5em;
	padding: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: .5em 0;
	padding: 0px;
	font-style: oblique;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: .5em;
	padding: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0;
	border: 0;
	margin: 0;
	color: #999933;
}
label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	font-weight: bold;
	color: #333333;
	width: 125px;
}

/* Tables */
table {
	padding: 3px;
}
table tr {
}

table tr td {
	font-family: Arial,sans-serif;
	color: #666666;
	line-height: 1.166;
	background-color: #ffffff;
}

table tr td a {
	color: #333333;
	text-decoration: none;
}

table tr td a:link {
	color: #333333;
	text-decoration: none;
}

table tr td a:visited {
	color: #333333;
	text-decoration: none;
}

table tr td a:hover {
	color: #333333;
	text-decoration: underline;
}

#login {
	background-color: #C0D0FF;
}
#login tr {
}
#login tr th {
	color: #666666;
	background-color: #C0D0FF;
	text-align: center;
	padding: .5em 2em 2em 2em;
	font-weight: normal;
	vertical-align: top;
}
#login tr td {
	background-color: #C0D0FF;
}
.list {
	padding: 6px;
	margin-bottom: 1em;
}
.list tr {
	vertical-align: top;
}
.list tr td {
	background-color: #fff;
}
.list tr td.odd {
	background-color: #eee;
}
.list tr td.odd a {
	background: transparent;
}
/* for datagrid... */
.list tr.odd td {
	background-color: #eee;
}
.list tr.odd td a {
	background: transparent;
}
.list tr td.hdr {
	background-color: #fff;
}
.list tr td.hdr {
	border-bottom: 1px solid #cccccc;
}
.list tr td.hdr a {
	background: transparent;
	color: #333333;
}
/* for datagrid */
.list tr.hdr td {
	background-color: #fff;
	font-size: 70%;
}
.list tr.hdr td {
	border-bottom: 1px solid #cccccc;
	padding: 0 .5em;
	text-align: left;
	vertical-align: bottom;
}
.list tr.hdr td a, .list tr.hdr td a:visited {
	background: transparent;
	color: #333333;
}
.list tr td.selected {
	/*background-color: #ffffcc;*/
	background: transparent;
}
.list tr td.selected a {
	background: transparent;
}
/* for datagrid... */
.list tr.selected td {
	/*background-color: #ffffcc;*/
	background: transparent;
}
.list tr.selected td a {
	background: transparent;
}
.list tr td.footer {
	border-top: 2px solid #cccccc;
}
/* for datagrid... */
.list tr.footer td {
	border-top: 2px solid #cccccc;
}
.list tr.pager td a {
	font-size: 70%;
}
.list tr.pager td {
	font-size: 70%;
}
/*forms*/
.inputForm {
	font-size: 80%;
}
.inputFormSmall {
	font-size: 75%;
}
.borderedInputForm {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 1em;
	font-size: 80%;
}
.inputForm div, .borderedInputForm div, .inputFormSmall div {
	margin-bottom: .25em;
	clear: left;
}
#constrainedDisplay {
	overflow: hidden;
	border: 1px inset;
	border-color: #666 #ccc #ccc #666;
	width: 24em;
	height: 6em;
}
input, textarea {
	width: 12em;
	border: 1px solid;
	border-color: #666 #ccc #ccc #666;
	margin: 0;
	padding: 0;
}
input.chk {
	width: 2em;
	border: 0;
	margin: 0;
	padding: 0;
}
input.btn {
	width: 5em;
	padding: 0;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #eeeeee;
	border: 1px solid #999999;
}
label {
	float: left;
	width: 12em;
	color: #999999;
	font-weight: normal;
}
input.radio {
	width: 2em;
	border: 0;
	margin: 0;
	padding: 0;
}

/* Dynamic nav */
#left ul {
	color: #333333;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
}

#left ul li {
	position: relative;
}

#left li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	z-index: 100;
	background: #fff url(images/background-nav.png) repeat-y 0 0;
}

/* Styles for Menu Items */
#left ul li a {
	display: block;
	text-decoration: none;
	color: #333333;
	background: transparent; /* IE6 Bug */
	padding: 5px;
	border-top: 1px solid #ccc;
	border-bottom: 0;
	font-size: 80%;
}
/* Fix IE. Hide from IE Mac \*/
* html #left ul li {
	float: left;
	height: 1%;
}
* html #left ul li a {
	height: 1%;
}
/* End */

#left ul li a:hover {
	color: #333333;
	background: #ffffff;
}
/* Hover Styles */

#left li ul li a {
	padding: 2px 5px;
}
/* Sub Menu Styles */

#left li:hover ul, #left li.over ul {
	display: block;
}
/* The magic */

/* End */
#left ul.relatedLinks li a {
	display: block;
	text-decoration: none;
	color: #999999;
	background: transparent; /* IE6 Bug */
	padding: 5px;
	border-top: 1px solid #ccc;
	border-bottom: 0;
	font-size: 80%;
}
#left ul.relatedLinks li a:visited {
	color: #999999;
}
#left ul.relatedLinks li a:hover {
	color: #333333;
	background: #ffffff;
}

dl {
	margin: 0;
	padding: 0;
	font-size: 80%;
}
dl dt {
	margin: 0;
	padding: 0;
}
dl dt a, dl dt a:visited {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2;
	color: #999966;
}
dl dd {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2;
	color: #333333;
	font-style: italic;
}
span.clone a, span.clone a:visited {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2;
	color: #FF9933;
}

abbr, acronym, .help {
	border-bottom: 1px dotted #666;
	cursor: help;
}

/* FreeTextBox */
.FreeTextBoxContainer table tr td {
	background-color: #ffffff;
}
