
#button_container {
	font-weight: bold;
	margin: 1em;
	text-align: center;
}

#poolContainer {
	display: table;
	padding-top: 5px;
	padding-bottom: 5px;
}

#message_summary {
	color: red;
	font-weight: bold;
	margin: 1em;
	text-align: center;
}

#layoutContainer {
	background-color: #fee9e9;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}

#pageTitleContainer {
	background-color: #ff6d6d;
	color: black;
	height: 25px;
	vertical-align: middle;
	width: 100%;
}

#pageTitleContainer #pageTitle {
	float: left;
	height: 100%;
	padding-left: 1em;
	text-align: left;
}
	
#pageTitleContainer #welcome {
	float: right;
	height: 100%;
	padding-right: 1em;
	text-align: right;
}

#pageDescContainer {
	background-color: inherit;
	width: 100%;
}

#pageDescContainer #coTree {
	float: left;
	padding-left: 1em;
	text-align: left;
}
	
#pageDescContainer #pageBack {
	float: right;
	padding-right: 1em;
	text-align: right;
}

#statusContainer {
	background-color: inherit;
	width: 100%;
}

#adminContainer {
	background-color: inherit;
	float: left;
	width: 700px;
}

#infoContainer {
	background-color: #cdd4fb;
	float: right;
	vertical-align: top;
	width: 200px;
}

#row {
	display: table-row;
}

#left,#right,#middle {
	display: table-cell;
	padding-left: 5px;
	padding-right: 5px;
}

.basefont {
	background-color: inherit;
	color: black;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

.basefontBold {
	background-color: inherit;
	color: black;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.basefontGray {
	background-color: inherit;
	color: #CCCCCC;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

.basefontDarkGray {
	background-color: inherit;
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

.basefontSmall {
	background-color: inherit;
	color: black;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

.basefontSmallGray {
	background-color: inherit;
	color: #CCCCCC;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

.basefontSmallWhite {
	background-color: inherit;
	color: white;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

.basefontSmallBlue {
	background-color: inherit;
	color: #677fa4;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

.fixedWidth {
	width: 900px;
}

.titleText {
	background-color: inherit;
	color: black;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

.subTitleText {
	background-color: inherit;
	color: black;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.titleTextBlue {
	background-color: inherit;
	color: #333366;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

.stdListBox {
	height: 10em;
	width: 20em;
}

.subtitleTextBlue {
	background-color: inherit;
	color: #333366;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.titleTextWhite {
	background-color: inherit;
	color: white;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

.subtitleTextWhite {
	background-color: inherit;
	color: white;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.smallBodyText {
	background-color: inherit;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.warningLarge {
	background-color: inherit;
	color: #cc0033;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
	font-weight: normal;
}

.warningLargeBold {
	background-color: inherit;
	color: #cc0033;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13pt;
	font-weight: bold;
}

.warning {
	background-color: inherit;
	color: #cc0033;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

.warningBold {
	background-color: inherit;
	color: #cc0033;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.warningSmall {
	background-color: inherit;
	color: #cc0033;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

.warningSmallBold {
	background-color: inherit;
	color: #cc0033;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.tableSpacingLeft {
	padding-left: 0px;
}

.tableSpacingRight {
	padding-right: 0pt;
	padding-left: 5px;
}

.requirements {
	background-color: inherit;
	color: white;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
}

.bgDarkDark {
	background: #722E2E;
	color: inherit;
}

.bgDark {
	background: #FF6D6D;
	color: inherit;
}

.bgMedium {
	background: #FFA2A2;
	color: inherit;
}

.bgLight {
	background: #FFD4D4;
	color: inherit;
}

.bgLightLight {
	background: #FEE9E9;
	color: inherit;
}

.bgSideDark {
	background: #CDD4FB;
	color: inherit;
}

.bgSideMedium {
	background: #ADBAF7;
	color: inherit;
}

.bgSideLight {
	background: #8A9AEA;
	color: inherit;
}

.monotype {
	background-color: inherit;
	color: black;
	font-family: "Courier New", serif;
	font-size: 9pt;
	text-decoration: none;
}

a {
	background-color: inherit;
	color: #677fa4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	background-color: inherit;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

a.blue {
	background-color: inherit;
	color: #6666CC;
	font-family: inherit;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}

a.blue:hover {
	background-color: inherit;
	color: black;
	font-family: inherit;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}

a.blueLarge {
	background-color: inherit;
	color: #6666CC;
	font-family: inherit;
	font-size: 12pt;
	font-weight: normal;
	text-decoration: none;
}

a.blueLarge:hover {
	background-color: inherit;
	color: black;
	font-family: inherit;
	font-size: 12pt;
	font-weight: normal;
	text-decoration: none;
}

body {
	background-color: #fffff8;
	border: 0px;
	color: black;
	margin: 0px auto;
	padding: 0px;
}

body,dd,div,dl,dt,p,span,th,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
}

body.subview {
	background-color: #fee9e9;
}

div.errmsg {
	color: #ff0000;
	font-weight: bold;
	margin: 0.5em 3em;
}

div.title {
	height: 1em;
	margin: auto 3em;
	padding: 0.5em;
	text-align: center;
}

form {
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
}

img {
	border: 0px;
}

ul.steps {
	list-style-type: lower-alpha;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 0.5em;
	padding: 0.5em;
}

li.steps {
	padding-bottom: 0.5em;
	padding-left: 0em;
	padding-right: 0em;
	padding-top: 0.5em;
}

ul.tips {
	list-style-type: square;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 0.5em;
	padding: 0.5em;
}

li.tips {
	padding-bottom: 0.5em;
	padding-left: 0em;
	padding-right: 0em;
	padding-top: 0.5em;
}

li.tips:first-child {
	padding-top: 0em;
}

td.justLeft {
	padding-left: 1em;
	text-align: left;
}

td.justRight {
	padding-right: 1em;
	text-align: right;
}

td.pad05 {
	padding: 0.5em;
}

td.pad1 {
	padding-top: 1em;
}

td.tabular {
	background-color: inherit;
	color: black;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

td.titlebar {
	background-color: #ff6d6d;
	color: black;
	height: 25px;
	padding-left: 1em;
	padding-right: 1em;
}
