/*proforma invoice*/
.proforma
{
	padding:0 4px 0 8px;
	border: 0px;
}

.proforma legend, .proforma h4, .drInnerLeftCol h4 
{
	color:#BB0000;
	font-size:14px;
	font-weight:normal;
	padding: 10px 0;
}

.proforma fieldset
{
	border: 0px;
	clear: both;
	margin-bottom: 20px;
}

.proforma .lbl
{
	display: inline-block;
	padding-right:10px;
	text-align:right;
	vertical-align:top;
	width:150px;    
}

.drContent .proforma p
{
	line-height: 1.3em;
}

.drInvoiceInfo p
{
	padding-left: 20px;
}

.drCurrency, .drContent .proforma .drIssued, .drVat
{
	padding-left: 160px;
}

.drCurrency li, .drContent .proforma .drIssued, .drVat li
{
	padding-bottom: 5px !important;
}
.proforma .frmInput, #tblCompanyPreview span
{
	color: #666;
}
.drContent .proforma li
{
	padding: 0 0 15px 0;   
}
.drChooseCur
{
	padding-bottom: 10px;
}
.proforma label
{
	padding: 0 0 0 5px;
}

.drPasses h3
{
	padding-top: 13px;
}



.drContent .proforma .drPerson
{
	border-top: 1px solid #E28E73;
	padding: 15px 0 5px 0;
}

.drPerson .drLabel
{
	display:block;
	float:left;
	padding-right:15px;
	text-align:right;
	vertical-align:top;
	width:147px;
}

.drPerson li
{
	border: 0px;
}


.frmLayout.proforma  .vip 
{
	color: #000;
	background: transparent !important;
}

.drMorePasses span
{
	background:#FFFFE6 none repeat scroll 0 0;
	bottom:105px;
	display:block;
	font-size:11px;
	margin:0 0 0 134px;
	position:relative;
	text-decoration:none;
}

.drVip 
{
	color:#e2e2e2;
	float:right;
	font-size:64px;
	font-weight:bold;
	padding:36px 5px 0 0;
	text-align:right;
	width:118px;
}

/* preview */
.frmLayout.proforma table.tableStyle
{
	background: #fff;
	clear: both;
	width: 100%;
	margin: 20px 0;
}

.frmLayout.proforma table.tableStyle td
{
	border: 0px;	
}

#tblCompanyPreview, #tblPersonalPreview
{
	float: left;
	width: 210px;
}

#tblCompanyPreview span.label, #tblPersonalPreview span.label
{
	color: #000;
	padding: 0 10px;
	width: 160px;
	text-align: right;
	display: inline-block;
}

.drDateTime
{
	float: right;
	padding: 0 20px 0 0;
}

.RadComboBox_Default table
{
	width: 227px !important;
}

.RadGrid_Gray .RadComboBox_Default table
{
	width: 45px !important;
}

.cmbPasses .RadComboBoxDropDown
{
	width: 95px !important;
}

.proforma .tableStyle th
{
	min-width: 45px;
}
.drWireTransfer legend, #tblCompanyPreview .lbl span
{
	color: Black;
	clear:both;
	font-weight:bold;
	padding: 20px 0 10px 0;
}

.drWireTransfer
{
	display: none;
}
.tableStyle td.drTotal
{
	font-weight: bold;
	padding: 2px ;
}

table.drDateTerms
{
   float: right;
   width: auto
}

.drContent .proforma p.drFormDetails
{
	padding-left: 166px
}  
.drNote
 {
   font-size: 11px;
   font-weight: bold;
}   

.drMandatory 
{
	display:inline-block;
	font-size:22px;
	height:23px;
	vertical-align:middle;
}

.fError .drMandatory 
{
	color: Red;
}

.frmLayout .fError .frmInput  
{
	border: 1px solid Red;
}

.drWTAsterisk
{
	display: none !important;
}


.drContent .errNote, .drContent .errNotPass
{	
	color: #fff;
	clear: both;	
	width: 507px;
	margin-bottom: 10px;
}

 .drContent .errNotPass
 {
    float:left;
    padding:7px;
    width:529px;
 }

.drContent .drFailure
{
	padding: 10px;	
}

.drContent .drFailure li
{
	list-style-type: disc;
	list-style-position: inside;
	padding: 5px 0 5px 15px;
	font-size: 11px;
	color: #f00;
}

.drDisabled
{
	display: none;
}

.drContent .proforma ul.tShirtRadioList li {
    clear: none;
    float:left;
    padding-right: 10px;
}

/* radupload fix */
li.ruActions, li.ruActions {
    margin-top: 0 !important;
}

li.ruActions {
    margin-left: 325px;
}

/* lecturers navigation */
ul.drSpeakersListNav {
    background: #E2E2E2;
    display: block;
    width: 96%;    
    overflow: auto;
    padding: 0 10px;	
    margin-bottom: 34px;
    padding-top: 2px;
}

ul.drSpeakersListNav li {
    float: left;
    list-style-type:none;
    padding: 5px;
    margin: 0 5px;
}

ul.drSpeakersListNav li.selected {
    background: #F2F2F2;
}

ul.drSpeakersListNav li.selected a {
    text-decoration: none;
}



