/* root element for tabs  */
.tabs {
	list-style:none;
	margin:0 !important;
	padding:0;
	height:30px;
	/*border-bottom:1px solid #f93;*/
}

/* single tab */
.tabs li {
	float:left;
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important;


}

/* link inside the tab. uses a background image */
.tabs a {
	background: #f4f4f4;
	font-size:13px;
	display:block;
	height: 28px;
	line-height:29px;
	width: 111px;
	text-align:center;
	text-decoration:none;
	color:#999999;
	padding:0px;
	margin:0px;
	position:relative;
	top:1px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #F93;
}

.tabs a:active {
	outline:none;
	background: #FFF;
}

/* when mouse enters the tab move the background image */
.tabs a:hover {
	background-position: -652px -31px;
	color:#F93;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
.tabs .current, .tabs .current:hover, .tabs li.current a {
	cursor:default !important;
	color:#F93 !important;
	border:1px solid #f93;
	border-bottom:0px;
	background: #FFF -652px -62px;
	height: 29px;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
.tabs .w1 			{ background-position: -519px 0; width:134px; }
.tabs .w1:hover 	{ background-position: -519px -31px; }
.tabs .w1.current { background-position: -519px -62px; }

/* width 2 */
.tabs .w2 			{ background-position: -366px -0px; width:154px; }
.tabs .w2:hover 	{ background-position: -366px -31px; }
.tabs .w2.current { background-position: -366px -62px; }


/* width 3 */
.tabs .w3 			{ background-position: -193px -0px; width:174px; }
.tabs .w3:hover 	{ background-position: -193px -31px; }
.tabs .w3.current { background-position: -193px -62px; }

/* width 4 */
.tabs .w4 			{ background-position: -0px -0px; width:194px; }
.tabs .w4:hover 	{ background-position: -0px -31px; }
.tabs .w4.current { background-position: -0px -62px; }
.tabs .tabnumber{
	float: left;
	height: 15px;
	width: 15px;
	margin: 6px 3px 0px 6px;
}
.tabs  .current .tabnumber-one {
	background: url(../images/layout/1-2-tabs.gif) no-repeat left top;
}
.tabs .tabnumber-one {
	background: url(../images/layout/1-2-tabs.gif) no-repeat right top;
}
.tabs  .current .tabnumber-two {
	background: url(../images/layout/1-2-tabs.gif) no-repeat left bottom;
}
.tabs .tabnumber-two {
	background: url(../images/layout/1-2-tabs.gif) no-repeat right bottom;
}


/* initially all panes are hidden */
.panes .tabsection {
	display:none;
	line-height: 18px;
	font-size: 12px;
	border: 1px solid #f93;
}

.tabsection .narrow-box{border:none;}

/* tab pane styling */
.panes div {
	/*display:none;	*/
	padding:15px 7px;
	/*border-top:0;*/
	/*height:100px;*/
	font-size:12px;
}


	div.panes div {
		background:#fff;
		-background:#fff;
		/*height:172px;*/
	}

	div.panes label {
		margin-bottom:15px;
		display:block;
	}
.error {
		color:red;
	}

#speciality {
	width: 99%;
	margin-top: 10px;
	font-size: 12px;
	line-height: 18px;
	padding:0px 0px 0px 5px;
}
#speciality option{
	margin-bottom:3px;
}

#select_speciality {
	font-size: 12px;
	line-height: 18px;
	display: none;
	padding:0px;
	width:55%;
	padding:10px 5px 10px 15px;
	background:#f4f4f2;
}
.panes table label{
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.panes table th {
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #F4F4F2;
}
.panes table td {
	padding: 5px 3px 5px 4px;
	font-size: 11px;
}
.panes table td+td {
	border-left: 1px solid #F4F4F2;
}
#select_program {
	font-weight: bold;
	width:35%;
	padding:10px 0px 10px 0px;
}
.service-box {
	background: #f4f4f2;
}

