/* CSS */

/* ###### Outlining border around the site ###### */
.border_td {
    border-style: solid; 
    border-width: 1px 1px 1px 1px; 
    border-color: #000000; 
    vertical-align: top
}

/* ###### Login table formats ###### */
.login_td {
    background-color: #0078A0;
    color: #000000;
    border-style: solid; 
    border-width: 1px 1px 1px 1px; 
    border-color: #000000;
}

/* ###### Business listing formats: title table ###### */
.blisting1 {
	color: #FEFCFC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

/* ###### Business listing formats: table by title ###### */
.blisting2 {
    background-color: #FFFFFF;
    color: #000000;
    border-style: solid; 
    border-width: 0px 0px 1px 0px; 
    border-color: #8E9291;
}

/* ###### Business listing formats: subtitle table ###### */
.blisting3 {
    background-color: #AFB3B2;
    color: #333333;
    border-style: solid; 
    border-width: 0px 1px 1px 1px; 
    border-color: #8E9291;
}
.blisting3b {
    background-color: #AFB3B2;
    color: #333333;
    border-style: solid; 
    border-width: 1px 0px 1px 0px; 
    border-color: #8E9291;
}

/* ###### Business listing formats: subtitles ###### */
.subtitle {
	font-size: 10pt;
	color: #ffffff;
}

/* ###### Business listing formats: search result table ###### */
.blisting4 {
    background-color: #BDC1C0;
    color: #333333;
    border-style: solid; 
    border-width: 0px 1px 0px 1px; 
    border-color: #8E9291;
}

/* ###### Business listing formats: bottom border of search results ###### */
.blisting5 {
    background-color: #BDC1C0;
    color: #333333;
    border-style: solid; 
    border-width: 0px 0px 1px 0px; 
    border-color: #8E9291;
}
.blisting6 {
    background-color: #BDC1C0;
}

/* ###### Business details formats: Border of main title table ###### */
.bdetails1 {
    border-style: solid; 
    border-width: 1px 1px 1px 1px; 
    border-color: #8E9291;
}

/* ###### Business details formats: Background of main title table ###### */
.bdetails2 {
    background-color: #BDC1C0;
}

/* ###### Product color listing on businesssignup_products.asp ###### */
.prodColor {
    color: #B80000;
}

/* ###### All default <hr> tags ###### */
hr {
    color: #000000;
    height: 1px;
}

/* ###### All default <a> tags ###### */
.test a {
	font-weight: bold;
}
.test a:link {
	color: blue;
	text-decoration: underline;
}
.test a:visited {
	color: blue;
	text-decoration: underline;
}
.test a:hover {
	color: #0078a0;
	text-decoration: none;
}
.test a:active {
	color: blue;
	text-decoration: underline;
} 

/* ###### Sort/filter <a> tags ###### */
.link:link {
	color: white;
	text-decoration: underline;
}
.link:visited {
	color: white;
	text-decoration: underline;
}
.link:hover {
	color: black;
	text-decoration: none;
}
.link:active {
	color: white;
	text-decoration: underline;
} 

/* ###### Password Strength CSS Begin: ###### */
#password_description {
	font-size: 12px;	
}

#password_strength {
	height:10px;
	display:block;
}

#password_strength_border {
	width: 144px;
	height: 10px;
	border: 1px solid black;
}
.strength0 {
	width:144px;
	background:#cccccc;
}

.strength1 {
	width:40px;
	background:#ff0000;
}

.strength2 {
	width:60px;	
	background:#ff5f5f;
}

.strength3 {
	width:80px;
	background:#56e500;
}

.strength4 {
	background:#4dcd00;
	width:100px;
}

.strength5 {
	background:#399800;
	width:144px;
}
/* ###### End Password Strength CSS ###### */

/* ###### Rate Me: Start ###### */

.star-rating{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 100px;
	height: 20px;
	position: relative;
	background: url(../images/star_rating.gif) top left repeat-x;		
}
.star-rating li{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.star-rating li a{
	display:block;
	width:20px;
	height: 20px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.star-rating li a:hover{
	background: url(../images/star_rating.gif) left bottom;
	z-index: 1;
	left: 0px;
}
.star-rating a.one-star{
	left: 0px;
}
.star-rating a.one-star:hover{
	width:20px;
}
.star-rating a.two-stars{
	left:20px;
}
.star-rating a.two-stars:hover{
	width: 40px;
}
.star-rating a.three-stars:hover{
	width: 60px;
}
.star-rating a.three-stars{
	left: 40px;
}
.star-rating a.four-stars{
	left: 60px;
}	
.star-rating a.four-stars:hover{
	width: 80px;
}
.star-rating a.five-stars{
	left: 80px;
}
.star-rating a.five-stars:hover{
	width: 100px;
}
		
/* ###### Rate Me: End ###### */
/* page formatting */
.p-grey-lt{
	background-color: #ADACAC;
}
.p-grey-med{
	background-color: #BDC1C0;
}
.p-gre-drk{
    background-color: #AFB3B2;
    color: #333333;
}
.p-subtitle-td{
	border-style: solid; 
    border-width: 0px 1px 1px 0px; 
    border-color: #8E9291;
}
.p-td-divider{
	border-style: solid; 
    border-width: 0px 0px 1px 0px; 
    border-color: #8E9291;
}
.p-text-sm{
	font-size: 10px;
	font-style: italic;
}
.p-text-sm-red{
	font-size: 10px;
	font-style: italic;
	color: #A1503F;
	font-weight: bold;
}
.calendar-selected{
	background-color: #C18578;
	color: #ffffff;
	font-weight: bold;
}
.calendar-text a, .calendar-text a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A1503F;
	font-weight: bold;
}
.calendar-text a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6F6F6F;
	font-weight: bold;

}
.comparison-text a, .comparison-text a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e6d787;
	font-weight: bold;
}
.comparison-text, .comparison-text a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f0e4e2;
	font-weight: bold;
	border-bottom: 1px #2B2D2A solid;
}
.comparison-title{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #9bafb6;
	font-weight: bold;
}

/* ###### BUSINESS SIGN UP PRODUCT TABLES ###### */
/* formatting */
#bsu .redbg {
	background-image: url(../images/packages/images/packages_01_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	}
#bsu .redhead {
	background-image: url(../images/packages/images/packages_01_02.jpg);
	background-repeat: no-repeat;
	height: 42px;
	}
#bsu .redcontent {
	background-image: url(../images/packages/images/packages_01_03.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-position: top;
	}
#bsu .greenbg {
	background-image: url(../images/packages/images/packages_02_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	}
#bsu .greenhead {
	background-image: url(../images/packages/images/packages_02_02.jpg);
	background-repeat: no-repeat;
	height: 41px;
	}
#bsu .greencontent {
	background-image: url(../images/packages/images/packages_02_03.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-position: top;
	}
#bsu .bluebg {
	background-image: url(../images/packages/images/packages_04_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	}
#bsu .bluehead {
	background-image: url(../images/packages/images/packages_04_02.jpg);
	background-repeat: no-repeat;
	height: 41px;
	}
#bsu .bluecontent {
	background-image: url(../images/packages/images/packages_04_03.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-position: top;
	}
#bsu .prod-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	font-style: oblique;
	color: #2b2b2a;
	text-shadow: #2b2b2a 3px 3px 1px;
	}
#bsu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	}
#bsu li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ead385;
	}