/* Author : suresh dhamgaye  */
/* By : Meltmagic-India.com  */
/*  Year: 2009 */

/* form classes */

body 
{
	margin: 0px;
	padding: 0px;
	background-color:#6599FF;
	background-image:url(images/back.jpg);
	background-repeat:repeat-x;
}
html 
{
 overflow-y: scroll !important;
}

form 
{
	margin-bottom: 0px;
}
input, textarea, select 
{
	border: 1px solid #282A2B;
	font-size: 12px;
	margin-left:5px;
}
.no-border 
{
	border-style: solid;
	border-width: 0px;
	font-size: 12px;
}
.yes-border 
{
	border-style: solid;
	border-width: 1px;
	border-color:#993300;
}
/* page default settings */
td 
{
	font-family: arial, verdana, helvetica;
	color: #333;
	font-size: 12px;
	line-height: 1.5em;
}
/*color*/
.white 
{
	color: #ffffff;
}
.orange
{
	color:#E75700
}
.red
{
	color:#D40D11;
}
.blue
{
	color:#004497;
}
img
{
	border:0px solid red;
}
/* Heading */
h1, h2, h3, h4, h5, h6 
{
	font-family: arial;
	margin: 0px;
	line-height: normal;
}
h1 
{
	font-size: 45px;
	font-weight:700;	
}
h3 
{
	font-size: 20px;	
	font-weight:600;	
}
h2 
{
	font-size: 18px;
	font-weight:700;
}


/*working property start here !*/
.body-back
{
	background-image: url("images/body_back.jpg");
	background-repeat:repeat-y;
}

.header
{
	background-image: url("images/header1.jpg");
	background-repeat:no-repeat;
	height:470px;
}
.title
{
	font-size:16px;
	text-decoration:none;
	font-weight:600;
}

.t {
	width: auto;
	background-color: #efecc6;
	background-image: url(images/dot.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}
.b {background: url(images/dot.jpg) 0 100% repeat-x}
.l {background: url(images/dot.jpg) 0 0 repeat-y}
.r {background: url(images/dot.jpg) 100% 0 repeat-y}
.bl {background: url(images/bottom_left_corner.jpg) 0 100% no-repeat}
.br {background: url(images/bottom_right_corner.jpg) 100% 100% no-repeat}
.tl {background: url(images/top_left_corner.jpg) 0 0 no-repeat}
.tr {background: url(images/top_right_corner.jpg) 100% 0 no-repeat; padding:10px}

.box_topbg
{
	background:url(images/box_top_bg.jpg) #EFECC6 top repeat-x;
}
.box_yellow_top
{
	background-color:#EFECC6;
	border-top:none;
	border-left:1px solid #D9C685;
	border-right:1px solid #D9C685;
	border-bottom:1px solid #D9C685;
}
.box_yellow
{
	background-color:#EFECC6;
	border:1px solid #D9C685;
}
.box_bottombg
{
	background-image: url("images/box_bottom_bg.jpg");
	background-repeat:repeat-x;
	height:18px;
}
.box_yellow_bottom
{
	background-color:#EFECC6;
	border-top:1px solid #D9C685;
	border-left:1px solid #D9C685;
	border-right:1px solid #D9C685;
	border-bottom:none;
}
/*links*/

.links
{
	font-size:12px;
	font-weight:600;
	text-decoration:none;
	color:#C10707;
}
.links a
{
	color:#C10707;
	text-decoration:none;
}
.links a:hover
{
	color:#0029DB;
	text-decoration:underline;
}
/*footer links*/
.footer_links
{
	font-size:12px;
	font-weight:600;
	text-decoration:none;
	color:#ffffff;
	padding:5px;
}
.bpo_button
{
	margin-top:-20px;
	margin-left:200px;
	padding:0px;
	border:0px solid #fc0000;
	float:left;
	position:absolute;
}
.footer_links a
{
	color:#ffffff;
	text-decoration:none;
}
.footer_links a:hover
{
	color:#FFF013;
	text-decoration:underline;
}
.bullet
{	
	color:#C10707;
	text-decoration:none;	
	font-size:25px;
	font-weight:700;	
	background-image: url("images/bullet.jpg");
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:40px;		
}
.bullet1
{	
	color:#333333;
	text-decoration:none;	
	font-size:13px;
	font-weight:700;	
	background-image: url("images/bullet1.jpg");
	background-repeat:no-repeat;
	background-position:50px 7px;
	padding-left:65px;		
}


/*working property end here !*/
