﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/

body
{
	background-color: #ffffff;
	font-size: 0.75em;
	font-family: Calibri, Tahoma;
	margin: 0;
	padding: 0;
	color: #123817;
}

a.blklink:link
{
    color: #000;
    text-decoration: none;
}

a.blklink:visited
{
    color: #000;
    text-decoration: none;
}

a.blklink:hover
{
    color: #000;
    text-decoration: none;
}

a:link {
    text-decoration: none;
	color: #003200;
}
a:visited
{
    color: #fff;
    text-decoration: none;
}
a:hover
{
    color: #ffffff;
    text-decoration: none;
}
a:active
{
    color: #003200;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

a.small_link {
    
    text-decoration: none;
    font-size:0.9em;
}

a.report_link
{
    text-decoration: underline;
    color: #FF6666;
}

a.report_link:hover
{
    text-decoration: none;
    color: #FF6666;
}



/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	  
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
	color: #fff;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
    color: #fff;
}
h4
{
    font-size: 1.1em;
}
.head4
{
    font-size: 1.6em;
    font-weight:bold;
	font-family: Calibri, Tahoma;   
}
h5, h6
{
    font-size: 1.3em;
    font-weight:bold;
    color: #235f00;
    padding: 0;
    margin: 10px 0 0 0;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}



.static_left {
    width:631px;
    float:left;
    margin-top: 5px;
    background: #5a9200;   
    padding: 5px 10px 10px 10px; 
}

.static_right {
    width:324px;
    float:right;
    margin-top: 0px;
}

.static_search {
    width:324px;
    margin-top: 5px;
    background: #5a9200;
    height: 85px;
}

.static_reviews {
    width:324px;
    height:349px;
    margin-top: 5px;
    background: #5a9200;
}



    
div.wrapper { 
width:500px; 
} 
div.header { 
background-color: #5a9200;
width:480px; 
height: 20px;
text-align:center; 
padding: 4px 5px 0px 5px;
font-size: 1.1em;
font-weight: bold;
color: #fff;
} 
div.left_column { 
background-color: #aaaaaa;
width:150px; 
float:left; 
text-align:left; 
vertical-align:middle; 
padding: 5px ;
} 
div.right_column { 
background-color: #cccccc;
width:330px; 
float:left;
text-align:left; 
vertical-align:middle; 
padding: 5px ;
} 
hr { 
clear:both; 
display:block; 
visibility:hidden;}






/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 1040px;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    width: 980px;
    margin-bottom: 0px;
    color: #000;
    margin-left: auto;
    margin-right: auto;
    height: 137px;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#header_logo {
    height:90px;
    width:200px;
    float:left;
    margin-top: 10px;
}

#header_banner_right {
    height:80px;
    width:470px;
    float:right;
    margin-top: 20px;
}

#home_tl {
    background-color: #aff;
    width:651px;
    height:349px;
    float:left;
    margin-top: 0px;
}

#home_tl_form { 
    float:left;
    margin: 190px 0 0 20px  
}

#home_tl_bar {
    background: url(/ui/rot-home/bar.png) no-repeat 0px 0px;
    width:651px;
    height:100px;
    float:left;
    margin-left: -20px;
    padding-left: 50px; 
    padding-top: 10px;
}



#home_tr {
    width:324px;
    height:349px;
    float:right;
    margin-top: 0px;
    background-color: #5a9200;
}

.latest_review_element_left {
    float:left; 
    width:32px;
    height:28px;
    background: url(/ui/default/quote_large.png) no-repeat 0px 0px;
    margin: 0 8px 0 7px;
}

.latest_review_element_right {
    float:left; 
    width:250px; 
    color:#fff; 
    margin: 0px 5px 11px 5px; 
    font-size:0.9em;
}

.latest_review_body {
    color: #fff;
}

a.latest_review_practice {
    color: #94e122;
    font-size:0.9em;
}


.latest_review_town {
    color: #000;
}



#home_bl {
    background-color: #fff;
    width:480px;
    height:78px;
    float:left;
    margin-top: 5px;
}

#home_br {
    width:480px;
    height:78px;
    float:right;
    margin-top: 5px;
}

#home_blue_bar {
    background-color: #5a9200;
    width:980px;
    height:4px;
    margin-top: 5px;
}

#home_footer_l {
    float:left;
    margin-top: 5px;
}

#home_footer_r {
    float:right;
    margin-top: 5px;
}

#search_top {
    background-color: #6ca419;
    width:100%;
    height:100px;
    float:left;
    margin-top: 0px;
}

#search_form { 
    float:left;
    margin: 15px 0 0 20px  
}

#search_main {   
    width:1010px; 
}

#search_box_header { 
    background-color: #5a9200;
    width: 625px;
    padding: 8px 5px 8px 15px;
    color: #fff;
    margin: -5px 0 0 -10px;
    font-weight: bold;
	font-size: 1.3em;
}

#search_left { 
    background-color: #6ca419;
    float:left;
    width: 635px;
    min-height: 550px;
    margin: 5px 5px 0 0;
    padding: 5px 0 5px 10px;
}
#search_right { 
    /*background-color: #c3d5e9;*/
    float:left;
    width:330px;
    height:400px;
    margin: 5px 0 0 0px;
}

#search_right_ad { 
    /*background-color: #c3d5e9;*/
    float:left;
    width:325px;
    height:255px;
    margin: 5px 0 0 0px;
}

#search_footer { 
    /*background-color: #ffd5e9;*/
    width:625px;
    height:25px;
    margin-top:10px;
    font-size: 1.1em;
    font-weight: bold;
}

#search_footer_left { 
    /*background-color: #c3d5e9;*/
    float: left;
    width:150px;
    height:25px;
    margin-left: 10px;
}

#search_footer_right { 
    /*background-color: #c3d5e9;*/
    float: right;
    width:150px;
    height:25px;
    margin-right: 10px;
    text-align:right;
}


.search_item { 
   /*background-color: #ffaaaa;*/
    color: #fff;
    float:left;
    width:625px;
    line-height: 1.6em;
}

.search_item_ad { 
   /*background-color: #ffaaaa;*/
    color: #fff;
    float:left;
    width:625px;
    line-height: 1.6em;
    padding-left: 80px;
}

.search_item_left { 
    /*background-color: #ffffaa;*/
    float:left;
    width:15px;
    height:35px;
    margin: 10px 0 0 10px;
    font-size: 1.2em;
    font-weight: bold;
}
.search_item_mid { 
    /*background-color: #aaaaaa;*/
    float:left;
    width:450px;
    margin: 10px 0 0 5px;
}
.search_item_right { 
    /*background-color: #ffaaff;*/
    float:right;
    width:60px;
    margin: 10px 0 0 10px;
}
.search_item_name, search_item_name.a { 
    /*background-color: #ffaa33;*/
    float:left;
    width:360px;
    height:35px;
    font-size: 1.1em;
    font-weight: bold;
}
.search_item_nreviews { 
    background: url(/ui/i_review.png) no-repeat 0px 5px;
    color: #000;
    font-size: 0.9em;
    /*background-color: #ffffaa;*/
    float:left;
    width:70px;
    height:35px;
    padding: 2px 0 0 17px;
}
.search_item_ndentists { 
    /*background-color: #aaffff;*/
    float:left;
    width:5px;
    height:5px;
}
.search_item_avgscore { 
    /*background-color: #6666ee;*/
    float:left;
    width:105px;
    height:35px;
    margin: 10px 0 0 5px;
}
.smallblack { 
    color: #000;
    font-size: 0.8em;
}

.smallwhite { 
    color: #fff;
    font-size: 0.8em;
}

.smalldarkblue { 
    color: #fff;
    font-size: 0.8em;
}

.full_header { 
    background-color: #5a9200;
    width: 100%;
    font-size: 1.1em;
    font-weight: bold;
    padding: 8px 5px 8px 15px;
    color: #fff;
}

.full_main { 
    background-color: #6ca419;
    width: 100%;
    font-size: 1.1em;
    font-weight: bold;
    padding: 8px 5px 8px 15px;
    color: #fff;
}

#practice_main {   
    width:1020px; 
}

#practice_left { 
    float:left;
    width: 645px;
    margin: 0px 5px 0 0;
    
}
#practice_right { 
    float:left;
    width:330px;
    margin: 0px 0 0 0;
}
#GMapBox {
    background-color: #5a9200;
    width: 314px;
    height: 334px; 
    padding: 8px;
}
#GMapBoxSV {
    background-color: #5a9200;
    width: 314px;
    height: 334px; 
    padding: 8px;
    margin: 5px 0 0 0;
}

#GMapBoxSearch {
    background-color: #5a9200;
    width: 309px;
    height: 289px; 
    padding: 8px;
}


.practice_bars { 
    margin: 3px 0 7px 0;
}

#practice_box_header { 
    background-color: #5a9200;
    width: 625px;
    padding: 8px 5px 8px 15px;
    color: #fff;
}

#practice_box_header h1{    
    font-size: 1.3em;
    font-weight: bold;
    color: #fff;
    padding: 0;
    margin: 0;
}



#practice_box_main { 
    background-color: #6ca419;
    float:left;
    width: 100%;
    height: 318px;
    margin: 0px 0px 0px 0;
}

.practice_main_info {
    float:left;
    margin-top:0px;
    margin-left:10px;
    color:#fff; 
    width: 265px;
    border: solid 1px #5a9200;
    border-width: 0 1px 0 1px;
    padding: 0 10px 10px 10px;
    height: 280px;
}

.practice_main_claim a{
    background: url(/ui/default/small-tick.png) no-repeat 0px 0px;
    height: 25px;
    font-size: 1em;
    color: #fff;
    margin: 10px;
    padding-left: 25px;
}

#practice_main_review a{
    background: url(/ui/default/quote-medium.png) no-repeat 0px 0px;
    height: 25px;
    font-size: 1em;
    color: #fff;
    margin:10px;
    padding-left: 25px;

}

.practice_score {
    float:right;
    margin-top:10px;
    margin-right:10px;
    margin-bottom:10px;
    color:#fff; 
    width: 175px;
}

.practice_dentist_header { 
    background-color: #5a9200;
    width: 625px;
    font-size: 1.3em;
    font-weight: bold;
    padding: 8px 5px 8px 15px;
    color: #fff;
    margin-top:5px;
}

.practice_dentist_main { 
    background-color: #6ca419;
    float:left;
    width: 625px;
    padding: 10px 10px 10px 10px;
}

.practice_featured_header { 
    background-color: #5a9200;
    width: 625px;
    font-size: 1.3em;
    font-weight: bold;
    padding: 8px 5px 8px 15px;
    color: #fff;
    margin-top:5px;
}

#practice_featured_main  
{
   background: url(/ui/freviews/001.png) no-repeat;
    background-color: #6ca419;
    float:left;
    width: 625px;
    height: 191px;
    padding: 10px 10px 10px 10px;
}

.practice_featured_text { 
    float:left;
    width: 230px;
    margin: 0 0 0 200px;
    font-size: 1.15em;
    font-weight: bold;
    color: #fff;
}

.practice_featured_name { 
    font-size: 0.9em;
    font-weight: bold;
    color: #123817;
}

#practice_reviews_header { 
    background-color: #c1c1c1;
    width: 625px;
    font-size: 1.3em;
    font-weight: bold;
    padding: 8px 5px 8px 15px;
    color: #235f00;
    margin-top:5px;
}

.barpc { 
    float:right;
    font-size: 0.9em;
    font-weight: bold;
    color: #fff;
    margin: 5px 0 0 0px;
    padding-right: 10px;
}


#practice_reviews_main { 
    background-color: #dbdbdb;
    float:left;
    width: 100%;
    margin: 0px 0px 0px 0;
}

.practice_review_item {
    padding:0 10px 0 10px;
    float:left;
    width:32px;
    height:37px;
    background: url(/ui/avatar_g.png) no-repeat 10px 5px;
    margin-left:5px;
}

#practice_post_header { 
    background-color: #5a9200;
    width: 625px;
    font-size: 1.3em;
    font-weight: bold;
    padding: 8px 5px 8px 15px;
    color: #fff;
    margin-top:5px;
}

#practice_post_main { 
    background-color: #6ca419;
    float:left;
    width: 100%;
    height: 100px;
    margin: 0px 0px 5px 0;
}


.practice_small_box { 
    width:310px;
    margin: 5px 0 0 0;
}

.practice_small_box_header { 
    background-color: #5a9200;
    width: 310px;
    font-size: 1.3em;
    font-weight: bold;
    padding: 8px 5px 8px 15px;
    color: #fff;
}

.practice_small_box_main { 
    background-color: #6ca419;
    float: left;
    width: 300px;
    height: 55px;
    margin: 0px 0px 0 0;
    font-size: 0.9em;
    color: #fff;
    padding: 15px;
}

#practice_small_box_claim a { 
    background: #6ca419 url(/ui/default/big-tick.png) no-repeat 250px 12px;
    display: block;
    
    width: 225px;
    height: 55px;
    margin: 0;
    font-size: 1em;
    color: #fff;
    padding: 15px 90px 15px 15px;
    text-align:left;
}

#practice_small_box_email a { 
    background: #6ca419 url(/ui/default/big-email.png) no-repeat 250px 12px;
    display: block;
    
    width: 225px;
    height: 55px;
    margin: 0;
    font-size: 1em;
    color: #fff;
    padding: 15px 90px 15px 15px;
    text-align:left;
}

#practice_small_box_links { 
    background: #6ca419 url(/ui/default/big-link.png) no-repeat 250px 12px;
    float: left;
    width: 225px;
    height: 55px;
    margin: 0;
    font-size: 0.9em;
    color: #fff;
    padding: 15px 90px 15px 15px;
    text-align:left;
}


#practice_right_ads { 
    /*background-color: #6ca673;*/
    width:330px;
    height:270px;
    margin: 5px auto 0px auto;
    padding: 0 0 0 15px;
}

.dentist_rating {
    background-color: #6ca419;
    float:right;
    margin: 0px 0px 0px 0px;
    color:#fff; 
    width: 250px;
    padding: 15px 15px 15px 65px;
}


#main
{
    padding: 0px 30px 5px 30px;
    background-color: #fff;
    margin-bottom: 30px;
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 2px #44f solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: left;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

.white {
    color:#fff;
}


.large_white {
    color:#fff;
    font-weight: bold;
    font-size: 1.9em;
    padding:10px;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 0px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 4px;   
  border: solid 0px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 0px #e8eef4;   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
    height: 1px;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:0px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

/* begin css tabs */
 
ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
font: bold 12px Calibri, Tahoma, sans-serif; /* set font as desired */
border-bottom: 2px solid #5a9200; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 0px; /* THIRD number must change with respect to padding-top (X) below */
}
 
ul#tabnav li { /* do not change */
display: inline;
}
 
body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}
 
body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a { /* settings for selected tab link */
background-color: #6ca419; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}
 
ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #6c6; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #ecedf1; /* set unselected tab background color as desired */
margin-right: 1px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
color:#6fa71d;

text-decoration:none;
height: 18px;
padding-right: 20px;
padding-left: 20px;
-moz-border-radius:10px 10px 0px 0px;
}
 
ul#tabnav a:hover { /* settings for hover effect */
    color:#FFF;
    background-color: #6fa71d;
	 /* set desired hover color */
}
 
/* end css tabs */

#sendreviewtable {
    width: 90%;
}

#sendreviewleftcol {
    width: 140px;
}

.sendreview_main { 
    background-color: #6ca419;
    width: 100%;
    font-size: 1.1em;
    font-weight: bold;
    padding: 8px 5px 8px 15px;
    color: #fff;
    height: 700px;
}

.full_newpractice { 
    background-color: #6ca419;
    width: 100%;
    font-size: 1.1em;
    font-weight: bold;
    padding: 8px 5px 8px 15px;
    color: #fff;
    height: 750px;
}

.claim_main { 
    background: #6ca419;
    width: 100%;
    font-size: 1.1em;
    font-weight: bold;
    padding: 8px 5px 8px 15px;
    color: #fff;
    height: 500px;
}
