﻿/*div {
	font-family: Arial;
	font-size: 10pt;
}*/

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	min-width: 800px;
	background-repeat: no-repeat;
	background-position: top right;	
}

/*#Header {
	height: 108px; 
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#HeaderLogo {
	height: 108px; 
	background-repeat: no-repeat;
}*/

/*#Menu {
	width: 161px;
	background-repeat: repeat-y;
	font-size: 10pt;
	position: absolute;
	top: 0px;
	left: 0px;
}

#Menu div.container {
	min-height: 200px;
	padding-top: 5px; 
	padding-left: 15px;
}

#Menu div a {
	text-decoration: none;	
}

#MenuFooter {
	background-repeat: no-repeat;
	background-position: bottom;
	height: 67px;
}

#Content {
	position: relative;	
}*/

#BodyText {
	padding: 10px 10px 10px 170px;
}

.Boxed, .BoxedTable {
	padding: 7px;
}

.BoxedTable {
 border-collapse: collapse; 
 padding: 0px;
 border-spacing: 0px;
}

.BoxedTable tr td {
 padding: 7px;
}

.BoxedTable tr.Packed td {
	padding-top: 1px;
	padding-bottom: 1px;
}

/*h1 {
	font-size: 12pt;
}

h2 {
	font-size: 10pt;
}*/

.inputDefault {
	font-style: italic;
}

/* ---- Validation Stuff ---- */
.ProgressBar {
	padding: 0px;
	width: 400px; 
	height: 30px;
	position: relative;
}

#ProgressBarBar {
	border: 0px !important;
	padding: 0px;
	padding-top: 7px;
	height: 23px;
	color: #000000;
	text-align: center;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
}

#ProgressBarValue {
	z-index: 1;
	padding-top: 7px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	text-align: center;
}


/* ---- Report Stuff ---- */
/*.Rpt_ClearCell, .Rpt_ColourCell {
	text-align: center;
}

.Rpt_BlackOnClear, .Rpt_ClearCell {
	color: #000000;
}

.Rpt_WhiteOnDark {
	color: #FFFFFF;
}


.Rpt_Font_XLarge {
	font-size: 16pt;
	font-weight: bold;
}

.Rpt_Font_Large {
	font-size: 11pt;
	font-weight: normal;
}

.Rpt_Font_Mid {
	font-size: 9pt;
	font-weight: normal;
}

.Rpt_Font_Small {
	font-size: 8pt;
	font-weight: normal;
}

.Rpt_WhiteOnBlack {
	color: #FFFFFF;
	background-color: #000000;
}*/