
.accept_booster_ct h3{
	
	color:#000000;
	
}

.notaccepted_list{
	
	position:relative;
	float:left;
	margin-top:20px;
	width:100%;
	
	
}

table.notaccepted_table{
	border:1px solid #D5D5D5;
	width:100%;
}

table.notaccepted_table tr{
	border-bottom:1px solid #D5D5D5;
}

table.notaccepted_table tr.odd{
	background:#ECECEC;
}

table.notaccepted_table tr.event{
	background:#FFFFFF;
}

table.notaccepted_table tr:hover{
	background:#D5D5D5;
}


table.notaccepted_table td.date{
	width:150px;
	border-right:1px solid #D5D5D5;
}

table.notaccepted_table td.name{
	border-right:1px solid #D5D5D5;
	
}

table.notaccepted_table td.action{
	width:80px;
	
}

div.field_caption{
	width:385px;
}


div.inline_help{
	position:absolute;
	float:right;
	right:20px;
	width:16px;
}

a div.inline_help_link{
	width:16px;
	height:16px;
	background:url(/images/help.png) no-repeat;
	cursor:hand;
	cursor:pointer;		
}

/* incontent tabs */

.tab_control_buttons{
	position:relative;
	float:right;
}

.tab_control_buttons div{
	position:relative;
	float:left;
	margin-left:5px;	
	cursor:hand;
	cursor:pointer;
}

ul.subsection_tabs {
    border-bottom: 1px solid #CCCCCC;
    clear: both;
    height: 20px;
    list-style: none outside none;
    margin: 0 0 5px;
    padding: 0;
}
ul.subsection_tabs li.tab {
    float: left;
    margin-right: 7px;
    text-align: center;
}
ul.subsection_tabs li.tab a {
    background-color: #FFFFFF;
    color: #666666;
    display: block;
    height: 20px;
    padding: 0 6px;
    width: 80px;
  	font-weight: bold;
    text-decoration: none;    
}
ul.subsection_tabs li.tab a:hover {
    color: #666666;
}
ul.subsection_tabs li.tab a.active {
    background-color: #DDDDDD;
}


/* tabs */

.tabs{
	position:relative;
	float:left;
	width:190px;	
}

.tab_container{
	position:relative;
	float:left;
	width:790px;	
	
}

.intake_step1_intro,
.intake_step2_intro,
.intake_step3_intro,
.intake_step4_intro,
.intake_step5_intro,
.intake_step6_intro,
.intake_step7_intro,
.intake_step8_intro,
.intake_step9_intro,
.intake_step10_intro{
	position:relative;
	float:left;
	width:100%;
	font-size:11px;	
}


.form_intake_ct{
	position:relative;
	float:left;
	width:100%;	
	
}

fieldset .field_header{
	position:relative;
	float:left;
	width:100%;	
	
}

fieldset .field_header h4{
	
	
}

.clearfix:after, .container:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }

* {
outline:medium none !important;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: "Arial";
	margin: 0;
	padding: 0;

}

.tab_container h1
{
		font-family: schmelvetica;
	position:relative;
	float: left;
	width: 100%;
	color:#ffffff;
	padding: 0 0 0px 0;
	font-size:18px;
	font-weight:bold;
	text-align: left;
	
}

body { line-height: 1.5; background: #fff; margin: 0; }



h3 {
	font-family: schmelvetica;
	position:relative;
	float: left;
	width: 100%;
	color:#ffffff;
	padding: 0 0 0px 0;
	font-size:14px;
	font-weight:bold;
	text-align: left;
}

p{
	color:#666666;
	font-size:13px;
	line-height:18px;
	margin-bottom:10px;
}

ol{
	list-style-type:decimal;
	color:#666666;
	font-size:13px;
	line-height:18px;
	margin-bottom:21px;
}

ul{
color:#666666;
font-size:13px;
line-height:18px;
margin-bottom:10px;
}

ol.date-eu {
margin-bottom:0 !important;
margin-left:0 !important;
}

input[type="text"], input[type="password"] {
border:1px solid #CCCCCC;
padding:3px;
}

input {
font-size:11px;
margin-bottom:4px;
margin-top:-1px;
}

input {
color:#666666;
font-family:Tahoma;
font-size:11px;
padding:4px;
}

ol.date-eu .month select {
margin-bottom:4px;
margin-right:8px;
width:auto;
}

ol.date-eu .month {
display:inline;
width:auto;
}

ol.date-eu li {
display:inline;
margin:0;
padding:0;
}

select {
border:1px dotted #CCCCCC;
color:#258DC0;
font-size:11px;
margin-bottom:5px;
max-width:270px;
padding:3px;
}


div.field_wrap{
border-style:dotted none none;
border-top:1px dotted silver;
clear:left;
color:#666666;
font-size:12px;
margin-bottom:0;
margin-top:-1px;
padding:4px 0 0 240px;
position:relative;
}

form div.group fieldset, 
form div.group fieldset p, 
form div div.group fieldset {
	max-width:295px;
}

fieldset p.question {
	display:inline;
	float:left;
	margin-bottom:6px;
	margin-left:-239px;
	padding-right:23px;
	position:relative;
	text-align:left;
	width:210px;
}

fieldset .field_caption label.left{
	display:inline;
	float:left;
	margin-bottom:6px;
	margin-left:-239px;
	padding-right:23px;
	position:relative;
	text-align:left;
	width:210px;
}



fieldset .field_wrap.top .field_caption label{
	position:relative;
	float:left;
	width:100%;	
}

fieldset .field_wrap.top .field_caption{
	position:relative;
	float:left;
	width:100%;
	clear:both;
}

fieldset .field_wrap.top .field_object{
	position:relative;
	float:left;
	width:100%;
	clear:both;		
	margin-left:-239px;
}

fieldset .field_wrap.left .field_caption label{
	display:inline;
	float:left;
	margin-bottom:6px;
	margin-left:-239px;
	padding-right:23px;
	position:relative;
	text-align:left;
	width:100%;
	clear:both;
}

fieldset .field_wrap.left .field_caption{

}

fieldset .field_wrap.left .field_object{

}
	
fieldset .field_caption label.top{
	display:inline;
	float:left;
	margin-bottom:6px;
	margin-left:-239px;
	padding-right:23px;
	position:relative;
	text-align:left;
	width:100%;
	clear:both;
}

.field_inside_wrapper{
	position:relative;
	float:left;
	clear:both;
	margin-top:4px;
	
}

.group {
	float:left;
	margin-bottom:10px;
	width:100%;
}

#buttonsProgress {
	position: relative;
	float: left;
	top:-2px;
	background:url("/modules/booster/front/forms/images/backgroundProgress3.png") no-repeat scroll right center transparent;
	height:692px;
	width:180px;
}

#buttonsProgress h3 {
	color:#A0A0A0;
	font-size:16px;
	padding:30px 47px 10px 0px;
	text-align:right;
	right: 40px;
}

#buttonsProgress ol {
	font-size:11px;
	line-height:2.5em;
	list-style-type:none;
	margin-left:-9px;
	padding-right:10px;
	text-align:right;
}

h4 {
	color:black;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
}


#buttonsProgress h4 {
	color:#666666;
	padding-right:30px;
}

#buttonsProgress .item-1.current {
	background-image:url("/modules/booster/front/forms/images/buttonProgress-active1.png");
}

#buttonsProgress .item-1 {
	background-image:url("/modules/booster/front/forms/images/buttonProgress-inactive1.png");
}

#buttonsProgress .item-2.current {
	background-image:url("/modules/booster/front/forms/images/buttonProgress-active2.png");
}

#buttonsProgress .item-2 {
	background-image:url("/modules/booster/front/forms/images/buttonProgress-inactive2.png");
}

#buttonsProgress .item-3.current {
	background-image:url("/modules/booster/front/forms/images/buttonProgress-active3.png");
}

#buttonsProgress .item-3 {
	background-image:url("/modules/booster/front/forms/images/buttonProgress-inactive3.png");
}

#buttonsProgress .item-4.current {
	background-image:url("/modules/booster/front/forms/images/buttonProgress-active4.png");
}

#buttonsProgress .item-4 {
	background-image:url("/modules/booster/front/forms/images/buttonProgress-inactive4.png");
}

#buttonsProgress .item-5.current {
	background-image:url("/modules/booster/front/forms/images/buttonProgress-active5.png");
}

#buttonsProgress .item-5 {
	background-image:url("/modules/booster/front/forms/images/buttonProgress-inactive5.png");
}

#buttonsProgress .item-6.current {
	background-image:url("/modules/booster/front/forms/images/buttonProgress-active6.png");
}

#buttonsProgress .item-6 {
	background-image:url("/modules/booster/front/forms/images/buttonProgress-inactive6.png");
}

#buttonsProgress .item-7.current {
	background-image:url("/modules/booster/front/forms/images/buttonProgress-active7.png");
}

#buttonsProgress .item-7 {
	background-image:url("/modules/booster/front/forms/images/buttonProgress-inactive7.png");
}

#buttonsProgress .item-8.current {
	background-image:url("/modules/booster/front/forms/images/buttonProgress-active8.png");
}

#buttonsProgress .item-8 {
	background-image:url("/modules/booster/front/forms/images/buttonProgress-inactive8.png");
}

#buttonsProgress .item-9.current {
	background-image:url("/modules/booster/front/forms/images/buttonProgress-active9.png");
}

#buttonsProgress .item-9 {
	background-image:url("/modules/booster/front/forms/images/buttonProgress-inactive9.png");
}

#buttonsProgress ol ol li {
background-position:right 1px;
background-repeat:no-repeat;
font-size:11px;
height:30px;
padding-right:10px;
width:190px;
}

#buttonsProgress ol li.current a {
color:#FFFFFF;
text-decoration:none;
}

#buttonsProgress ol ol li a {
color:#999999;
}

#buttonsProgress ol ol li a:hover {
    font-weight:normal;
	text-decoration:underline;
}


#buttonsProgress ol li a {
display:block;
font-size:11px;
margin-right:10px;
padding-right:22px;
text-decoration:none;
}

ul.buttonBar {
margin-bottom:-10px;
margin-left:0;
float:right;
width:auto;
color:#666666;
font-size:13px;
line-height:18px;
}

.buttonBar {
float:left;
list-style-type:none;
margin:0;
padding:0 0 5px;
position:relative;
width:100%;
}

button.buttonEmphasize-medium, a.buttonEmphasize-medium, .buttonBar li.buttonEmphasize-medium, button.buttonGo-medium, a.buttonGo-medium, .buttonBar li.buttonGo-medium {
background:url("/modules/booster/front/forms/images/button-emphasize.png") no-repeat scroll right top transparent;
border-style:none;
cursor:pointer;
display:block;
float:left;
margin-right:10px;
overflow:visible;
padding:0 7px 0 0;
position:relative;
text-decoration:none;
width:auto;
}

button.buttonEmphasize-medium strong, .buttonEmphasize-medium strong, .buttonBar li.buttonEmphasize-medium a, .buttonBar li.buttonEmphasize-medium button, .buttonBar li.buttonEmphasize-medium input, .buttonBar li.buttonGo-medium input, button.buttonGo-medium strong, .buttonGo-medium strong, .buttonBar li.buttonGo-medium a {
	background:url("/modules/booster/front/forms/images/button-emphasize.png") no-repeat scroll left top transparent;
	border-style:none;
	color:white;
	display:block;
	font-size:11px;
	font-weight:bold;
	letter-spacing:1px;
	line-height:17px;
	margin-right:0;
}

button strong, .buttonDefault-medium strong, li.buttonDefault-medium a, .buttonBar li a, .buttonBar li input {
	background:url("/modules/booster/front/forms/images/button.png") no-repeat scroll left top transparent;
	border-style:none;
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:bold;
	letter-spacing:1px;
	margin:0;
	padding:6px 5px 8px 16px;
	text-decoration:none;
}

.activeStep, .visitedStep, .maxStep {
background:url("/modules/booster/front/forms/images/stepIndicator-step-active.png") no-repeat scroll center center transparent;
color:#DEF3AF;
font-size:11px;
font-weight:bold;
line-height:0;
padding: 7px 9px 8px;
position:relative;
text-align:center;
top:0;
}

.maxStep {
background:url("/modules/booster/front/forms/images/stepIndicator-step-inactive.png") no-repeat scroll center center transparent;
color:#999999;
}