﻿/**
 * Copyright (c) 2007 eSolutions Group Ltd.
 * 
 * Author: Timothy Grant Vogelsang <tvogelsang@esolutionsgroup.ca>
 */
body {
	background-color: #fff;
	color: #666;
	font: 9pt Verdana, Tahoma, Helvetica;
	margin: 0;
	padding: 0;
}
hr {
	color: #ececec;
	height: 1px;
	width: 100%;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0;
	padding: 5px 0 10px 0;
}
.uber {
	margin: 0 auto;
	width: 98%;
}
.header {
	background: transparent url('/images/banner_bk.gif') repeat-x;
	height: 228px;
}
.logo {
	background: transparent url('/images/banner_logo.gif') no-repeat;
	height: 148px;
	width: 323px;
	margin-left: 2px;
}
.nav {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 800px;
}
.nav ul {
	margin-top: -11px;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}
* html .nav ul {
	margin-top: 1px;
}
*+html .nav ul {
	margin-top: 1px; /* IE7 hack */
}
.nav li {
	display: inline;
	list-style: none;
	margin: 0; 
	padding: 0;
}
.nav a {
	background: transparent url('/images/banner_nav.gif') top left no-repeat;
	color: #8a8a8a;
	float: left;
	font: 12px Tahoma;
	height: 100% !important;
	height /**/: 39px; /* for IE5/Win only */
	padding: 10px 0 14px 0;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	width: 97px;
}
.nav a.hover, .nav a.active, .nav a.selected {
	text-decoration: none;
}
.nav a:active, .nav a.selected {
	background-position: 0 -39px;
}
.content {
	margin: 15px 12px 0px 2px;
}
.heading {
	border-bottom: 1px solid #efefef;
	color: #266DBD;
	font: 16px Tahoma;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
.subHeading {
	border-bottom: 1px solid #efefef;
	color: #266DBD;
	font: 14px Tahoma;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.highlight {
	color: #266DBD;
	font-style: italic;
}
.footer {
/*	background-color: #fcfcfc; */
	border-top: 1px solid #efefef;
	bottom: 0px;
	color: #ccc;
	display: none;
	font: 11px Tahoma;
/*	position: absolute; */
	text-align: center;
	width: 100%;
}
.footer p {
	margin: 5px;
	padding: 0;
}
input, select, textarea {
	border-color: #999;
	color: #666;
	font: 11px Verdana;
	padding: 2px;
}
.button {
	border: 1px solid #666;
	margin-right: 4px;
	width: 60px;
}
.textbox {
	background: #f8f8f8 url('/images/input_bk.gif') repeat-x;
	border: 1px solid #999;
	width: 239px;
}
.dropdown {
	background: #f8f8f8 url('/images/input_bk.gif') repeat-x;
	border: 1px solid #999;
	width: 246px;
}
.radiobutton {
	font-size: 11px;
}
.radiobutton input {
	vertical-align: middle;
}
.validationSummary {
	color: Red;
	margin: 5px 0;
}
.validation {
	color: #990000;
}
.rtIn {  /* RadTreeView */
	cursor: pointer;
}