﻿body
{
	color: #999999;
	font-family: Arial;
	font-size: 8px;
}
Header
{
	font-family: Arial, Helvetica;
	font-size: 10pt;
	text-align: center;
	color: #999999;
}
.menu
{
	font-family: Arial, Helvetica;
	font-size: x-small;
	color: #999999;	
	font-weight:bolder;
}
.border
{
 
  height:auto !important; 
  width: 95%;
  border: solid 1px #cccccc;
}
.tblSub
{ 
  height:auto !important; 
  width: 50%;
  border: solid 1px #cccccc;
}
/* CSS Document */
p {
	font-family:Arial;
	color:#333333;
	font-size:10pt;
	text-align:justify;
}
.errmsgCenterAligned
{
	text-align: center;
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	color: #999999;
}
.title {
	font-family:Arial;
	color:#333333;
	font-size:10pt;
	font-weight:bolder;
}
.title1 {
	font-family:Arial;
	color:#333333;
	font-size:14pt;	
}

.subtitle {
	font-family:Arial;
	color:#333333;
	font-size:8pt;
	font-weight:bolder;
}
.spltitle
{
	color:#808080;
	font-size:10pt;
	font-weight:bold;
}

.splcontent
{
	color:#a2a1a1;
	font-size:8pt;	
	font-weight:normal;
	font-weight:bold;
}

.contents 
{
	font-family:Arial;
	color: #333333;
	font-size: 8pt;
	font-weight: normal;
}
.bullets 
{
	font-family:Arial;
	color: #333333;
	font-size: 8pt;
	font-weight: normal;
}
.bullets:hover
{
	font-family:Arial;
	color: #999999;
	font-size: 8pt;
	font-weight: normal;
}
.textbox
{
	border-bottom: #999999 1px solid;
	border-left: #999999 1px solid;
	border-top: #999999 1px solid;
	border-right: #999999 1px solid;
	font-size: 8pt;
	font-family: Arial;
	font-weight:normal;
	color: #999999;
	width: 175px;
	font-variant:normal;
}
.textboxWborders
{
	border-bottom: #999999 1px solid;
	font-size: 8pt;
	font-family: Arial;
	font-weight:bold;
	color: #999999;
	width: 175px;
	background-color:White;
	border-left:0px;
	border-right:0px;
	border-top:0px;		
	font-variant:normal;
} 
.radio
{
	font-size: 8pt;
	font-family: Arial;
	font-weight:normal;
	color: #999999;
	width: 150px;
}

.button
{
	border: none;
	background-color: white;
	color:#999999;	
	font-family: Arial;
	font-size: 8pt;
	font-weight:bolder;	
}
.button:hover
{
	font-family:Arial;
	font-size:8pt;
	font-weight:bolder;
	color: #999999;	
	background-color: white;
	border: none;
}
.button1
{
	border: 1pt;
	background-color: #999999;
	color:black;	
	font-family: Arial;
	font-size: 8pt;
	font-weight:bolder;	
}
.button1:hover
{
	font-family:Arial;
	font-size:8pt;
	font-weight:bolder;
	color: Black;	
	background-color: #999999;
	border: none;
}
.mainContentHolderDiv
{
	padding:0 0 0 0; 
	margin: 0 0 0 0; 
	width: 100%; 
	vertical-align:top; 
	overflow: auto;
}
.modalBackground
{
	background-color:Gray;
	filter:alpha(opacity=20);
	opacity:0.2;
}
.modalPopup {
	background-color:White;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
	font-size:x-small ;
}
.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
}
