﻿

ul.workshop-vmenu
{
    width: 100%;
    padding: 0px;
    margin: 0px;
}

ul.workshop-vmenu li
{
    display: block;
    width: 100%;
    list-style-type: none;
    float: left;
    padding-bottom: 10px;
}

table.tbl-WorkshopForm
{
    border-collapse: collapse;
}

 table.clinicitanTable td
 {
     vertical-align:top;
 }

table.tbl-WorkshopForm-display
{
    border-collapse:collapse;
}

table.tbl-WorkshopForm-display td
{
    vertical-align:top;
    border: solid 1px #54595F;
}

table.tbl-WorkshopForm-display td label, table.tbl-WorkshopForm-display td span
{
    display:block;
}


table.workshop-date td
{
    border: 0;
}


ul.workshop-ul
{
    padding: 0px;
    margin: 0px;
    display: inline;
}

ul.workshop-ul li
{
    list-style-type: none;
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

ul.clinician-ul
{
    padding: 0px;
    margin: 0px;
    display: inline;
}

ul.clinician-ul li
{
    list-style-type: none;
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

input.txt-workshop, select.ddl-workshop
{
    width: 100%;
}

select.ddl-workshop
{
    margin:1px 0px 2px 0px;
}

.lbl-title-bold
{
    color:#953A73;
    font-weight:bold;
    margin-bottom:3px;
    display:block;    
}

.lbl-title
{
    color:#953A73;
    margin-bottom:3px;
    display:block;
}

ul.clinicianType-ul
{
    padding: 0px;
    margin: 0px;
    width: 100%;
}

ul.clinicianType-ul li
{
    list-style-type: none;
    display: block;
    float: left;
}

table.clinicianType-tbl
{
    border-collapse: collapse;
}

table.clinicianType-tbl td, table.clinicianType-tbl th
{
    padding: 2px 7px 2px 7px;
    border: 1px solid #dbaec5;
    height:25px;
    vertical-align:middle;
}

table.clinicianType-tbl th
{
    background-color:#e4cddd;
    color:#953a73;
}

table.clinicianType-tbl input
{
    border-width:1px;
    line-height:16px;
    text-align:center;
}


.clinician-lbl
{
    color:#953a73;
    font-weight:bold;    
}



a.lb-reset
{
    margin-right: 10px;
}

a.lb-search
{
}

a.lb-advanced
{
}

.txt-clinician
{
    width:90%;
}


/*View workshop*/
table.gv-workshop
{
    width:100%;
    border: 1px solid #dbaec5;    
}

table.gv-workshop td, table.gv-workshop th
{
    border: 1px solid #dbaec5;
}
    
tr.gvWorkshop-header a, tr.gvWorkshop-header a:link, tr.gvWorkshop-header a:visited, tr.gvWorkshop-header a:hover, tr.gvWorkshop-header a:active
{
    color:#953a73;
    font-weight:bold;    
}    

tr.gvWorkshop-pager table td
{
    border:0;
    background: url(images/menu-divider.gif) no-repeat scroll right;
    padding: 0 6px 0 4px;    
}

tr.gvWorkshop-pager table td a
{
	text-decoration:none;
}
tr.gvWorkshop-pager table td span
{
	font-weight:bold;
}

tr.gvWorkshop-pager table
{
    float:right;
}
    

/*Edit Custom Properties*/

a.FormSubmitButton, a.FormSubmitButton:link, a.FormSubmitButton:visited, a.FormSubmitButton:active, a.FormSubmitButton:hover
{
    text-decoration: none;
    display: block;
    width: 60px;
    border: solid #2A3F50 1px;
    color: #2A3F50;
    float: right;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.tabsForm
{
    width: 300px;
    position: relative;
    top: 1px;
    left: 0px;
    z-index: 1;
}

.tabsForm a
{
	text-decoration:none !important;
	font-weight:bold;
}
.tabs
{
    width: 800px;
    position: relative;
    top: 1px;
    left: 10px;
    z-index: 1;
}

.tab
{
    border: solid 1px #969696;
    background-color: #eeeeee;
    padding: 2px 10px;
}

.selectedTab
{
    background-color: White;
    border-bottom: solid 1px white;
}

.tabContents
{
    border: solid 1px #969696;
    padding: 10px;
    background-color: White;
}

table.CustomPropertyField
{
    width: 650px;
    border-collapse: collapse;
}

table.CustomPropertyField td
{
    border: #969696 solid 1px;
    vertical-align: top;
}

table.CustomField
{
    width: 800px;
    border-collapse: collapse;
}

table.CustomField td
{
    border: #969696 solid 1px;
}

td.CustomFieldButtonBox
{
    width: 60px;
    text-align: center;
    vertical-align: middle;
}

.CustomFieldTitle
{
    display: block;
    padding-bottom: 1em;
}


/*Registration Form css*/

body
{
    font: 11px Arial, Helvetica, sans-serif;
    color: #666666;
    margin: 0px;
}

h1, h2, h3
{
    color: #9b046d;
    margin: 0px;
}

h1
{
    font-size: 1.6em;
    padding: 5px 0 5px;
}

h2
{
    font-size: 1.2em;
    padding: 4px 0;
}

h3
{
    font-size: 1.0em;
    padding: 1px 0 1px;
}

p
{
    line-height: 1.5em;
    margin: 0px;
    margin-bottom: 10px;
}

a, a:link, a:visited
{
    color: #666666;
    text-decoration: underline;
}

a:hover, a:active
{
    color: #9b046d;
    text-decoration: underline;
}

strong
{
    color: #9b046d;
}

.clear
{
    width: 100%;
    height: 0px;
    line-height: 0px;
    clear: both;
    border: 0px;
    display: block;
}

.main
{
    width: 745px; /***background: #f2f2f2 url(Images/bg_pattern.jpg) no-repeat left bottom;***/
    margin: 0 auto 0;
    background-color:Transparent;
}



.headingNew
{
    border-bottom: 1px dotted #a8287d;
    font-size: 18px;
    font-weight: bold;
    padding-right: 6em;
    padding-bottom: 5px;
    margin-bottom:10px;
    color: #A8287D;
    display:block;
}


.content
{
    width: 705px;
    padding: 0px 20px 70px 20px;
    background: none;
}

.menu
{
    padding: 10px 0px;
}

a.menuTab, a.menuTab:link, a.menuTab:visited, a.menuTab:hover, a.menuTab:active
{
    color: #666666;
    text-decoration: underline;
    background: transparent url(Images/mhpn_icon.jpg) no-repeat left center;
    padding-left: 13px;
    padding-right: 10px;
}

a.menuTabSelected, a.menuTabSelected:link, a.menuTabSelected:visited, a.menuTabSelected:hover, a.menuTabSelected:active
{
    color: #9b046d;
    text-decoration: underline;
    background: transparent url(Images/mhpn_icon.jpg) no-repeat left center;
    padding-left: 13px;
    padding-right: 10px;
}

.contentForm
{
    width: 490px;
    padding-left: 0px;
    padding-right: 10px;
    float: left;
}

.contentInstr
{
    width: 195px;
    padding-right: 0px;
    float: right;
}

ul.mainForm
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.mainForm li
{
    display: block;
    float: left;
    text-align: left;
}

li.mainForm input, li.mainForm select
{
    margin: 2px 0 2px;
}

.formTitle
{
    font-size: 1.0em;
    color: #858585;
    margin: 0px;
    padding: 4px 0;
    display: block;
}

.formTitlePink
{
    color: #9b046d;
    font-weight: bold;
    font-size: 1.2em;
    padding: 4px 0;
    display: block;
}

ul.instr-text
{
    list-style-type: none;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0;
    line-height: 1.5em;
    display: block;
}

ul.instr-text li
{
    width: 100%;
    display: block;
    clear: both;
    float: left;
}


.errorSummary
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.errorSummary ul
{
    width: 100%;
    list-style-type: circle;
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
}

.errorSummary ul li
{
    height: 1.5em;
    display: block;
    float: left;
    clear: both;
    list-style-type: circle;
}

.form_bottom_text
{
    width:480px;
    height:88px;
    background: transparent url(Images/bottom_text_bg.gif) no-repeat left center;  
    margin-top:30px;      
}

.form_bottom_text p
{
    font-size:13px;
    line-height:16px;
    padding-top:10px;
    text-align:justify;
    margin:0px 10px;
}

.workshop-date-list
{
    text-align:center; 
    margin:1px 2px 2px 0px;
}

.footer
{
    width: 100%;
}

.menu-title
{
    width:100%;
}

.content-title, .menu-title
{
    color: #A8287D;
    font-size: 1.3em;
    font-weight:bold;
    display:block;
    border-bottom: dotted 1px #A8287D;
    margin-bottom:10px;
    padding-bottom:5px;    
}