/* HTML Body Tag - Start */
body
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#E8E8E8;
	font-family:Verdana;
	font-size:10px;
}
/* HTML Body Tag - End */
/* Div Main Body Class - Start */
.mainbody
{
	font-family:Verdana;
	font-size:10px;
}
#pagecontent
{
	padding: 5px 0px 5px 5px;
	background:#FFFFFF;
	border-top:1px solid #C0C0C0;
	border-left:1px solid #C0C0C0;
	border-right:1px solid #C0C0C0;
	/*text-align: left;*/
	height: 100%;
	width: 800px;
}
/* Div Main Body Class - End */
/* Header Class - Start */
.headerlogo
{
	margin:0;
	background-image: url(dpaban.gif);
	background-repeat: no-repeat;
	width: 92px;
	height: 37px;
	background-position: left top;
}
.headerbgimage
{
	margin:0;
	height: 37px;
	background-image: url(dpaban_bg.gif);
	background-repeat: repeat;
	background-position: left top;
}

/* Header Class - End */
/* Header Link Class - Start */
#headerlink
{
	padding:8px 0px 5px 3px;
	text-align:center;
	font: 10px Verdana, sans-serif;
}
#headerlink li 
{
	list-style:none;
	padding:8px 0px 8px 0px; 
	display:inline;
}
#headerlink li a 
{
	padding: 0 8px; 
	margin-right: 6px;
	text-decoration: none;
}
#headerlink li a:link 
{
	color:#FFFFFF;
}
#headerlink li a:visited
{
	color: #FFFFFF;
}
#headerlink li a:hover 
{
	color: #FFFFCC;
	text-decoration: underline;
}
/* Header Link Class - End */
/* Grid Class - Start */
.grid
 {
	background-color: #909090;
	background-position:top;
  	margin:10px 10px 0px 10px;
	padding:0px 0px 0px 0px;
}
.gridheader
{
	font-size:11px;
	font-weight:bold;
	font-family:Verdana;
	color:#000000;
	text-align:center;
	height:22px;
	background-image:url(greybar.gif);
	background-repeat: repeat;
}
.gridrows
{
	font-size:11px;
	font-family:Verdana;
	color:#000000;
	background-color:#FFFFFF;
}
.gridspacer
{
	width: 2px;
}
/* Grid Class - End */
/* Footer Class - Start */
#footer_box
{
	width:800px;
	border-top: 1px solid #C0C0C0;	
	border-left: 1px solid #C0C0C0;	
	border-bottom: 1px solid #C0C0C0;	
	border-right: 1px solid #C0C0C0;	
	background-color:#FFFFFF;
	padding: 0px 0px 10px 0px;
}
#footer_box p
{
	color:#000;
}
#footer_box a
{
	color:#a6a6a6;
}
#footer_box a:hover
{
	color:#595959;
}
/* Footer Class - End */
/* Form Class - Start */
.textbox
{
	font-family:verdana;
	font-size:11px;
}
.popup
{
	font-family:verdana;
	font-size:11px;
}
/* Form Class - End */
/* Index1 Page - Start*/
#content
{
	font-size:11px;
	font-family:Verdana;
	width:650px;
	background:#FFFFFF;
	margin:10px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	border:1px solid #909090;
}
.left_column 
{
	width:40%;
	text-align:right;
	line-height:14px;
	font-weight:bold;
	vertical-align: top;
	margin:4px 0 0 0;
	padding-top:5px;
}
.right_column 
{
	width:58%;
	text-align:left;
	line-height:14px;
	margin:4px 0 4px 0;
}
.spacer
{
	width: 2%;
	height: 25px;
	clear: both;
}
.title_bar 
{
	font-weight: bold;
	font-size: 11px;
	height: 23px;
	text-align: left;
	background-image: url(greybar.gif);
	background-repeat: repeat;
	padding: 0px 1px 1px 5px;
}
.sub_title_bar 
{
	height: 23px;
	background-color:#FFFFDD;
	font-size:11px;
	text-align:left;
	padding:4px 1px 1px 5px;
}
.save_button
{
	padding: 10px 0px 1px 1px;
	height:50px;
	text-align: center;
	border-top: 1px solid #909090;	
	font-size: 10px;
	background-color: #FFFFDD;
}
.button,.save_button input
{
	text-align: center;
	font-size: 11px;
	background-color: white;
}

.redstar
{
	color: Red;
}
.errormsg
{
	font-family:verdana;
	font-size:11px;
	color: Red;	
	font-weight:bold;
}
.successmsg
{
	font-family:verdana;
	font-size:11px;
	color: Green;	
	font-weight:bold;
}

/* FEATURE BOX */
#feature_box {
	clear:both;
	height: 150px;
	margin:0;
	padding:0;
}
/* Holds feature graphic at top of page */
#feature_box_left {
	float:left;
	width: 500px;
	height:150px;
}
#feature_box_left img {border:none}
/* Admin login box */
#feature_box_right {
	float:right;
	height:150px;
	width: 160px;
	margin:0;
	padding:0;
}	
.feature_box_right_title 
{
	margin: 0px 0 6px 12px;
	font-weight: bold;	
}