/* OTRAMS CSS  */
/*----Global-----*/
*{
	margin:0;
	padding:0;
}

body{
	background-color:#e5e5e5;
	font-family:Tahoma;
	font-size:11px;
	color:#747474;
	margin:0px;
}

br.clearboth{
	clear:both;
	height:1px;
}
/*-----common-----*/
.blue_text{
	color:#006796;
	font-weight:bold;
}
.white_text{
	color:#FFFFFF;
}
/*------Layout-------*/
.outer_table{
	width:885px;
	background:#FFFFFF;
	text-align:center;
}

.footer{
	background:#e5e5e5;
	padding:7px 0px 7px 0px;
}
.inputstyle{
	background:#FFFFFF;
	border:1px #929698 solid;
	height:16px;
	width:195px;
	font-family:Tahoma;
	font-size:11px;
	padding:1px 5px 1px 5px;
	color:#464a4c;
}
.inputstyle_txt_area{
	background:#FFFFFF;
	border:1px #929698 solid;
	font-family:Tahoma;
	font-size:11px;
	padding:1px 5px 1px 5px;
	color:#464a4c;
	height:100px;
	width:195px;
}
.footer_link a{
	font-family:Tahoma;
	font-size:11px;
	color:#747474;
	text-decoration:none;
}
.footer_link a:hover{
text-decoration:underline;
}
.poup_border{
border:1px #777777 solid;}
.style1 {color: #747474}

.mandatory {
	font-size:11px;
	color:#FF0000;
	font-weight:bold;
}
