/* CSS Document */
/* ----------------------------------------------
	Website Name : Govtshaadi.com
	Author : Akhilesh Ojha
	Author URI : http://www.strikeone.in/    
	Last Date Modified : October 10, 2009	
 ------------------------------------------------ */

body{
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	color:#4c4d4f;
	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;
}

select{
	color:#7a7979;
	border:1px solid #8cc300;
	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: #7a7979;
	border:1px solid #8cc300;
}
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: #fe7313;
	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;
}
.radio{
	height: 12px;
	width: 12px;
	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 #8cc300;
	height:18px;
	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 #8cc300;
	height:50px;
	width:200px;
	padding-left:2px;
}
.textbox2{
	font-family: Arial, Helvetica, Tahoma;
	font-size:12px;
	color:#333333;
	border:1px solid #8cc300;
	height:15px;
	width:200px;
	padding-left:2px;
}
.textbox3{
	font-family: Arial, Helvetica, Tahoma;
	font-size:12px;
	color:#333333;
	border:1px solid #8cc300;
	height:15px;
	width:160px;
	padding-left:2px;
}
.textboxsmall{
	font-family: Arial, Helvetica, Tahoma;
	font-size:11px;
	color:#333333;
	border:1px solid #8cc300;
	height:15px;
	width:65px;
	padding-left:4px;
}
.textboxs1{
	font-family: Arial, Helvetica, Tahoma;
	font-size:11px;
	color:#333333;
	border:1px solid #8cc300;
	height:19px;
	width:65px;
	padding-left:4px;
}
.selectsmall{
	font-family: Arial, Helvetica, Tahoma;
	font-size:11px;
	color:#333333;
	border:1px solid #8cc300;
	height:19px;
	width:45px;
}
.select{
	color:#333333;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;	
	border:1px solid #8cc300;
	height:19px;
	width:142px;
}
.select1{
	font-family: Arial, Helvetica, Tahoma;
	font-size:12px;
	color:#333333;
	border:1px solid #8cc300;
	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;
}
/*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;
}
.mrg-left2{
	margin-left: 2px;
}
.mrg-left5{
	margin-left: 5px;
}
.mrg-left10{
	margin-left: 10px;
}
.mrg-left15{
	margin-left: 15px;
}
.mrg-top2{
	margin-top: 2px;
}
.mrg-top5{
	margin-top: 5px;
}
.mrg-top10{
	margin-top: 10px;
}
.mrg-top15{
	margin-top: 15px;
}

/*Padding*/
.pad5{
	padding: 5px;
}
.pad10{
	padding: 10px;
}
.pad15{
	padding: 15px;
}
.pad25{
	padding: 25px;
}
.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:#6c9f1a;
}
.clr2{
	color:#e56811;
}
.clr3{
	color:#fe7313;
}
.clr4{
	color:#ffffff;
}
.clr5{
	color:#000000;
}
.clr6{
	color:#333333;
}
.clr7{
	color: #4c4d4f;
}
.clr8{
	color: #9bcf1a;
}
.clr9{
    color: #7a7979;
}
.clr10{
    color: #1d511c;
}
/*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 Section End */
#maincontainer{
	margin: 0px;
	height: auto;
	width: 780px;
}
/* Header Section Start*/
#top{
	height: 60px;
	width: 780px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.logo{
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 270px;
	float: left;
}
.right-top-banner{
	height: 60px;
	width: 468px;
	float: right;
	padding-right: 10px;
}
/* Header Section End*/
/* Top Menu Section Start */
.activelink {
	color:#373534;
	display:block;
	height:28px !important;
	background-image: url(../images/tmenubg-over.gif);
	background-repeat: repeat-x;
	font-size: 14px;
	font-weight: bold;
}
#menu{
	margin: 0px;
	padding: 0px;
	height: 84px;
	width: 780px;
}
#menu-reg{
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 780px;
}
#topmenu{
	position:relative;
	display:block;
	height:35px;
	font-size:12px;
	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;
	font-family: Arial, Helvetica, Tahoma;
	color: #FFFFFF;
}
#topmenu ul li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	height:27px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 7px;
	padding-right: 24px;
	padding-bottom: 0px;
	padding-left: 24px;
}
#topmenu ul li a:hover{
	color:#ffffff;
	display:block;
	height:28px !important;
	background-image: url(../images/tmenubg-over.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: bold;
}

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

/* Quick Search Section Start */
#quick-search-box{
	width:780px;
	height:273px;
	background-image:url(../images/banner-top.gif);
	background-repeat:no-repeat;
	background-position:center;
}
#quick-search-box1{
	width:780px;
	height:273px;
	background-image:url(../images/banner-top2.gif);
	background-repeat:no-repeat;
	background-position:center;
}
.quick-search{
	width:300px;
	height:273px;
	float:right;
}
.quick-search-in{
	width:245px;
	height:233px;
	float:right;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 35px;
}
.qs-lbox	{
	height: 20px;
	width: 90px;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	float: left;
	color: #525252;
	padding-top: 2px;
	padding-bottom: 2px;
}
.qs-rbox	{
	height: 25px;
	color: #000000;
	width: 130px;
	padding: 2px;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	float: left;
}
.qs-select{
	font-family: Arial, Helvetica, Tahoma;
	font-size:12px;
	color:#333333;
	border:1px solid #8cc300;
	height:20px;
	width:150px;
	padding-left:2px;
}
/* Quick Search Section End */
/* Start Register Box Section*/
#regbox{
	background-image: url(../images/register-box.gif);
	background-repeat: no-repeat;
	float: left;
	height: 113px;
	width: 780px;
}
.regbox-text{
	text-align:left;
	font-size:12px;
	color:#000000;
	font-family: Arial, Helvetica, Tahoma;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-style: normal;
	font-weight: normal;
}
/* End Register Box Section*/

/*footer Section Start */
#footer {
	width:780px;
	height:100px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}

#footer .footer-text{
	text-align:center;
	font-size:11px;
	color:#6c9f1a;
	padding:0px;
	font-family: Arial, Helvetica, Tahoma;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
}

#footer .footer-text a{
	text-align:center;
	font-size:11px;
	color:#333333;
	text-decoration:none;
	font-family: Arial, Helvetica, Tahoma;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
}

#footer .footer-text a:hover{
	color:#333333;
	text-decoration:underline;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#footer .footer-text .small-text{
	color:#6c9f1a;
	font-size:12px;
}
/*footer Section End */
/*Subpage Styles Start */
/* Link Section Start*/
.smallbluelink{
	font-weight:normal;
	font-size:11px;
	color:#429101;
	font-style:normal;
	font-family:Arial, Helvetica, Tahoma;
	text-decoration:none;
}
a.smallbluelink:link{
	font-weight:normal;
	font-size:11px;
	color:#429101;
	font-style:normal;
	font-family:Arial, Helvetica, Tahoma;
	text-decoration:none;
}
a.smallbluelink:visited{
	font-weight:normal;
	font-size:11px;
	color:#429101;
	font-style:normal;
	font-family:Arial, Helvetica, Tahoma;
	text-decoration:none;
}
a.smallbluelink:hover{
	font-weight:normal;
	font-size:11px;
	color:#3c8301;
	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 End*/

/*Right Banner Box Design 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;
} 

/*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*/
/*Right Banner Box Design Start */
.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;
}
.hdotline{	
    width:700px;
	height:1px;
	background-image: url(../images/vdot-line.gif);
	background-repeat: repeat-x;
}
.hdotline1{	
    width:722px;
	height:1px;
	background-image: url(../images/vdot-line.gif);
	background-repeat: repeat-x;
}
.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: #095a71;
}
#upgrade-box-large{
	height: auto;
	width: 730px;
	padding: 0px;
	border: 2px solid #0bb9e4;
}
/*Upgrade Page Styles End*/
/*View Profile Styles Starts*/
.bdotline {
	height:105px;
	margin:3px 10px 0px 0px;
}

div.divborder {
	border:1px solid #CCC;
}
.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;
}
.boldtext{
	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: #8cc300;
}
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;
}

div.vdotline2 {
	width:508px;
	height:32px;
	background-image: url(../images/vdotline.gif);
	background-repeat: no-repeat;
}
div.hdotline3{
	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: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.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:#ff8a18;
	font-style:normal;
	font-family:Arial;
	text-decoration:none;
	line-height:17px;
}
.tdheight{
	padding-bottom:0px;
	padding-top:0px;
}
.sectiontitle{
	width:480px;
	background-color:#8cc300;
	height:22px;
	font:bold 13px verdana;
	color:#ffffff;
}
.sectionpadding{
	display:block;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.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 Styles Ends */

.adborder{
	border:1px dotted #cbcbcb;
	padding:2px;
}
/*Subpage Styles End */
