
/**
 * Style sheet for TypeFocus
 *
 *
 * @author Ravi
 * @company Cerulean Information Technology Pvt Ltd.
 * @package TypeFocus.
 * @subpackage typefocus.css
 * @subpackage typefocus.js
 * @date 18/10/2007
 */


body {
	margin:0;
	padding:0;
	background-image:url(../images/bg_body.jpg);
	background-repeat:repeat-x;
	font-family:Arial;
	font-size:12px;
}
h1,h2,h3,h4,h5,h6,ul,li,ol,p,em,a{
	padding:0;
	margin:0;
	list-style:none;
	text-decoration:none;
	font-style:normal;
}
td {
vertical-align:top;
}
.typefocus {
	margin:0 auto;
	background-color:#FFFFFF;
}

/*	HEADER SECTION STARTS	*/
.header {
	height:52px;
	background-image:url(../images/bg_logo.jpg);
	background-repeat:no-repeat;
}
	/*	Top Link Starts 	*/
	.top_link {
		vertical-align:top;
	}
	.top_link ul li {
		float:left;
		height:18px;
		margin-right:1px;
		padding-top:2px;
	}
	.top_link ul li a {
		font-size:11px;
		color:#225379;
		font-weight:bold;
		padding:2px 10px 2px 10px;
		background-image:url(../images/bg_top_link.gif);
		background-repeat:repeat;
		border:1px solid #3c6997;
	}
	.top_link ul li a:hover {
		background-color:#3c6997;
		background-image:none;
		color:#FFFFFF;
	}
	.top_link ul li.selceted a {
		color:#FFFFFF;
		background-color:#3c6997;
		background-image:none;
	}
	/*	Top Link Ends 	*/

/*	HEADER SECTION ENDS	*/

/*----------------------------------------------------------------------------------------------------------------*/

/*	CONTENT SECTION STARTS	*/
.content {
	padding:0px 5px;
}
.bg_blue_curve {
	background-image:url(../images/curve_blue.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}

	/*	Flash Starts 	*/	
	.flash{
		height:112px;
		border:5px solid #3c6997;
		overflow:hidden;
	}
	/*	Flash Ends 	*/	

	/*	Left Navigation	Starts	*/
				/*	in left navigation Main Link Section starts	*/
	.links {
		border:1px solid #ffcaca;
		border-bottom:none;
		background-color:#ffe9e9;
	}
	.links .heading {
		background-color:#ffcaca;
		border-bottom:1px solid #ffcaca;
		font-weight:bold;
		background-image:url(../images/arrow_right.gif);
		background-repeat:no-repeat;
		background-position: 7%;
		padding-left:25px;
		height:30px;
		font-size:14px;
	}
	.links td {
		vertical-align:middle;
	}
	.links ul li {
		padding:5px 0px 8px 25px;
		border-bottom:1px solid #ffcaca;
		font-weight:bold;
		font-size:11px;
	}
	.links ul li a {
		color:#000000;
	}	
	.links ul li a.left_nav_selected {
		color:#ad0001;
	}
				/*	in left navigation Main Link Section ends	*/

				/*	in left navigation Sub Link Section starts	*/
	.links .sub_link li {
		border:none;
		font-weight:normal;
		padding:2px 0px 2px 15px;
	}
	ul li a.sub_link_selected  {
		color:#ad0001;
	}
				/*	in left navigation Sub Link Section starts	*/
					
				/*	in left navigation BLUE color Box Section starts	*/
	.blue_box {
		background-color:#e2effc;
		text-align:center;
	}

	.blue_box .head td{
		vertical-align:middle;
		font-weight:bold;
		padding:5px 0px;
	} 
				/*	in left navigation BLUE color Box Section Ends	*/
					
	/*	Left Navigation	Ends	*/
	
	/*	Main Content Starts	*/

				/*	For Sub Body Section starts	*/
	.sub_heading {
		font-size:18px;
		color:#44688f;
		height:25px;
	}	
	.sub_body {
		font-size:12px;
	}
	.sub_body a {
		color:#014c97;
		text-decoration:underline;
	}
	.sub_body a:hover {
		text-decoration:none;
	}
				/*	For Sub Body Section ends	*/	
	
			/*	For Form Table starts	*/
	.form_title {
		background-color:#e2effc;
		color:#000000;
		padding:3px 0px 3px 15px;
		font-weight:bold;
		vertical-align:middle;
	}
	.form_sub {
		background-color:#cfcfcf;
		color:#000000;
		padding:3px 0px 3px 15px;
		vertical-align:middle;	
		
	}
	.form_comp {
		border:1px solid #144475;
		background-color:#edf3fa;
		height:15px;
		font-size:10px
	}
	.form_but {
		border:1px solid #39628c;
		background-color:#edf3fa;
		color:#234e7d;
		text-align:center;
		font-size:10px;
		font-weight:bold;
		padding:2px ;
	}

				/*	For Form Table ends	*/
				
				/*	For Index Page  a TAG Link starts	*/				
	a.page_link {
		/*display:block; 
		height:20px; 
		width:100px; */
		/*border:1px solid #39628c;*/
		padding-top:4px; 
		font-weight:bold;
		color:#234e7d;
	}
	a:hover.page_link{
	text-decoration:underline;}
	
				/*	For Index Page  a TAG Link ends	*/				
					
			/*	For Pricing Table starts	*/
	.pricing {
		border:5px solid #39628c;
	}
	.pricing td {
		border-right:1px solid #39628c;
		border-bottom:1px solid #39628c;		
		padding:3px;
	}	
	.pricing .head {
		background-color:#e2effc;
		/*font-weight:bold;*/
	}
	
	.pricing .headsmall{
		font-size:10px;
	}
			/*	For Pricing Table ends	*/
	
	
	.arrow_back, .arrow_next {		/*	For Arrow - BACK and NEXT	*/
		background-color:#FFFFFF;
		background-repeat:no-repeat;
		border:none;
		height:22px;
		font-weight:bold;
		width:50px;		
	}
	.arrow_back {
		background-image:url(../images/arrow_back.jpg);
		background-position:left;
	}
	.arrow_next {
		background-image:url(../images/arrow_next.jpg);
		background-position:right;
	}
	.arrow_next_only, .arrow_back_only { 		/*	For Arrow - BACK ONLY and NEXT ONLY	*/
		background-color:#FFFFFF;
		background-repeat:no-repeat;
		border:none;
		width:93px;
		height:18px;
		padding-top:4px;
		font-weight:bold;
		display:block;
		color:#000000;
		font-size:15px;		
	}

	.arrow_next_only {
		background-image:url(../images/arrow_next_only.jpg);
		text-align:left;
		padding-left:10px;
	}
	.arrow_back_only {
		background-image:url(../images/arrow_back_only.jpg);
		text-align:right;
		padding-right:10px;
	}
	a.arrow_but {		/*	For Arrow - BACK and NEXT button size & Color	*/
		color:#000000;
		font-weight:bold;
		font-size:15px;
	}
	/*	Main Content Ends	*/

/*	CONTENT SECTION ENDS	*/

/*----------------------------------------------------------------------------------------------------------------*/

/*	FOOTER SECTION STARTS	*/
.foot_l_cor {
	height:30px;
	background-image:url(../images/cor_footer.gif);
	background-position:left;
}
.foot_r_cor {
	height:30px;
	background-image:url(../images/cor_footer.gif);
	background-position:right;
}
.footer {
	height:30px;
	background-image:url(../images/bg_foot.gif);
	background-repeat:repeat-x;
	text-align:center;
	vertical-align:middle;
	padding:0 25px;
	font-size:10px;
}
/*	FOOTER SECTION ENDS	*/

/*----------------------------------------------------------------------------------------------------------------*/

/*	GLOBAL SECTION STARTS	*/
span {		/*	For Mandatory	*/
	color:#FF0000;
	font-weight:bold;
}
.bottom_dot_line {		/*	For Bottom Dotted Line	*/
	background-image:url(../images/dot.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

.space5 {
	height:10px;
	overflow:hidden;
}

.space10 {
	height:10px;
	overflow:hidden;
}

.blue_line {
	height:3px;
	background-color:#4782a4;
	overflow:hidden;
}
.middle {
	vertical-align:middle;
}
/* added by Meena */
.red_txt {
	color:#ff0000;
	font-size:9px;
	font-weight:normal;
}

/**
 * Style sheet for TypeFocus
 *
 *
 * @author Ravi
 * @company Cerulean Information Technology Pvt Ltd.
 * @package TypeFocus.
 * @subpackage typefocus.css
 * @subpackage typefocus.js
 * @date 18/10/2007
 */


body {
	margin:0;
	padding:0;
	background-image:url(../images/bg_body.jpg);
	background-repeat:repeat-x;
	font-family:Arial;
	font-size:12px;
}
/*h1,h2,h3,h4,h5,h6,ul,li,ol,p,em,a{
	padding:0;
	margin:0;
	list-style:none;
	text-decoration:none;
	font-style:normal;
}*/
td {
vertical-align:top;
}
.typefocus {
	margin:0 auto;
	background-color:#FFFFFF;
}

/*	HEADER SECTION STARTS	*/
.header {
	height:52px;
	background-image:url(../images/bg_logo.jpg);
	background-repeat:no-repeat;
}
	/*	Top Link Starts 	*/
	.top_link {
		vertical-align:top;
	}
	.top_link ul li {
		float:left;
		height:18px;
		margin-right:1px;
		padding-top:2px;
	}
	.top_link ul li a {
		font-size:11px;
		color:#225379;
		font-weight:bold;
		padding:2px 10px 2px 10px;
		background-image:url(../images/bg_top_link.gif);
		background-repeat:repeat;
		border:1px solid #3c6997;
	}
	.top_link ul li a:hover {
		background-color:#3c6997;
		background-image:none;
		color:#FFFFFF;
	}
	.top_link ul li.selceted a {
		color:#FFFFFF;
		background-color:#3c6997;
		background-image:none;
	}
	/*	Top Link Ends 	*/

/*	HEADER SECTION ENDS	*/

/*----------------------------------------------------------------------------------------------------------------*/

/*	CONTENT SECTION STARTS	*/
.content {
	padding:0px 5px;
}
.bg_blue_curve {
	background-image:url(../images/curve_blue.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}

	/*	Flash Starts 	*/	
	.flash{
		height:112px;
		border:5px solid #3c6997;
		overflow:hidden;
	}
	/*	Flash Ends 	*/	

	/*	Left Navigation	Starts	*/
				/*	in left navigation Main Link Section starts	*/
	.links {
		border:1px solid #ffcaca;
		border-bottom:none;
		background-color:#ffe9e9;
	}
	.links .heading {
		background-color:#ffcaca;
		border-bottom:1px solid #ffcaca;
		font-weight:bold;
		background-image:url(../images/arrow_right.gif);
		background-repeat:no-repeat;
		background-position: 7%;
		padding-left:25px;
		height:30px;
		font-size:14px;
	}
	.links td {
		vertical-align:middle;
	}
	.links ul li {
		padding:5px 0px 8px 25px;
		border-bottom:1px solid #ffcaca;
		font-weight:bold;
		font-size:11px;
	}
	.links ul li a {
		color:#000000;
	}	
	.links ul li a.left_nav_selected {
		color:#ad0001;
	}
				/*	in left navigation Main Link Section ends	*/

				/*	in left navigation Sub Link Section starts	*/
	.links .sub_link li {
		border:none;
		font-weight:normal;
		padding:2px 0px 2px 15px;
	}
	ul li a.sub_link_selected  {
		color:#ad0001;
	}
				/*	in left navigation Sub Link Section starts	*/
					
				/*	in left navigation BLUE color Box Section starts	*/
	.blue_box {
		background-color:#e2effc;
		text-align:center;
	}

	.blue_box .head td{
		vertical-align:middle;
		font-weight:bold;
		padding:5px 0px;
	} 
				/*	in left navigation BLUE color Box Section Ends	*/
					
	/*	Left Navigation	Ends	*/
	
	/*	Main Content Starts	*/

				/*	For Sub Body Section starts	*/
	.sub_heading {
		font-size:18px;
		color:#44688f;
		height:25px;
	}	
	.sub_body {
		font-size:12px;
	}
	.sub_body a {
		color:#014c97;
		text-decoration:underline;
	}
	.sub_body a:hover {
		text-decoration:none;
	}
				/*	For Sub Body Section ends	*/	
	
			/*	For Form Table starts	*/
	.form_title {
		background-color:#e2effc;
		color:#000000;
		padding:3px 0px 3px 15px;
		font-weight:bold;
		vertical-align:middle;
	}
	.form_sub {
		background-color:#cfcfcf;
		color:#000000;
		padding:3px 0px 3px 15px;
		vertical-align:middle;	
		
	}
	.form_comp {
		border:1px solid #144475;
		background-color:#edf3fa;
		height:15px;
		font-size:10px
	}
	.form_but {
		border:1px solid #39628c;
		background-color:#edf3fa;
		color:#234e7d;
		text-align:center;
		font-size:10px;
		font-weight:bold;
		padding:2px ;
	}

				/*	For Form Table ends	*/
				
				/*	For Index Page  a TAG Link starts	*/				
	a.page_link {
		/*display:block; 
		height:20px; 
		width:100px; */
		/*border:1px solid #39628c;*/
		padding-top:4px; 
		font-weight:bold;
		color:#234e7d;
	}
	a:hover.page_link{
	text-decoration:underline;}
	
				/*	For Index Page  a TAG Link ends	*/				
					
			/*	For Pricing Table starts	*/
	.pricing {
		border:5px solid #39628c;
	}
	.pricing td {
		border-right:1px solid #39628c;
		border-bottom:1px solid #39628c;		
		padding:3px;
	}	
	.pricing .head {
		background-color:#e2effc;
		font-weight:bold;
	}
	.pricing .headsmall {
		font-size:10px;
	}
			/*	For Pricing Table ends	*/
	
	
	.arrow_back, .arrow_next {		/*	For Arrow - BACK and NEXT	*/
		background-color:#FFFFFF;
		background-repeat:no-repeat;
		border:none;
		height:22px;
		font-weight:bold;
		width:50px;		
	}
	.arrow_back {
		background-image:url(../images/arrow_back.jpg);
		background-position:left;
	}
	.arrow_next {
		background-image:url(../images/arrow_next.jpg);
		background-position:right;
	}
	.arrow_next_only, .arrow_back_only { 		/*	For Arrow - BACK ONLY and NEXT ONLY	*/
		background-color:#FFFFFF;
		background-repeat:no-repeat;
		border:none;
		width:93px;
		height:18px;
		padding-top:4px;
		font-weight:bold;
		display:block;
		color:#000000;
		font-size:15px;		
	}

	.arrow_next_only {
		background-image:url(../images/arrow_next_only.jpg);
		text-align:left;
		padding-left:10px;
	}
	.arrow_back_only {
		background-image:url(../images/arrow_back_only.jpg);
		text-align:right;
		padding-right:10px;
	}
	a.arrow_but {		/*	For Arrow - BACK and NEXT button size & Color	*/
		color:#000000;
		font-weight:bold;
		font-size:15px;
	}
	/*	Main Content Ends	*/

/*	CONTENT SECTION ENDS	*/

/*----------------------------------------------------------------------------------------------------------------*/

/*	FOOTER SECTION STARTS	*/
.foot_l_cor {
	height:30px;
	background-image:url(../images/cor_footer.gif);
	background-position:left;
}
.foot_r_cor {
	height:30px;
	background-image:url(../images/cor_footer.gif);
	background-position:right;
}
.footer {
	height:30px;
	background-image:url(../images/bg_foot.gif);
	background-repeat:repeat-x;
	text-align:center;
	vertical-align:middle;
	padding:0 25px;
	font-size:10px;
}
/*	FOOTER SECTION ENDS	*/

/*----------------------------------------------------------------------------------------------------------------*/

/*	GLOBAL SECTION STARTS	*/
span {		/*	For Mandatory	*/
	color:#FF0000;
	font-weight:bold;
}
.bottom_dot_line {		/*	For Bottom Dotted Line	*/
	background-image:url(../images/dot.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

.space5 {
	height:10px;
	overflow:hidden;
}

.space10 {
	height:10px;
	overflow:hidden;
}

.blue_line {
	height:3px;
	background-color:#4782a4;
	overflow:hidden;
}
.middle {
	vertical-align:middle;
}
ul.list li {
list-style:disc outside;
margin-left:2em;
}
.red_txt {
        color:#ff0000;
        font-size:9px;
        font-weight:normal;
}

/*poup menu css with out hightlight on mouseover*/
div.menu1  { 
  position:absolute; visibility:hidden; 
  width:500px; left:0; top:0; z-index:500;
  font-size:11px; 
  background-color:#F9F9F9; 
  border: 2px solid #999999;
 
  
}

/* Style specifications for menu items and links  */
div.menu1 ul { 
margin:.5em 1em .6em 0; padding:2px; 
}
div.menu1 ul li { 
		line-height:1.3; list-style-type:none;
 		margin:0 0 .8em .4em;
		font-size:11px;
 		font-family: Verdana, Arial, Helvetica, sans-serif;
	 }

div.menu1 a { 
	text-decoration:none; white-space:nowrap; 
}  
div.menu1 a:link { color:#33b }
div.menu1 a:visited { color:#339 }
div.menu1 a:hover { color:#33c; border-bottom:1px dashed #33c }

/*inside page blue links*/
a.pag-lnks:link {
	color: #3E72A4; background-color: transparent; text-decoration: underline;font-weight:bold
}
a.pag-lnks:visited {
	color: #3E72A4; background-color: transparent; text-decoration: underline;font-weight:bold
}
a.pag-lnks:hover {
	color: #d90000; background-color: transparent; text-decoration: none;font-weight:bold
}
a.pag-lnks:active {
	color: #3E72A4; background-color: transparent; text-decoration: underline;font-weight:bold
}
/*inside page black and red links*/
a.pag-lnks-blk:link {
	color: #000000; background-color: transparent; text-decoration: underline;font-weight:bold
}
a.pag-lnks-blk:visited {
	color: #000000; background-color: transparent; text-decoration: underline;font-weight:bold
}
a.pag-lnks-blk:hover {
	color: #d90000; background-color: transparent; text-decoration: none;font-weight:bold
}
a.pag-lnks-blk:active {
	color: #000000; background-color: transparent; text-decoration: underline;font-weight:bold
}
/*popup links css*/
/*red font with bold text*/
.red-font{
color:#FF0000;
font-size:14px;
font-weight:bold;
}
/*	GLOBAL SECTION ENDS	*/
.td-lgt-blu-clr{
background-color:#EDF3FA;
}
.td-btm-brdr{
border-bottom:1px solid #3E72A4;
}
.tbl-shadow{
background-image:url(../images/user/shadow.gif);
background-repeat:repeat-x;
background-position:top;
}
.tbl-blu-thk-brdr{
border:5px solid #669ACC;
}
.hyperLnks:link { font-family:Verdana, Arial, Helvetica, sans-serif; font-weight: normal;text-decoration:underline;font-size: 11px;	color: #6699CC;}
.hyperLnks:active {	font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal;text-decoration:underline;font-size: 11px;	color: #6699CC;}
.hyperLnks:visited {font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal;text-decoration:underline;font-size: 11px;	color: #6699CC;}
.hyperLnks:hover {	font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; text-decoration:none;font-size: 11px;	color:#D90000;}

