@charset "utf-8";
/* CSS Document */

/*****************************   Reset  ***************************************/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}



#basic-accordian{
	padding:5px;
	height:500px;
	width:80%;
	min-width:600px;
	position:absolute;
	margin:5%;
}

.accordion_headings{
/*
	background:#99CC00;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
	text-shadow: 1px 1px 0px #e0e8f5;
*/
	padding:5px;
	font-size:20px;
	font-weight:bold;
	color:#FFF;
	cursor:pointer;
	background:#99CC00;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #FFF;


}

.accordion_headings:hover{
	background:#00CCFF;
}

.accordion_child{
	padding:15px;
	background:#FFF;
	border: #CCC 1px solid;
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}

.header_highlight{
	background:#00CCFF;
	cursor:default;
	color:#333;
}
.table_head{
	font-size:16px;
	color:#09F;
}
.table_head td{
	height:20px;
}
.catg{font-size:13px;color:#CCC}
#treatment_tble td{padding:2px;font-size:12px}
#treatment_tble td.tr_name {cursor:pointer}
#treatment_tble td.tr_option {border-left:1px dashed #E0E0E0}
#treatment_tble .trhover {
	background-color:#ebf1f4;
}
#treatment_tble .trsel,#providers .trsel {
	background-color:#F9FF9A;
}
#treatment_tble .treven {
	border-bottom:1px solid #EFEFEF;
	border-top:1px solid #EFEFEF;
	text-align:left;
}
#treatment_tble .trt {
	height:22px;
}
#treatment_tble select{font-size:12px}
#steps_acc h1{
	padding:0px 0px 0px 5px;
	font-size:20px;
	background:#CCC url(/images/left_gray.png) no-repeat left center;
	margin:2px 0px;
	font-family:"Trebuchet Ms";
	float:none !important;
}
#steps_acc h1 div{
	background:url(/images/right_gray.png) no-repeat right center;
	display:block;
	height:30px;
	color:#FFF;
	text-decoration:none;
	padding-top:2px;
	cursor:default;
}
#steps_acc h1 div img{
	margin-right:10px
}

#steps_acc h1.ui-state-active{
	padding:0px 0px 0px 5px;
	font-size:20px;
	background:#3DCF0D url(/images/left_green.png) no-repeat left center;
	margin:2px 0px 0px 0px;
	font-family:"Trebuchet Ms";
}
#steps_acc h1.ui-state-active div{
	background:url(/images/right_green.png) no-repeat right center;
	display:block;
	height:30px;
	color:#FFF;
	text-decoration:none;
	padding-top:2px
}

.next_btn{float:right;width:150px;margin-top:20px;text-align:right;}
#next_link1,#next_link2{width:120px;height:36px;display:block;text-decoration:none;background:url('/images/btn_next_normal.png') no-repeat center top;}
.disactivated {background:url('/images/btn_next_normal.png') 0 -36px no-repeat !important}
#next_link1:hover,#next_link2:hover{background-image:url('/images/btn_next_hover.png')}
.provider {
	margin:0px 0px 8px 0px;
}
.provider h3 {
	margin:0px;
	font-size:16px
}
.provider h3 a {
	color:#333;
	display:block;
	background:url('/images/country_tabs.png') no-repeat;
	background-position:0 -33px;
	height:28px;
	width:300px;
	padding:4px 0 0 10px;
	text-decoration:none;
}
.provider h3 a:hover{
	background-position:center top !important;
}
.provider h3 a.down{
	background-position:0 -66px !important;
}
.provider h3 a span{font-size:12px}
.provider table {
	text-align:left;
	font-size:11px;
	border:solid #EEE;
	border-width:0px 1px 0px 1px;
	width:310px
}
.provider table td.city{color:#50BDFF;font-style:italic;font-size:10px;width:80px;padding-left:4px}

.provider tr{border-bottom:1px solid #EEE;color:#333;background-color:#F0F9FF;cursor:pointer;}
.provider tr.selected{background-color:#F9FF9A;}

#selection{
	font-size:11px;
	padding:3px;
	border:solid #CCC;
	border-width:0px 1px 1px 1px;
}
#selection span{font-size:11px;font-weight:bold;text-decoration:underline; margin:5px 0px 0px 5px;display:block;color:#3DB1FF}
#selection li{float:none;list-style:square;color:#666;font-size:10px}
#selection ul{margin-left:20px}
.sel_header{background:#40CFFF url('/images/sel_header.gif') no-repeat center center;padding:2px 0px;text-align:center;width:240px;height:30px;color:#FFF;font-size:18px;}
.sel_info{
	margin:5px;
	padding:3px;
	border:1px solid #EBD593;
	background-color:#F5FFB0;
	color:#666;
}
.margin33{margin-top:33px}
.margin70{margin-top:70px}

/* Fields styles */
.field_block{
	display:block;
	padding:5px 2px 5px 20px;
	border-bottom:1px solid #EFEFEF;
}
.field_label{
	display:block;
	margin-bottom:5px;
	color:#3DB1FF;

	font-size:16px;
}
.field_label small{color:#666;font-size:11px}
.field_holder{display:block}
.field_text{
	font-size:16px;
	width:250px;
	border:2px solid #CCC;
	color:#333;
	margin-right:5px;
	padding:3px;
}

.field_info{
	font-size:11px;
	color:#666;
	display:block;
	font-style:italic;
}
.error_label label{display:none;color:#CC0000;font-size:12px;padding-left:14px;background:url('/images/error_icon.png') no-repeat left center;}

.phone{
	width:250px;
	padding:4px;
	border:2px solid #CCC;
	float:left;
	background-color:#FFF;
	margin-right:5px
}
.phone .select_holder{
	position:absolute;
}
.phone input{margin-left:80px;font-size:16px;color:#333;border:0px;background:transparent}

#pf_selection { padding:2px 10px 2px 5px ;height:16px;color:#575757;font-size:10px;background:url('/images/cc_bg.gif') no-repeat center;width:60px;text-align:center;cursor:pointer}
#pf_list{width:200px;padding:4px;border:1px solid #CCC;background-color:#FFF;position:relative;z-index:999}
#pf_list {font-size:12px;font-weight:normal;overflow-y:scroll;overflow-x:hidden;height:300px;display:none}
#pf_list span{cursor:pointer;display:block;padding:3px}
span.mover{background-color:#E0F3FF;}
span.selected{background-color:#30B1FF;color:white}
/* ///////////////////// */

.edit_step{margin-left:20px}

#center ul{font-size:11px}

