/* CSS Document */


body, table, th, td, li, pre, blockquote {
	  background-color:#E5E5E5; 
	  font: 1em;
	  line-height: 1.5em;
	  padding:0px; 
	  margin:0px; 
      font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	  font-size: 14px;
	}
	
h1 { font-size: 14px; }
h2 { font-size: 13px; }
	
/*  In case we want to play with forms.
form, input, select {
  font-size: 14px;
  color: gray;
}

input {
  color: black;
} */

	

a:link { color: blue; text-decoration: none;  }
a:visited { color: blue; text-decoration: none;  }
a:hover { color: white; background-color: blue;  text-decoration: none;  }

.deleteit a:link { color: red; text-decoration: none;  }
.deleteit a:visited { color: red; text-decoration: none;  }
.deleteit a:hover { color: white; background-color: red;  text-decoration: none;  }

.imagelink a:hover { background-color: white}

.profileedit {font-size: 16px; }
.profileedit a:link { color: black; background-color: #FAC249; text-decoration: none;  }
.profileedit a:visited { color: black; background-color: #FAC249; text-decoration: none;  }
.profileedit a:hover { color: #FAC249; background-color: black;  text-decoration: none;  }

.wrap_block{width:100%; float:left; position:relative;}
.wrap{width:915px; position:relative; border-bottom:3px solid #E5E5E5; text-align:left; text-align:left; border-top: 3px solid #E5E5E5;}
.main_body{width:915px; position:relative; border-bottom:3px solid #E5E5E5;}
.reported_field{width:915px; position:relative; float:left; margin-top:15px;}
.bottom{width:915px; position:relative; float:left;}

.left{width:650px; float:left; border-right:3px solid #BBBBBB ; border-bottom:3px solid #BBBBBB ; background-color:#FFFFFF;}
.left li,table,th,td { background-color: white; }

.lefttour{width:650px; float:left; border-right:3px solid #BBBBBB ; border-bottom:3px solid #BBBBBB ; background-color:#CDFFCC;}
.lefttour li,table,th,td { background-color: white; }


.right{width:238px; float:left; padding-left:12px; padding-right:12px;}
.legasy{color:blue;}
.legasy a{color:blue;}
.legasy a:hover{background-color:blue; color:#ffffff;}

.profile{color:#000000;}
.profile a{color:#000000; text-decoration:none;}
.profile a:hover{color:white; background-color: #000000; text-decoration:none;}




.basictab{
padding: 3px 0;
margin-left: 0;
font: bold 14px "Lucida Grande";
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
background-color: #CCFFCC;
padding-right: 60px;
padding-left: 0px;
}

.basictab li{
display: inline;
margin: 0;
margin-top:15px;
font-size: 14px;
line-height: 1em;

}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 0px;
border: 1px solid gray;
border-bottom: none;
background-color: #99FF99; 
color: #2d2b2b;
margin-top:15px;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover{
background-color: #FAC249;
color: black;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
padding-top: 3px;
background-color: #E5E5E5;
border-bottom:1px solid #E5E5E5;
color: black;
margin-top:15px;

}


.whitebox {
	background-color: #FFFFFF;
	height: 50em;
	margin-left: 30px;
	margin-right: 30px;
	width: 60%;
}

.bodytext {
	padding-left: 10px;
	padding-top: 5px;
	font: bold 12px "Arial";
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	line-height: 1.5em;
	color: #333333;

}

.bodytextleft {
	padding-left: 10px;
	padding-right: 10px;
}

.bodytextleft table, tr,td {
     font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	  font-size: 14px;
}

.bodytextlite {
	padding-left: 10px;
    padding-right: 10px;
	padding-top: 5px;
	font: normal 12px "Arial";
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	line-height: 1.5em;
	color: #333333;

}

.scorecardtext p,table,tr,th,td {
	padding-left: 2px;
	padding-top:  1px;
	font: normal 12px "Arial";
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	line-height: 1.25em;
	color: #333333;
}

.scorecardentryodd {
	background-color: #E5E5E5;
	border-left: solid 1px gray;
	padding: .3em;
}

.scorecardentryoddright {
	background-color: #E5E5E5;
	border-left: solid 1px gray;
	border-right: solid 1px gray;
	padding: .3em;
}

.scorecardentryeven {
	background-color: white;
	border-left: solid 1px gray;
	padding: .3em;
}

.scorecardentryevenright {
	background-color: white;
	border-left: solid 1px gray;
	border-right: solid 1px gray;
	padding: .3em;
}

.scorecarddistance {
	background-color: white;
	border-left: solid 1px gray;
	padding: .3em;
	border-bottom: solid 1px gray;

}

.scorecarddistanceright {
	background-color: white;
	border-left: solid 1px gray;
	border-right: solid 1px gray;
	border-bottom: solid 1px gray;
	padding: .3em;
}

.scorecardslope {
	background-color: white;
	border-top: solid 1px gray;
	border-left: solid 1px gray;
	border-right: solid 1px gray;
	border-bottom: solid 1px gray;
	padding: .3em;
}

.scorecardtop {
   	color: black;
	background-color: #99FF99;
	padding: .5em;
	font-size: 12px;
	font-weight: bold;
	border-left: solid 1px gray;
	border-top: solid 1px gray;
	border-bottom: solid 1px gray;

}

.scorecardtopright {
   	color: black;
	background-color: #99FF99;
	padding: .5em;
	font-size: 12px;
	font-weight: bold;
	border: solid 1px gray;

}

.scorecardbottom {
   	color: black;
	background-color: #99FF99;
	padding: .5em;
	font-size: 12px;
	font-weight: bold;
	border-left: solid 1px gray;
	border-bottom: solid 1px gray;
	border-top: solid 1px gray;

}

.scorecardbottomright {
   	color: black;
	background-color: #99FF99;
	padding: .25em;
	font-size: 12px;
	font-weight: bold;
	border: solid 1px gray;
}





.bodytext .selected {
	color: black;
	background-color: #CCFFCC;
}

.rightbodytext {
	padding-left: 0px;
	padding-top: 5px;
	font: bold 12px "Arial";
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	line-height: 1.5em;
	color: #333333;

}

.rightbodytext .selected {
	color: black;
	background-color: #CCFFCC;
	padding-left: 10px;
}

.rightbodytext .unselected {
	padding-left: 10px;
}


.rightdivider  {
    border-right: solid 1px gray;
    padding-right: 1em;
    padding-left: 1em;
}



.header {
    width:100%;
	float:left;
	background-color: #CCFFCC;
	padding-top: 5px;
	margin-top: 0px;
	font: bold 12px "Lucida Grande";
	color: #333333;    
    border-bottom: 1px solid gray;
	position:relative;
}

/*
.greenheader {
	background-color: #CCFFCC;
	padding-top: 5px;
	margin-top: 0px;	
	font: bold 12px "Lucida Grande";
	color: #333333;

}*/


.greenheader {
    width:915px;
	margin:auto;
}

.greenheader2 {
    width:915px;
	float:left;
	position:relative;
}
.greenheadertext {
	font: 10px "Lucida Grande";
	color: #333333;

}

.smallgraytext {
	font: 10px "Lucida Grande";
	color: #333333;
}



.blueheader {
	background-color: #EDF3FE;
	color: black;
    font: bold 15px "Lucida Grande";
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}


.friendheader, .grayheader, .goldheader, .profileeditheader {
	background-color: #333333;
	color: white;
    font: bold 12px "Lucida Grande";
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;

}


.scoreheader {
	background-color: #FFFFFF;
	color: black;
    font: bold 12px "Lucida Grande";
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
	border-left: solid 1px gray;
	border-bottom: solid 1px gray;
}

.scoreheaderright {
	background-color: #FFFFFF;
	color: black;
    font: bold 12px "Lucida Grande";
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
	border-left: solid 1px gray;
	border-bottom: solid 1px gray;
	border-right: solid 1px gray;

}

.scoreheadergray {
	background-color: #CCCCCC;
	color: black;
    font: bold 12px "Lucida Grande";
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
	border-left: solid 1px gray;
	border-bottom: solid 1px gray;
}

.scoreheadergrayright {
	background-color: #CCCCCC;
	color: black;
    font: bold 12px "Lucida Grande";
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
	border-left: solid 1px gray;
	border-bottom: solid 1px gray;
	border-right: solid 1px gray;

}




.lightgrayheader {
	background-color: #DEDEDE;
	color: #333333;
    font: normal;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;

}





.rightmenuheader {
	background-color: #CCFFCC;
	color: black;
    font: bold 15px "Lucida Grande";
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}


.redheader {
	background-color: red;
	color: white;
    font: bold 15px "Lucida Grande";
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.helpheader {
	background-color: green;
	color: white;
    font: bold 15px "Lucida Grande";
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#HelpWindow{
	border:1px solid gray;
	padding:10px;
	margin-top:10px;
	width:880px;
	font-size:12px; 
	font-family:"Trebuchet MS";

}

#ForeWindow{
	border:0px solid gray;
	padding:3px;
	margin-top:3px;
	font-size:12px; 
	font-family:"Trebuchet MS";

}


.smallhelplink{
	font-size: 10px;
	padding-left: 800px;
}


.helpwrapper{
     background:#CCFFCC;
     border-bottom:1px solid green;
     padding-left: 10px;
     padding-right: 10px;
     padding-top: 10px;
     padding-bottom: 5px;
    }

.helpwrapper li {
	background: #CCFFCC;
}


.messagesuccess {
	background-color: #FAC249;
	color: black;
    font: bold 12px "Lucida Grande";
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.messagesuccessbody {
	background-color: white;
	color: gray;
	font: normal 14px "Lucida Grande";
	padding: 10px;	
}

.messagewarning {
	background-color: #cc3333;
	color: white;
    font: bold 15px "Lucida Grande";
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.messagewarningbody {
	background-color: white;
	color: gray;
	font: normal 14px "Lucida Grande";
	padding: 10px;	
}





.wrapper {
	background-color: #E5E5E5;
}

.rightmenu {
	width: 30%;
	float: right;
	background-color: #E5E5E5;
}

/* Logo Border Styles */
.dentistbio {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
	
}

.imagelogo img {}
.imagelogo img.center {
			display: block;
			padding: 3px;
			margin: 0 auto 1.5em auto;
			border: 3px double #bbb;
			float: none;
			clear: both;
		}
.imagelogo img.center-noborder {
			display: block;
			padding: 3px;
			margin: 0 auto 1.5em auto;
			border: 0px;
			float: none;
			clear: both;
		}
		
.imagelogo img.left {
			padding: 3px;
			margin: 0.5em 15px 0.5em 0;
			border: 3px double #bbb;
			float: left;
			clear: left;
		}

.imagelogo img.left-noborder {
			padding: 3px;
			margin: 0.5em 15px 0.5em 0;
			border: 0px;
			float: left;
			clear: left;
		}
		

.imagelogo img.right {
			padding: 3px;
			margin: 0.5em 15px 0.5em 0;
			border: 3px double #bbb;
			float: right;
			clear: left;
		}

.imagelogo img.right-noborder {
			padding: 3px;
			margin: 0.5em 15px 0.5em 0;
			border: 0px;
			float: right;
			clear: left;
}
		
/* Used for the Tours */
  .box1 {
    border: 1px solid gray;
    background:  white;
    font-size: 14;
    font-weight: bold;
    font: black;
    width: 40px;
    padding: 5px;
    float: left;
    margin: 10px;
   }

  .box1selected {
    border: 1px solid white;
    background:  #cccccc;
    font-size: 14;
    font-weight: bold;
    font: black;
    width: 40px;
    padding: 5px;
    float: left;
    margin: 10px;
   }

   .box1filler {
    width: 10px;
    float: left;
   }

.box1 a:link { color: gray; text-decoration: none;  }
.box1 a:visited { color: gray; text-decoration: none;  }
.box1 a:hover { color: white; background-color: gray;  text-decoration: none;  }
.box1selected a:link { color: gray; text-decoration: none;  }
.box1selected a:visited { color: gray; text-decoration: none;  }
.box1selected a:hover { color: white; background-color: gray;  text-decoration: none;  }

  .gbodywhite {
	background-color: white;
	padding: 5px;
   }
  .gbodygray {
	background-color: #CCCCCC;
	padding: 5px;
   }


