/* CSS Document */
/* ----------------------------------------------
	Website Name : Mangliks.com
	Author : Akhilesh Kumar Ojha
	Author URI : http://www.strikeone.in/    
	Last Date Modified : December 09, 2010
 ------------------------------------------------ */
/*...................Common Styles Start......................*/

body {
	margin:0px;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	color:#5F5F5F;
	line-height:16px;
	text-decoration:none;
	text-align:left;
	background-color: #FFFFFF;
	padding: 0px;
}
a{
	font-family: Arial, Helvetica, Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	outline:none;

}
a:hover{
	font-family: Arial, Helvetica, Tahoma;
	font-size: 11px;
	color: #d3000a;
	text-decoration: underline;
	outline:none;
}
img{
	border:0px;
}
ul,ol{
	padding:0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 30px;
}
h1, h2, h3, h4, h5, h6, dl, dt, dd, form, fieldset, legend{
	margin:0px;
	padding:0px;
}
h1{
	text-align:left;
	font-family:"Arial Narrow";
	font-size: 18px;
	font-weight: bold;
	color: #c30008;
}
h2{
	display:block;
	float:left;
	font-size:20px;
	color:#333333;
	font-family: Arial;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-style: normal;
	font-weight: normal;
	height: 25px;
}
h3{
	font-family: Arial, Helvetica, Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ad0005;
}	
/*.............Form Styles Start.............*/
form{
	border: none;
}
.noborder{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.textbox{
	font-family: Arial, Helvetica, Tahoma;
	font-size:12px;
	color:#333333;
	border:1px solid #cccccc;
	height:15px;
	width:138px;
	padding-left:2px;
	background-image: url(../images/inputbox-bg1.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.select{
	color:#333333;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border:1px solid #cccccc;
	height:22px;
	width:70px;
	padding: 1px;
	background-color: #f4f4f4;
}
.textarea{
	font-family: Arial, Helvetica, Tahoma;
	font-size:12px;
	color:#333333;
	border:1px solid #cccccc;
	height:100px;
	width:600px;
	padding-left:2px;
	background-image: url(../images/inputbox-bg3.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.hdotline{
	background-image: url(../images/hdot-line.gif);
	background-repeat: repeat-x;
	height: 1px;
	width: auto;
}
.button{
	padding: 2px 10px 2px 10px;
	border:none;
	color: #FFFFFF;
	overflow: visible;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../images/button-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #CC0000;
}
/*.............Form Styles End.............*/

/*font*/
.t10{
	font-size:10px;
}
.t11{
	font-size:11px;
}
.t12{
	font-size:12px;
}
.t13{
	font-size:13px;
}
.t14{
	font-size:14px;
}
.t15{
	font-size:15px;
}
.t16{
	font-size:16px;
}
.t18{
	font-size:18px;
}
.t20{
	font-size:20px;
}

/*text weight*/
.textbold{
	font-weight: bold;
}
.textbolder{
	font-weight: bolder;
}
.fleft{
    float:left;
}
.fright{
    float:right;
}

/*text align*/
.tleft{
	text-align: left;
}
.tcenter{
	text-align: center;
}
.tright{
	text-align: right;
}
.tjustify{
	text-align: justify;
}

/*margin*/
.mrg5{
	margin: 5px;
}
.mrg10{
	margin: 10px;
}
.mrg15{
	margin: 15px;
}

/*Padding*/
.pad5{
	padding: 5px;
}
.pad10{
	padding: 10px;
}
.pad15{
	padding: 15px;
}
.pad-top3{
	padding-top: 3px;
}
.pad-top5{
	padding-top: 5px;
}
.pad-top10{
	padding-top: 10px;
}
.pad-top15{
	padding-top: 15px;
}
.pad-left3{
	padding-left: 3px;
}
.pad-left5{
	padding-left: 5px;
}
.pad-left8{
	padding-left: 8px;
}
.pad-left10{
	padding-left: 10px;
}
.pad-left15{
	padding-left: 15px;
}
.pad-left25{
	padding-left: 25px;
}
.pad-left30{
	padding-left: 15px;
}
.pad-right5{
	padding-right: 5px;
}
.pad-right10{
	padding-right: 10px;
}
.pad-right15{
	padding-right: 15px;
}
/*Line Height*/
.lh17{
	line-height: 17px;
}
.lh18{
	line-height: 18px;
}
.lh19{
	line-height: 19px;
}
.lh20{
	line-height: 20px;
}

/*color*/
.clr1{
	color:#b01116;
}
.clr2{
	color:#FF3300;
}
.clr3{
	color:#a40001;
}
.clr4{
	color:#ffffff;
}
.clr5{
	color:#000000;
}
.clr6{
	color:#090909;
}
.clr7{
	color: #333333;
}
.clr8{
	color: #0072a1;
}
.clr9{
    color: #7a7979;
}
.clr10{
    color: #812617;
}
/*end color*/
/*Spacer Styles*/
.spacer{
	clear:both;
	overflow:hidden;
}
.sp1{
	clear:both;
	height:1px;
	overflow:hidden;
}
.sp2{
	clear:both;
	height:2px;
	overflow:hidden;
}
.sp3{
	clear:both;
	height:3px;
	overflow:hidden;
}
.sp5{
	clear:both;
	height:5px;
	overflow:hidden;
}
.sp8{
	clear:both;
	height:8px;
	overflow:hidden;
}
.sp10{
	clear:both;
	height:10px;
	overflow:hidden;
}
.sp15{
	clear:both;
	height:15px;
	overflow:hidden;
}
.sp20{
	clear:both;
	height:20px;
	overflow:hidden;
}

/*...................Common Styles End.....................*/
#main-container{
	height: auto;
	width: 920px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#container{
	height: auto;
	width: 890px;
}

/*...................Header Section Styles Start......................*/
#top{
	height: 65px;
	width: 888px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#top .logo-box{
	height: 59px;
	width: 300px;
	float: left;
}
#top .logo-box .logo{
	background-image: url(../images/humararishta-logonew.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 58px;
	width: 276px;
	float: left;
}
#top .login-box{
	height: 55px;
	width: 273px;
	float: left;
}
#top .right-top-banner{
	height: 55px;
	width: 315px;
	float: right;
}
/*...................Header Section Styles End......................*/

/*...................Top Menu Section Styles Start......................*/
#menu{
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 888px;
}
.akostyle{
	position:relative;
	display:block;
	height:35px;
	font-size:13px;
	font-weight:bold;
	font-family: Arial, Helvetica, Tahoma;
	width:876px;
	background-image: url(../images/topmenu-bg.jpg);
	background-repeat: repeat-x;
	font-style: normal;
	text-decoration: none;
	float: left;
}

.akostyle:after{
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.akostyle ul{
	margin:0px;
	padding:0;
	list-style-type:none;
	text-align:center;
	margin-left:8px;
	list-style-image: url(../images/spacer.gif);

}
.akostyle ul li{
	display:block;
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.akostyle ul li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	height:27px;
	font-size: 13px;
	font-weight: bold;
	padding-top: 7px;
	padding-right: 23px;
	padding-bottom: 0px;
	padding-left: 23px;
	font-family: Arial, Helvetica, Tahoma;
	font-style: normal;
	font-variant: normal;
}

.akostyle ul li a:hover{
	color:#000000;
	display:block;
	height:28px !important;
	background-image: url(../images/topmenu-bg-over.gif);
	background-repeat: repeat-x;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, Tahoma;
	text-decoration: none;
}
.akostyle .activelink{
	color:#000000;
	display:block;
	height:28px !important;
	background-image: url(../images/topmenu-bg-over.gif);
	background-repeat: repeat-x;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, Tahoma;
	text-decoration: none;
}
/*......................Style for Drop Down Menu................... */
.akhilmenudiv{
	position:absolute;
	top: 0;
	border-bottom-width: 1px;
	line-height:18px;
	z-index:100;
	background-color: #FFFFFF;
	width: 200px;
	visibility: hidden;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
.akhilmenudiv a{
	width: auto;
	display: block;
	border-bottom: 1px solid #e9e9e9;
	text-decoration: none;
	font-weight: normal;
	color: #0072a1;
	background-color: #f8f8f8;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-variant: normal;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: left;
}
.akhilmenudiv a:hover{
	width: auto;
	display: block;
	border-bottom: 1px solid #e9e9e9;
	font-weight: normal;
	color: #0072a1;
	background-color: #f5fcff;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-variant: normal;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-decoration: none;
	text-align: left;
}
#topmenu{
	position:relative;
	display:block;
	height:35px;
	font-size:13px;
	font-weight:bold;
	font-family: Arial, Helvetica, Tahoma;
	width:876px;
	background-image: url(../images/topmenu-bg.jpg);
	background-repeat: repeat-x;
	font-style: normal;
	text-decoration: none;
	float: left;
}
#tmenucurve-left{
	background-image: url(../images/tmenucurve-left.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 6px;
	float: left;
}
#tmenucurve-right{
	background-image: url(../images/tmenucurve-right.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 6px;
	float: left;
}
#regtmenu{
	margin: 0px;
	padding: 0px;
	height: 28px;
	width: 888px;
}
#regtmenu .mleft{
	background-image: url(../images/tmenucurve-left.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 6px;
	float: left;
}
#regtmenu .mmid{
	position:relative;
	display:block;
	height:28px;
	width:876px;
	background-image: url(../images/topmenu-bg.jpg);
	background-repeat: repeat-x;
	float: left;
}
#regtmenu .mright{
	background-image: url(../images/tmenucurve-right.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 6px;
	float: left;
}
/*...................Top Menu Section Styles End......................*/

/*...................Footer Section Styles Start......................*/
#footer {
	width:888px;
	height:auto;
}
#footer .footer-left{
	background-image: url(../images/footer-left.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 200px;
	width: 10px;
}
#footer .footer-mid{
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
	float: left;
	height: auto;
	width: 846px;
	padding-right: 10px;
	padding-left: 10px;
}
#footer .footer-mid .footer-text{
	font-size:11px;
	color:#808080;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#footer .footer-mid .footer-text a{
	font-size:12px;
	color:#808080;
	text-decoration:none;
	font-family: Arial, Helvetica, Tahoma;
}

#footer .footer-mid .footer-text a:hover{
	color:#808080;
	text-decoration:underline;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
}
.more{
	font-size:12px;
	color:#333333;
	font-family: Arial, Helvetica, Tahoma;
}
.more a{
	font-size:12px;
	color:#333333;
	text-decoration:underline;
	font-family: Arial, Helvetica, Tahoma;
}
.more a:hover{
	color:#333333;
	text-decoration:underline;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
}
#footer .footer-mid .footer-text .small-text{
	color:#333333;
	font-size:10px;
}
.group-portals-box{
	text-align: left;
	height: 20px;
	width: 846px;
	float: left;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.group-portals-box a{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0b578f;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
.group-portals-box a:hover{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0b578f;
	text-decoration: underline;
}
.group-portals-dbox{
	height: 146px;
	width: 139px;
	float: left;
	background-image: url(../images/follow-box.gif);
	background-repeat: no-repeat;
}
#footer .footer-right{
	background-image: url(../images/footer-right.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 200px;
	width: 10px;
}
/*...................Footer Section Styles End......................*/

/*...................FAQ Box Styles Start......................*/
#faq-box{
	height: auto;
	width: 888px;
}
#faq-box .cleft{
	height: auto;
	width: 180px;
	float: left;
}
#faq-box .cmid{
	height: auto;
	width: 508px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#faq-box .cright{
	height: auto;
	width: 160px;
	float: left;
	padding-right: 9px;
	padding-left: 9px;
}
#vfaqmenu-box{
	height: auto;
	width: 179px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#vfaqmenu-box .vfaqmenu{
	height: auto;
	width: 169px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #fafafa;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	text-align: left;
}
#vfaqmenu-box .vfaqmenu a{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #0072a1;
	text-decoration: none;
}
#vfaqmenu-box .vfaqmenu a:hover{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #0072a1;
	text-decoration: underline;
}
/*...................FAQ Box Styles End......................*/

/*...................Franchise Page Styles Start......................*/
.ako-reg-box{
	width: 500px;
	color: #333333;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
}
.ako-reg-box a:link{
	color: #b53d04;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
}
.ako-reg-box a:visited{
	color: #b53d04;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
}
.ako-reg-box a:hover	{
	color: #b53d04;
	text-decoration: underline;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
}
.ako-reg-inner-lbox{
	background-image: url(../images/colon.gif);
	background-repeat: no-repeat;
	background-position: 178px -3px;
	height: 26px;
	width: 180px;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: left;
	float: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	color: #333333;
}
.ako-reg-inner-lbox1{
	height: 26px;
	width: 180px;
	float: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.ako-reg-inner-lbox2{
	background-image: url(../images/colon.gif);
	background-repeat: no-repeat;
	background-position: 178px -3px;
	height: 40px;
	width: 180px;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: left;
	float: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	color: #333333;
}
.ako-reg-inner-rbox{
	height: 26px;
	color: #000000;
	width: 300px;
	padding: 2px;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	float: left;
}
.ako-reg-inner-rbox1{
	height: 80px;
	color: #000000;
	width: 300px;
	padding: 2px;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	float: left;
}
.ako-reg-inner-rbox2{
	height: 40px;
	color: #000000;
	width: 300px;
	padding: 2px;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	float: left;
}
.ako-reg-inner-rbox3{
	height: 50px;
	color: #000000;
	width: 300px;
	padding: 2px;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	float: left;
}
/*.....................Franchises Page Styles End................................. */