/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #006633;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
	float: left;
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
	margin:0;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: left;
}

ul.tabbernav li
{
	list-style: none;
	padding: 0px;
	display: inline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	line-height: 26px;
}


ul.tabbernav li a
{
	margin-left: 5px;
	text-decoration: none;
	width: 115px;
	padding-top: 3px;
	padding-right: 0.5em;
	padding-left: 0.5em;
	padding-bottom: 0px;
	background-image: url(images/hotel_tab_bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 26px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: block;
	text-indent: 5px;
}

ul.tabbernav li a:link {
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

ul.tabbernav li a:visited {
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

ul.tabbernav li a:hover
{
	color: #000000;
	background-image: url(images/hotel_tab_bg_hover.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

ul.tabbernav li.tabberactive a
{
	background-image: url(images/hotel_tab_bg_hover.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

ul.tabbernav li.tabberactive a:hover
{
	color: #000000;
	background-image: url(images/hotel_tab_bg_hover.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	padding:5px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #aaa;
	border-right-color: #aaa;
	border-bottom-color: #aaa;
	border-left-color: #aaa;
	margin: 0px; /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */ /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
	display:none;
	padding: 0px;
}
.tabberlive .tabbertab h3 {
 display:none;
}
#tab-content {
	margin: 0px;
	float: left;
	width: 580px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#tab-content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
}



/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
	overflow:auto;
}

#left-container {
	float: left;
	width: 620px;
	height: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	margin: 0px;
}
#maincontainer {
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 927px;
	height: auto;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#tab-content li {
	list-style-image: url(images/bullet.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
}
#tab-content li a {
	list-style-image: url(images/bullet.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	color: #407412;
}
#tab-content li a:hover {
	list-style-image: url(images/bullet.jpg);
	text-decoration: underline;
	color: #407412;
}
#promotion-con {
	float: left;
	width: 570px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #f3f3e9;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#promotion-con p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#doctor-con {
	float: left;
	width: 570px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #f3f3e9;
	padding: 0px;
}
#doctor-con p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.doc-img {
	float: left;
	width: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.doc-img2 {
	float: left;
	width: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding: 0px;
}
.promotion-intro {
	float: left;
	width: 450px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 5px;
	padding-left: 5px;
}
.promotion-intro p  a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	color: #407412;
}
.promotion-intro p a:hover {
	text-decoration: underline;
}
.doc-proc {
	float: left;
	width: 275px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin: 0px;
}

.doc-proc .doc-proc-con {
	float: left;
	padding: 5px;
	width: 265px;
}



.doc-proc .doc-proc-con .pro-name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	float: left;
	line-height: 25px;
	color: #006600;
	width: 265px;
}
.app-tab {
	float: left;
	width: 550px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.doc-intro {
	float: left;
	width: 450px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.doc-intro    p  a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	color: #407412;
}
.doc-intro p a:hover {
	text-decoration: underline;
}
#tab-content li li {
	list-style-image: url(images/bullets_d.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
}
#tab-content li li a {
	list-style-image: url(images/bullet.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	color: #407412;
}
#tab-content li li a:hover {
	list-style-image: url(images/bullet.jpg);
	text-decoration: underline;
	color: #407412;
}


#tab-content2 .proc-cont {
	margin: 0px;
	float: left;
	width: 285px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#tab-content2 .proc-cont .proc-box {
	padding: 5px;
	float: left;
	width: 270px;
	background-color: #EFEFEF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#tab-content2 .proc-cont .proc-name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	float: left;
	line-height: 25px;
	color: #006600;
	width: 255px;
}
#tab-content2 .proc-cont .proc {
	float: left;
	width: 255px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#tab-content2 .proc-cont .book-but {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006600;
	float: right;
	height: 18px;
	width: 70px;
	line-height: 18px;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}
#tab-content2 .proc-cont .book-but a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006600;
	text-decoration: none;
}
#tab-content2 .proc-cont .proc-links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #006600;
	line-height: 25px;
	float: left;
	width: 280px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#tab-content2 .proc-cont .proc-links p {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 265px;
}
.proc-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 265px;
}
#tab-content2 .proc-cont .proc-box p {
	float: left;
	width: 265px;
	margin: 0px;
	padding: 0px;
}

#tab-content2 .proc-cont .proc-links a {
	color: #006600;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 275px;
}
#tab-content2 .proc-cont .proc-links a:hover {
	width: 275px;
	color: #006600;
	text-decoration: none;
	background-color: #EBEBEB;
}
