
/* Default styles */
@import "./reset.css";

.post { font-size: 12px; }
h2 { color: #777777; font-size: 30px; line-height:28px; padding-top:0;}
h3 { font-size: 22px; color: #7d4d7a;}
h4 { font-size: 13px; }
h5 { font-size: 11px; }

.round_topleft {
	-moz-border-radius-topleft: 6px;
	-khtml-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 5px;
}

.round_topright {
	-moz-border-radius-topright: 6px;
	-khtml-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 5px;
}

.round_bottomleft {
	-moz-border-radius-bottomleft: 6px;
	-khtml-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 5px;
}

.round_bottomright {
	-moz-border-radius-bottomright: 6px;
	-khtml-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 5px;
}

  body {
	background-image:url('./images/body_background.gif');
	background-repeat:repeat-x;
	} 

  a.research_box {
	display: block;
	width: 256px;
	height: 64px;
	text-decoration: none;
	}

  a.research_box:hover {
	background-position: -256px 0;
	}

  a.search_check {
	display: block;
	width: 166px;
	height: 37px;
	text-decoration: none;
	background-image: url('./images/search_check.gif');
	}
  a.search_check:hover {
	background-position: -166px 0;
	}

  a.search_find {
	display: block;
	width: 188px;
	height: 37px;
	text-decoration: none;
	background-image: url('./images/search_find.gif');
	}
  a.search_find:hover {
	background-position: -188px 0;
	}

  a.search_browse {
	display: block;
	width: 132px;
	height: 37px;
	text-decoration: none;
	background-image: url('./images/search_browse.gif');
	}
  a.search_browse:hover {
	background-position: -132px 0;
	}

  a.search_doctorsarea {
	display: block;
	width: 126px;
	height: 26px;
	text-decoration: none;
	background-image: url('./images/search_doctorsarea_button.gif');
	}
  a.search_doctorsarea:hover {
	background-position: -126px 0;
	}

  a.content_aboutus {
	display: block;
	width: 96px;
	height: 26px;
	text-decoration: none;
	background-image: url('./images/content_aboutus.gif');
	}
  a.content_aboutus:hover {
	background-position: -96px 0;
	}

  a.content_whatmakesatrustedsurgeon {
	display: block;
	width: 270px;
	height: 26px;
	text-decoration: none;
	background-image: url('./images/content_whatmakesatrustedsurgeon.gif');
	}
  a.content_whatmakesatrustedsurgeon:hover {
	background-position: -270px 0;
	}

  a.content_thetrustedsurgeon {
	display: block;
	width: 191px;
	height: 26px;
	text-decoration: none;
	background-image: url('./images/content_thetrustedsurgeon.gif');
	}
  a.content_thetrustedsurgeon:hover {
	background-position: -191px 0;
	}

  a.content_ourresearch {
	display: block;
	width: 134px;
	height: 26px;
	text-decoration: none;
	background-image: url('./images/content_ourresearch.gif');
	}
  a.content_ourresearch:hover {
	background-position: -134px 0;
	}

  a.content_statistics {
	display: block;
	width: 99px;
	height: 26px;
	text-decoration: none;
	background-image: url('./images/content_statistics.gif');
	}
  a.content_statistics:hover {
	background-position: -99px 0;
	}

  .displace {
	position: absolute;
	left: -5000px;
	}

  .search_browse_states {
    width: 125px;
 	float: left; 
	font-size: 12px
	}

  .search_browse_states a {
	text-decoration: none;
	color: #000000;
  }
  .search_browse_states a:hover {
	text-decoration: underline;
    font-weight: bold;
	color: #555555;
  }

  .content_subtabs {
 	padding: 8px 0px 8px 25px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	border-bottom: 1px solid #E5E5E5;
    }
  a.content_subtabs_link:link {
	text-decoration: none;
	color: #999999;
	}
  a.content_subtabs_link:visited {
	text-decoration: none;
	color: #999999;
	}
  a.content_subtabs_link:active {
	text-decoration: none;
	color: #999999;
	}
  a.content_subtabs_link:hover {
	color: #333333;
	}
  .content_subtabs_divider {
    padding: 0px 15px 0px 15px;
    color: #999999;
  }

  li {
	margin: 5px 0px 5px 0px;

  }

  .inputlabel {
	font-size: 11px;
  }

  .inputlabel input {
    font-size: 20px; 
	font-weight: bold
  }

  .inputlabel select {
    font-size: 14px; 
  }

  .confirminfo {
	font-size: 12px;
	background-color: #EDEAD4;
	padding: 20px;
  }

  .enhanced_box {
	float: left; 
	width: 197px; 
	height: 340px;
	margin-top: 24px;
	background-color: #f4f2e4;
	text-align: center;
  }

  .enhanced_header {
	font-size: 30px; 
	color: #333333; 
	font-weight: bold
  }

  .enhanced_price {
	font-size: 18px; 
	color: #333333; 
	margin-bottom: 1px
  }

  .enhanced_plug {
	font-size: 14px; 
	color: #64838c; 
	font-weight: bold
  }

  .enhanced_descript {
	padding-top: 15px;
	font-size: 14px; 
	color: #333333; 
  }

  .enhanced_descript2 {
	font-size: 16px; 
	color: #76207e;
	font-weight: bold;
  }

  .enhanced_descript b {
	color: #76207e;
	font-weight: bold;
  }

  .enhanced_header_big {
	font-size: 42px; 
	color: #000000; 
	font-weight: bold
  }

  .enhanced_price_big {
	font-size: 20px; 
	color: #000000; 
	margin-bottom: 1px
  }

  .enhanced_plug_big {
	font-size: 16px; 
	color: #416975; 
	font-weight: bold
  }

  .enhanced_descript_big {
	padding-top: 24px;
	font-size: 16px; 
	color: #000000; 
  }

  .enhanced_descript2_big {
	font-size: 18px; 
	color: #76207e;
	font-weight: bold;
  }

  .enhanced_descript_big b {
	color: #76207e;
	font-weight: bold;
  }

  .enhanced_descript_big a:link, .enhanced_descript_big a:active, .enhanced_descript_big a:visited, .enhanced_descript_big a:hover {
	color: #000000;
	text-decoration: none;
  }

  .popup {
	color: #000000;
	text-align: left;
	position: absolute; top: -92px; left: 247px; width:224px; height: 274px; 
	background-image:url('./images/bubble-background.png');
	background-position: bottom right;
	font-size: 12px;
	font-weight: normal;

  }

  .popup b {
	color: #000000;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
  }

  .popup_arrow {
	position: absolute; top: -25px; left: 200px; width:50px; height: 40px;
	background-image:url('./images/bubble-arrow.png')
  }

  .popup_left {
	position: absolute; top: -92px; left: 247px; width:1; height: 267px; 
    border-left: solid 1px #FFCC66;
  }

  .popup_top {
	position: absolute; top: -92px; left: 247px; width:218px; height: 1px; 
    border-top: solid 1px #FFCC66;
  }

  .main_profile {
	font-size: 14px;
	font-weight: bold;
  }

  .main_label {
	font-size: 10px;
	font-weight: normal;
	margin-left: 7px;
  }

  .main_unhighlighted {
	margin-left: 5px;
  }

  .main_highlighted {
	background-color: #FFFED5;
	padding-left: 5px; 
	border:	1px dashed #b1b083;
  }

  .main_plans {
	font-size: 14px;
  }

  .main_plans table {
	border-collapse: collapse;
  }

  .main_plans th {
	font-size: 13px;
	font-weight: bold;
  }

  .main_plans td {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #000000;
	height: 50px;
  }

  .main_plans .dark {
	color: #FFFFFF;
	background-color: #222222;
	border-top: 1px solid #999999;
  }

  .main_plans .plan {
	font-size: 18px;
	text-align: right;
	width:125px
  }

  .main_plans .price {
	color: #FFFF00;
	font-weight: normal; 
	line-height: 24px;
	width:95px
  }

  .main_plans .upgrade {
	font-size: 13px; 
	line-height: 8px;
  }

  .main_plans a:link, .main_plans a:active, .main_plans a:visited, .main_plans a:hover {
	font-weight: normal;
	color: #FFFFFF;
  }



  .main_plans .selected {
	background-color: #FFFFCC;
  }

  .main_plans .selected .dark {
	color: #000000;
	background-color: #FFFFCC;
	border-top: 1px solid #999999;
  }

  .main_plans .selected .upgrade {
	color: red;
	font-weight: bold;
	font-size: 13px; 
	line-height: 8px;
  }

  .nextcharge {
	font-size: 14px;
  }

  .invoices {
	padding-left: 20px;
	line-height: 14px;
	font-size: 14px;
  }


  .main_updateprofile .inputlabel input {
    font-size: 16px; 
	font-weight: bold
  }