/**
 * Style sheet for two bright lights.
 *
 *
 * @author Ravi
 * @company Cerulean Information Technology Pvt Ltd.
 * @package two bright lights.
 * @date 26/August/2009
 */
 
 
 
html, body {
 margin: 0px;
 padding:0px; 
 height:100%;
 min-height:100%;
}

body {
	font-family: Rockwell, "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size:13px;
	color:#4D4D4D;
/*	background:#E6E6E6 url(../images/bodyflowerbg.jpg) center repeat-y;*/
	background:#E6E6E6 url(../images/bodyflowerbg1.jpg) center repeat-y;
}
h1,h2,h3,h4,h5,h6,p,a,em,span,ul,li,ol,img {
	margin:0;
	padding:0;
	list-style:none;
	font-style:normal;
	font-weight:normal;
	border:none;
}
a {
	color:#5e4801;
}
a:hover {
	text-decoration:none;
}
#tblNew {
	min-height:100%;
	width:938px;
	margin:0 auto;
	background: url(../images/whitebg.png) repeat-y;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/whitebg.png', sizingMethod='scale');
}
* html #tblNew{
	height:100%;
}
.tblNewWrap {
	width:870px;
	margin:0 auto;
}
.header {
	height:123px;
	background: url(../images/headerBg.jpg) repeat-x;
/*	overflow:hidden;*/
	text-align:right;
	position:relative;
}
.header .logo {
	width:323px;
	height:36px;
	float:left;
	margin-left:176px;
	margin-top:59px;
}
.butterflyLogo {
	width:158px;
	height:157px;
	position:absolute;
	left:10px;
	top:0px;
	background: url(../images/butterflylogo.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/butterflylogo.png', sizingMethod='crop');

}

.imageWrap {
	overflow:hidden;
}
.leftImage {
	margin:0px;
}
.rightImage {
	margin:0px;
}
.bodyPart {
	background:#ffffff url(../images/bodyPartBg.jpg) repeat-x;
	padding:30px 30px 150px 30px;
	position:relative;
}
.stay {
	color:#676767;
	font-size:15px;
	font-weight:normal;

}
.bluelarge {
	color:#45A4AA;
	font-size:35px;
	font-weight:normal;
}
.blue {
	color:#45A4AA;
	font-weight:bold;
}
.bluemedium {
	color:#45A4AA;
	font-size:14px;
	font-weight:bold;
}
.blacksmall {
	font-size:14px;
	font-weight:normal;
}
.bluesmall {
	color:#45A4AA;
	font-size:13px;
	font-weight:bold;
}
.leftPart {
	font-size:18px;
	font-weight:normal;
}
.rightPart {
	font-size:13px;
	font-weight:normal;
}
ul.list li {
	color:#4E4E4E;
	list-style:disc outside;
	margin:0px;
	margin-left:15px;
	padding:3px 0px 0px 0px;
	_padding:0px 0px 0px 0px;
	font-size:13px;
}
.headinRight {
	font-weight:normal;
	color:#047B7F;
	display:block;
	font-size:20px;
	padding-left:20px;
}
.req {
	color:#047B7F;
	font-size:11px;
	font-weight:bold;
	display:block;
	padding-bottom:20px;
	padding-left:20px;
	
}
.red {
	color:#047B7F;
}
.home_btn {
	background:url(../images/submit.jpg) no-repeat;
	width:114px;
	height:44px;
	border:none;
	cursor:pointer;
}
.hometxt_box2_bg {	
	background: #fff url(../images/ddl.jpg) no-repeat right; 	
	height:18px;
	*height:20px;
	_height:18px;
	width:143px;
	border:1px solid #7f9db9;

} 

.hometxt_box2 {		
	background:#fff;
	border:none;
	cursor:default;
	z-index:1000000;
	width:105px;
} 
.hometxt_box3_bg {	
	background: #fff url(../images/ddl.jpg) no-repeat right; 	
	height:18px;
	*height:20px;
	_height:18px;
	width:50px;
	border:1px solid #7f9db9;

} 
.hometxt_box3 {		
	background:#fff;
	border:none;
	cursor:default;
	z-index:1000000;
	width:25px;
} 
.thankyou {
	text-align:center;
	padding-top:5px;
	padding-bottom:15px;
	color:#459da9;
}
.dotSepratorV {
	width:30px;
	background:url(../images/dotVerti.gif) repeat-y center; 	
}
.dotSepratorH {
	background:url(../images/dotHori.gif) repeat-x 0px center;
	height:11px;
	overflow:hidden;
}

.fieldTable {
	text-transform:uppercase;
	margin:0 auto;
	font-size:12px;

}
.fieldTable td{
	padding:3px;
}
.space10{
	height:10px;
	overflow:hidden;
	clear:both;
}