/******* Template Require Classes *******/
/* Body Style , Scrollbar , Background */
body
{
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #000000;
	border:0;
	margin: 2 auto;
	width:960px;
	height:100%;
	background-color: #ac382b;
}
#header 
{
	background: #b24142 url(img/back_top.jpg) no-repeat;
	width: 100%;
	height: 209px;
}
#main 
{
	background: #b24142 url(img/back_main.jpg) repeat-y;
	padding: 15px;
}
#footer
{
	background: #b24142 url(img/back_bottom.jpg) no-repeat left;
	height: 209px;
}
#footer1 
{
	text-align: right;
	padding-right: 30px;
	width: 100%;
}
img 
{
	border: 0px;
}

/* Error Style */
.error
{
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #ff0000;
}

/* Normal Style */
.n, table
{
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #000000;

}

/* Normal Style, Bold */
.nb
{
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight:bold;
	color : #000000;
}

/* Style For Textbox*/
.tb
{
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	background-color : #FFFFFF;
	border : 1px solid #666633;
	color : #000000;
	font-size : 9pt;
}


/* Style For Buttons*/
.btn
{
	BORDER-RIGHT: #3a3a3a 1px solid; 
	BORDER-TOP: #3a3a3a 1px solid; 
	FONT-SIZE: 9pt;
	MARGIN: 0px 6px 0px 0px; 
	BORDER-LEFT: #3a3a3a 1px solid;
	CURSOR: pointer; 
	COLOR: #404040; 
	BORDER-BOTTOM: #3a3a3a 1px solid; 
	HEIGHT: 20px; 
	BACKGROUND-COLOR: #e1e1e1;
	FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
}

/* Style For Links */
a:link, a:visited
{
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #484070;
	font-weight : normal;	
	text-decoration : none;
}

a:hover
{
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #50b4b4;
	font-weight : normal;	
	text-decoration : underline;
}


/* title */
.title
{
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #000000;
	font-weight:bold;
}

.spl
{
	border-top:1px solid #000000;
}

fieldset {  margin:0px 0; padding:6px; border:1px solid #000000;}
legend {
	margin-bottom: 5px;
	margin-left: -9px;
	padding-right: 5px;
	vertical-align: middle;
	padding-bottom: 3px;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #000000;
}
fieldset > legend {
	margin-left: -2px;
}

hr
{
  height:1;
  color: #000000;
}