/* CSS Document */

body
{
    margin: 0;
    padding: 0;
    background: #FFFFFF;
    font-family: Verdana, Georgia, "Times New Roman" , Times, serif;
    font-size: 12px;
    line-height: 25px;
}
.main-nav-links
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    margin: 1px 5px 1px 5px;
    padding: 1px 5px 1px 5px;
    border: 0px solid #5D5D5D;
    text-align: center;
}
.main-nav-links:hover
{
    margin: 1px 5px 1px 5px;
    padding: 1px 5px 1px 5px;
    color: #FFFFFF;
    text-decoration: none;
    border: 0px inset #5D5D5D;
    text-align: center;
    background-color: #FF0066;
    font-weight: bold;
}

.site-title
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 36px;
    color: #FF0066;
    text-decoration: none;
    font-weight: bold;
}
.page-title
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 18px;
    font-weight: bold;
    color: #FF0000;
    text-decoration: underline;
}
.hori-rule {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}

.page-internal-headings-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.business-cata-link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}
.business-cata-link:hover {
	color: #0033CC;
	text-decoration: none;
}

.white-bg {
	background-color: #FFFFFF;
	margin: 2px;
	border: 1px solid #999999;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.login-form {
	background-color: #FFFFFF;
	margin: 5px;
	padding: 5px;
	border: 1px solid #95211E;
}
.cp-links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
}
.u-r-here {
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.white-heading-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 15px;
}
.white-heading-text-with-Background
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    padding-left: 15px;
    background-image: url(     '../images/side-h2-bg.png' );
    height: 28px;
}
.internal-links
{
    background-position: left center;
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 12px;
    color: #0066FF;
    text-decoration: none;
    background-image: url(   '../images/yellow-icon.jpg' );
    background-repeat: no-repeat;
    padding-left: 15px;
}
.internal-links:hover {
	color: #FF3300;
}
.yp-record {
	border: 1px dashed #FFCC00;
	background-color: #FAF9F5;
}
.yp-title-link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.user-up {
	background-color: #ECE9D8;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #81773F;
	border-right-color: #81773F;
	border-bottom-color: #81773F;
	border-left-color: #81773F;
}
.user-cp-links
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FF0066;
    text-decoration: none;
    background-image: url(   '../images/yellow-icon.jpg' );
    background-repeat: no-repeat;
    padding-left: 15px;

}
.user-cp-links:hover
{
    color: #669900;
    text-decoration: underline;
}.urhere-links {
	color: #0066FF;
}
.footer-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFF00;
	text-decoration: none;
}

.handleImage
{
	width:15px;
	height:16px;
	background-image:url('../images/HandleHand.png');
	overflow:hidden;
	cursor:se-resize;
}
.resizingImage
{
	padding:0px;
	border-style:solid;
	border-width:3px;
	border-color:#B4D35D;
}
.cata-seperator
{
    text-decoration: none;
    background-image: url( '~/images/side-h2-bg.png' );
}

/*Admin related styles start here*/
.admin-up {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006666;
	border-right-color: #006666;
	border-bottom-color: #996600;
	border-left-color: #006666;
}
.admin-cp-links {
	color: #333333;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.admin-cp-links:hover {
	color: #FF3300;
	text-decoration: underline;
}

/*Admin related styles End here*/
.paginglinks {
	float: left;
	text-decoration: none;
	border-right-width-value: 1px;
	border-left-width-value: 1px;
	border-right-style-value: solid;
	border-left-style-value: solid;
	border-right-color-value: #cccccc;
	border-left-color-value: #cccccc;
	padding-top: 0.2em;
	padding-right: 0.4em;
	padding-bottom: 0.2em;
	padding-left: 0.4em;
	margin-top: 0pt;
	margin-right: 0.38em;
	margin-bottom: 0pt;
	margin-left: 0pt;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cccccc;
	color: #0066FF;
	background-color: #ECE9D8;
}

.paginglinks:hover {
	background-color: #f0f7e8;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	border-right-width-value: 1px;
	border-left-width-value: 1px;
	border-right-style-value: solid;
	border-left-style-value: solid;
	border-right-color-value: #83bc46;
	border-left-color-value: #83bc46;
	border: 1px solid #83bc46;
}
/*info box*/
.infobox
{
    background-image: url('../images/info.png' );
    background-color: #FBEAC8;
    background-repeat: no-repeat;
    background-position: left top;
    border: 1px solid #F3C979;
    padding: 5px 5px 10px 60px;
    margin: 5px;
}
.infoboxsmall
{
    background-image: url(  '../images/exclamation.png' );
    background-color: #E8E8E8;
    background-repeat: no-repeat;
    background-position: left top;
    border: 1px solid #F3C979;
    padding: 15px;
    margin: 5px;
}

/**/
a
{
    margin-right: 3px;
    margin-left: 3px;
}
.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=40);
	opacity: 0.7;
}
.modalPopup {
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
}
.modalPopupDialog {
	background-color: #FFFFFF;
	margin: 5px;
	padding: 5px;
	border: 1px solid #95211E;
}
.exitlinkbutton
{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
.inlinefloatright
{
    display: inline;
    float: right;
}
.colorborderpnl
{
    border: 1px solid #95211E;
    background-color: #FFFFFF;
}
.hovermenupnl
{
    border: 1px solid #7D0000;
    background-color: #FFD2D2;
    color: #7D0000;
}
.hovermenupnllnks:hover
{
    border: 1px solid #7D0000;
    background-color: #FFA8A8;
    color: #7D0000;
}

/*           Search page            */
.srhtb
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    border: 1px solid #FFFF00;
    padding: 2px;
    margin: 2px;
    width: 200px;
}
.srhtb:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    border: 1px solid #FFFF00;
    padding: 2px;
    margin: 2px;
    width: 200px;
    background-color: #FFFFCC;
}

/*-----------Search page-------------*/
.dimsmalllink
{
    font-size: 12px;
    color: #999999;
    text-decoration: none;
}
.dimsmalllink:hover
{
    font-size: 12px;
    color: #3366CC;
    text-decoration: underline;
}
.leftspacing
{
    margin-left: 100px;
}
.editlkbt
{
    background-image: url( '../images/edit.png' );
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 18px;
}
.addlkbt
{
    background-image: url( '../images/add.png' );
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 18px;
}
.exclamationtxt
{
    background-image: url( '../images/exclamation.png' );
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 18px;
}

.modalPopup2
{
    border: 1px solid Gray;
    background-color: #ffffdd;
    padding: 3px;
    width: 250px;
}

/********* Ajax Tab*******/
.ajax__tab_header {
        font-family: verdana,tahoma,helvetica;
        font-size: 11px;
     }
     
.ajax__tab_outer
{
    padding-right: 4px;
    background-color: #FFFFE6;
    margin-right: 2px;
}
     
.ajax__tab_inner {
        padding-left: 3px;
        background-color: #C0C0C0;
     }
     
.ajax__tab_tab {
        margin: 0;
     }
     
.ajax__tab_hover .ajax__tab_outer {
        background-color: #cccccc
     }
     
.ajax__tab_hover .ajax__tab_inner {
        background-color: #cccccc
     }
     
.ajax__tab_hover .ajax__tab_tab {}
    
.ajax__tab_active .ajax__tab_outer {
        background-color: #fff;
     }
     
.ajax__tab_active .ajax__tab_inner {
        background-color:#fff;
     }
     
.ajax__tab_active .ajax__tab_tab {}
/********* End Ajax Tab*******/