﻿
html, body
{
	background-color: #f3f3f3 !important;
}

body
{
	background-color: #f3f3f3 !important;
	font-style: normal;
	margin: 0;
	font-family: Arial;
	font-size: 13px;
	color: #666666;	
	background: url('/Forms/Themes/LondonTreasurers/images/body_bg.gif') top left repeat-x;
	
}

#main 
{
	position: relative;
	width: 1000px;
	height:1%;
	background: none;
	margin-left: auto;
	margin-right: auto;
	

}




h3 
{ 
	color:#004e6c; 
	text-transform:lowercase;
	margin:0 ;
	height:27px;
	padding-top:10px;
	padding-left:10px;
	margin-bottom:10px;
	font-weight:bold;
	font-size:200%;
	padding-bottom:1px;
	width:960px;
	font-family:Arial;
	float:left;
	background-color:#fff;

}

h3 a
{
    color:#fff;
    text-decoration:underline;
}

h3 span {}

a
{
	text-decoration: none;
	color: #5C80B1;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: none;
}

.alt td
{
	background-color: white;
}

label.wide
{
	float: left;
	display: block;
}

label
{
	
    padding-right:15px;
	color:#505050;
}


/*
input
{
    margin-left:20px;
}

select
{
    margin-left:20px;
}

*/
td.labelColumn, td.inputColumn 
{   
    margin-right:20px;
    text-align:left;
  
}


a.accountlink
{
    float:right !important;
    overflow:hidden;
    font-weight:bold;
    color:#fff;
    text-decoration:underline;
    margin-right:25px;
    padding-top:5px;
    
}

/*====================================================================================================
		Layout
====================================================================================================*/

#container
{
	width: 1000px;
	height: 1%;
	padding: 0;
	margin:0;
	background-color:#fff;
	
}


#groupe
{
   
    margin-bottom:12px;
    margin-left:20px;
    width:960px;
    background-color:#ffffff;
    background: url('/Forms/Themes/LondonTreasurers/images/line.gif') bottom left no-repeat;

}



#leftColumn
{
	background-image: url( '/Forms/Themes/LondonTreasurers/images/bkgd_left_column.gif' );
	background-repeat: repeat-y;
	width: 28px;
}

#rightColumn
{
	background-image: url( '/Forms/Themes/LondonTreasurers/images/bkgd_right_column.gif' );
	background-repeat: repeat-y;
	width: 28px;
}

#footer
{
	font-size: .9em;
	background-color: #375D81;
	color: #FFFFFF;
	width: 100%;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-weight: bold;
	bottom: 0;
	left: 0;
	position: absolute;
}

#footer a
{
	color: #FFFFFF;
}


#banner
{
	height: 151px;
	background: url('/Forms/Themes/LondonTreasurers/images/banner.gif') repeat-x top;

}

.settings
{
	padding: 10px 10px 10px 10px;
	background: white;
	border: 1px solid #ABC8E2;
	margin-bottom: 20px;
	margin-top: 20px;
}

.settings h1
{
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ABC8E2;
}

.settings h2
{
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ABC8E2;
}

.settings label
{
	float: left;
	width: 220px;
}

. td label
{
	float: left;
	width: 200px;
}

.settings .save
{
	text-align: left;
}

.nowidth label
{
	float: none;
	width: 0px;
}

.settings span label
{
	float: none;
	display: inline;
	width: auto;
	padding-right: 20px;
}

.settings span input[type="radio"]
{
	border: none;
}

.busy
{
	background: #375D81;
	border: 1px solid #223A4F;
	position: fixed;
	top: 25%;
	left: 46%;
	text-align: center;
	color: #FFFFFF;
	padding: 10px;
	font-size: 11px;
}

.busy img
{
	border: none;
	padding-bottom: 10px;
}

.invisibleElement
{
	visibility:hidden;
}

/*====================================================================================================
		Referrers
====================================================================================================*/

table.referrer td
{
	padding: 2px 0;
	border-bottom: 1px solid #ABC8E2;
}

table.referrer tr.alt td
{
	background-color: White;
}

table.referrer caption
{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 8px;
	display: block;
}

/*====================================================================================================
		Category
====================================================================================================*/

.category td
{
	padding: 2px 10px;
	vertical-align: top;
}

.category td input
{
	width: 200px;
}

.category td textarea
{
	height: 70px;
	width: 400px;
}

/*====================================================================================================
		Menu Tabs
====================================================================================================*/

.tabs .current
{
	font-weight: bolder;
}

.tabs a.current
{
	background-position: 0% -35px;
}

.tabs a.current span
{
	background-position: 100% -35px;
	color: #666666;
}

.tabs
{
	position: relative;
	float: left;
	width: 100%;
	font-size: 93%;
	line-height: normal;
	margin: 0;
	padding: 0 0 0 40px;
	z-index: 1;
}

.tabs ul
{
	margin: 0;
	padding: 0 5px 5px 5px;
	list-style: none;
	position: relative;
	top: 1px;
}

.tabs li
{
	display: inline;
	margin: 0;
	padding: 0;
}

.tabs a
{
	float: left;
	background: url( "/Forms/Themes/LondonTreasurers/images/menu_tab_left.gif" ) no-repeat left top;
	padding: 0 0 0 4px;
	margin: 0 2px 0 0;
	text-decoration: none;
	text-transform: capitalize;
}

.tabs a span
{
	float: left;
	display: block;
	background: url( "/Forms/Themes/LondonTreasurers/images/menu_tab_right.gif" ) no-repeat right top;
	padding: 8px 8px 8px 4px;
	color: #FFFFFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac */
.tabs a span
{
	float: none;
	cursor: pointer;
}

/* End IE5-Mac hack */
.tabs a:hover span
{
	color: #666666;
}

.tabs a:hover
{
	background-position: 0% -35px;
}

.tabs a:hover span
{
	background-position: 100% -35px;
}

/*-------------*/

input[type="file"]:hover
{
	cursor: pointer;
}

input[type="checkbox"]
{
	border: none;
	background: none;
}

.info
{
	background: url(/Forms/Themes/LondonTreasurers/images/info.gif) right top no-repeat;
	padding: 15px 50px 10px 15px;
	border: 1px solid #375D81;
}

/*====================================================================================================
		Generic Form and Input
====================================================================================================*/

input[type="submit"], input[type="button"]
{
	color: #505050;
	border: none;
	height:28px;
    margin: 0;
	font-weight:bold;
	height: 28px;
	font-size: 14px;
	text-align: left;
	padding: 0px 20px 0px 28px;
	margin: 20px 0px 0px 0px;
	border:1px solid #b4b4b4;
	text-shadow:1px 1px 0 #FFFFFF;
	background:url('/Forms/Themes/LondonTreasurers/images/button_bg.gif') no-repeat bottom left;
	
}

input[type="submit"].button_login 
{
	margin: 0;
}

#groupe span.save input[type="submit"], #groupe input[type="button"], #groupe span.submit input[type="submit"], #groupe input[type="button"],
.button_normal, .button_login
{
	background:url('/Forms/Themes/LondonTreasurers/images/button_bg.gif') no-repeat bottom left;
	width: 100px;
	margin-bottom:20px;
}

div.wizard_buttons
{
	margin-left: 0px;
	margin-top:10px;
	padding:0;	
}

div.wizard_buttons input[type="submit"], div.wizard_buttons input[type="button"]

{
	background:url('/Forms/Themes/LondonTreasurers/images/button_bg.gif') repeat-x bottom left;
	color:#505050;	
	vertical-align:middle;
	text-align:center;
	padding:0px 0px 0px 0px !important;
	margin:0px 0px 0px 20px !important;
	border:1px solid #B4B4B4;
	width:120px;
	font-size:120%	
}



div.wizard_buttons input[type="submit"]:hover, div.wizard_buttons input[type="button"]:hover

{
    background:url('/Forms/Themes/LondonTreasurers/images/button_blue_hover.gif') repeat-x top left;

}


/*div.wizard_buttons input[type="submit"].wizard_back, div.wizard_buttons input[type="button"].wizard_back
{
	background:url('/Forms/Themes/LondonTreasurers/images/button_bg.gif') repeat-x top left;
	
}*/


div.wizard_buttons input[type="submit"].wizard_back:hover, div.wizard_buttons input[type="button"].wizard_back:hover
{
	background:url('/Forms/Themes/LondonTreasurers/images/button_blue_hover.gif') repeat-x top left;
	
}


div.wizard_buttons input[type="submit"], div.wizard_buttons input[type="button"]
{
	/*margin: 0;*/
}

.button_double
{
	background:url('/Forms/Themes/LondonTreasurers/images/button_bg.gif') no-repeat bottom left;
	border:1px solid #b6d009;

}

.button_double:hover
{
    

}


input[type="submit"].input_double, input[type="button"].input_double
{
	width: 308px;
}

input[type="submit"].input_half, input[type="button"].input_half
{
	width: 50px;
}

input[type="submit"]:hover, input[type="button"]:hover
{
	cursor: pointer;	
	background-color:Green !important;
	background: #D7D7D7 url('/Forms/Themes/LondonTreasurers/images/button_bg_hover1.gif') repeat-x left top !important;
}

input[type="submit"][disabled], input[type="button"][disabled]
{
	background: #D7D7D7 url('images/button_bg_disabled.gif') repeat-x top;
	color: #646464;
	border: solid 1px #B4B4B4;
}

#btnBack
{
	background: url('/Forms/Themes/LondonTreasurers/images/button_bg_back.gif') no-repeat top left;
	margin: 20px 0px 20px 40px;
	height: 34px;
	padding: 0px 0px 0px 0px;
	width: 102px;
	border:1px solid #b4b4b4;
	vertical-align:middle;
	text-align:center;
}

#btnBack:hover

{
    background: url('/Forms/Themes/LondonTreasurers/images/button_bg_back_hover.gif') no-repeat top left;
    color:#ffffff;
}


.defaultInput
{
	width: 200px !important;
}

input[type="text"], input[type="password"], textarea
{
	padding: 2px;
}

input[type="text"], input[type="password"], textarea, select
{
	
	color: #666666;
	font-size: 100%;
}


/*====================================================================================================
		Placeholder
====================================================================================================*/

div.row
{
    border-top:1px solid #cacaca;
    padding: 0 ;
	margin: 0;
	font-size: 90%;
	text-align:left;
	min-height:23px !important;
	float:left;
}

div.altRow
{
    border-top:1px solid #a3a3a3;
    background: url('/Forms/Themes/LondonTreasurers/images/gray_row.gif');
	background-repeat:repeat-x;
	background-position:top left;
	padding: 10px 0px 10px 20px ;
	margin: 0;
	font-size: 90%;
	text-align:left;
	min-height:23px !important;
}

*html div.row {  height:18px ; }
*html div.altRow { height:18px ;  }
*html div.triplealtRow {height:65px ; }
*html div.longrow {height:112px ; }
*html div.longaltRow {height:112px ; }


div.longrow
{
    border-top:1px solid #a3a3a3;
    padding: 10px 0px 10px 20px ;
	margin: 0;
	font-size: 90%;
	text-align:left;
	min-height:112px !important;
}


div.triplealtRow

{
    border-top:1px solid #a3a3a3;
    background: url('/Forms/Themes/LondonTreasurers/images/gray_row.gif');
	background-repeat:repeat-x;
	background-position:top left;
	padding: 10px 0px 10px 20px ;
	margin: 0;
	font-size: 90%;
	text-align:left;
	min-height:65px !important;
}


div.longaltRow
{
    border-top:1px solid #a3a3a3;
    background: url('/Forms/Themes/LondonTreasurers/images/gray_row.gif');
	background-repeat:repeat-x;
	background-position:top left;
	padding: 10px 0px 10px 20px ;
	margin: 0;
	font-size: 90%;
	text-align:left;
	min-height:112px !important;
}



div.longrowdouble
{
    border-top:1px solid #a3a3a3;
    background: url('/Forms/Themes/LondonTreasurers/images/gray_row.gif');
	background-repeat:repeat-x;
	background-position:top left;
	padding: 10px 0px 10px 20px ;
	margin: 0;
	font-size: 90%;
	text-align:left;
	min-height:50px !important;
}




.PlaceHolder2Cols
{
	float: left;
	width: 480px;
	
}

.PlaceHolder1Cols
{
	float: left;
	width: 960px;
}

.formBuilderClear
{
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 0%;
}

#groupe p
{
    padding-bottom:10px;
}

/*=========================The Rows=====================*/


.formLabelColumn
{
	padding: 10px 0px 10px 0px ;
	margin: 0;
	font-size: 90%;
	width:100%;	
	float:left;
	}



.formLabelColumn td.label
{ 
	width:150px;
	padding-top:7px;
	float:left;
}
    
.formLabelColumn td.filed
{ 
    margin-top:3px;
    padding-left:15px;
    float:left;    
}   

.formLabelColumn2
{
	padding: 1px 0px 0px 0px ;
	margin: 1px 0px 0px 0px;
	font-size: 85%;
	color: #666666;
	width:100%;	
	background-image: url( '/Forms/Themes/LondonTreasurers/images/purple_row.gif' );
	
	border-bottom: 1px solid #b2b2b2;
	float:left;
	height:32px;	
		
}

/*
.formLabelColumn2 td.pointer
{   
    background-image: url( '/Forms/Themes/LondonTreasurers/images/arrow_purple.gif' );
    width:30px;      
}*/

.formLabelColumn2 td.label

{ 
	width:150px;
	padding-top:7px;
	float:left;
}
    
.formLabelColumn2 td.filed
{ 
    margin-top:3px;
    padding-left:15px;
    float:left;
}  
    
     
 /*=========================The Rows end here=====================*/   

/*=========================Text Long=====================*/ 
  
 /*=========================blue=====================*/  
.textboxlong
{
	float:left;
	height:1%; 
	width:100%;
	background-image: url( '/Forms/Themes/LondonTreasurers/images/text_long_blue.gif' );
	border-top: 1px solid #b2b2b2;
	 font-size: 85%;
}
    
.textboxlong td.label

{

     width:100%;
     font-weight:normal !important;
     padding:10px 20px 0px 25px;
     padding-bottom:15px;
    
     
}
    
.textboxlong td.filed

{

   padding-left:25px;
   padding-bottom:30px;
  
   
}
    
/* 
 .textboxlong td.pointer
 {
  
     width:30px;
     height:1%;
 }
 */
 
 /*=========================purple=====================*/   
 
 .textboxlong2
{
	float:left;
	height:1%; 
	width:100%;
	background-image: url( '/Forms/Themes/LondonTreasurers/images/text_long_pur.gif' );
	border-top: 1px solid #b2b2b2;
}
    
.textboxlong2 td.label
{
	width:100%;
	font-weight:normal !important;
	padding:10px 20px 0px 25px;
	padding-bottom:15px;  
}
    
.textboxlong2 td.filed
{
	padding-left:25px;
	padding-bottom:30px;   
}

/*.textboxlong2 td.pointer
{
	width:30px;
	height:1%;
}*/

/*====================================================================================================
		Accordian
====================================================================================================*/

.GroupAccordian
{
	list-style: none;
	margin: 0 0px 0px 0px;
	padding: 0 0px 0px 0px;
}

.GroupAccordian li
{
	background-image: url( '/Forms/Themes/LondonTreasurers/images/groupe_bg.gif') ;
	margin-right:4px;
}

.AccordianHeader
{
	display:block;
	width:5px;
	font-size: 120%;
	font-weight: bold;
	padding-top: 10px;
	background-image: url( '/Forms/Themes/LondonTreasurers/images/accordian_arrow_purple.gif' ); 
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 19px;
	color: #0FA8A5;
	margin-left: 25px;
}

/*====================================================================================================
		Form
====================================================================================================*/

div.validation_summary ul
{
	color: #B11337;
	font-size: 95%;
	font-weight: bold;
	margin: 0px;
	padding: 10px 25px;
}

p
{
	margin: 8px;
}


div.formLabelColumn, .row_white, .row_gray, .single_row_gray
{
	
	color: #666666;
	font-size: 85%;
	height:auto;	
}


.row_white, .row_gray, .single_row_gray
{
    padding:10px 0px 0px 20px;
    font-weight:bold;
    vertical-align:top;
}

div.warnings div.validation_summary
{
	padding: 15px 0 0 20px;
	background: url('/Forms/Themes/LondonTreasurers/images/validation_row.gif') repeat-x top left;
	border-top: 1px solid #ff7d7d;
	color: #ff4141;
	font-size: 90%;
	font-weight: bold;
}

div.input_section_login div.input_label
{
	padding-top: 4px;
}


div.input_section_login label, input
{
	padding-left: 10px;
}

div.forgot_login div.input_label
{
	padding-top: 6px;
}

div.forgot_login_clicker
{
	color: Blue;
	cursor: pointer;
	display: none;
	padding: 5px 0 0 190px;
	text-decoration: underline;
}

div.forgot_login_wrapper input[type="submit"], div.forgot_login_wrapper input[type="button"]
{
	width: auto;
}

span.forgot_login_message
{
	display: block;
	font-weight: bold;
	padding: 0 0 5px 0;
}

div.warnings div.validation_summary ul
{
	color: Red;
	font-size: 100%;
	padding: 6px 25px 10px;
}

div.warnings div.validation_summary ul li
{
	padding: 1px 0;
}

div.input_section_login
{
	background: url('/Forms/Themes/LondonTreasurers/images/gray_row.gif') repeat-x top left;
	border-top: 1px solid #a3a3a3;
	clear: both;
	font-size: 90%;
	margin: 0;
	padding: 10px 0px 10px 0px ;
	width: 100%;
}

div.login_credentials input, div.forgot_login input[type='text']
{
	width: 200px;
}

div.login_credentials label, div.forgot_login label
{
	font-weight: bold;
}

div.login_submit_button
{
	background: none !important;
	border: none !important;
}

div.login_submit_button div
{
	padding-left: 190px;
}

div.forgot_login div.forgot_login_clicker
{
	display: none;
	font-weight: bold;
	font-size: 120%;
}

div.input_label, div.input_label_longtext
{
	float: left;
	padding: 0px 0px 10px 0px;
}

div.user_defined_list
{
	margin-top: 10px;

	
}

div.input_label
{
	/*width: 180px;*/

	
}

div.input_label label
{
    min-width:180px ;
    float:left;
}

label
{
    font-weight:bold;
}

div.input_field, div.input_field_longtext
{
	
	padding: 0;
	margin:0;
	
}

div.input_field_longtext
{
	clear: both;
	margin-top: -8px 0px 0px 0px;
	padding-left: 0px 0px 0px 20px;
}
div.user_defined_list
{
    /*background: url('/Forms/Themes/LondonTreasurers/images/input_bg_normal.gif') #D7E4E3 top left no-repeat;*/
}

div.user_defined_list tr th
{
	font-size: 85%;
}

div.user_defined_list tr th, div.user_defined_list tbody td
{
	padding: 4px 20px 4px 4px;
	text-align: left;
	vertical-align: top;
}

div.user_defined_list div.input_field
{
  
}

/*====================================================================================================
		Custom
====================================================================================================*/

div.work_details_label
{
	width: 750px;
}

div.dropdown_new_line
{
	clear: both;
	margin-top: -8px;
	padding-left: 0px;
}

div.three_quarter
{
	width: 620px;
}

div.list_dates input[type="text"]
{
	width: 110px;
}

/* Validation */

.validationItem
{
	margin-left:4px;	
}

/*====================================================================================================
		Screening
====================================================================================================*/

div.screening_input_section
{
	background: none !important;

}

div.screening_input_label
{
	margin-left: 0px;
	padding: 9px 0px 6px 0;
}

label.screening_question_name
{
	display: block;
}

div.screening_input_label label.screening_question
{
	font-weight: normal;
}


span.RequiredField
{
    color:Red;
    font-weight:bold;
}

div.screening_input_section span
{
	clear:both;
	display:block;
	padding-top:10px;

}

.ScreeningNewCommentSection
{
	;
}

/*====================================================================================================
		Events
====================================================================================================*/

.event_information .date_header
{
	font-weight: bold;
	display: block;
	padding-top: 3px;
}

.event_information .input_label
{
	padding-left: 20px;
}

.event_confirm_invite input[type="button"], .event_confirm_invite input[type="submit"]
{
	background:transparent url(/Forms/Themes/LondonTreasurers/images/button_bg.gif) no-repeat scroll left bottom;
}

/*====================================================================================================
		Question
====================================================================================================*/

.question_label 
{
	width:870px;
	padding-left:10px;
	padding-bottom:10px;
}

.question_input
{
	padding-left:20px;
	padding-bottom:10px;
	width:870px;
}

.question_input select
{
	margin-left:-10px;
	width:375px;
}

.question_input div
{
	float:left;
	width:380px;
}

.question_input img
{
	float:left;
	margin-top:2px;
}

.question_label label
{
	margin-left:0px;
	font-weight:bold;
}

.question_comment_label
{
	clear:both;
	padding-left:10px;
	padding-bottom:10px;
}

.question_comment_label label
{
	margin-left:0px;
	font-weight:bold;
}

.question_comment_text
{
	padding-left:10px;
}


/*====================================================================================================
		event-information
====================================================================================================*/

div.event-information 
{
    overflow:hidden;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    float:left;
}

div.event-information h2
{
    background:transparent url(/Forms/Themes/LondonTreasurers/images/events-ico.gif) no-repeat  left top ;
    padding-left:35px;
    padding-top:5px;
    height:24px;
}

div.event-information div.event_details
{
    padding-bottom:60px;
    margin-bottom:20px;
    background:transparent url(/Forms/Themes/LondonTreasurers/images/event_bg.gif) repeat-x  left bottom;
    width:900px;
    
}


div.event-information div.event_status
{  
    padding:0px 30px 20px 35px;
    line-height:18px;
}


div.event-information h5
{  
    float:left;
    overflow:hidden;
    margin-left:35px;
    margin-right:35px;
    padding:0 !important;
 
}

h5
{
    font-size:130%;
    font-weight:normal;
}


div.event-information input[type="submit"]
{  
    float:left;
    overflow:hidden;
    background:#D7D7D7 url(/Forms/Themes/LondonTreasurers/images/button_bg_hover1.gif) repeat-x scroll left top !important;
    border:3px solid #6d6d6d;
    border:1px solid #B4B4B4;
    color:#505050;
    font-size:14px;
    font-weight:bold;
    height:28px;
    margin:10px 0px 10px 0px;
    padding:0 20px 0 28px;
    text-align:left;
    text-shadow:1px 1px 0 #FFFFFF;

    
}

div.event-information p
{  
    padding:0px 30px 0px 35px ;
    margin:0 !important;
    line-height:18px;
}

/*====================================================================================================
		Available Times
====================================================================================================*/


div.blocks_available_date
{
    float:left !important;
    overflow:hidden;
    background:transparent url(/Forms/Themes/LondonTreasurers/images/event_bg.gif) repeat-x  left bottom;
    width:885px;
    padding-left:15px;
}

h4 
{
    float:left !important;
    overflow:hidden;
   
}

div.event_block_option
{
    
    overflow:hidden;
    padding:20px 20px 0px 20px;
}

div.event_block_option input
{
    float:left !important;
    overflow:hidden; 
}

div.event_block_option span
{
    
    float:left !important;
    overflow:hidden;
    padding:0px 0px 8px 0px !important;
    margin:0 !important;

}


a.changedetails { font-size:120%; font-weight:bold; text-decoration:underline;}




div.screening_input_label
{
    
   
    border-top:1px solid #A3A3A3;
   
    padding-left:20px;
    margin-top:10px;

}


div.screening_input_label label
{
       
    margin-bottom:10px;
   
}

div.screening_input_field td label
{
    padding-left:15px;
    color:#666;
    text-decoration:underline;
}

div.screening_input_field td 
{
    padding-left:15px;

}

div.screening_input_field td label a
{
    cursor:hand;
}

.screening .UDFRowTable
{
    

}
.UDFRowTable td

{
     padding:10px;
}

.screening .UDFRowTable td
{
    
    width:200px;
    vertical-align:top;
    border-right:1px solid gray; 
    border-bottom:1px solid gray;
}

.UDFRowHeaderRow th { padding-left:10px;}
.screening .UDFRowTable .UDFRowHeaderRow th
{
    background-color:Gray;
    color:#fff;
    padding-top:10px;
    padding-bottom:10px;
}


.noInput input[type="submit"]
{
    display:none;
}

.UDFRowTable
{

    background-color:#e1edfa ;
    margin-top:15px;
    padding:10px;
    border-top:1px solid #8cabcc; 
    border-bottom:1px solid #8cabcc; 
}

.UDFChildFormDelete

{
    background-color:#e1edfa ;
    border-top:1px solid #8cabcc; 
    margin-top:15px;
    padding-left:20px;
    color:#6dcff6 !important;
}

.noInput input[type="submit"]
{
    display:none;
}



/*======event========*/

div.blocks_available_date
{
   
    border:5px solid #fff;
    float:left;
    width:150px;
    margin-top:20px !important;
    margin-right:10px !important;
    margin-left:0px !important;
    padding:0px !important;
    
    
}

div.blocks_available_date h4
{
    font-size:15px !important;
    color:#fff;
    background-color:#008bd1;
    width:145px;
    padding-left:5px;
    padding-top:5px;
    margin:0px !important;
    height:25px;
    
    
}

div.event_block_option 

{
    width:140px;
    padding:5px;
    background-color:#f6fafd;
    color:#008bd1;
    border-bottom:1px solid #b2b2b2; 
    font-weight:bold;
   
    
}

div.event_block_option span.date_from_to

{
    float:left;
    padding-left:8px;
    padding-right:10px;
    
}

div.event_block_option input

{
    float:left;
 
}


div.event_block_option

{
    float:left;
 
}


div.event-information

{
    font-weight:bold;
    
}

div.event_information div.input_label
{
    
    
    background-color:#f0f0f0 !important;
    font-size:12px !important;
    color:#505050;
    padding-left:20px !important;
    padding-right:10px !important;
    padding-top:5px !important;
    height:20px !important;
    /*margin-right:20px !important;*/
    border-right:2px solid #fff;
    font-weight:bold;
    width:170px;
    float:left;
    min-height:25px;
    
  
    
}


div.event_information div.input_field

{
    
    font-weight:bold;
    background-color:#f6fafd;
    color:#008bd1;
    padding-top:5px !important;
    /*padding-bottom:5px !important;*/
    padding-left:20px;
    min-height:20px !important;
    margin-right:0px;
    float:left;
    width:735px;
    min-height:35px !important;
    
    
    
}


div.event-information div.event_status 

{
    background-color:#f0f0f0;
    color:#008bd1;
    padding-top:5px !important;
    padding-left:20px;
    padding-bottom:5px !important;
    padding-right:20px;
    min-height:20px !important;
    margin-bottom:10px;
    line-height:18px;
    width:910px;
    font-weight:bold;
    line-height:18px;
     
}

/*
div.event-information div.event_status
{  
    padding:0px 30px 20px 35px;
   
}*/


div.event-information h5
{
    font-weight:bold !important;
} 


div.EventSummaryLocation, div.EventBookingLocation

{
    padding:20px 30px 20px 20px !important;
    width:100%;
    font-size:15px;
    color:#ff5601;
    float:left;
    font-weight:bold;
}



div.contact_info
{
    background-color:#f0f0f0 !important;
    font-size:12px !important;
    color:#323131 !important ;
    padding-left:20px !important;
    padding-right:10px !important;
    padding-top:5px !important;
    border-right:2px solid #fff;
    font-weight:bold;
    width:170px;
    float:left;
    min-height:25px;
  
}

div.contact_info labelb62a79
{  
    color:#006E9B !important ;

}

div.number_info
{
    font-weight:bold;
    background-color:#f6fafd;
    color:#008BD1 !important;
    padding-top:5px !important;
    padding-bottom:5px !important;
    padding-left:20px;
    min-height:20px !important;
    float:left;
    width:735px;
    min-height:30px !important;
    margin-bottom:10px;
   
    
}


p.eventinfo
{
    color:#008bd1;
    font-weight:bold;
    font-size:11px;
    padding-left:10px;
    background-color:#f0f0f0;
    margin:0 0 15px 0 !important;
    padding-top:10px;
    float:left;
    width:940px;
   
}



div.event-information p.event-warning
{  
    padding:0px 5px 20px 0px !important;
    margin:0 !important;
    color:#e50505 !important;
 
}


ul li

{
    color:#008bd1;

}

.fullwidth 
{
   

}