@charset "utf-8";
/* CSS Document */
body {
    margin: 0;
    font-family: Verdana, Geneva, sans-serif;
    background-color: #FFF;
    }

input[type=text], input[type=password], input.required, textarea.required, select, textarea{
    border: medium none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 3px 0 #333;
    -webkit-box-shadow: 0 0 3px 0 #333;
    box-shadow: 0 0 3px 0 #333;
}
a, img {
    border: none;
    }

.helpLine {
    color: #757374;
    font-size: 12px;
    }

.helpLine a {
    color: #747374;
    text-decoration: none;
    }

.helpLine a:hover {
    color: #747374;
    text-decoration: underline;
    }

.helpLine span {
    color: #B82E3A;
    font-weight: bold;
    }

.nav ul {
    float: right;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
    -moz-padding-bottom: 1px;
    }

.nav ul li {
    float: left;
    list-style: none;
    margin-left: 6px;
    line-height: 20px;
     position: relative;
    }

.nav ul li a {
    color: #2D2928;
    text-decoration: none;
    padding: 6px 8px;
    background-color: #EFEDED;
    line-height: 26px;
    /*border: 1px solid #E0E0E0;*/
    border-bottom: none;
  -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
	 font-weight: normal;
       line-height: 15px; float: left;
  
    }

.nav ul li a {

    behavior: url('PIE/PIE.htc');
    }

.nav ul li a:hover, .nav ul li a.active {
    color: #FFF;
    background-color: #C01412;
    /*border: 1px solid #990100;*/
    border-bottom: none;
    }
.nav li ul{
display: none;
}
.nav li:hover ul{
		display: block;
}

.gathBandhan {
    background: url(../images/gath.png) no-repeat 0 0 #EFEDED;
    padding-top: 70px;
    }

.gathBandhan2 {
    background: url(../images/gath.png) no-repeat 0 0 #FFF;
    padding-top: 70px;
    }

.stageBg {
    width: 582px;
    height: 441px;
    overflow: hidden;
   -webkit-background-size: 100% 100%;           /* Safari 3.0 */
     -moz-background-size: 100% 100%;           /* Gecko 1.9.2 (Firefox 3.6) */
       -o-background-size: 100% 100%;           /* Opera 9.5 */
          background-size: 100% 100%;           /* Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers */
     background-position: 50%;
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/img3.jpg',sizingMethod='scale');
   -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/img3.jpg', sizingMethod='scale')";
    }

.stage {
    /*width: 582px;
    min-height: 441px;
    background: url(../images/stage.png) no-repeat 0 0;*/
	 width:540px;
	 height:406px;
	 background: url(../images/stagebg.jpg) no-repeat 0 0;
	 padding: 45px 0px 0px 42px;
    font-size: 28px;
    font-weight: bold;
    /*padding: 70px 23px 30px 30px;*/
    color: #FFF;
    }

.stageIn{
	width:500px;
	height:350px;
	overflow:hidden;
}

.regMid {
    background: url(../images/reg-mid.png) repeat-y 0 0;
    font-size: 12px;
    padding: 0 0 10px 15px;
    }
.regMid table{
	font-size:12px;
}
.regMid span {
    color: #F00;
    font-weight: bold;
    }

.regMid select {
    width: 185px;
    padding: 2px;
    border-color: #CCC;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 3px 0 #333;
    -webkit-box-shadow: 0 0 3px 0 #333;
    box-shadow: 0 0 3px 0 #333;
    }

.regMid #heightfrom, .regMid #heightto {
    width: 90px;
    }

.regMid input[type=text], .regMid input[type=password] {
    width: 175px;
    padding: 4px;
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 3px 0 #333;
    -webkit-box-shadow: 0 0 3px 0 #333;
    box-shadow: 0 0 3px 0 #333;
    }

.regBox {
    margin-top: -50px;
    }

.forMem table{
	color:#FFF;
	font-size:12px;
}
.forMem a{
	color:#FFF;
	text-decoration:none;
}
.forMem a:hover{
	text-decoration:underline;
}
.forMem #frmRgister input[type=text], .forMem #frmRgister input[type=password] {
    background-color: #F4F4F4;
    padding: 3px 8px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 3px 0 #333;
    -webkit-box-shadow: 0 0 3px 0 #333;
    box-shadow: 0 0 3px 0 #333;
    border: none;
    width: 120px;
	 font-size: 11px;
    }
.memNav{
	margin-top:-20px;
}
.memNav td{
	margin: 5px 0;
	padding: 5px 15px 5px 5px;
	/*background-color: #990000;*/
	background-color:#757474;
	text-align:right;
	color : #FFF;
	font-weight: bold;
	font-family:tahoma;
	font-size:12px;
	line-height:25px;
}
.searchIco1 {
    background-color: #A40B10;
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    color: #FFF;
    height: 80px;
	 padding-top:10px;
        }
.searchIco1 input, .searchIco2 input {
    float: none;
    margin-bottom: 1px;
    margin-top: 7px;
    }

.searchIco2 {
     background-color: #A40B10;
    -moz-border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
     border-radius: 0 10px 10px 0;
     color: #FFF;
     height: 80px;
	  padding-top:10px;
     }

.searchForm {
    background-color: #C8C7C7;
    font-size: 12px;
    line-height: 40px;
    }

.searchForm select {
    padding: 2px;
    border-color: #8F8E94;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 3px 0 #333;
    -webkit-box-shadow: 0 0 3px 0 #333;
    box-shadow: 0 0 3px 0 #333;
    }

.letterBox {
    width: 96%;
    float: left;
    padding: 2%;
    font-size: 12px;
    text-align: left;
    margin-top:10px;
    background-color: #F9F3F3;
    -moz-box-shadow: 0 0 3px 0 #333;
    -webkit-box-shadow: 0 0 3px 0 #333;
    box-shadow: 0 0 3px 0 #333;
   -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;  
    word-wrap: break-word !important;  
    }

.letterBox h1, .letterBox h2, .letterBox h3 {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    }

.letterBox h1 {
    color: #6B6565;
    font-size: 18px;
    font-weight: normal;
    }

.letterBox h1 a {
    color: #6B6565;
    text-decoration: none;
    }

.letterBox a:hover{
    text-decoration: underline;
    }

.letterBox h2 {
    font-size: 18px;
    }

.letterBox h2 a, .letterBox a {
    color: #38161C;
    text-decoration: none;
    }

.letterBox h3 {
    color: #A20F0F;
    font-size: 16px;
    padding-bottom: 15px;
    }

.footer {
    font-size: 10px;
    color: #61615F;
    line-height: 20px;
    }

.footer table {
    text-align: left;
    }

.footer a {
    color: #61615F;
    text-decoration: none;
    }

.footer a:hover {
    text-decoration: underline;
    }
.oldpaywrapper, .oldpaywrapperbnfts{
	background: none !important;
}
.oldpaywrapper center, .oldpaywrapperbnfts center{
	background-color: #FFF;
	border: 1px solid #CCC;
}
.oldpaywrapperbnfts center{
	padding:15px 0;
}

.featured_bg_img {
background: url("../images/featured-bg.gif") repeat-x scroll left top transparent;
    height: 38px;
    line-height: 38px;
    width: 100%;
	
}

.memMenu{
	width:200px;
	height: auto;
	background-color: #990000;
	border: 1px solid #530000;
	 -moz-border-radius: 30px 5px 30px 5px;
    -webkit-border-radius: 30px 5px 30px 5px;
    border-radius: 30px 5px 30px 5px;
}
.custom-advice, .gathBandhan .custom-advice {
	margin: 5px 0;
	padding: 5px 15px 5px 5px;
	/*background-color: #990000;*/
	text-align:right;
	color : #FFF;
	font-weight: bold;
	font-family:tahoma;
	font-size:12px;
	line-height:25px;
	border-bottom: 1px solid #FFF;
}
.custom-advice a, .gathBandhan .custom-advice a{
	text-decoration: none;
}
.custom-advice a:hover, .gathBandhan .custom-advice a:hover{
	text-decoration: underline;
}
input[type=button], input[type=submit], input[type=reset], input[type=button]#clearform,#resetIdSearch{
	background:url(../images/butbg.png) repeat-x left center transparent;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 12px;
	color: #990000;
	text-shadow: none;
      
	border: 1px solid #747474;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}
input[type=button]:hover, input[type=submit], input[type=button]#clearform:hover{
	background:url(../images/butbgh.png) repeat-x left center transparent;
}


.page_searchresult input[type=button], .page_memdetailpod input[type=button], .page_member_detail input[type=button], .butGreen{
	background-color: #AACF6A;
	background-image: -moz-linear-gradient(center top , #AFD56E, #8DB941);
	background-image: -webkit-linear-gradient(top, #AFD56E, #8DB941);
	background-image: -o-linear-gradient(top, #AFD56E, #8DB941);
	background-image: linear-gradient(to bottom, #AFD56E, #8DB941);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffAFD56E', endColorstr='#ff6C9426', GradientType=0);
	border-color: #8DB941 #8DB941 #5C7E1F !important;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	font-size: 13px;
	/*font-weight: bold;
	color: #FFFFFF !important;*/
	text-decoration: none !important;
	text-shadow: none;
	-moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   border-radius: 4px;
	font-weight: normal;
	color: #000;
	padding: 2px 6px 3px;
}
.page_searchresult input[type=button]:hover, .page_memdetailpod input[type=button]:hover, .page_member_detail input[type=button]:hover, .butGreen:hover{
	background-image: -moz-linear-gradient(center top , #8DB941, #AFD56E);
	background-image: -webkit-linear-gradient(top, #8DB941, #AFD56E);
	background-image: -o-linear-gradient(top, #8DB941, #AFD56E);
	background-image: linear-gradient(to bottom, #8DB941, #AFD56E);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8DB941', endColorstr='#ffAFD56E', GradientType=0);
	border-color: #5C7E1F #8DB941 #8DB941;
	border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        color : #F00;
}
.butGreen{
	padding: 4px 8px;
	border: 1px solid;
}
.caption{
	height: 16px !important;
    background-image: -moz-linear-gradient(bottom, #ededed 4%, #fff 40%);
    background-image: -o-linear-gradient(bottom, #ededed 4%, #fff 40%);
    background-image: -webkit-linear-gradient(bottom, #ededed 4%, #fff 40%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ededed 4%), color-stop(1, #fff 40%));
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#ededed 4%, EndColorStr=#fff 40%)";
    background-image: linear-gradient(bottom, #ededed 4%, #fff 40%);
    background-image: -moz-linear-gradient(#ededed, #FFF);
    background-image: -o-linear-gradient(#ededed, #FFF);
    background-image: -webkit-linear-gradient(#ededed, #FFF);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ededed), color-stop(1, #FFF));
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#ededed, EndColorStr=#FFF)";
    background-image: linear-gradient(#ededed, #FFF);
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    padding: 15px 20px;
    border: 1px solid #C7C7C7;
    border-bottom: none;
    color: #666
}

/*! fancyBox v2.0.6 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 10px;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8020;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 20px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 20px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}

/* Overlay helper */

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: #000;
}

#fancybox-overlay.overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8030;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	margin-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
.int{
        color:#000 !important;
        font-size:12px !important;
        margin-right: 3px !important;
}
.buttonsize{
 font-size:12px !important;
  margin-right: 3px !important;

}


.themecolor{
	background: #990000;
}
/*   color theme   */
.themecolorsearch{
	color: #990000;
}

/*   color theme   */
.profilelable{
	background-color: #A2C0DA;
}

/*   color theme   */
.profileresponce{
	background-color: hsl(207, 42%, 92%);
}

.load_serch{
    background: url("../images/butbg.png") repeat-x scroll left center hsla(0, 0%, 0%, 0) !important;
    border: 1px solid hsl(0, 0%, 45%) !important;
    border-radius: 15px !important;
    color: hsl(0, 100%, 30%) !important;
    font-size: 14px !important;
    font-weight: bold !important;
    padding: 6px 12px !important;
    text-shadow: none !important;
}

.tab_navi
{
   position: relative !important;
    left: 10 !important;
    top: 10px !important;
    font-size: 12px !important;
    font-weight: bold !important;
    margin: 0 !important;
    padding: 0 !important;

}

.tab_navi_li
{
float: left;
    line-height: 20px;
    list-style: none outside none;
    margin-left: 6px;
    position: relative;"
}
.new_class_a{

   background-color: hsl(0, 6%, 93%);
    border-bottom: medium none;
    border-radius: 4px 4px 0 0;
    color: hsl(12, 6%, 17%);
    float: left;
    font-weight: normal;
    line-height: 15px;
    padding: 6px 8px;
    text-decoration: none;
    width:150px;
     height:25px;
     text-align:center;
     line-height:24px;
   

}
.active_reg_ac
{
     background-color: hsl(207, 44%, 49%);
    border-bottom: medium none;
    color: hsl(0, 0%, 100%);
}


