﻿body {
	font-family:Palatino,Verdana,Helvetica,Arial;
	font-size:11px;
	color:black;
	background-color:#efefeb;
	margin:0px;
	padding:0px;
}

a {color: #215dc6}
a:visited {color: #215dc6}
a:link {color: #215dc6}
a:hover {color: #e00000; text-decoration: none}

img {border: 0}

.previewlink {
	text-decoration: none;
	font-weight: bold
}
.previewlink {text-decoration: none; font-weight: bold}
.previewlink:link {color: #000000}
.previewlink:visited {color: #000000}
.previewlink:hover {text-decoration: underline; color: #000000}
.textlink {text-decoration: none}
.textlink:link {color: #000000}
.textlink:visited {color: #000000}
.menuTabs {
	background: url("images/tab_bg.png");
	padding-left: 7px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 1px solid #999999
}

.tabsBar {
	padding-left: 4px;
	margin-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px
}

.tabsBar2 {
	background: url("images/tab_bg.png");
	padding-left: 0px;
	padding-top: 3px;
	padding-bottom: 0px
}

.tabOn {
	background-color: #ffc73c;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	padding: 3px 8px 4px 8px;
	margin-right: 2px;
	color: black;
	text-decoration: none
}
.tabOn:hover {color: black}
.tabOn:link {color: black}
.tabOn:visited {color: black}
.tabOff {
	background: url("images/tab_bg.png");
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	padding: 3px 8px 4px 8px;
	margin-right: 2px;
	color: black;
	text-decoration: none
}
.tabOff:hover {background: #efefeb}
.tabOff:link {color: black}
.tabOff:visited {color: black}

h1 {
	font-weight: normal;
	text-align: center;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size:1.8em;
	font-family:Palatino,Verdana,Helvetica,Arial
}
h2 {
	font-weight: bold;
	text-align: center;
	margin-top: 0.5em;
	margin-bottom: 0.2em;
	font-size:1.6em;
	font-family:Palatino,Verdana,Helvetica,Arial
}

.nospacing {
	margin-top: 0px;
	margin-bottom: 2px
}

fieldset {margin: 3px}

.box {
	border: #cccccc solid 1px;
	background: white;
	margin-bottom: 1em;
	padding: 1em;
	margin: auto
}
.menubox {border:1px solid #ffffff}
.menubox:hover {border:1px solid #ff0000}

.gridHeader {
	background-color: #0000ff;
	border-bottom: 1px solid #e2decd;
	border-top: 1px solid #fff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #0038d8;
	height: 2em;
	vertical-align: middle
}
.gridTitle {
	color: yellow;
	padding-left: 1em;
	font-weight: bold
}
.gridFooter {
	background-color: #ebeadb;
	border-bottom: 1px solid #d9d6c0;
	border-top: 1px solid #d7d4c5;
	border-left: 1px solid #dad9ca;
	border-right: 1px solid #dad9ca
}
.gridOrdered {
	background-color: #f0f0f4;
	border-top: 1px solid #dddddd;
	cursor: pointer;
	padding: 3px;
	vertical-align:middle
}
.unauthorized {
	color: #8000ff;
	font-weight:bold;
	text-align:center;
	font-size:1.1em;
	font-family:Palatino,Verdana,Helvetica,Arial;
	margin-top:4px;
	margin-bottom:0px
}

.toptitle {
	background-color:#ff9900;
	font-size:1.2em;
	color:#000000
}

.header1 {
	background-color:#ff9900;
	color:#000000;
	font-weight:normal;
	font-size:1.2em;
	vertical-align:middle
}
.header2 {
	background-color:#ffcc00;
	color:#000000;
	font-size:1.2em;
	vertical-align:middle
}
.data1 {background-color:#d5e0cf}
.data2 {background-color:#e5f0df}
.data3 {
	background-color:#6699cc;
	color:#ffffff;
	vertical-align:middle;
	font-size:1.1em;
	font-family:Verdana,Helvetica,Sans-Serif
}

input.button {
	font-family:Palatino,Verdana,Helvetica,Arial;
	font-size: 0.9em;
	margin: 0px
}
input.edit {font-weight: bold}
input.delete {font-weight: bold; color: red}

p {margin-left: 5pt}
dl {margin-top: 2pt}

.loading {color: #c80000; font-style: italic}
.title-bar {background: white; margin: 3pt; padding:3pt; border: 1pt solid #999}
.error {color: red}
.errorsummary {color: red; text-align: center; margin: 1em; font-weight: bold}

.panel {
	border-top: white solid 1px;
	border-left: white solid 1px;
	border-right: #cccccc solid 1px;
	border-bottom: #cccccc solid 1px;
	margin-bottom: 1em;
	white-space: nowrap;
	background-color:#ffffff
}
.panel ul {line-height: 1.4em; list-style: none; margin-left: 5px; margin-right: 10px; padding-left: 5px; white-space: nowrap}
.panel ul span {color: #666; font-style: italic}
.panel a {text-decoration: none}

table.grid {border-bottom: 1px solid #c5c1b1}
td.grid {
	background-color: white;
	border-top: 1px solid #dddddd;
	cursor: pointer;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	vertical-align:middle
}
th.grid {
	background-color: #ebeadb;
	font-weight: normal;
	padding-top: 1px;
	padding-right:4px;
	border-left: 1px solid #c7c5b2
}
th.gridSelectAll {
	border-right: 1px solid #c7c5b2;
	background: #ebeadb;
	border-bottom: 1px solid #e2decd;
	border-left: 1px solid white;
	padding-top: 3px;
	text-align: center
}
th.grid a {
	border-bottom: 1px solid #e2decd;
	margin-top: 2px;
	padding-bottom: 3px;
	border-left: 1px solid white;
	padding-top: 1px;
	padding-left: 2px;
	padding-right: 2px;
	height: 1.3em;
	color: black;
	text-decoration: none;
	display: block;
	width: 100%
}
th.grid a:visited {color: black}
th.grid a:link {color: black}
th.grid a:hover {
	background: #f5f4f1;
	color: black;
	text-decoration: none
}

.grid1,.grid2 {
	border-top: 1px solid #dddddd;
	cursor: pointer;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	vertical-align:top
}
.grid1 {background-color: #ffffff}
.grid2 {background-color: #eeeeee}

.gridDelete1,.gridDelete2 {
	border-top: 1px solid #dddddd;
	cursor: auto;
	text-align:center;
	padding-top: 3px;
	vertical-align:top
}
.gridDelete1 {
	background-color: white
}
.gridDelete2 {
	background-color: #eeeeee
}

.wizardhelp {
	text-align: justify;
	font-size: 1.3em
}
.wizardcaption {
	font-size: 1.3em
}
.topformnote {
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	color: #ff0000;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 3px
}
.required,.warning {color: red; font-weight: bold; font-size: 1.1em}
.required-message {font-size: 85%; text-align: center; margin: 0.5em 0 0.5em 0}

form {display: inline}
div,td,th,table,select,textarea {font-family:Palatino,Verdana,Helvetica,Arial;font-size: 1em}
pre {font-size: medium}
