/* CSS Document */
/* ----------------------------------------------
	Website Name : Mediashaadi.com
	Author : Akhilesh Kumar Ojha
	Author URI : http://www.strikeone.in/    
	Last Date Modified : Wednesday, November 18, 2009
 ------------------------------------------------ */
/*...................Common Styles Start......................*/

body{
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	color:#2c2c2c;
	line-height:16px;
	text-decoration:none;
	text-align:left;
	background-color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
}
img{
	border:0px;
}
p, form {
	margin:0px;
	padding:0px;
}
ul,ol{
	padding:0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 30px;
}

ul {
	list-style-type: disc;
	list-style-image: url(../images/bullet.gif);
	list-style-position: outside;
}
select{
	color:#2c2c2c;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
input{
	font-family: Arial, Helvetica, Tahoma;
	font-size: 11px;
	color: #2c2c2c;
	border: 1px solid #8f0307;
}
form{
	border: none;
}

a{
	font-family: Arial, Helvetica, Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
a:hover{
	font-family: Arial, Helvetica, Tahoma;
	font-size: 11px;
	color: #8f0307;
	text-decoration: underline;
}
.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 #8f0307;
	height:15px;
	width:139px;
	padding-left:2px;
	background-image: url(../images/inputbox-bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
.textbox1{
	font-family: Arial, Helvetica, Tahoma;
	font-size:12px;
	color:#333333;
	border:1px solid #8f0307;
	height:50px;
	width:200px;
	padding-left:2px;
}
.textbox2{
	font-family: Arial, Helvetica, Tahoma;
	font-size:12px;
	color:#333333;
	border:1px solid #8f0307;
	height:15px;
	width:200px;
	padding-left:2px;
}
.textbox3{
	font-family: Arial, Helvetica, Tahoma;
	font-size:12px;
	color:#333333;
	border:1px solid #8f0307;
	height:15px;
	width:160px;
	padding-left:2px;
}
.textboxsmall{
	font-family: Arial, Helvetica, Tahoma;
	font-size:12px;
	color:#333333;
	border:1px solid #8f0307;
	height:15px;
	width:50px;
	padding-left:4px;
}
.selectsmall{
	font-family: Arial, Helvetica, Tahoma;
	font-size:11px;
	color:#333333;
	border:1px solid #8f0307;
	height:16px;
	width:45px;
}
.select{
	color:#2c2c2c;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;	
	border:1px solid #8f0307;
	height:20px;
	width:180px;
}
.select1{
	font-family: Arial, Helvetica, Tahoma;
	font-size:12px;
	color:#333333;
	border:1px solid #8f0307;
	height:20px;
	width:200px;
}
.redtext {
	font-family: Arial, Helvetica, Tahoma;
	font-size:11px;
	color:#db1111;
	padding:0px;
	text-decoration:none;
}
.redtextbold {
	font-family: Arial, Helvetica, Tahoma;
	font-size:12px;
	color:#f95905;
	font-weight: bold;
}
.greytextbold {
	font-family: Arial, Helvetica, Tahoma;
	font-size:11px;
	color:#8e8d8d;
	padding:0px;
	text-decoration:none;
    font-weight: bold;
}
.greytext1 {
	font-family: Arial, Helvetica, Tahoma;
	font-size:11px;
	color:#333333;
	padding:0px;
	text-decoration:none;
}
/*font*/
.t8{
	font-size:8px;
}
.t9{
	font-size:9px;
}
.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;
}
.t20{
	font-size:20px;
}

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

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

/*Padding*/
.pad5{
	padding: 5px;
}
.pad10{
	padding: 10px;
}
.pad15{
	padding: 15px;
}
.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;
}

/*Line Height*/
.lh15{
	line-height: 15px;
}
.lh16{
	line-height: 16px;
}
.lh17{
	line-height: 17px;
}
.lh18{
	line-height: 18px;
}
.lh19{
	line-height: 19px;
}
.lh20{
	line-height: 20px;
}
.lh21{
	line-height: 21px;
}


/*color*/
.clr1{
	color:#8f0307;
}
.clr2{
	color:#e1242b;
}
.clr3{
	color:#aa0c04;
}
.clr4{
	color:#ffffff;
}
.clr5{
	color:#000000;
}
.clr6{
	color:#090909;
}
.clr7{
	color: #6e6e6e;
}
.clr8{
	color: #f4c00f;
}
.clr9{
    color: #7a7979;
}
.clr10{
    color: #128165;
}
/*end color*/
/*Spacer Styles*/
.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;
}
.sp11{
	clear:both;
	height:11px;
	overflow:hidden;
}

.sp15{
	clear:both;
	height:15px;
	overflow:hidden;
}
.sp20{
	clear:both;
	height:20px;
	overflow:hidden;
}
.sp30{
	clear:both;
	height:30px;
	overflow:hidden;
}
.sp35{
	clear: both;
	height: 35px;
	overflow: hidden;
}
.sp45{
	clear: both;
	height: 45px;
	overflow: hidden;
}

/*...................Common Styles End.....................*/

/*...................Header Section Styles Start......................*/
#top{
	padding:0px;
	height: 65px;
	width: 780px;
}
.logo{
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 394px;
	float: left;
}
.right-top-banner{
	height: 55px;
	width: 301px;
	float: right;
}
/*...................Header Section Styles End......................*/

/*...................Top Menu Section Styles Start......................*/
#topmenu{
	position:relative;
	display:block;
	height:35px;
	font-size:13px;
	font-weight:bold;
	font-family: Arial, Helvetica, Tahoma;
	width:768px;
	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;
}
#topmenu ul{
	margin:0px;
	padding:0;
	list-style-type:none;
	text-align:center;
	margin-left:20px;
}
#topmenu ul li{
	display:block;
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#topmenu 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: 21px;
	padding-bottom: 0px;
	padding-left: 21px;
}
#topmenu ul li a:hover{
	color:#ffffff;
	display:block;
	height:27px !important;
	background-image: url(../images/tmenubg-over.gif);
	background-repeat: repeat-x;
	font-size: 13px;
	font-weight: bold;
}
#topmenu ul li a:active{
	color:#ffffff;
	display:block;
	height:27px !important;
	background-image: url(../images/tmenubg-over.gif);
	background-repeat: repeat-x;
	font-size: 13px;
	font-weight: bold;
}

#top-b-menu{
	background-image: url(../images/top-b-menu-bg.jpg);
	background-repeat: repeat-x;
	height: 34px;
	width: 768px;
	float: left;
}
#top-b-menu-left{
	background-image: url(../images/top-b-menu-left.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 34px;
	width: 6px;
}
#top-b-menu-right{
	background-image: url(../images/top-b-menu-right.gif);
	background-repeat: no-repeat;
	float: left;
	height: 34px;
	width: 6px;
}
#member-login{
	background-image: url(../images/member-login.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 34px;
	width: 381px;
}
/*...................Top Menu Section Styles End......................*/

/*...................Homepage Top Banner Section Styles Start......................*/
#top-banner{
	margin: 0px;
	padding: 0px;
	height: 160px;
	width: 780px;
}
/*...................Homepage Top Banner Section Styles End......................*/

/*...................Register & Search Section Styles Start......................*/
#srbox{
	background-image: url(../images/srbox-bg.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 250px;
	width: 760px;
}
#srbox-left{
	background-image: url(../images/srbox-left.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 250px;
	width: 10px;
}
#srbox-right{
	background-image: url(../images/srbox-right.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 250px;
	width: 10px;
}
#srpbox{
	background-image: url(../images/search-big-box.gif);
	background-repeat: no-repeat;
	float: left;
	height: 250px;
	width: 243px;
}
#srp-toptxt{
	font-family: Arial, Helvetica, Tahoma;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #8f0307;
	text-align: center;
	height: 30px;
	width: 243px;
	margin-top: 15px;
}
#srp-box-btm{
	height: 170px;
	width: 230px;
	margin-top: 20px;
	margin-left: 10px;
}
.inputtext {
	padding-left:2px;
	border:1px solid #8f0307;
	font-family:Arial, Helvetica, Tahoma;
	font-size:11px;
	color:#2c2c2c;
	font-weight:normal;
}
/*...................Register & Search Section Styles End......................*/

/*...................Bottom Banner Section Styles Start......................*/
#bottom-banner{
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 780px;
}
/*...................Bottom Banner Section Styles End......................*/

/*...................Footer Section Styles Start......................*/
#footer {
	width:780px;
	height:80px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#footer .footer-text{
	text-align:center;
	font-size:11px;
	color:#939393;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer .footer-text a{
	text-align:center;
	font-size:11px;
	color:#939393;
	text-decoration:none;
}

#footer .footer-text a:hover{
	color:#333333;
	text-decoration:underline;
}

#footer .footer-text .small-text{
	color:#808080;
	font-size:10px;
}
/*...................Footer Section Styles End......................*/



/*..............................Inner Pages Styles Start................................*/

/*...................Link Section Styles Start......................*/
.smallbluelink{
	font-weight:normal;
	font-size:11px;
	color:#06c;
	font-style:normal;
	font-family:Arial, Helvetica, Tahoma;
	text-decoration:none;
}
a.smallbluelink:link{
	font-weight:normal;
	font-size:11px;
	color:#06c;
	font-style:normal;
	font-family:Arial, Helvetica, Tahoma;
	text-decoration:none;
}
a.smallbluelink:visited{
	font-weight:normal;
	font-size:11px;
	color:#06c;
	font-style:normal;
	font-family:Arial, Helvetica, Tahoma;
	text-decoration:none;
}
a.smallbluelink:hover{
	font-weight:normal;
	font-size:11px;
	color:#039;
	font-style:normal;
	font-family:Arial, Helvetica, Tahoma;
	text-decoration:underline;
}
#subpageslink{
	font-weight:normal;
	font-size:12px;
	color:#06c;
	font-style:normal;
	font-family:Arial, Helvetica, Tahoma;
	text-decoration:none;
}
.subpageslink{
	font-weight:bold;
	font-size:12px;
	color:#06c;
	font-style:normal;
	font-family:Arial, Helvetica, Tahoma;
	text-decoration:none;
	background-image: url(../images/static-heading-bg.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 530px;
}
.subpageslink a{
	font-weight:bold;
	font-size:12px;
	color:#06c;
	font-style:normal;
	font-family:Arial, Helvetica, Tahoma;
	text-decoration:none;
}
.subpageslink a:visited{
	font-weight:bold;
	font-size:12px;
	color:#06c;
	font-style:normal;
	font-family:Arial, Helvetica, Tahoma;
	text-decoration:none;
}
.subpageslink a:hover{
	font-weight:bold;
	font-size:12px;
	color:#039;
	font-style:normal;
	font-family:Arial, Helvetica, Tahoma;
	text-decoration:underline;
}
#subpageslink ul{
	margin:0px;
	padding:0;
	list-style-type:disc;
	margin-left:20px;
	list-style-position: outside;
	list-style-image: url(../images/bullet1.gif);
}
#subpageslink ul li{
	font-weight:normal;
	font-size:12px;
	color:#06c;
	font-style:normal;
	font-family:Arial, Helvetica, Tahoma;
	text-decoration:none;
}
#subpageslink ul li a{
	font-weight:normal;
	font-size:12px;
	color:#06c;
	font-style:normal;
	font-family:Arial, Helvetica, Tahoma;
	text-decoration:none;
}
#subpageslink ul li a:hover{
	font-weight:normal;
	font-size:12px;
	color:#039;
	font-style:normal;
	font-family:Arial, Helvetica, Tahoma;
	text-decoration:underline;
}
/*...................Link Section Styles End......................*/

/*...................Right Banner Box Styles Start......................*/
.eg-bar{
	background-color: #fafafa;
	border: 1px solid #CCCCCC;
	border-bottom:0px;
	padding-top:3px;
	padding-bottom: 3px;
}
div.eg-bar{
	width: 180px;
	height: auto;
}
.icongroup1{
	width: 180px;
	border: 1px solid #CCCCCC;
	border-bottom:0px;
	border-top:0px;
	color: #666666;
	text-align:left;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
div.rbanner-box-top{
	width:197px;
	height:13px;
	background-image: url(../images/rbanner-box-top.gif);
	background-repeat: no-repeat;
}
div.rbanner-box-bot{
	width:197px;
	height:13px;
	background-image: url(../images/rbanner-box-bottom.gif);
	background-repeat: no-repeat;
}
div.rbanner-box-mid{
	background-image: url(../images/rbanner-box-mid.gif);
	width:197px;
	background-repeat: repeat-y;
	height: auto;
}
div.rbanner-box-row{
	background-image: url(../images/rbanner-row-bg.gif);
	background-repeat: repeat-x;
} 
/*...................Right Banner Box Styles End......................*/

/*...................Search Profile Page Styles Start......................*/
#search-result{
	padding: 0px;
	height: auto;
	width: 485px;
	background-image: url(../mimages/sresult-bg.gif);
	background-repeat: repeat-x;
}
.user-pthumb{
	height:120px;
	background-image: url(../mimages/user-pthumb-bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 120px;
	margin-top: 10px;
	margin-left: 10px;
	padding-top:10px;
	padding-left: 10px;
}
.user-pthumb1{
	height:120px;
	background-image: url(../mimages/user-pthumb-bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 120px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top:10px;
	padding-left: 10px;
}
a.fmember-link {
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 0px;
	color: #0195c5;
	line-height: 17px;
	padding-top: 0px;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
a.fmember-link:visited {
	font-size: 11px;
	color: #0195c5;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
a.fmember-link:hover {
	font-size: 11px;
	color: #0195c5;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

.sresult-text {
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 0px;
	color: #333333;
	line-height: 17px;
	padding-top: 0px;
	font-family: arial, verdana, helvetica, sans-serif;
}
a.sresult-link {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size : 12px;
	color : #cf2c25;
	text-decoration:none;
} 
a.sresult-link:visited {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size : 12px;
	color : #cf2c25;
	text-decoration:none;
} 
a.sresult-link:hover {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size : 12px;
	color : #cf2c25;
	text-decoration:underline;
}
a.username-link {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
	color : #cf2c25;
	text-decoration:none;
} 
a.username-link:visited {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size : 12px;
	color : #cf2c25;
	text-decoration:none;
	font-weight: bold;
} 
a.username-link:hover {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
	color : #cf2c25;
	text-decoration:underline;
}
.sresult-pgtop{
	float:left;
	border:0px solid #999999;
	width: 450px;
}
.square{
	text-decoration:none;
	margin:0;
	padding:1px 5px;
	color:#FF0000;
	border:1px solid #CDA815;
	height:16px;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
a.square{
	text-decoration:none;
	margin:0;
	padding:1px 5px;
	color:#FF0000;
	border:1px solid #CDA815;
	height:16px;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
a.square:hover{
	text-decoration:none;
	margin:0;
	padding:1px 5px;
	color:#FF0000;
	border:1px solid #CDA815;
	background-color:#fef7d8;
	height:16px;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.square_selected{
	text-decoration:none;
	margin:0;
	padding:1px 5px;
	color:#ffffff;
	border:1px solid #CDA815;
	background-color:#cf2c25;
	height:16px;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.ofclass{
	color:#cf2c25;
	padding:0 3px;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.prev_next_square{
	text-decoration:none;
	margin:0;
	padding:1px 5px;
	color:#cf2c25;
	border:1px solid #CDA815;
	height:16px;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
a.prev_next_square{
	text-decoration:none;
	margin:0;
	padding:1px 5px;
	color:#cf2c25;
	border:1px solid #CDA815;
	height:16px;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
a.prev_next_square:hover{
	text-decoration:none;
	margin:0;
	padding:1px 5px;
	color:#cf2c25;
	border:1px solid #CDA815;
	background-color:#fef7d8;
	height:16px;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
/*...................Search Profile Page Styles End......................*/

/*View Details Menu Start*/
.viewdetailsmenu{
	float: left;
	padding-left: 20px;
}
.viewdetailsmenu ul{
	margin: 0;
	text-align: right;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
}

.viewdetailsmenu ul li{
	display: inline;
}

.viewdetailsmenu ul li a{
    font-family: Arial, Helvetica, Tahoma;
	font-size: 11px;
	color: #000000;
	padding: 0px 3px 4px 3px; 
	margin-right: 10px;
	text-decoration: none; 
}

.viewdetailsmenu ul li a:hover, .viewdetailsmenu ul li a.selected{
    font-family: Arial, Helvetica, Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
/*View Details Menu End*/
.toptab-main{
	background-image: url(../images/tab-top-bg-main.gif);
	background-repeat: repeat-x;
	height: 42px;
	width: auto;
	float: left;
}
.toptab-left{
	background-image: url(../images/tab-top-bg-left.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 14px;
	float: left;
}
.toptab-right{
	background-image: url(../images/tab-top-bg-right.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 14px;
	float: left;
}
.toptab-main-over{
	background-image: url(../images/tab-top-bg-main-over.gif);
	background-repeat: repeat-x;
	height: 42px;
	width: auto;
	float: left;
}
.toptab-left-over{
	background-image: url(../images/tab-top-bg-left-over.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 14px;
	float: left;
}
.toptab-right-over{
	background-image: url(../images/tab-top-bg-right-over.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 14px;
	float: left;
}
.vdotline-l {
	width:700px;
	height:2px;
	background-image: url(../images/vdot-line.gif);
	background-repeat: repeat-x;
}
.errortxt{
	font-size:11px;
	color:#e1242b;
	font-weight:normal;
	font-family: Arial, Helvetica, Tahoma;
}
.row{
	width: 700px;
}

/*...................Upgrade Page Styles Start......................*/
#upgrade-box{
	background-image: url(../images/upgrade-box.jpg);
	background-repeat: no-repeat;
	height: 267px;
	width: 734px;
}
.upgrade-text{
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #128165;
}
#upgrade-box-large{
	height: auto;
	width: 730px;
	padding: 0px;
	border: 2px solid #00b091;
}/*...................Upgrade Page Styles End......................*/

/*...................User Profile Page Styles Start......................*/
#myhome-pbg{
	background-image: url(../images/myhome-pbg.jpg);
	background-repeat: repeat-x;
	width: 230px;
	float: left;
}
#myhome-pbg-left{
	background-image:url(../images/myhome-pbg-left.jpg);
	background-repeat:no-repeat;
	width:2px;
	height:90px;
	float: left;
}
#myhome-pbg-right{
	background-image:url(../images/myhome-pbg-right.jpg);
	background-repeat:no-repeat;
	width:2px;
	height:90px;
	float: left;
}
#myhome-pbg1{
	background-image: url(../images/myhome-pbg1.jpg);
	background-repeat: repeat-x;
	width: 230px;
	float: left;
}
#myhome-pbg1-left{
	background-image:url(../images/myhome-pbg1-left.jpg);
	background-repeat:no-repeat;
	width:2px;
	height:90px;
	float: left;
}
#myhome-pbg1-right{
	background-image:url(../images/myhome-pbg1-right.jpg);
	background-repeat:no-repeat;
	width:2px;
	height:90px;
	float: left;
}
/*...................User Profile Page Styles End......................*/

/*...................View Profile Page Styles Start......................*/
#myhome-pbg{
	background-image: url(../images/myhome-pbg.jpg);
	background-repeat: repeat-x;
	width: 230px;
	float: left;
}
#myhome-pbg-left{
	background-image:url(../images/myhome-pbg-left.jpg);
	background-repeat:no-repeat;
	width:2px;
	height:90px;
	float: left;
}
#myhome-pbg-right{
	background-image:url(../images/myhome-pbg-right.jpg);
	background-repeat:no-repeat;
	width:2px;
	height:90px;
	float: left;
}
#myhome-pbg1{
	background-image: url(../images/myhome-pbg1.jpg);
	background-repeat: repeat-x;
	width: 230px;
	float: left;
}
#myhome-pbg1-left{
	background-image:url(../images/myhome-pbg1-left.jpg);
	background-repeat:no-repeat;
	width:2px;
	height:90px;
	float: left;
}
#myhome-pbg1-right{
	background-image:url(../images/myhome-pbg1-right.jpg);
	background-repeat:no-repeat;
	width:2px;
	height:90px;
	float: left;
}
#back-myhome{
	float: right;
	height: 32px;
	width: 89px;
	background-image: url(../images/back-home.gif);
	background-repeat: no-repeat;
}
#myprofile-bg{
	background-image: url(../images/myprofile-bg.jpg);
	background-repeat: repeat-x;
	width: 480px;
	float: left;
}
#myprofile-bg-left{
	background-image: url(../images/myprofile-bg-left.jpg);
	background-repeat:no-repeat;
	width:2px;
	height:90px;
	float: left;
}
#myprofile-bg-right{
	background-image: url(../images/myprofile-bg-right.jpg);
	background-repeat:no-repeat;
	width:2px;
	height:90px;
	float: left;
}
.mypro-link{
	font-family: Arial, Helvetica, Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #de0936;
}
.mypro-link a{
	font-family: Arial, Helvetica, Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #de0936;
	text-decoration: none;
}
.mypro-link a:hover{
	font-family: Arial, Helvetica, Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #de0936;
	text-decoration: underline;
}
/*User profile Page Styles End*/
/*View Profile Styles Starts*/
.bdotline {
	height:105px;
	margin:3px 10px 0px 0px;
}

div.divborder {
	border:1px solid #CCC;
	height: auto;
	width: 480px;
}
.biggertxt {
	font-size:22px;
	font-weight:bold;
	font-family: Arial, Helvetica, Tahoma;
}
.bigtxt {
	font-size:16px;
	font-weight:bold;
	font-family: Arial, Helvetica, Tahoma;
}
.mediumtxt {
	font-size:12px;
	font-weight:normal;
	font-family: Arial, Helvetica, Tahoma;
}
.mediumhdtxt {
	font-size:13px;
	font-weight:normal;
	font-family: Arial, Helvetica, Tahoma;
}
.smalltxt {
	font-size:11px;
	font-family: Arial, Helvetica, Tahoma;
}
.smalltxt1 {
	font-size:9px;
	line-height:13px;
	font-family: Arial, Helvetica, Tahoma;
}
.boldtxt{
	font-weight:bold;
	font-family: Arial, Helvetica, Tahoma;
}
.normaltxt{
	font-weight:normal;
	font-style: normal;
}
.pntr{
	cursor:pointer;
}
.topnavrowclr {
	background-color: #eeeeee;
}
.button{
	padding: 2px 10px 2px 10px;
	border:none;
	color: #FFFFFF;
	overflow: visible;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 11px;
	font-weight: bold;
	background-color: #CC0000;
}
div.dotline{
	width:1px;
	background-image: url(../images/dotline.gif);
	background-repeat: repeat-y;
}
.bdotline {
	height:140px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-top: 0px;
}
.sdotline{
	background-image: url(../images/dot-line.gif);
	background-repeat: repeat-y;
	width: 1px;
}
div.vdotline {
	width:508px;
	height:32px;
	background-image: url(../images/vdotline.gif);
	background-repeat: no-repeat;
}
div.vdotline1{
	height:1px;
	background-image: url(../images/vdot-line.gif);
	background-repeat: repeat-x;
}
.profile-txtbox{
	width:480px;
	background-color:#ffffff;
	border:1px solid #CCCCCC;
	line-height:20px;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}
.pro-normal-txt{
	font-weight:normal;
	font-size:11px;
	color:#7a7979;
	font-style:normal;
	font-family:Arial;
	text-decoration:none;
	line-height:17px;
	text-align: left;
}
.pro-s-bold-txt{
	font-weight:bold;
	font-size:11px;
	color:#7a7979;
	font-style:normal;
	font-family:Arial;
	text-decoration:none;
	line-height:17px;
	text-align: left;
}
.pro-bold-txt{
	font-weight:bold;
	font-size:12px;
	color:#aa0c04;
	font-style:normal;
	font-family:Arial;
	text-decoration:none;
	line-height:17px;
}
.tdheight{
	padding-bottom:0;
	padding-top:0;
}
.sectiontitle{
	width:480px;
	background-color:#aa0c04;
	height:22px;
	font:bold 13px verdana;
	color:#ffffff;
}
.sectionpadding{
	padding:3px 0 0 5px;
	display:block;
}
.section{
	width:465px;
	font:bold 13px verdana;
	color:#fff;
	line-height:21px;
	background-color:#edfde6;
}
.pro-img-brd{
	border: 1px solid #bdbdbd;
	padding: 2px;
	background: #fff;
	height: 100px;
	width: 100px;
}
div.phnumpadd {
	padding: 0px 3px 2px 3px;
}
.middiv-pad {
	padding:5px 0px 5px 11px;
}
.search-hlink{
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
}
.search-hlink a{
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.search-hlink a:hover{
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
/*...................View Profile Page Styles Start......................*/

#member-scheme-detail-bg{
	width: 722px;
	border: 1px solid #067204;
	background-color: #FFFFFF;
}

/*...................Top Display Box Styles Start................ */
#top-display-box{
	background-image: url(../images/top-display-box.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 780px;
}
#tdisbox-tb{
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #0994f2;
}
#tdisbox-tl{
	height: 70px;
	width: 560px;
	padding-left: 25px;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	float: left;
}
#tdisbox-messenger{
	background-image: url(../images/messenger.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 183px;
	float: left;
}
/*..................Top Display Box Styles End.................... */

/*.............Express Interest Section Start.................*/
#expint-box{
	font-family: Arial, Helvetica, Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #7a7979;
	padding: 5px;
	height: auto;
	width: 430px;
	border: 1px solid #CCCCCC;
}
.expint-box a{
	font-family: Arial, Helvetica, Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #7a7979;
	height: 30px;
	width: 400px;
	text-decoration: none;
}
.expint-box a:hover{
	font-family: Arial, Helvetica, Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
/*.............Express Interest Section End.................*/
/*..................Horoscope Page Section Start................*/
#horobox{
	border: 1px solid #fee4e1;
	width: 658px;
	height: auto;
}
#horobox-top{
	background-color: #fee4e1;
	height: 30px;
	width: 660px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.horo-display-box{
	float: left;
	width: 300px;
}
.horodbox-left{
	text-align: left;
	float: left;
	height: auto;
	width: 115px;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	color: #333333;}
.horodbox-right{
	text-align: left;
	float: left;
	height: auto;
	width: 180px;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
}
.horodbox-big1{
	text-align: left;
	float: left;
	height: auto;
	width: 120px;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}
.horodbox-big{
	text-align: left;
	float: left;
	height: auto;
	width: 75px;
	font-family: Arial;
	font-size: 11px;


	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}
.horodbox-small{
	text-align: left;
	float: left;
	height: auto;
	width: 55px;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}

.hdotline{
	background-image: url(../images/horoscope/border-dot.gif);
	background-repeat: repeat-x;
	height: 1px;
	width: auto;
}
/*..................Horoscope Page Section End................*/

/*...................Inner Pages Styles End......................*/