﻿a:link {
	color: #2769AA;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #2769AA;
}

a:hover {
	font-weight: bold;
	text-decoration: none;
	color:#003184;
}

a:active {
	font-weight: bold;
	text-decoration: none;
	color: #2769AA;
}

#topnav2 {
    padding: 1px 1px 1px 1px;
    border-style: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
}

#topnav2 a:link, #topnav a:active, #topnav a:visited {
    padding: 0px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px ;
}

#topnav2 a:hover {
	color: #2769AA;
	background-color: #FFFFFF;
}

body {
    background-color: #FFFFFF;
    background-image: url(images/body_tile.jpg);
    background-repeat: repeat-x;
    height: 100%;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    color: #666666;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.mastercolumn_left
{
	float:left;
	width: 224px;
}
.mastercolumn_right
{
	width:716px;
	float:right;
}
.mastercolumn_full
{
	margin-top:5px;
	width:980px;
	float:left;
}

#topnav {
	background-color: #003184;
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
#topnav a:link, #topnav a:active, #topnav a:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#topnav a:hover{
	color: #2769AA;
	background-color: #FFFFFF;
}
.topnav_sec {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
}

html {
	height:100%;
}

H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
    font-weight: bold;
    text-decoration:none;
	color: #34946B; 
         /* color: #FF0000; */
	padding: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}

H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
    font-weight: bold;
    text-decoration:none;
	color: #FF0000;
         /* color: #FF0000; */
	padding: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.waldo {
        clip: rect(0px, 0px, 0px, 0px);
        height: 1px;
        left: -9999px;
        overflow: hidden;
        position: absolute;
        top: auto;
        width: 1px;
}

.bluebutton {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-align: center; /*margin: 5px 5px 5px 5px;*/
    padding: 4px 15px 4px 15px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #003184;
    cursor: pointer;
    background: #003184; /* Old browsers */
    background: -moz-linear-gradient(top, #C3CFE2 10%, #003184 60%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#C3CFE2), color-stop(60%,#003184)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #C3CFE2 10%, #003184 60%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #C3CFE2 10%, #003184 60%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #C3CFE2 10%, #003184 60%); /* IE10+ */
    background: linear-gradient(top, #C3CFE2 10%, #003184 60%); /* W3C */
    -pie-background: linear-gradient(top, #C3CFE2 10%, #003184 60%); /* IE */
    -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
    -moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
    box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
    color: #FFFFFF;
    font-weight: bold;
}


.bluebuttontop {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    letter-spacing: 0.5px;
    text-align: center; 
    margin: 2px 2px 2px 2px;
    padding: 2px 15px 2px 15px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #003184;
    cursor: pointer; /*
    float: left;
        */
    background: #003184; /* Old browsers */
    background: -moz-linear-gradient(top, #C3CFE2 10%, #003184 60%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#C3CFE2), color-stop(60%,#003184)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #C3CFE2 10%, #003184 60%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #C3CFE2 10%, #003184 60%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #C3CFE2 10%, #003184 60%); /* IE10+ */
    background: linear-gradient(top, #C3CFE2 10%, #003184 60%); /* W3C */
    /* old background: #003184; W3C */
    -pie-background: linear-gradient(top, #C3CFE2 10%, #003184 60%); /* IE */
    -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
    -moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
    box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
    color: #FFFFFF;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
}

.bluebuttonwrap {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-align: center; 
    margin: 5px 5px 5px 5px;
    padding: 4px 15px 4px 15px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #003184;
    cursor: pointer; /*
    float: left;
        */
    background: #003184; /* Old browsers */
    background: -moz-linear-gradient(top, #C3CFE2 10%, #003184 60%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#C3CFE2), color-stop(60%,#003184)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #C3CFE2 10%, #003184 60%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #C3CFE2 10%, #003184 60%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #C3CFE2 10%, #003184 60%); /* IE10+ */
    background: linear-gradient(top, #C3CFE2 10%, #003184 60%); /* W3C */
    -pie-background: linear-gradient(top, #C3CFE2 10%, #003184 60%); /* IE */
    -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
    -moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
    box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
    color: #FFFFFF;
    font-weight: bold;
    white-space: normal;
}

.cat_content {
	width: 710px;
}

.cat_top {
	width: 690px;
	padding: 10px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	vertical-align: text-top;
}

.cat_top_text_left2 {
	float: left;
	width: 66%;
}

.cat_top_text_right2 {
	float: right;
	width: 33%;
	text-align: right;
}

.odd {
	background-color: #E3F2F5;
}

.cat_list_table {
	width: 710px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	float: left;
	padding: 0px;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.cat_list_header {
	background-image: url(images/cat_list_toprow_backtile.jpg);
	background-repeat: repeat-x;
	height: 26px;
	background-color: #FFFFFF;
	padding-right: 6px;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
	background-position: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 2px;
}

.cat_list_table_top a:link, .cat_list_table_top a:visited, .cat_list_table_top a:active {
	font-weight: bold;
	color: #FFFFFF;
}

.cat_list_table_top a:hover {
	text-decoration: underline;
}

.cat_list_table td {
	font-size: 11px;
	padding-right: 8px;
	padding-left: 8px;
	vertical-align: top;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.greenbutton {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-align: center;
    margin: 5px 5px 5px 5px;
    padding: 4px 15px 5px 15px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #267050;
    cursor: pointer;
    /*float: left;*/
    background: #267050; /* Old browsers */
    background: -moz-linear-gradient(top, #C3CFE2 10%, #267050 60%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#C3CFE2), color-stop(60%,#267050)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #C3CFE2 10%, #267050 60%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #C3CFE2 10%, #267050 60%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #C3CFE2 10%, #267050 60%); /* IE10+ */
    background: linear-gradient(top, #C3CFE2 10%, #267050 60%); /* W3C */
    -pie-background: linear-gradient(top, #C3CFE2 10%, #267050 60%); /* IE */
    -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
    -moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
    box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
    color: #FFFFFF;
    font-weight: bold;
    white-space: normal;
}

.orangebutton {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-align: center;
    margin: 5px 5px 5px 5px;
    padding: 4px 15px 5px 15px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #EC9617;
    cursor: pointer; /*float: left;*/
    background: #EC9617;
/* Old browsers */
    background: -moz-linear-gradient(top, #FFEDD1 10%, #EC9617 60%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#FFEDD1), color-stop(60%,#EC9617)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FFEDD1 10%, #EC9617 60%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FFEDD1 10%, #EC9617 60%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #FFEDD1 10%, #EC9617 60%); /* IE10+ */
    background: linear-gradient(top, #FFEDD1 10%, #EC9617 60%); /* W3C */
    -pie-background: linear-gradient(top, #FFEDD1 10%, #EC9617 60%); /* IE */
    -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
    -moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
    box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
    color: #FFFFFF;
    font-weight: bold;
    white-space: normal;
}

.greenbuttontop {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    letter-spacing: 0.5px;
    text-align: center;
    margin: 2px 2px 2px 2px;
    padding: 2px 15px 2px 15px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #267050;
    cursor: pointer;
    /*float: left;*/
    background: #267050; /* Old browsers */
    background: -moz-linear-gradient(top, #C3CFE2 10%, #267050 60%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#C3CFE2), color-stop(60%,#267050)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #C3CFE2 10%, #267050 60%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #C3CFE2 10%, #267050 60%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #C3CFE2 10%, #267050 60%); /* IE10+ */
    background: linear-gradient(top, #C3CFE2 10%, #267050 60%); /* W3C */
    -pie-background: linear-gradient(top, #C3CFE2 10%, #267050 60%); /* IE */
    -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
    -moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
    box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
    color: #FFFFFF;
    font-weight: bold;
    white-space: normal;
}

.whitebutton { 
    -moz-border-radius: 15px;
    border-radius: 15px
}

.MyTabStyle .ajax__tab_header {
    font-family: "Helvetica Neue" , Arial, Sans-Serif;
    font-size: 14px;
    font-weight:bold;
    display: block;
}
.tabstyle {
    font-family: "Helvetica Neue" , Arial, Sans-Serif;
    font-size: 14px;
    font-weight:bold;
    display: block;
}


.ajax_tab_header_red {
    font-family: "Helvetica Neue" , Arial, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    display: block;
    color: #FF0000;
}

.MyTabStyle .ajax__tab_header .ajax__tab_outer {
    border-color: #222;
    color: #222;
    padding-left: 10px;
    margin-right: 20px !important;
    border:solid 1px #d7d7d7;
}

.MyTabStyle .ajax__tab_header .ajax__tab_inner {
    border-color: #666;
    color: #666;
    padding: 3px 10px 2px 0px;
}

.MyTabStyle .ajax__tab_hover .ajax__tab_outer {
    background-color:#9c3;
}

.MyTabStyle .ajax__tab_hover .ajax__tab_inner {
    color: #fff;
}

.MyTabStyle .ajax__tab_active .ajax__tab_outer {
    border-bottom-color: #ffffff;
    background-color: #d7d7d7;
}

.MyTabStyle .ajax__tab_active .ajax__tab_inner {
    color: #000;
    border-color: #333;
}

.MyTabStyle .ajax__tab_body {
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    background-color: #fff;
    border-top-width: 0;
    border: solid 1px #d7d7d7;
    border-top-color: #ffffff;
}

.watermarked {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: lighter;
    color: #C0C0C0;
}

.bluetext {
    color: #376092;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.profiletitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
    text-decoration: none;
	color: #34946B;
    margin: 0px;
	padding: 0px;
    text-align:left !important;
}

.profiletitle:hover  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
    text-decoration: underline;
	color: #34946B;
	margin: 0px;
	padding: 0px;
}

.comp_left_column2 {
	float: left;
	width: 140px;
	padding-right: 10px;
}

.cust_rev_white_button {
	float: left;
	padding-top: 4px;
}

.cust_rev_rightcolumn {
	margin-left: 150px;
}

.cut_rev_col1-2 {
	padding-bottom: 10px;
}

.featured_rev_textbox {
	border: 2px solid #003184;
	width: 648px;
	margin-bottom: 10px;
	background-image: url(images/feature_head_tile.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.featured_rev_textbox p {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 16px;
	padding-top: 0px;
	padding-bottom: 10px;
}

/* MODAL POP UP STYLES */
.modalBackground {
    /* is this part of the modalpopup? */
	background-color:Gray;
	filter:alpha(opacity=50);
	opacity:0.5;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:500px;
}

.modalPopupReadReview {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 500px;
}

.modalPopupTransparent {
	background-color:transparent;
	padding:1em 6px;
}

.modalPopupInternal {
    border: medium dashed #385D8A;
    background-color: #DCE6F2;
    width: 270px;
    vertical-align: top;
}

.modalPopupInternalLogin {
    border: 5px solid #003184; /*#0000FF*/
    background-color: #DCE6F2;
    vertical-align: top;
    padding: 0px 0px 0px 0px;
    /*-moz-border-radius: 30px;
    -webkit-border-radius: 20px;*/
    border-radius: 20px;
}


.modalPopupConfirm {
    border: 2px solid #000000; /*#0000FF*/
    background-color: #CCCCCC;
    vertical-align: top;
    padding: 0px 0px 0px 0px;
    /*-moz-border-radius: 30px;
    -webkit-border-radius: 20px;*/
    */border-radius: 20px;*/
}


.modalPopupBlack {
    background-color: #000000;
    vertical-align: top;
}
/* END MODAL POP UP STYLES */

.comp_stars_lg {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-top: 6px;
}

.tab_bottomright {
	width: 666px;
	float: left;
	padding-bottom: 10px;
	margin-left:30px;
}

.columnBox1 {
	border: 1px solid #CCCCCC;
	float: left;
	margin-right: 10px;
	padding-bottom: 10px;
    width: 555px;
}

.column_head1 {
	background-image: url(images/feature_head_tile.jpg);
	background-repeat: repeat-x;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-right: 4px;
	padding-left: 8px;
}

.icon_f_left {
	float: left;
	padding-right: 6px;
}
.headerlabel_blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003184;
	font-weight: bold;
}

.companytabhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(images/cust_rev_head_tile.jpg);
	background-repeat: repeat-y;
	height: 21px;
	/*padding-top: 3px;
	padding-left: 10px;*/
	font-weight: bold;
	/*padding-right: 10px;
	margin-bottom: 10px;*/
}

.companytabheadbar {
    padding: 0px !important;
    margin: 0px !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    background-image: url(images/cust_rev_head_tile.jpg);
    background-repeat: repeat-y;
    height: 20px !important;
}

.cust_rev_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(images/cust_rev_head_tile.jpg);
	background-repeat: repeat-y;
	height: 21px;
	width: 650px;
	padding-top: 3px;
	padding-left: 10px;
	font-weight: bold;
	padding-right: 10px;
	margin-bottom: 10px;
}

.company_panel_head {
    border-style: none;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    background-image: url('images/cust_rev_head_tile.jpg');
    /*background-repeat: repeat-y;*/ 
    height: 21px;
    width: 938px;
    padding-top: 0px;
    padding-left: 10px;
    font-weight: bold;
    padding-right: 10px;
}

.cust_rev_textbox {
	border: 1px solid #CCCCCC;
	width: 648px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.cust_rev_textbox p {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 16px;
	padding-top: 0px;
	padding-bottom: 10px;
}

.cust_rev_leftcolumn {
	width: 140px;
	float: left;
	padding-right: 10px;
}

.cust_review_box {
	float: left;
    width: 947px;
}

.topnavbox {
    background-color: #B9CDE5;
    border-style: none;
    padding: 0px;
    margin: 0px;
    height: 68px;
    width: 1013px;
}

.companypanel {
    padding: 5px;
    border: thin solid #0033CC;
    width: 966px;
}

.companytabpanel {
    margin: 5px 0px 0px 0px;
    padding: 0px;
    border: thin solid #0033CC;
    width: 1000px;
}

.companytabinsidetable {
    margin: 2px;
    padding: 5px;
    border-spacing: 5px;
    width: 100%;
}

.companytabwidecolumn {
    border: 1px solid #C0C0C0;
    width: 743px;
}

.socialpanel {
    border-style: none;
    float: right;
    position: relative;
    top: -10px;
    left: 12px;
}

.pageviews {
    position: absolute;
    top: 782px;
    left: 870px;
    height: 16px;
    width: 95px;
}

.gridheaderleft {
    text-align: left;
    padding-left: 5px;
}

.image_box {
	border: 1px solid #999999;
	height: 106px;
	width: 106px;
	text-align: center;
	padding: 1px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

.image_box_storefront {
	border: 1px solid #999999;
	height: 195px;
	width: 195px;
	text-align: center;
	padding: 1px;
	background-color: #000000;
	margin-bottom: 10px;
}

.smalllightgraylinks {
    font-weight: lighter;
    font-size: 10px;
    text-decoration: underline;
    color: #ACACAB;
}

.smalllightgraytext {
    font-weight: bold;
    font-size: 10px;
    color: #ACACAB;
}

.headerlabel_green
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #34946B;
	font-weight: bold;
}

.per_b_profile_box p, table {
    padding: 0px !important;
    margin: 0px !important;
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    border-spacing: 0px !important;
}

.ratingStar {
    font-size: 0pt;
    width: 17px;
    height: 17px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.medfilledRatingStar {
    background-image: url(Images/med_orange_star.gif);
}

.medemptyRatingStar {
    background-image: url(Images/med_empty_star.gif);
}

.medsavedRatingStar {
    background-image: url(Images/med_orange_star.gif);
}

.filledRatingStar {
    background-image: url(Images/lg_orange_star.gif);
}

.emptyRatingStar {
    background-image: url(Images/lg_empty_star.gif);
}

.savedRatingStar {
    background-image: url(Images/lg_orange_star.gif);
}

.bluelinkbutton {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #2E71B2;
    text-decoration: none;
}

.bluelinkbutton:hover  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #2E71B2;
    text-decoration: underline;
}

.greenlinkbutton {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #378858;
    text-decoration: none;
}

.greenlinkbutton:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #378858;
    text-decoration: underline;
}

.smalllightgraylinkbutton {
    font-weight: lighter;
    font-size: 10px;
    text-decoration: none;
    color: #ACACAB;
}

.smalllightgraylinkbutton:hover {
    font-weight: lighter;
    font-size: 10px;
    text-decoration: underline;
    color: #ACACAB;
}

.linkbutton {
    text-decoration: none;
    font-Underline: false; /* Added by Ray for asp:Hyperlinks 8/29/2013 */
}

.linkbutton:hover {
    text-decoration: underline;
    font-Underline: true; /* Added by Ray for asp:Hyperlinks 8/29/2013 */
}

.buttontab {
/* Used on pages to simulate a tab */
    background: rgb(255, 255, 255);
    color: #335CCA;
    display: inline-block;
    font: bold 12px Arial, Helvetica, sans-serif;
    padding: 3px 15px 3px 15px;
}

.panelnopadding {
    padding: 0px;
    margin: 0px;
    border-collapse: collapse; /* was 0 - error */
}

.panelnopaddingwhite {
    background: rgb(255, 255, 255);
    padding: 0px;
    margin: 0px;
    border-collapse: collapse; /* was 0 - error */
}

.rssShareBUtton {
    padding: 0px 16px 0px 0px;
    background-image: url('/Images/tl_c_icon_rss_16.gif');
    background-repeat: no-repeat;
}

.fb_iframe_widget {
 display: -moz-inline-box;
}

#footerNeu {
	padding-top: 40px;
	color: #FFF;
	font-family: Arial, Helvetica Neue;
    width:100%;
    left: 0;
    bottom: 0; 
}

#footerNeu a {
	color: #FFF;
	font-size: 13px;
	text-decoration: none;
}

#footerNeu h4 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom:0px;
	line-height: auto;
	font-size: normal;
}

#footerNeu img {
	border: 0;
}

#top-footer-navigation {
	color: #FFF;
	background-color: #003184;
    min-height: 300px; 
	padding-bottom: 50px;
}

.top-footer-container {
	max-width: 980px; 
	margin-left: auto; 
	margin-right: auto;
}

#col-container {
	margin-bottom: 40px;
    float:left;
    width:100%;
	min-height: 300px;
}

#col1 {
    float:left;
	width: 260px;
}

#col2 {
    float:left;
	width: 280px;
}

#col3 {
    float:left;
	width: 220px;
}

#col4 {
    float:left;
	width: 220px;
}

#footer-navigation a {
	font-size: small;
	clear: both;
	color: #FFF;
	text-decoration: none;
}

#top-footer-navigation a:hover {
	color: #F1F1F1;
	text-decoration: underline;
}

#copyright {
	background-color: #00225b;
	width: 100%;
	height: 50px;
	left: 0;
	bottom: 0;
}

#copyright-container {
	max-width: 980px; 
	margin-left: auto; 
	margin-right: auto;
	color: #FFF;
	font-size: small;
}

#copyright-container img {
    vertical-align: middle;
}

.labeltabpoup {
    /* Yang: is this exclusive to the popup? */
    border-left: 3px solid #003184;
    border-right: 3px solid #003184;
    border-top: 3px solid #003184;
    border-bottom: 0px none #FFFFFF;
    padding-top:4px;
    padding-bottom:2px;
    padding-right:12px;
    padding-left:12px;
    color: #000000;
    background-color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
}

.loginpopup {
    /* Selden: is this exclusive to the popup? Different than modalpopup? */
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid black;
}

.buttontabselected {
    /* Selden: is this exclusive to the popup? .popupTabSelected */
    border-left: 3px solid #0000FF;
    border-right: 3px solid #0000FF;
    border-top: 3px solid #0000FF;
    border-bottom: 3px none #0000FF;
    color: #000000;
    background-color: #FFFFFF;
    height: 25px;
}

.buttontabnotselected {
    /* Selden: is this exclusive to the popup? .popupTabNotSelected */
    border-left: 3px solid #0000FF;
    border-right: 3px solid #0000FF;
    border-top: 3px solid #0000FF;
    border-bottom: 3px none #0000FF;
    color: #000000;
    height: 25px;
    background-color: #003399;
}

.errormessage {
    /* Selden: is this exclusive to the popup? .popupErrorMessage */
    color: #FF0000;
}

.graylink:link, .graylink:active, .graylink:visited { 
    color: #AFC1D1; 
    text-decoration: none; 
    font-weight: normal; 
}

.bluelink:link, .bluelink:active, .bluelink:visited .bluelink:hover{ 
    color: blue; 
    text-decoration: none; 
    font-weight: normal; 
}

.bluelinkwb:link, .bluelinkwb:active, .bluelinkwb:visited .bluelinkwb:hover {
    /*color: #005000;*/
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
    /*background-color: white;*/
}

.column_head_blue {
	background-image: url(images/feature_head2_tile.jpg);
	background-repeat: repeat-x;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-right: 4px;
	padding-left: 8px;
}

.column_head2 {
	background-image: url(images/feature_head2_tile.jpg);
	background-repeat: repeat-x;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-right: 4px;
	padding-left: 8px;
}

.column_head2 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.column_head2 a:link, .column_head2 a:active, .column_head2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.column_head2 a:hover {
	color:#003184;
	text-decoration: none;
}

.coupontitle  {
    font-size: 12pt;
    font-weight: bold;
    color: #34946B;
}

.section_header
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(images/cust_rev_head_tile.jpg);
	background-repeat: repeat-y;
	height: 21px;
	width: 100%;
	padding-top: 3px;
	padding-left: 10px;
	font-weight: bold;
	padding-right: 10px;
	margin-bottom: 10px;
}
.section_headernw
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(images/cust_rev_head_tile.jpg);
	background-repeat: repeat-y;
	height: 21px;
	padding-top: 3px;
	padding-left: 10px;
	font-weight: bold;
	padding-right: 10px;
	margin-bottom: 10px;
}

.hreview-aggregate {
    Height: 19px;
    Width: 555px;
    text-align: left;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: center;
	line-height: 18px;
	width:850px;
	margin-left: auto;
	margin-right: auto;
	height:60px;
	bottom: 0px;
	margin-top:16px;
}
#footer a:link, #footer a:active, #footer a:visited{
	color: #666666;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}
#footer a:hover{
	color:#003184;
	background-color: #FFFFFF;
	text-decoration: underline;
}
.mainmenu {
    vertical-align: top;
    text-align: center;
}
.mainmenuitem {
    vertical-align: top;
    text-align: center;
}

.blogHeaderGray:link
{ 
    color: #000666 !important;
    text-decoration: none;
}

blogHeaderGray:visited
{ 
}

.blogHeaderGray:hover
{
   color: #5DC5F7;
    text-decoration: underline !important;
}

.gridViewRow {
    padding-bottom: 50px;
}
/*div:first-of-type {
    height:100%;
    width:100%;
    background-image:url(Images/HomeImage1.jpg);
d    background-size:cover;
    background-position:center center;
}*/

.reviewheader, reviewheader a:link, reviewheader a:active, reviewheader a:visited {
    color: #004200;
    font-weight: bold;
    font-size: 12pt;
}
