/*-----------------------------------------------------------------
North Carolina Medical Board
Licensee Information Website

version: 	  1.0
author: 	  GL Suite
developed by: Cara C. Carpenter

-------------------------------------------------------------------*/
/*Overall Page Styling*/

* {
	border: none;
	outline: none;
	vertical-align: baseline;
	list-style: none;
}
body {
	background: #e5eef2 url(http://www.ncmedboard.org/assets/images/backgrounds/body_slice.jpg) repeat-x 0 0;
	font: 14px/16px Georgia, Times, serif;
}
.wrapper {
	width: 975px;
	height: 100%;
	margin: 0 auto;
}


#header_area {
	height: 200px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#logo_area {
	width: 695px;
	height: 126px;
	background: url(http://www.ncmedboard.org/assets/images/backgrounds/logo2.jpg) no-repeat 0 0;
	text-indent: -9999px;
	margin-right: auto;
	margin-left: auto;
}
#logo_area h1 {
	width: 695px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	height: 100px;
}
#logo_area h1 a {
	height: 100%;
	margin: 0;
	text-indent: -9999px;
	width: 100%;
	display: block;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}
p.tagline {
	line-height: 0;
	margin: 0;
	font-size: 1px;
}
#print_header {
	width: 100%;
	float: left;
	
}
/* MAIN NAV */
#main_nav_area {
	width: 100%;
	height: 52px;
	margin-top: 9px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 50px;
}
#main_nav_area_small {
	width: 100%;
	height: 52px;
	margin-top: 9px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 175px;
}
#main_nav {
	width: 100%;
	height: 52px;
}
ul {
	height: 52px;
    display: block;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
#main_nav li {
	float: left;
	list-style-type: none;
	height: 52px;
	margin: 0;
	padding: 0;
	width: auto;
}
#main_nav li a {
	text-decoration: none;
	font-size: 1.4em;
	color: #000;
	background: #e5eef2 url(http://www.ncmedboard.org/assets/images/backgrounds/main_nav_background.jpg) no-repeat center 0;
	padding: 0 12px;
	float: left;
	margin: 0;
	line-height: 40px;
	width: auto;
}
#main_nav li a:hover {
	color: #fff;
	background-position: center -52px;
}
#main_nav li.current a,
#main_nav li.current a:hover {
	background-position: center -104px;
}
#main_nav li a.first {
	background-position: 0 0;
	padding-left: 15px;
}
#main_nav li a.first:hover {
	background-position: 0 -52px;
}
#main_nav li.current a.first, #main_nav li.current a.first:hover {
	background-position: 0 -104px;
}
#main_nav li a.last {
	background-position: right 0;
	padding-right: 14px;
}
#main_nav li a.last:hover {
	background-position: right -52px;
}
#main_nav li.current a.last,
#main_nav li.current a.last:hover {
	background-position: right -104px;
}
/*End MAIN NAV */
/*Sub Header*/
#page_header h1 {
	color: #000;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	width: 95%;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	text-transform: uppercase;
	line-height: normal;
}
#as_of
{
	width: 695px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
#lblAsOf {
	color: #000;
	font-weight: bold;
	font-size: 11pt;
	font-style:italic;
}
#printHeader 
{
	display: none;
	
}
#last_updated
{
	width: 695px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
#lblLastUpdate {
	color: #000;
	font-weight: bold;
	font-size: 11pt;
	font-style:italic;
}
#main_content {
	width: 100%;
	padding-top: 0px;
	float: left;
	margin-top: -30px;
	
}
#wide_tabbed_box_top {
	background-image: url(../Images/wide_tabbed_box_top.gif);
	background-repeat: no-repeat;
	margin-top: 25px;
	padding-top: 10px;
	
}
#wide_tabbed_box_wrapper {
	border-left: 1px solid #a3d5ec;
	border-right: 1px solid #a3d5ec;
	background-color:#FFF;
}
#wide_tabbed_box_content {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	
}
#tabbed_wide_box_bottom {
	height: 20px;
	background-image: url(../Images/wide_tabbed_box_bottom.gif);
	background-repeat: no-repeat;
	width: 100%;

	
}
.ajax__tab_xp2 .ajax__tab_header {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.ajax__tab_xp2 .ajax__tab_tab {
	height: 30px;
	padding-top: 5px;
	margin: 0;
	background-image: url(../Images/box_tab.gif);
	background-repeat: repeat-x;
}
.ajax__tab_xp2 .ajax__tab_outer {
	background-image: url(../Images/box_tabs_right.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 1px;
	height: 30px;
}
.ajax__tab_xp2 .ajax__tab_inner {
	padding-left: 5px;
	background-image: url(../Images/box_tabs_left.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 30px;
}

.ajax__tab_xp2 .ajax__tab_hover .ajax__tab_outer {
	background-image: url(../Images/box_tabs_right_hover.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.ajax__tab_xp2 .ajax__tab_hover .ajax__tab_inner {
	background-image: url(../Images/box_tabs_left_hover.gif);
	background-repeat: no-repeat;
}
.ajax__tab_xp2 .ajax__tab_hover .ajax__tab_tab {
	background-image: url(../Images/box_tab_hover.gif);
	background-repeat: repeat-x;
}
.ajax__tab_xp2 .ajax__tab_active .ajax__tab_outer {
	background-image: url(../Images/box_tabs_right_active.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.ajax__tab_xp2 .ajax__tab_active .ajax__tab_inner {
	background-image: url(../Images/box_tabs_left_active.gif);
	background-repeat: no-repeat;
}
.ajax__tab_xp2 .ajax__tab_active .ajax__tab_tab {
	background-image: url(../Images/box_tab_active.gif);
	background-repeat: repeat-x;
}
.ajax__tab_default .ajax__tab_header 
{
	white-space:normal!important;
}
/*End Sub Header*/
/*End Overall Page Styling*/
/*-----------------------------------------------------------------------------------------------------------*/

/*Generic Styles*/
.clear {
	clear: both;
}
#intro_text{
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 100px;
	padding-right: 100px;
	text-align: left;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h2 {
	display: block;
	margin-top: 5px;
	padding-top: 10px;
	text-align: left;
	color: #0078ae;
	font-weight: bold;
	font-size:18px;
}
h3, label{
	display: block;
	margin-top: 30px;
	margin-bottom: -10px;
	text-align: left;
	color: #68932F;
	font-weight: bold;
	font-size:16px;
}
#div_dob h2 {
	font-size: 12px;
	font-style: italic;
	margin-top: 5px;
	text-align: left;
	text-decoration: none;
	color:#000;
	margin-left:-10px;
	visibility: hidden;
}
p{
	margin: 8px;
	white-space: normal;
	font-family: Georgia, Times, serif;
	font-size: 14px;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	vertical-align: text-top;
	word-spacing: normal;	
}
ul{
	margin-top: 8px;
	text-align: left;
	font: 14px Georgia, Times, serif;
}
li{
	list-style-position: outside;
	margin-left: 25px;
	margin-top: 5px;
}
a{
	font-weight: bold;
}
a:hover{
	color: #68932F;
}
textarea 
{
	font-size: 12pt;
}
.ErrorMessage{
	color: #FF0000;
	font-weight: bold;
	font-size: 11pt;
}
#pnlNavigationButtons{
	clear: both;
	padding-top: 25px;
	padding-bottom: 50px;
}
.txtHiddenObject{
	display: none;
}
.margin_left_1{
	margin-left: 5px;
}
.margin_left_2{
	margin-left: 10px;
}
.margin_left_3
{
	padding-left: 100px;
}
.margin_left_4
{
	padding-left: 30px;
}
.page_break_after{
	page-break-after: always;
}
.input_xsmall /* should handle 5 chars */
{
	width: 50px;
}
.labelcellleft {    
 width: 220px;    
 text-align: left;
}    
.labelcellright {    
 width: 220px;    
 text-align: right;
}    
.textLeft /* Align the text to the left */
{
	text-align: left;
}
.textRight /* Align the text to the right */
{
	text-align: right;
}
.textCenter /* Align the text in the center */
{
	text-align: center;
}
.pnlLeft{
	width: 860px;
	margin: auto;
	border-collapse: collapse;
	text-align: left;
}
p.Heading_Name{
	font-weight: bold;
	font-size: 13pt;
	margin-top: 15px;
	text-align:left;
	margin-bottom: 15px;
	padding-left: 100px;
	padding-right: 100px;
}
p.question{
	font-weight: bold;
	margin-top: 16px;
}
#intro_text ol{
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.FontItalics{
	font-style: italic;
}
.FontBold{
	font-weight: bold;
}
.FontItalics.FontBold{
	font-weight: bold;
	font-style: italic;
}
.FontRed{
	color: #ff0000;
}
.FontNormal{
	font-weight: normal;
}
input.ErrorMessage{
	width: 28px;
	padding: 0 0 2px 3px;
	height: 15px;
	border-style: none;
	background-color: #e5eff1;
}
.table_space {
	padding-bottom: 15px;
}
/*End Generic Styles*/
/*-----------------------------------------------------------------------------------------------------------*/

/*Table formatting*/
/* Align all text to the left for tables */
 #Table1 label
{
 width: 220px;    
 text-align: left;
}
#pnlBody
{
	padding-left: 100px;
	padding-right: 100px;
	text-align: left;
}
.lblAdjusttxtBox /* Used for Address pages to even the tables */
{
	height: 25px;
	padding: 2px;
}
table{
	width: 860px;
	border-collapse: collapse;
	text-align: left;
	margin: auto;
	background-color:#FFF;
}
table td.table_header last{
	border-right-style: none;
}
table tr.alt{
	background-color: #f5f8fa;
}
#Table1{
	margin-top: 5px;
}
#TabContainer1
{
	width: 100%; 
	text-align: left;
	padding-bottom: 10px;
}
#TabContainer1 table
{
	margin-left: 30px;
	margin-right: 30px;
}
#TabContainer1 p
{
	margin-left: 30px;
	
}
/*Table Headers*//*CONTROLS ALL*/
#dtgResults tr .table_header,
#TabContainer1_tabGeneralInfo_td_tblActiveLicense_0_0, 
#TabContainer1_tabGeneralInfo_td_tblActiveLicense_0_1, 
#TabContainer1_tabGeneralInfo_td_tblActiveLicense_0_2, 
#TabContainer1_tabGeneralInfo_td_tblActiveLicense_0_3, 
#TabContainer1_tabGeneralInfo_td_tblActiveLicense_0_4,
#TabContainer1_tabGeneralInfo_td_tblInActiveLicense_0_0, 
#TabContainer1_tabGeneralInfo_td_tblInActiveLicense_0_1, 
#TabContainer1_tabGeneralInfo_td_tblInActiveLicense_0_2, 
#TabContainer1_tabGeneralInfo_td_tblInActiveLicense_0_3, 
#TabContainer1_tabGeneralInfo_td_tblInActiveLicense_0_4,
#TabContainer1_tabGeneralInfo_td_tblsupervisor_0_0,
#TabContainer1_tabGeneralInfo_td_tblsupervisor_0_1,
#TabContainer1_tabGeneralInfo_td_tblsupervisor_0_2,
#TabContainer1_tabGeneralInfo_td_tblsupervisor_0_3,
#TabContainer1_tabGeneralInfo_td_tblsupervisor_0_4,
#TabContainer1_tabGeneralInfo_td_tblsupervisee_0_0,
#TabContainer1_tabGeneralInfo_td_tblsupervisee_0_1,
#TabContainer1_tabGeneralInfo_td_tblsupervisee_0_2,
#TabContainer1_tabGeneralInfo_td_tblsupervisee_0_3,
#TabContainer1_tabGeneralInfo_td_tblsupervisee_0_4,
#TabContainer1_TabEducation_td_tblCertification_0_0,
#TabContainer1_TabEducation_td_tblCertification_0_1,
#TabContainer1_TabEducation_td_tblPostGradTrain_0_0,
#TabContainer1_TabEducation_td_tblPostGradTrain_0_1,
#TabContainer1_TabEducation_td_tblPostGradTrain_0_2,
#TabContainer1_TabEducation_td_tblPostGradTrain_0_3,
#TabContainer1_TabEducation_td_tblPostGradTrain_0_4,
#TabContainer1_TabEducation_td_tblPostGradTrain_0_5,
#TabContainer1_TabEducation_td_tblAreaofPractice_0_0,
#TabContainer1_TabEducation_td_tblAreaofPractice_0_1,
#TabContainer1_TabEducation_td_tblAreaofPractice_0_2,
#TabContainer1_TabEducation_td_tblAreaofPractice_0_3,
#TabContainer1_TabEducation_td_tblAreaofPractice_0_4,
#TabContainer1_TabEducation_td_tblAreaofPractice_0_5,
#TabContainer1_TabEducation_td_tblAreaofPractice_0_6,
#TabContainer1_TabEducation_td_tblAreaofPractice_0_7,
#TabContainer1_TabEducation_td_tblAreaofPractice_0_8,
#TabContainer1_TabEducation_td_tblAreaofPractice_0_9,
#TabContainer1_TabEducation_td_tblAreaofPractice_0_10,
#TabContainer1_TabEducation_td_tblAreaofPractice_0_11,
#TabContainer1_TabEducation_td_tblAreaofPractice_0_12,
#TabContainer1_TabEducation_td_tblAreaofPractice_0_13,
#TabContainer1_TabEducation_td_tblAreaofPractice_0_14,
#TabContainer1_TabEducation_td_tblAreaofPractice_0_15,
#TabContainer1_TabEducation_td_tblAreaofPractice_0_16,
#TabContainer1_TabEducation_td_tblAreaofPractice_0_17,
#TabContainer1_TabEducation_td_tblAreaofPractice_0_18,
#TabContainer1_TabEducation_td_tblAreaofPractice_0_19,
#TabContainer1_TabEducation_td_tblAreaofPractice_0_20,
#TabContainer1_TabEducation_td_tblAreaofPractice_0_21,
#TabContainer1_TabEducation_td_tblAreaofPractice_0_22,
#TabContainer1_TabEducation_td_tblAreaofPractice_0_23,
#TabContainer1_TabMembership_td_tblHonor_0_0,
#TabContainer1_TabMembership_td_tblHonor_0_1,
#TabContainer1_TabMembership_td_tblHonor_0_2,
#TabContainer1_TabMembership_td_tblService_0_0,
#TabContainer1_TabMembership_td_tblService_0_1,
#TabContainer1_TabMembership_td_tblService_0_2,
#TabContainer1_TabAppointments_td_tblAppointment_0_0,
#TabContainer1_TabAppointments_td_tblAppointment_0_1,
#TabContainer1_TabAppointments_td_tblAppointment_0_2,
#TabContainer1_TabAppointments_td_tblAppointment_0_3,
#TabContainer1_TabAppointments_td_tblPublication_0_0,
#TabContainer1_TabActions_td_tblNCBOMBoardAction_0_0,
#TabContainer1_TabActions_td_tblNCBOMBoardAction_0_1,
#TabContainer1_TabActions_td_tblNCBOMBoardAction_0_2,
#TabContainer1_TabActions_td_tblReentry_0_0,
#TabContainer1_TabActions_td_tblReentry_0_1,
#TabContainer1_TabActions_td_tblReentry_0_2,
#TabContainer1_TabActions_td_tblRegulatory_0_0,
#TabContainer1_TabActions_td_tblRegulatory_0_1,
#TabContainer1_TabActions_td_tblRegulatory_0_2,
#TabContainer1_TabActions_td_tblPrivileges_0_0,
#TabContainer1_TabActions_td_tblPrivileges_0_1,
#TabContainer1_TabActions_td_tblPrivileges_0_2,
#TabContainer1_TabMalpractice_td_tblMalpractice_1_0,
#TabContainer1_TabMalpractice_td_tblMalpractice_1_1,
#TabContainer1_TabMalpractice_td_tblMalpractice_1_2,
#TabContainer1_TabMalpractice_td_tblMalpractice_1_3,
#TabContainer1_TabMalpractice_td_tblMalpractice_1_4,
#TabContainer1_TabMalpractice_td_tblMalpractice_1_5,
#TabContainer1_TabMalpractice_td_tblMalpractice_1_6,
#TabContainer1_TabMalpractice_td_tblMalpractice_5_0,
#TabContainer1_TabMalpractice_td_tblMalpractice_5_1,
#TabContainer1_TabMalpractice_td_tblMalpractice_5_2,
#TabContainer1_TabMalpractice_td_tblMalpractice_5_3,
#TabContainer1_TabMalpractice_td_tblMalpractice_5_4,
#TabContainer1_TabMalpractice_td_tblMalpractice_5_5,
#TabContainer1_TabMalpractice_td_tblMalpractice_5_6,
#TabContainer1_TabMalpractice_td_tblMalpractice_9_0,
#TabContainer1_TabMalpractice_td_tblMalpractice_9_1,
#TabContainer1_TabMalpractice_td_tblMalpractice_9_2,
#TabContainer1_TabMalpractice_td_tblMalpractice_9_3,
#TabContainer1_TabMalpractice_td_tblMalpractice_9_4,
#TabContainer1_TabMalpractice_td_tblMalpractice_9_5,
#TabContainer1_TabMalpractice_td_tblMalpractice_9_6,
#TabContainer1_TabMalpractice_td_tblMalpractice_13_0,
#TabContainer1_TabMalpractice_td_tblMalpractice_13_1,
#TabContainer1_TabMalpractice_td_tblMalpractice_13_2,
#TabContainer1_TabMalpractice_td_tblMalpractice_13_3,
#TabContainer1_TabMalpractice_td_tblMalpractice_13_4,
#TabContainer1_TabMalpractice_td_tblMalpractice_13_5,
#TabContainer1_TabMalpractice_td_tblMalpractice_13_6,
#TabContainer1_TabMalpractice_td_tblMalpractice_17_0,
#TabContainer1_TabMalpractice_td_tblMalpractice_17_1,
#TabContainer1_TabMalpractice_td_tblMalpractice_17_2,
#TabContainer1_TabMalpractice_td_tblMalpractice_17_3,
#TabContainer1_TabMalpractice_td_tblMalpractice_17_4,
#TabContainer1_TabMalpractice_td_tblMalpractice_17_5,
#TabContainer1_TabMalpractice_td_tblMalpractice_17_6,
#TabContainer1_TabConvictions_td_tblMisdemeanor_0_0,
#TabContainer1_TabConvictions_td_tblMisdemeanor_0_1,
#TabContainer1_TabConvictions_td_tblMisdemeanor_0_2,
#TabContainer1_TabConvictions_td_tblMisdemeanor_0_3,
#TabContainer1_TabConvictions_td_tblMisdemeanor_0_4,
#TabContainer1_TabConvictions_td_tblMisdemeanor_3_0,
#TabContainer1_TabConvictions_td_tblMisdemeanor_3_1,
#TabContainer1_TabConvictions_td_tblMisdemeanor_3_2,
#TabContainer1_TabConvictions_td_tblMisdemeanor_3_3,
#TabContainer1_TabConvictions_td_tblMisdemeanor_3_4,
#TabContainer1_TabConvictions_td_tblMisdemeanor_6_0,
#TabContainer1_TabConvictions_td_tblMisdemeanor_6_1,
#TabContainer1_TabConvictions_td_tblMisdemeanor_6_2,
#TabContainer1_TabConvictions_td_tblMisdemeanor_6_3,
#TabContainer1_TabConvictions_td_tblMisdemeanor_6_4,
#TabContainer1_TabConvictions_td_tblMisdemeanor_9_0,
#TabContainer1_TabConvictions_td_tblMisdemeanor_9_1,
#TabContainer1_TabConvictions_td_tblMisdemeanor_9_2,
#TabContainer1_TabConvictions_td_tblMisdemeanor_9_3,
#TabContainer1_TabConvictions_td_tblMisdemeanor_9_4,
#TabContainer1_TabConvictions_td_tblMisdemeanor_12_0,
#TabContainer1_TabConvictions_td_tblMisdemeanor_12_1,
#TabContainer1_TabConvictions_td_tblMisdemeanor_12_2,
#TabContainer1_TabConvictions_td_tblMisdemeanor_12_3,
#TabContainer1_TabConvictions_td_tblMisdemeanor_12_4,
#TabContainer1_TabConvictions_td_tblFelony_0_0,
#TabContainer1_TabConvictions_td_tblFelony_0_1,
#TabContainer1_TabConvictions_td_tblFelony_0_2,
#TabContainer1_TabConvictions_td_tblFelony_0_3,
#TabContainer1_TabConvictions_td_tblFelony_0_4,
#TabContainer1_TabConvictions_td_tblFelony_3_0,
#TabContainer1_TabConvictions_td_tblFelony_3_1,
#TabContainer1_TabConvictions_td_tblFelony_3_2,
#TabContainer1_TabConvictions_td_tblFelony_3_3,
#TabContainer1_TabConvictions_td_tblFelony_3_4,
#TabContainer1_TabConvictions_td_tblFelony_6_0,
#TabContainer1_TabConvictions_td_tblFelony_6_1,
#TabContainer1_TabConvictions_td_tblFelony_6_2,
#TabContainer1_TabConvictions_td_tblFelony_6_3,
#TabContainer1_TabConvictions_td_tblFelony_6_4,
#TabContainer1_TabConvictions_td_tblFelony_9_0,
#TabContainer1_TabConvictions_td_tblFelony_9_1,
#TabContainer1_TabConvictions_td_tblFelony_9_2,
#TabContainer1_TabConvictions_td_tblFelony_9_3,
#TabContainer1_TabConvictions_td_tblFelony_9_4,
#TabContainer1_TabConvictions_td_tblFelony_12_0,
#TabContainer1_TabConvictions_td_tblFelony_12_1,
#TabContainer1_TabConvictions_td_tblFelony_12_2,
#TabContainer1_TabConvictions_td_tblFelony_12_3,
#TabContainer1_TabConvictions_td_tblFelony_12_4,
#TabContainer1_TabMembership_td_tblAffiliation_0_0,
#td_tblActiveLicense_0_0, 
#td_tblActiveLicense_0_1, 
#td_tblActiveLicense_0_2, 
#td_tblActiveLicense_0_3, 
#td_tblActiveLicense_0_4,
#td_tblInActiveLicense_0_0, 
#td_tblInActiveLicense_0_1, 
#td_tblInActiveLicense_0_2, 
#td_tblInActiveLicense_0_3, 
#td_tblInActiveLicense_0_4,
#td_tblsupervisor_0_0,
#td_tblsupervisor_0_1,
#td_tblsupervisor_0_2,
#td_tblsupervisor_0_3,
#td_tblsupervisor_0_4,
#td_tblsupervisee_0_0,
#td_tblsupervisee_0_1,
#td_tblsupervisee_0_2,
#td_tblsupervisee_0_3,
#td_tblsupervisee_0_4,
#td_tblCertification_0_0,
#td_tblCertification_0_1,
#td_tblPostGradTrain_0_0,
#td_tblPostGradTrain_0_1,
#td_tblPostGradTrain_0_2,
#td_tblPostGradTrain_0_3,
#td_tblPostGradTrain_0_4,
#td_tblPostGradTrain_0_5,
#td_tblAreaofPractice_0_0,
#td_tblAreaofPractice_0_1,
#td_tblAreaofPractice_0_2,
#td_tblAreaofPractice_0_3,
#td_tblAreaofPractice_0_4,
#td_tblAreaofPractice_0_5,
#td_tblAreaofPractice_0_6,
#td_tblAreaofPractice_0_7,
#td_tblAreaofPractice_0_8,
#td_tblAreaofPractice_0_9,
#td_tblAreaofPractice_0_10,
#td_tblAreaofPractice_0_11,
#td_tblAreaofPractice_0_12,
#td_tblAreaofPractice_0_13,
#td_tblAreaofPractice_0_14,
#td_tblAreaofPractice_0_15,
#td_tblAreaofPractice_0_16,
#td_tblAreaofPractice_0_17,
#td_tblAreaofPractice_0_18,
#td_tblAreaofPractice_0_19,
#td_tblAreaofPractice_0_20,
#td_tblAreaofPractice_0_21,
#td_tblAreaofPractice_0_22,
#td_tblAreaofPractice_0_23
{
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: inset;
	border-bottom-color: #a3d5ec;
	border-top-width: 2px;
	border-top-style: outset;
	border-top-color: #a3d5ec;
	background-color: #DFEECA;
	padding-top: 2px;
	padding-bottom: 2px;
}
/*Table Rows*//*CONTROLS ALL*/
.td_tblActiveLicense_0, 
.td_tblInActiveLicense_0, 
.td_tblsupervisor_0, 
.td_tblsupervisee_0,
.td_tblPostGradTrain_0,
.td_tblAreaofPractice_0,
.td_tblCertification_0,
.td_tblHonor_0,
.td_tblService_0,
.td_tblAppointment_0,
.td_tblMisdemeanor_0,
.td_tblNCBOMBoardAction_0,
.td_tblNCBOMBoardAction_1,
.td_tblReentry_0,
.td_tblReentry_1,
.td_tblRegulatory_0,
.td_tblRegulatory_1,
.td_tblPrivileges_0,
.td_tblPrivileges_1,
.td_tblActiveLicense_1, 
.td_tblInActiveLicense_1,
.td_tblsupervisor_1, 
.td_tblsupervisee_1,
.td_tblActiveLicense_2, 
.td_tblInActiveLicense_2, 
.td_tblsupervisor_2, 
.td_tblsupervisee_2,
.td_tblsupervisee_3,
.td_tblActiveLicense_3, 
.td_tblInActiveLicense_3,
.td_tblHonor_1,
.td_tblService_1,
.td_tblPostGradTrain_1,
.td_tblPostGradTrain_2,
.td_tblPostGradTrain_3,
.td_tblPostGradTrain_4,
.td_tblAppointment_1,
.td_tblAppointment_2,
.td_tblFelony_0,
.td_tblNCBOMBoardAction_0
{
	font-size: 14px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: inset;
	border-bottom-style: inset;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding: 2px;
}
.td_tblReentry_0
{
	font-size: 14px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: inset;
	border-bottom-style: inset;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding: 2px;
}
/*Table End Row *//*CONTROLS ALL*/
.td_tblActiveLicense_4, 
.td_tblInActiveLicense_4,
.td_tblsupervisor_3, 
.td_tblsupervisee_4,
.td_tblAffiliation_0,
.td_tblHonor_2,
.td_tblService_2,
.td_tblPostGradTrain_5,
.td_tblAreaofPractice_1,
.td_tblCertification_1,
.td_tblAppointment_3,
.td_tblPublication_0,
.td_tblMisdemeanor_1,
.td_tblMisdemeanor_2,
.td_tblMisdemeanor_3,
.td_tblMisdemeanor_4,
.td_tblMisdemeanor_5,
.td_tblMisdemeanor_6,
.td_tblMisdemeanor_7,
.td_tblNCBOMBoardAction_2,
.td_tblReentry_2,
.td_tblRegulatory_2,
.td_tblPrivileges_2,
.td_tblFelony_1,
.td_tblFelony_2,
.td_tblFelony_3,
.td_tblFelony_4,
.td_tblFelony_5,
.td_tblFelony_6,
.td_tblFelony_7,
.td_tblMalpractice_0,
.td_tblMalpractice_1,
.td_tblMalpractice_2,
.td_tblMalpractice_3,
.td_tblMalpractice_4,
.td_tblMalpractice_5,
.td_tblMalpractice_6,
.td_tblMalpractice_7
{
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #CCC;
	padding: 2px;
}
/*End Table formatting*/
/*-----------------------------------------------------------------------------------------------------------*/

/*Search Page*/
#NCBOMLicenseeSearchLive #main_nav_area {
	padding-left: 110px;
	margin-bottom: 10px;
	margin-top: -5px;
	width: 695px;
}
#NCBOMLicenseeSearchLive label
{
	display: block;
	margin-top: 10px;
	/*padding-top: 5px;*/
	text-align: right;
	color: #68932F;
	font-weight: bold;
	font-size:16px;
	text-decoration: none;
	width: 200px;
	border: none;
}
#NCBOMLicenseeSearchLive #DataTable input,
#NCBOMLicenseeSearchLive #DataTable select{
	height: 24px;
	border-style: solid;
	border-width: 1px;
	border-color:#666;
	font-size: 12pt;
	margin-top: 15px;
	line-height: 20px;
	width: auto;
	display: block;
	vertical-align: middle;
}
#div_search {
	width: 100%;
}
#LicenseeInformationResults #Panel,
#NCBOMLicenseeSearchLive #Panel1 p {
	width: 95%;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-top: 10px;
	margin-top: -1px;
  }
#NCBOMLicenseeSearchLive #DataTable tr td {
	padding-bottom: 10px;
  }
input#btnNext {
	  width: 162px;
	  height: 38px;
	  text-indent: -9999px;
	  display: block;
	  background: url(http://www.ncmedboard.org/assets/images/forms_images/NCMB_Form_buttons.gif) no-repeat 0 -266px;
	  border-style: none;
	  float: left;
	  font-size: 0px;
	  line-height: 0;
	  margin-top: 5px;
	  margin-right: auto;
	  margin-bottom: 5px;
	  margin-left: auto;
  }
  input#btnNext:hover{
	  background-position: -162px -266px;
  }
  input#btnNext:active{
	  background-position: -324px -266px;
  }
  #submit_button {
	  height: 40px;
	  width: 150px;
	  margin-right: auto;
	  margin-left: auto;
  }
  #NCBOMLicenseeSearchLive #ret {
	  display: none;
  }
  #roster_report {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}
  #introduction {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
#introduction p,
#roster_report p {
	font-size: 16px;
	line-height: normal;
	white-space: normal;
	text-align: justify;
}
#roster_report p .margin_left_4 {
	font-weight: bold;
}
#NCBOMLicenseeSearchLive #page_header h1 {
	margin-bottom: 20px;
}

  /*End Search Page*/
  /*-----------------------------------------------------------------------------------------------------------*/
  
  /* Results Page details */
.stripeMe
{
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;	
}
#dtgResults tr td
{
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #CCC;
	padding: 2px;
	vertical-align: text-bottom;
}

body#LicenseeInformationResults #wide_tabbed_box_content {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 25px;
	margin-top: -5px;
}

  body#LicenseeInformationResults form#ListData p {
	  margin-bottom: 15px;
  }
  body#LicenseeInformationResults form#ListData span#CountLabel{
	  font-size: 1.2em;
  }
  body#LicenseeInformationResults input#btnBack{
	  width: 130px;
	  margin-left: 45px;
  }
  #LicenseeInformationResults .wrapper #main_content #intro {
	  margin-top: 35px;
  }
  #LicenseeInformationResults .wrapper #main_content #intro p {
	  font-size: 18px;
	  color: #0078ae;
	  font-weight: bold;
  }
  #LicenseeInformationResults .wrapper #header_area {
	  width: 800px;
	  margin-right: auto;
	  margin-left: auto;
  }
  #LicenseeInformationResults #form_wrapper {
	  margin-top: -40px;
  }
  input#btnBack{
	  width: 120px;
	  margin-left: 25px;
	  height: 25px;
  }
  input#btnBack{
	  font-weight: bold;
	  font-size: 1em;
	  color: #fff;
	  border-color: #000;
	  background-color: #689533;
  }
  input#btnBack:hover{
	  background-color: #507326;
  }
	
  /* End Results Page details */
  /*-----------------------------------------------------------------------------------------------------------*/
  
  /* General Info Tab */
  #div_license_history h2 {
	  font-size: 16px;
	  font-style: italic;
	  color:#000;
  }
  
  #lblName
  {
	  padding-bottom: 15px;
	  padding-top: 15px;
	  float: left;
	  font-weight: bold;
	  color: #017ab1;
	  padding-left: 10px;
	  background-image: none;
	  font-size: 1.7em;
	  display: block;
	  width: auto;
  }
  #td_tblLicenseeInfo_1_0,
  #td_tblLicenseeInfo_1_2,
  #td_tblLicenseeInfo_1_4,
  #td_tblLicenseeInfo_2_0,
  #td_tblLicenseeInfo_2_2,
  #td_tblLicenseeInfo_2_4
  {
	  font-weight: bold;
	  margin-bottom: 15px;
	  text-transform: uppercase;
	  color: #333;
	  font-size: 1em;
	  text-align: left;
	  padding-right: 2px;
	  padding-bottom: 3px;
	  white-space:nowrap;
  }
  
 
  
  #td_tblLicenseeInfo_1_4,
  #td_tblLicenseeInfo_2_4
  {
	width: 190px;
	padding-right: 0px;
  }
  
  #td_tblLicenseeInfo_1_1,
  #td_tblLicenseeInfo_1_3,
  #td_tblLicenseeInfo_2_1,
  #td_tblLicenseeInfo_2_3,
  #td_tblLicenseeInfo_2_5
  {	white-space: nowrap;
	  padding-right: 10px;
	  padding-bottom: 3px;
	  text-align: left;
	  font-style:italic;
  }
  #td_tblLicenseeInfo_1_5
  {	padding-bottom: 3px;
	  font-style:italic;
  }
  
    table#TabContainer1_tabGeneralInfo_tblState, 
    table#TabContainer1_tabGeneralInfo_tblCountry,
    table#tblState, 
    table#tblCountry
  {
	float: left;
	width: 300px;
  }
    table#TabContainer1_tabGeneralInfo_tblStateInactive,
    table#TabContainer1_tabGeneralInfo_tblCountryInactive,
    table#tblStateInactive,
    table#tblCountryInactive
  {
	float: left;
	width: 300px;
  }
  td#TabContainer1_tabGeneralInfo_td_tblState_1_0, 
  td#TabContainer1_tabGeneralInfo_td_tblStateInactive_1_0,
  td#TabContainer1_tabGeneralInfo_td_tblCountry_1_0, 
  td#TabContainer1_tabGeneralInfo_td_tblCountryInactive_1_0,
  td#td_tblState_1_0, 
  td#td_tblStateInactive_1_0,
  td#td_tblCountry_1_0, 
  td#td_tblCountryInactive_1_0
  {
	font-weight: bold;
	/*text-decoration: underline;*/
  }

  
  #div_dob
  {
	  padding-left: 10px;
	  padding-bottom: 5px;
	  visibility: hidden;
  }
  #TabContainer1_tabGeneralInfo_lblDOB
  {
	  padding-left: 15px;
  }
  #TabContainer1_tabGeneralInfo_tblActiveLicense td,
  #TabContainer1_tabGeneralInfo_tblInActiveLicense td,
  #TabContainer1_tabGeneralInfo_tblsupervisee td,
  #TabContainer1_tabGeneralInfo_tblsupervisor td,
  #tblActiveLicense td,
  #tblInActiveLicense td,
  #tblsupervisee td,
  #tblsupervisor td
  {
	  width: 20%;
  }
  #TabContainer1_tabGeneralInfo_tblLicLimitation,
  #tblLicLimitation
  {
	  width: 95%;
  }
 .td_tblLicLimitation_0 
 {
	 width: 15%;
 }
 #div_general_info {
	margin-top: -25px;
}
  /*End General Information*/
  /*-----------------------------------------------------------------------------------------------------------*/
  
  /* Practice Tab */
  .div_practice_address
  {
	  padding-bottom: 15px;
	  padding-left: 2px;
  }
  #TabContainer1_tabPracticeInfo_tblPracticeAddress, 
  .tblPracticeAddress 
  {
	  margin-left: 30px;
	  width: 635px;
	  padding-left: 2px;
  }
  .td_tblPracticeAddress_0
  {
	  width: 50%;
  }
  #TabContainer1_tabPracticeInfo_tblGeneralInfo
  {
	  margin-left: 30px;
	  width: 95%;
	  padding-bottom: 15px;
	  padding-left: 2px;
	  padding-right: 15px;
  }
  #TabContainer1_tabPracticeInfo_tblGeneralInfo td {
	  padding-bottom: 5px;
  }
  #TabContainer1_tabPracticeInfo_td_tblGeneralInfo_1_0,
  #TabContainer1_tabPracticeInfo_td_tblGeneralInfo_2_0,
  #TabContainer1_tabPracticeInfo_td_tblGeneralInfo_3_0,
  #TabContainer1_tabPracticeInfo_td_tblGeneralInfo_4_0,
  #TabContainer1_tabPracticeInfo_td_tblGeneralInfo_5_0,
  #TabContainer1_tabPracticeInfo_td_tblGeneralInfo_6_0,
  #TabContainer1_tabPracticeInfo_td_tblGeneralInfo_7_0,
  #TabContainer1_tabPracticeInfo_td_tblGeneralInfo_8_0,
  #TabContainer1_tabPracticeInfo_td_tblGeneralInfo_9_0
  {
	  font-weight:bold;
	  white-space:nowrap;
	  padding-right: 5px;
  }
  #TabContainer1_tabPracticeInfo_td_tblGeneralInfo_1_1,
  #TabContainer1_tabPracticeInfo_td_tblGeneralInfo_2_1,
  #TabContainer1_tabPracticeInfo_td_tblGeneralInfo_3_1,
  #TabContainer1_tabPracticeInfo_td_tblGeneralInfo_4_1,
  #TabContainer1_tabPracticeInfo_td_tblGeneralInfo_5_1,
  #TabContainer1_tabPracticeInfo_td_tblGeneralInfo_6_1,
  #TabContainer1_tabPracticeInfo_td_tblGeneralInfo_7_1,
  #TabContainer1_tabPracticeInfo_td_tblGeneralInfo_8_1,
  #TabContainer1_tabPracticeInfo_td_tblGeneralInfo_9_1
  {
	  width: 75%;
  }  
/* End Practice Tab */  /*-----------------------------------------------------------------------------------------------------------*/
  
/* Education Tab */
  #div_activepractice
  {
	  padding-top: 15px;
  }
  #TabContainer1_TabEducation_tblMedSchool, 
  #tblMedSchool 
  {
	  width: 600px;
  }
  .td_tblMedSchool_0 {
	  width: 50%;
	  text-align:left;
	  padding-right: 4px;
  }
  .td_tblMedSchool_1 {
	  width: 25%;
	  text-align:right;
	  padding-right: 8px;
	  
  }
  .td_tblMedSchool_2 {
	  width: 25%;
	  text-align:left;
  }
  #TabContainer1_TabEducation_tblActivePractice, 
  #tblActivePractice 
  {
	  width: 300px;
	  text-align: left;
	  font-weight: bold;
	  float: left;
  }
  td#TabContainer1_TabEducation_td_tblSpecialty_0_0,
  td#td_tblSpecialty_0_0
  {
	width: 175px;
  }
  td#TabContainer1_TabEducation_td_tblSpecialty_0_0,
  td#TabContainer1_TabEducation_td_tblSpecialty_2_0,
  td#td_tblSpecialty_0_0,
  td#td_tblSpecialty_2_0
  {
	font-weight: bold;
  }
/* End Education Tab */
/*-----------------------------------------------------------------------------------------------------------*/
  
/* Membership tab */
#TabContainer1_TabMembership_tblHonor td,
#TabContainer1_TabMembership_tblService td
{
	width: 33%
}
  
/* End Membership Tab */
/*-----------------------------------------------------------------------------------------------------------*/
  
/* Appointment tab */
  
/* End Appointment Tab */
/*-----------------------------------------------------------------------------------------------------------*/
  
/* Action tab */
  .td_tblRegulatory_0,
  .td_tblPrivileges_0,
  .td_tblNCBOMBoardAction_0,
  .td_tblReentry_0
  {
	  width: 20%;
  }
  .td_tblRegulatory_1,
  .td_tblPrivileges_1,
  .td_tblNCBOMBoardAction_1,
  .td_tblReentry_1,
  .td_tblRegulatory_2,
  .td_tblPrivileges_2,
  .td_tblNCBOMBoardAction_2,
  .td_tblReentry_2
  {
	  width: 40%;
  }
  
/* End Action Tab */
/*-----------------------------------------------------------------------------------------------------------*/
  
/* Malpractice Tab */
/*Inner cells*/
.td_tblMalpractice_1, .td_tblMalpractice_2, .td_tblMalpractice_3, .td_tblMalpractice_4, .td_tblMalpractice_5 
{
	border-left-width: 1px;
	border-left-color: #DADADA;
	border-right-width: 1px;
	padding-left: 2px;
	font-size: 14px;
	border-right-color: #CCC;
	border-right-style: inset;
	border-left-style: solid;
}
/*Licensee Explanation*/
/*#TabContainer1_TabMalpractice_td_tblMalpractice_3_0,
#TabContainer1_TabMalpractice_td_tblMalpractice_8_0,
#TabContainer1_TabMalpractice_td_tblMalpractice_13_0,
#TabContainer1_TabMalpractice_td_tblMalpractice_18_0,
#TabContainer1_TabMalpractice_td_tblMalpractice_23_0
{	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #CCC; */
	/*border-top-width: 1px;
	border-top-style: inset;
	border-bottom-color: #CCC;*/
/*}*/
/*Licensee Explanation End Cells*/
/*#TabContainer1_TabMalpractice_td_tblMalpractice_3_1,
#TabContainer1_TabMalpractice_td_tblMalpractice_8_1,
#TabContainer1_TabMalpractice_td_tblMalpractice_13_1,
#TabContainer1_TabMalpractice_td_tblMalpractice_18_1,
#TabContainer1_TabMalpractice_td_tblMalpractice_23_1
{
	border-right-style: none;
}*/
/*Blank Cells*/
#TabContainer1_TabMalpractice_td_tblMalpractice_3_0,
#TabContainer1_TabMalpractice_td_tblMalpractice_7_0,
#TabContainer1_TabMalpractice_td_tblMalpractice_11_0,
#TabContainer1_TabMalpractice_td_tblMalpractice_15_0,
#TabContainer1_TabMalpractice_td_tblMalpractice_19_0
{	border: none;
	padding-top: 15px;
}
#malpractice_container {
	height: 300px;
	width: 100%;
	display: block;
}
#malpractice_container ul {
	padding-right: 30px;
	padding-left: 30px;
	height: 100px;
	width: 90%;
}
#malpractice_container li {
	list-style-type: circle;
}


/* End Malpractice Tab */
/*-----------------------------------------------------------------------------------------------------------*/

/*Start Convinction Tab*/
/*Licensee Explanation of Conviction*/
/*
#TabContainer1_TabConvictions_td_tblMisdemeanor_2_0,
#TabContainer1_TabConvictions_td_tblMisdemeanor_6_0,
#TabContainer1_TabConvictions_td_tblMisdemeanor_10_0,
#TabContainer1_TabConvictions_td_tblMisdemeanor_14_0,
#TabContainer1_TabConvictions_td_tblMisdemeanor_18_0,
#TabContainer1_TabConvictions_td_tblMisdemeanor_22_0,
#TabContainer1_TabConvictions_td_tblMisdemeanor_26_0,
#TabContainer1_TabConvictions_td_tblMisdemeanor_30_0,
#TabContainer1_TabConvictions_td_tblMisdemeanor_34_0,
#TabContainer1_TabConvictions_td_tblMisdemeanor_38_0,
#TabContainer1_TabConvictions_td_tblMisdemeanor_42_0,
#TabContainer1_TabConvictions_td_tblMisdemeanor_46_0,
#TabContainer1_TabConvictions_td_tblFelony_2_0,
#TabContainer1_TabConvictions_td_tblFelony_6_0,
#TabContainer1_TabConvictions_td_tblFelony_10_0,
#TabContainer1_TabConvictions_td_tblFelony_14_0,
#TabContainer1_TabConvictions_td_tblFelony_18_0,
#TabContainer1_TabConvictions_td_tblFelony_22_0,
#TabContainer1_TabConvictions_td_tblFelony_26_0,
#TabContainer1_TabConvictions_td_tblFelony_30_0,
#TabContainer1_TabConvictions_td_tblFelony_34_0,
#TabContainer1_TabConvictions_td_tblFelony_38_0,
#TabContainer1_TabConvictions_td_tblFelony_42_0,
#TabContainer1_TabConvictions_td_tblFelony_46_0
{	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #CCC;
}
*/
/*Blank Cells*/
#TabContainer1_TabConvictions_td_tblMisdemeanor_2_0,
#TabContainer1_TabConvictions_td_tblMisdemeanor_5_0,
#TabContainer1_TabConvictions_td_tblMisdemeanor_8_0,
#TabContainer1_TabConvictions_td_tblMisdemeanor_11_0,
#TabContainer1_TabConvictions_td_tblMisdemeanor_14_0,
#TabContainer1_TabConvictions_td_tblMisdemeanor_17_0,
#TabContainer1_TabConvictions_td_tblMisdemeanor_20_0,
#TabContainer1_TabConvictions_td_tblMisdemeanor_23_0,
#TabContainer1_TabConvictions_td_tblMisdemeanor_26_0,
#TabContainer1_TabConvictions_td_tblMisdemeanor_29_0,
#TabContainer1_TabConvictions_td_tblMisdemeanor_32_0,
#TabContainer1_TabConvictions_td_tblMisdemeanor_35_0,
#TabContainer1_TabConvictions_td_tblFelony_2_0,
#TabContainer1_TabConvictions_td_tblFelony_5_0,
#TabContainer1_TabConvictions_td_tblFelony_8_0,
#TabContainer1_TabConvictions_td_tblFelony_11_0,
#TabContainer1_TabConvictions_td_tblFelony_14_0,
#TabContainer1_TabConvictions_td_tblFelony_17_0,
#TabContainer1_TabConvictions_td_tblFelony_20_0,
#TabContainer1_TabConvictions_td_tblFelony_23_0,
#TabContainer1_TabConvictions_td_tblFelony_26_0,
#TabContainer1_TabConvictions_td_tblFelony_29_0,
#TabContainer1_TabConvictions_td_tblFelony_32_0,
#TabContainer1_TabConvictions_td_tblFelony_35_0
{	border: none;
	padding-top: 15px;
}
/*Inner cells*/
.td_tblFelony_2,
.td_tblMisdemeanor_2
{	border-left-width: 1px;
	border-left-color: #DADADA;
	border-right-width: 1px;
	padding-left: 2px;
	font-size: 14px;
	border-right-color: #CCC;
	border-right-style: inset;
	border-left-style: solid;
}
#div_felony {
	margin-top: -20px;
}

/* End Convictions Tab */
/*-----------------------------------------------------------------------------------------------------------*/

/*Footer*/
#footer {
	height: 100px;
	background: url(http://www.ncmedboard.org/assets/images/backgrounds/footer_nav.gif) repeat-x 0 23px;
	padding-top: 55px;
	width: 95%;
	margin-left:auto;
	margin-right:auto;
}
p.address_info {
	font-size: .73em;
	margin-top: 15px;
	color: #0078ae;
	line-height: 1.8em;
	text-align: center;
}
/* End Footer */
/*-----------------------------------------------------------------------------------------------------------*/

