/*html, body {
	height:100%;
} */
body {
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #B5B5BC;
	line-height: normal;
	margin: 0px;
	position: relative;
 text-align: center;
}


/********* L I N K S *********/
a {
	color: #333333;
	text-decoration:underline;
}
a:hover {
	color: #84add7;
}
.breadcrumb a {
	color: #333333;
}
.breadcrumb a:hover {
	color: #84add7;
}
.related_topics a {
	color: #000000;
	text-decoration:none;
}
.related_topics a:hover {
	color: #FFFFFF;
}
.printpage a {
	color: #003366;
	text-decoration:none;
}
.printpage a:hover {
	color: #84add7;
	text-decoration:none;
}
.sub_footer a {
	text-decoration:none;
}


/********* F O N T   S I Z E S  &   H E A D E R S *********/
input, textarea, {
	font-size: 0.8em;
}
td, th {
	font-size: 0.8em;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003366;
	font-size: 18px;
	font-weight: bold;
}
h2 {
	  color: #258ACC;gia, "Times New Roman", Times, serif;
   font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 17px;
   line-height:19px;
}
h3 {
	color: #333333;
	font-size: 13px;
	background-color: #e0eaf5;
	line-height: 24px;
	text-indent: 7px;
}
h4 {
	font-size:12px;
	font-weight:bold;
}

.breadcrumb, .printpage, .topright_menu td, .sub_footer {
	font-size: 11px;
}
.printpage {
	width: 90px;
}
.contentarea {
	width: 100%;
}
.sub_footer {
	font-size: 10px;
}

/********* M I S C   C L A S S E S *********/
.breadcrumb {
	margin-bottom: 20px;
	margin-top: 7px;
	border-bottom: 1px solid #84ADD7;
	padding-bottom: 5px;
}
.related_topics {
	display:none;
}
.related_topics th {
	font-size:14px;
	color: #FFFFFF;
	font-weight: bold;
	padding:5px;
	text-align:left;
}
.related_topics td {
	color: #000000;
	margin: 0px;
	padding: 2px;
	padding-left:10px;
}
.printpage {
	text-align:right;
	vertical-align:top;
	padding-bottom: 5px;
	padding-right: 5px;
}
.sub_footer {
	text-align:center;
	border-top: 1px solid #84ADD7;
	padding-bottom:5px;
	padding-top:5px;
}
.management {
	font-weight:bold;
}
.form_error {
	color:#FF0000;
}
img {
	border:0px;
}

/**************** M I D D L E   S E C T I O N ****************/
/* This is the "main" content area */
.contentbox {
	vertical-align:top;
}
/* This is the "side panel" content area */
.midcolumn {
	vertical-align: top;
	width:150px;
	display:none;
	padding-left: 5px;
}
.midcolumn .mc_top, .mc_2, .mc_3, .mc_bottom {
	padding:5px;
	vertical-align: top;
}
.midcolumn .mc_top {
	border: 1px solid #258ACC;
}
.midcolumn .mc_2 {
	border: 1px solid #84ADD7;
}
.midcolumn .mc_3 {
	border: 1px solid #0057AE;
}
.midcolumn .mc_bottom {
	background: #0057AE;
}


/**************** L A Y O U T   B O X E S ****************/
#Maintable {
	height:100%;
	width:100%;
	z-index:100;
}
.Leftbox {
	color: #FFFFFF;
	width: 150px;
	background-color: #003366;
	vertical-align: top;
}
.Middlebox {
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
}
.Rightbox {
	color: #000000;
	width: 150px;
	background-color: #84ADD7;
	vertical-align: top;
}
.conftable
{
  border: thin solid #333333; background-color: white;
}

div.section
{
  background: white;
  border: thin solid #333333;
  text-align: left;
  width: 75%;
}

#bill_table
{
  margin-left: 10px;
  margin-bottom: 10px;
}

#bill_table th
{
  text-align: left;
  padding: 5px 0 10px 0;
}

td.totalrow
{
  border-top: 1px solid #AAAAAA;
  padding-top: 5px;
  text-align: right;
  font-weight: bold;
}

td.btmpad
{
  padding-bottom: 5px;
}

.ar
{
  text-align: right;
}

.normal
{
  font-size: 0.8em;
	 font-family:Arial, Helvetica, sans-serif;
  margin-left: 10px;
}

