body {
	background: #a1dbff;
	font-size: 75%;
	font-family: Verdana, Tahoma, Arial, "Helvetica Neue" , Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
	color: #696969;
}
.TopBackground {
	top: 0;
	left: 0;
	height: 110px;
	width: 100%;
	position: absolute;
	background: -moz-linear-gradient(top, #f0f9ff 0%, #cbebff 50%, #a1dbff 100%); /* Firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f9ff), color-stop(50%,#cbebff), color-stop(100%,#a1dbff)); /* WebKit */
}
.TopBackground {
	/* Work around IE7 parser bug */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=0 ); /* IE */
}
a:link, a:visited {
	color: #034af3;
	text-decoration: underline;
}
a:hover {
	color: #1d60ff;
}
a:active {
	color: navy;
}

p, ul {
	margin-bottom: 20px;
	line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-size: 1.5em;
	color: #000;
}

h1 {
	font-size: 2em;
	padding-bottom: 0;
	margin-bottom: 0;
}
h2 {
	padding: 0 0 10px 0;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5, h6 {
	font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
	margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	position: relative;
	margin: 5px 0;
	color: #000;
	padding: 0;
	height: 100px;
}
#header img {
	float: left;
}
#header h1, #header h2 {
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: black;
	border: none;
	text-align: center;
}
#header h1 {
	padding-top: 10px;
	font-size: 32px;
}
#header h2 {
	padding-top: 7px;
	font-size: 24px;
}

#main {
	clear: both;
	margin-top: 4px;
	_height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

#footer {
	color: #999;
	padding: 10px 0;
	text-align: center;
	line-height: normal;
	margin: 0;
	font-size: .9em;
}
/* Navigation bar
----------------------------------------------------------*/
.NavBar {
	padding-left: 5px;
	overflow: hidden;
}
a.ArrowLink {
	text-decoration: none;
}
.ArrowLink span {
	text-decoration: underline;
}
.Arrow {
	height: 9px;
	width: 12px;
	margin: 3px;
	background: transparent no-repeat;
	display: inline-block;
	text-decoration: none;
}
.Arrow.Right {
	background-position: -12px;
}
.NavBar .PrevLink {
	float: left;
}
.NavBar .CenterLink {
	display: block;
	margin: 0 auto;
	padding: 3px;
	text-align: center;
	width: 125px;
}
.NavBar .NextLink {
	float: right;
}
.IconCell {
	width: 16px;
}
.DeleteLink {
	display: block;
	width: 16px;
	height: 16px;
	background: transparent no-repeat;
}
.DeleteLink:hover {
	background-position: -16px 0;
}
/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
	border-bottom: 1px #5C87B2 solid;
	padding: 0 0 2px;
	position: relative;
	margin: 0;
	text-align: right;
}

ul#menu li {
	display: inline;
	list-style: none;
}

ul#menu li#greeting {
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.8em;
	color: #fff;
}

ul#menu li a {
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.8em;
	background-color: #e8eef4;
	color: #034af3;
}

ul#menu li a:hover {
	background-color: #fff;
	text-decoration: none;
}

ul#menu li a:active {
	background-color: #a6e2a6;
	text-decoration: none;
}

ul#menu li.selected a {
	background-color: #fff;
	color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
	border: 1px solid #ddd;
	padding: 0 1.4em 1.4em 1.4em;
	margin: 0 0 1.5em 0;
}

legend {
	font-size: 1.2em;
	font-weight: bold;
}

textarea {
	min-height: 75px;
}

input[type="text"] {
	width: 100%;
	border: 1px solid #CCC;
}

input[type="password"] {
	width: 100%;
	border: 1px solid #CCC;
}
.ui-dialog-buttonset {
	margin-right: -5px;
}
.ui-dialog label {
	display: block;
	margin-bottom: .5em;
}
/* TABLE
----------------------------------------------------------*/

table {
	width: 100%;
	border: solid 1px #e8eef4;
	border-collapse: collapse;
}
table tr {
	background: white;
}
tr.Current {
	font-weight: bold;
}
table tbody tr:hover {
	background: #BCE5FF;
	color: Black;
}
table td {
	padding: 5px;
	border: solid 1px #e8eef4;
}
table td input[type="text"] {
	border: 1px solid transparent;
	background: none;
}
table td:hover input[type="text"] {
	border: 1px solid #CCC;
	background-color: white;
}
table td input[type="text"]:focus {
	border: 1px solid #CCC;
	background-color: #FFFFBB;
}
input[type="text"].ErrorIcon {
	border: 1px solid #CCC;
	background-color: #FAA !important;
	background: #FFAAAA no-repeat right center;
}
table th {
	padding: 6px 5px;
	text-align: left;
	background-color: #e8eef4;
	border: solid 1px #e8eef4;
}
table thead th:first-child {
	border-left-color: #D2D7DD;
}
table thead th:last-child {
	border-right-color: #D2D7DD;
}
table thead th {
	border-top-color: #D2D7DD;
	background: -moz-linear-gradient(top, #E8EEF4 0%, #D2D7DD 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E8EEF4), color-stop(100%,#D2D7DD)); /* webkit */
	border-bottom: solid 2px #696969;
}
table thead th {
	/* Work around IE7 parser bug */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E8EEF4', endColorstr='#D2D7DD',GradientType=0 ); /* ie */
}

/* MISC  
----------------------------------------------------------*/
.clear {
	clear: both;
}

.error {
	color: Red;
}

#menucontainer {
	margin-top: 40px;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
	color: #ff0000;
}

.field-validation-valid {
	display: none;
}

.input-validation-error {
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors {
	font-weight: bold;
	color: #ff0000;
}

.validation-summary-valid {
	display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label {
	margin: 1em 0 0 0;
}

.display-field, .editor-field {
	margin: 0.5em 0 0 0;
}

.text-box {
	width: 30em;
}

.text-box.multi-line {
	height: 6.5em;
}

.tri-state {
	width: 6em;
}
