:focus { outline-style: none; }

/*---------- general----------*/
body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
	text-decoration: none;
	line-height: 14px;
	background-color: #CCE0EB;
	background-image: url(../images/container-bg.gif);
	background-repeat: repeat-y;
	background-position: top center;
	/*
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-x;
	background-position: center -10px;
	*/
}

.common_div { width: 100%; }

img { border: 0; }

.underline{ text-decoration:underline;}

.clr
{
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0px;
}

div, h1, h2, h3, h4, p, form, label, input, textarea, img, span, ul, li
{
	margin: 0px;
	padding: 0px;
} 

.main
{
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -470px;
	width: 940px;
	background: #FFFFFF;
}

/*---------- header ----------*/

.header_wrapper
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 90px;
	background-color: #a0c1d5;
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 -10px;
}

.header
{
	padding: 0;
	width: 940px;
	height: 100px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(../images/top_bg.jpg);
	background-position: 0 30px;
	background-repeat: no-repeat;
}
/*make some changes on 18-05-2010 start */
.header .left
{
	margin: 25px 0 0 0;
	width: 249px;
	height: 69px;
	float: left;
	padding-left: 98px;
}

.header .middle
{
	margin: 25px 0 0 0;
	width: 174px;
	padding-left: 21px;
	height: 56px;
	float: left;
	padding-top: 10px;
	line-height: 16px;
}

.header .right
{
	width: auto;
	float: right;
	background-color: #FFFFFF;
	padding: 10px 5px 0 5px;
	margin: 65px 21px 0 0;
}
/*make some changes on 18-05-2010 END */


/* Top menu */

.header .right ul#top_nav 
{
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

.header .right ul#top_nav li { float: left; }

.header .right ul#top_nav li a
{
	display: block;
	height: 30px;
	padding: 0 5px;
	margin: 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #666;
	text-decoration: none;
}

/* .header .right ul#top_nav li:first-child a { margin: 0; padding: 0px; } */

.header .right ul#top_nav li a:hover
{
	text-decoration: underline;
	color: #F63;
}

.header .right ul#top_nav li a.active 
{
	background: url(../images/top_nav_hover.jpg) repeat-x;
	color: #FFF;
}

.greentext
{
	font-family: Helvetica_Light-Normal, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F63;
}

.bluetext
{
	font-family: Helvetica_Light-Normal, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #069;
}

.darkbluetext
{
	font-family: Helvetica_Light-Normal, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #036;
}

/*---------- Nav ----------*/
#nav_bg
{
	width: 730px;
	height: 50px;
	background: url(../images/nav_bg.jpg) repeat-x;
	float: right;
}

#nav
{
	width: 709px;
	height: 50px;
	background: url(../images/nav_bg.jpg) repeat-x;
	float: right;
}

#nav ul
{
	list-style: none;
	padding-left: 28px;
	padding-top: 10px;
}

#nav li
{
	display: block;
	font-family: "Myriad Pro";
	font-size: 18px;
	color: #fde3d3;
	float: left;
	line-height: 30px;
	padding-right: 10px;
	padding-left: 10px;
}

#nav li a
{
	color: #fde3d3;
	text-decoration: none;
}

#nav li a:hover { text-decoration: underline; }

#nav li a.hover span
{
	display: block;
	padding: 0 20px 0 0;
	width: auto;
	background: #1D6893 url(images/dolphin_right-ON.gif) no-repeat top right;
	height: 33px;
}

/*----------middle_content----------*/

#container
{
	width: 940px;
	height: auto;
	background: url(../images/left_bg2.jpg) repeat-y 0px 0px;
	overflow: hidden;
}


/*----------left_content----------*/
#container .left
{
	background: url(../images/left_bg2.jpg) repeat-y 0px 0px;
	width: 170px;
	height: auto;
	float: left;
	padding-top: 7px;
	background: #FFFFFF;
}

#left_nav
{
	width: 170px;
	height: 572px;
	background: url(../images/left_bg.jpg) no-repeat;
}

#left_nav ul
{
	list-style: none;
	padding-top: 5px;
}

#left_nav li a
{
	display: block;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	padding-top: 5px;
	padding-bottom: 0;
	padding-right: 10px;
	padding-left: 20px;
	text-decoration: none;
}

#left_nav li a.active
{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #F63;
	background-image: url(../images/menu_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

#left_nav li a:hover
{
	color: #224e7a;
	text-decoration: underline;
}

#left_nav li a:active
{
	color: #F63;
}


/*----------end left_content----------*/
#container .right
{
	width: 750px;
	padding: 15px 0 0 20px;
	height: auto;
	float: left;
	background-color: #FFF;
}

.home-index #contnt_box
{
	padding-top: 20px;
	background-image: none;
}

#contnt_box
{
	background: url(../images/content_box_top_line.jpg) repeat-x;
	padding-left: 20px;
	padding-top: 0px;
	width: 712px;
	padding-bottom: 20px;
}


#contnt_box h1
{
	margin: 0 0 20px 0;
}

#contnt_box  .left_box
{
	width: 520px;
	float: left;
	height: auto;
}

.contnt_box1
{
	width: 520px;
	height: auto;
	min-height: 380px;
	padding-top: 23px;
	background: url(../images/content_box_top_line.jpg) repeat-x;
	line-height: 19px;
	padding-bottom: 15px;
}

.home-index .contnt_box1 { min-height: 0; }


.contnt_box1 .left_box1
{
	float: left;
	width: 350px;
	height: auto;
}

.contnt_box1 .right_box1
{
	float: right;
	width: 160px;
	height: auto;
}

.contnt_box1 h1
{
	margin: 0 0 30px 0; 
	padding: 0;
}

.contnt_box1 h2, .contnt_box1 h3, .contnt_box1 h4
{
	font-weight: normal;
	font-size: 15px;
	margin: 0 0 5px 0; 
}

/*
.contnt_box1 h3, .contnt_box1 h4, .contnt_box1 h5
{
	color: #036;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
*/

.contnt_box1 p { margin: 0 0 10px 0; }

.contnt_box1 p a { color: #F63; }
.contnt_box1 p a:hover { text-decoration: none; }

.contnt_box1 ol li a { color: #F63; text-decoration: none; }
.contnt_box1 ol li a:hover, .contnt_box1 ol li a:visited  { text-decoration: none; }

.contnt_box1 p.intro { font-size: 14px; }

.contnt_box1 ul
{
	margin: 0 0 0 20px;
	padding: 0;
}

.contnt_box1 ul li
{
	margin: 0;
	padding: 0;
}

/*
.downloads .contnt_box1 ul
{
	margin: 0 0 0 20px;
}
*/


.contnt_box1 ul li a { color: #F63; }

.contnt_box1 p.index
{
	border-top: 1px solid #036;
	padding: 5px 0 0 0;
	width: 520px;
	margin: 20px 0 20px 0;
}

.contnt_box1 p.index a
{
	color: #036;
	font-size: 11px;
}

.contnt_box1 p.index a:hover { text-decoration: none; }

.therapeut_box { background-color: #FFF; }
#contnt_box .therapeut_box h1 
{ 
	padding: 0;
	margin: 0 0 5px 0;
}

.box_veranderingen
{
	background-color: #d3dfe9;
	margin: 0;
	padding: 0 0 5px 0;
}

.box_veranderingen h4
{
	padding: 5px 10px;
	background-color: #91afc7;
	color: #FFF;
	font-size: 14px;
}

.box_veranderingen p { margin: 10px; }

/* 	bg 4: #91afc7	bg 8: #d3dfe9 */

#banner
{
	width: 722px;
	height: 171px;
	border-right: 8px solid #003568;
	border-bottom: 8px solid #003568;
	background: url(../images/banner_top_bg.jpg) repeat-x;
	padding-top: 8px;
	overflow: hidden;
}

ul#baner_nav
{
	width: 166px;
	height: 172px;
	float: left;
}

 ul#baner_nav
{
	list-style: none;
	padding: 2px 0 0 0;
	margin: 0px;
}

ul#baner_nav li
{
	list-style: none;
	padding: 0 0 1px 0;
	margin: 0px;
}

ul#baner_nav li a
{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding-right: 10px;
	padding-left: 20px;
	height: 28px;
	text-decoration: none;
	background-image: url(../images/ban_button.jpg);
	padding-top: 13px;
	line-height: 15px;
	font-style: italic;
}

ul#baner_nav li a:hover
{
	background-image: none;
	background-color: #003568;
	/* color: #ff6633; */
	padding-top: 13px;
	height: 28px;
}

ul#baner_nav li a.activeSlide
{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF6633;
	padding-right: 10px;
	padding-left: 20px;
	height: 28px;
	text-decoration: none;
	background: #FFFFFF;
	padding-top: 13px;
	line-height: 15px;
	font-style: italic;
}

#banner_vars
{
	float: right;
}

#banner_vars div
{
	width: 552px;
	height: 171px;
	float: left;
/* 	padding-top: 12px; */
/* 	padding-left: 22px; */
	font-size: 13px;
	color: #666;
	line-height: 20px;
	background-color: #FFFFFF;
}

#banner_vars div a { color: #FF6633; }

#banner_vars div h1 { margin: 10px 0 8px 20px; }

#banner_vars div p { margin: 0 0 0 20px; }

h2
{
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #036;
}

h3
{
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #036;
}

h4
{
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #036;
}

h1
{
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #036;
}

a.greenlink
{
	color: #ff6633;
}

a.greenlink:hover { text-decoration: underline; }

#contnt_box .right_box
{
	padding-left: 19px;
	width: 172px;
	float: left;
	height: auto;
	top: 44px;
	position: absolute;
	margin-left: 520px;
	background-color: #FFFFFF;
}

#contnt_box .right_box h2 { margin: 0 0 5px 0; }

#contnt_box .right_box {line-height: 18px;}
.contact-index #contnt_box .right_box a {color: #FF6633; }

.right_box ul
{
	margin: 0 0 20px 0;
	padding: 0;
	width: 150px;
	background-color: none;
	text-indent: 0;
	list-style: none;
}

/* submenu */

.right_box ul li
{
	line-height: 20px;
	margin: 0;
	border-bottom: 1px solid #cfdfea;
	border-left: 1px solid #cfdfea;
	border-right: 1px solid #cfdfea;
	padding: 0;
	width: 170px;
}

.right_box ul li:first-child
{
	border-top: 1px solid #cfdfea;
}

.right_box ul li a
{
	padding: 5px 10px;
	text-decoration: none;
	font-size: 13px;
	color: #666;
	display: block;
	font-size: 12px;
}

.right_box ul li a:hover
{
	color: #224e7a;
	text-decoration: underline;
}

.right_box ul li a.active
{
	color: #F63;
	background-color: #e7eff4;
	background-image: url('../images/submenu-bg.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
}

.right_box ul li a:active { background-image: none; background-color: #cfdfea; }

/* subsub */

.right_box ul li ul { margin: 0; }

.right_box ul li ul li a { border-left: 10px solid #cfdfea; }

.right_box ul li ul li
{ 
	border-bottom: 1px solid #cfdfea;
	border-left: none;
	border-right: none;
}

.right_box p a { color: #FF6633; }

.home-index #contnt_box .right_box
{
	position: relative;
	margin-left: 0;
	top: 0;
}

#login_box
{
	width: 520px;
	/* 173px; */
	background-color: #fff0eb;
	margin: 20px 0 0 0;
	padding: 0;
	height: 130px;
}

#login_box .padding
{
	margin: 0;
	padding: 10px;
}

.logouttxt
{
	font-size: 11px;
}

#map_box
{
	background-image: url(../images/map.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 173px;
	height: 272px;
	margin: 0 0 20px 0;
}

#map_input_box1 #form1 .input_box { width: 97px; }

#map_text_box
{
	width: 172px;
	font-size: 13px;
	color: #ff6633;
	padding-top: 15px;
	text-align: center;
}

#map_input_box
{
	width: 172px;
	padding-top: 194px;
	font-size: 13px;
}

#map_input_box1
{
	width: 161px;
	padding-left: 11px;
}

.input_box
{
	color: #666;
	width: 150px;
	height: 15px;
	border: 1px solid #006699;
	float: left;
	margin-right: 3px;
	padding: 1px 2px;
	font-size: 11px;
}

#form1 .input_box { width: 150px; } /* 97px */

#logobox { display: none; }

.home-index #logobox
{
	float: left;
	width: 172px;
	padding-top: 77px;
	text-align: center;
	display: block !important;
}


#footer
{
	height: 30px;
	width: 716px;
	background: url(../images/footer_bg.jpg) repeat-x;
	padding: 24px 0 0 14px; 
	color: #999;
	font-size: 11px;
}

#footer a
{
	color: #999;
	text-decoration: none;
}

#footer a:hover
{
	color: #442f28;
	text-decoration: underline;
}

#bottm_box
{
	width: 730px;
	height: 72px;
	background-color: #CCE0EB;
	background-image: url(../images/bottom_box_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0;
	padding: 0;
}

.breadcrum
{
	font-size: 11px;
	color: #999;
	margin: 0 0 20px 0;
}

.breadcrum a
{
	color: #999;
	text-decoration: none;
}

.breadcrum a:hover
{
	text-decoration: underline;
	color: #224e7a;
}

.line
{
	border-bottom: 1px solid #cfdfea;
	margin-top: 10px;
}

.result a
{
	border-bottom: 1px solid #cfdfea;
	padding: 5px 10px;
	text-decoration: none;
	display: block;
	color: #999;
}

.result a span { font-size: 15px; 	color: #036; }

.result a:hover
{ 
	background-color: #e7eff4;
	background-image: url('../images/btn-bekijk-sivas-therapeut.gif');
	background-repeat: no-repeat;
	background-position: 355px 14px;
}
.result a:hover span { text-decoration: underline; }

.product_box
{
	float: right;
	padding: 0;
	text-align: center;
	width: 100px;
	height: 150px;
	margin: 0 20px 0 10px;
}

.product_box p { margin-top: -10px ; }

.producten-index #contnt_box .left_box .contnt_box1 { width: 712px; }

.box_energetische { margin: 30px 0 0 0; }

.box_energetische h2, .box_energetische h3, .box_energetische h4, .box_energetische h5
{
	color: #FFFFFF; /* 036 */
	margin: 0;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: normal;
}



.box_energetische ul
{
	padding: 0 0 0 15px;
	margin: 10px;
}

.box_energetische ul li
{
	margin: 0;
	padding: 0;
	color: #036;
}

.box_energetische div
{
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
}

.box_energetische div.level1
{
	background-color: none;
	margin: 0;
}

.box_energetische div.level2
{
	background-color: #a7bfd2;
	margin-right: 30px;
}

.box_energetische div.level3
{
	background-color: #bdcfdd;
	margin-right: 60px;
}

.box_energetische div.level4
{
	background-color: #d3dfe9;
	margin-right: 90px;
}

.box_energetische h2
{
	background-color: none;
	color: #036;
	margin: 0;
	padding: 0;
}

.box_energetische h3 { background-color: #658fb0; }
.box_energetische h4 { background-color: #7ca0bc; }
.box_energetische h5 { background-color: #91afc7; }

/* 

	bg 1: #5080a5	bg 5: #91afc7
	bg 2: #658fb0	bg 6: #a7bfd2
	bg 3: #7ca0bc	bg 7: #bdcfdd
	bg 4: #91afc7	bg 8: #d3dfe9

*/

p.note
{
	background-color: yellow;
	color: #000;
	padding: 5px 10px;
}

.overzichtsschema
{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #cfdfea;
}

.overzichtsschema tr td { padding: 5px 10px; }

.overzichtsschema tr td:first-child { /* font-weight: bold; */ }

.overzichtsschema thead tr td
{
	font-weight: bold;
	background-color: #003568;
	color: #FFF;
}

.overzichtsschema tfoot tr td
{
	font-style: italic;
	background-color: #e7eff4;
	background-image: url('../images/submenu-bg.jpg');
	background-position: 0 0;
	background-repeat: repeat-x;
}

.overzichtsschema tbody tr td.inactief { color: #CCC; }

.overzichtsschema tbody tr td { border-bottom: 1px solid #cfdfea;}

.overzichtsschema tbody tr.hover
{
	background-color: #e7eff4;
	/* #cfdfea */
	cursor: text;
} 

.hrules
{
	margin: 20px 0;
	width: 400px; 
	border-top: 1px solid #cfdfea;
}
.hrules tbody tr td { border-bottom: 1px solid #cfdfea; padding: 10px 0; }

form.contactform, form.contactform fieldset 
{ 
	margin: 0; 
	padding: 0; 
	border: none;
}

form.contactform table
{
	margin: 10px 0 0 0;
}

form.contactform input, form.contactform textarea
{
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;	
	border: none; 
	padding: 5px;
	background-color: #e5eff5; /* 50% #CCE0EB */
	width: 300px;
	background-image: url("../images/submenu-bg.jpg");
	background-position: 0 0;
	background-repeat: repeat-x;
}

form.contactform table tr td 
{ 
	height: 40px; 
	vertical-align: top;
	padding: 5px 0;
}

form.contactform .button {background-color: #E5E5E5; margin: 10px 0 0 0; width: auto; background-image: none;}
form.contactform .button:hover {background-color: #CCCCCC;}

form.contactform .error {border: 1px solid red;}

form.contactform label.error
{
	border: none;
	display: block;
	color: red;
	margin: 5px 0 10px 0; 
}

#aanmeldform #Opmerkingen 
{ 
	height: 80px; 
	width: 300px; 
	line-height: 18px; 
	vertical-align: top; 
	text-align: left; 
} 

#geintergeerd-model-1
{
	width: 380px;
	height: 380px;
	background-image: url('../images/ill-3-groepen-v2.png');
	background-repeat: no-repeat;
	background-position: 0 -20px;
}

#geintergeerd-model-2
{
	width: 380px;
	height: 380px;
	background-image: url('../images/ill-3-groepen-v2.png');
	background-repeat: no-repeat;
	background-position: -380px -40px;
}

#geintergeerd-model-3
{
	width: 380px;
	height: 380px;
	background-image: url('../images/ill-3-groepen-v2.png');
	background-repeat: no-repeat;
	background-position: -760px -40px;
}


/* producten */

.col1
{
	float: left;
	width: 120px;
	margin: 0 50px 0 0;
}				

.col2
{
	float: left;
	width: 160px;
	margin: 0 50px 0 0;
}				

.col3
{
	float: left;
	width: 320px;
	margin: 0;
}				

.col1 ul, .col2 ul, .col3 ul
{
	float: left;
	width: 110px;
	padding: 0 0 0 13px;
	margin: 0 30px 0 0;
}

.col1 h2, .col2 h2, .col3 h2
{
	/* border-bottom: 1px solid #036; */
	padding: 0;
	margin: 0 0 20px 0;
}

.col1 ul li a, .col2 ul li a, .col3 ul li a
{
	color: #036;
	text-decoration: none;
}

.col1 ul li a:hover, .col2 ul li a:hover, .col3 ul li a:hover { text-decoration: underline; }

.col1 ul li a:visited, .col2 ul li a:visited, .col3 ul li a:visited { color: #666; }

.col1, .col2, .col3
{
	background-image: url('../images/content_box_top_line.jpg');
	background-repeat: repeat-x;
	background-position: 0 25px;
}


.row
{
	clear: both;
	margin: 0;
	padding: 0;
	height: auto;
}

.product
{
	margin: 0;
	float: left;
	width: 320px;
}

.product div
{
	margin: 20px 20px 0 0;
	padding: 20px;
	border: 1px solid #CCC;
	height: 330px;
	overflow: hidden;
	line-height: 17px;
}

#fysieke-niveau .product
{
	margin: 0;
	width: 680px;
	clear: both;
	
}

#fysieke-niveau .row
{
	clear: none;
}

#fysieke-niveau .product div
{
	margin: 20px 20px 0 0;
	padding: 20px;
	border: 1px solid #CCC;
	height: auto;
	overflow: hidden;
}
									
.product_header
{
	clear: both;
	background-image: url('../images/content_box_top_line.jpg');
	background-repeat: repeat-x;
	background-position: 0 20px;
	margin: 40px 0 0 0;
	padding: 35px 0 0 0;
}

.product_header h2
{
	margin: 0;
	padding: 0;
}

.agenda .contnt_box1
{
	width: 710px;
}

.agenda .ui-widget-header
{
	background: none;
	border: 0px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}

.agenda .ui-tabs 
{
	padding: 0;
}

.agenda .ui-corner-all 
{
	-moz-border-radius: 0;
}

.agenda .ui-widget-content 
{
	background: none;
	border: none;
}

.agenda .ui-tabs .ui-tabs-nav
{
	margin: 0;
	padding: 0;
}

.agenda .ui-tabs-nav 
{
	/* width: 670px; */
}


a.logoutlink
{
	text-decoration: underline; 
	color: #666666;
}

a.logoutlink:hover 
{ 
	text-decoration: none; 
	color: #FF6633;

}


.clear {clear: both;}

.loginstatus
{ 
	height: 25px; 
	width: 460px;
	line-height: 25px;
	position: absolute; 
	top: 0;
	left: 50%;
	z-index: 20;
} 

.align_right {text-align:right;} 
.padding_right10 {padding-right:10px;}

.float_left {float:left;}
.float_right {float:right;}
.textbox {
	background-image:url(../images/textbox_bg.gif);
	background-repeat:repeat-x;
	height:16px;
	border:none;
	padding:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	width:250px;
	}
	
.submit_button {
	float:left;
	padding-top:11px;
	}
	
.normal_text1 
	{font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#707070; 
	line-height:18px;
	word-spacing:1px}
	
.width110
	{width:110px;
	}
	
.text_hold {margin-left:40px; width:460px;}
.welcome {font-family:Arial, Helvetica, sans-serif; font-size:22px; height:35px; margin-top:10px; color:#000000;}
.noraml_text1 {color:#707070; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:16px;}
.padding_top30 {padding:30px 0 0 0;}

/*code for agenda frontend added on 20 MAY 2010*/
/*STARTS from here*/
.new_2010{width:510px; margin-right:auto; margin-left:auto;}

.title_subtitle
{ 
	/* width:50%;  */
	float:left;
	margin: 0 0 10px 0;
	color: #003366;
}

.more_info
{ 
	width:50%; float:left; padding-top:22px;
	display: none;	
}

.title
{ 
	float:left; 
	font-size:18px; 
	font-family:Arial, Helvetica, sans-serif; 
	color:#003366; 
	font-weight:bold;
	margin: 5px 0;
	
}

.sub_title
{ 
	float:left; font-size:15px; color:#040505; font-family:Arial, Helvetica, sans-serif; clear:both;
	display: none;
}
.float_left{ float:left;}

.more_infotext
{ 
	font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#040505; font-weight:bold; float:left; padding-left:10px;
}
.more_infotext a{font-size:14px; color:#040505; text-decoration:none;}
.more_infotext a:hover{font-size:14px; color:#040505; text-decoration:underline;}

.gray_line{ float:left; width:100%; height:1px; background-color:#A0C1D5; margin: 0 0 10px 0; }

.height_10px{ float:left; height:10px;}
.title_detailmain{ float:left; width:100%;}
.title_detail{ float:left; width:50%;}
.moreinfo_detail{ float:left; width:50%;}

.clear{ clear:both;}

.label
{ 
	float: left; 
	font-size: 13px; 
	font-weight: normal;
	color: #666666;
}

.title_name
{ 
	float:left; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:15px; 
	color:#000000; 
	font-weight: normal;
	padding: 0 15px 0 0;
}

.signup_but{ float:left; width:150px; height:38px; background-image:url(../images/signup-butbg.gif); background-repeat:no-repeat;}

.signup_text
{ 
	float:left; 
	width:100%; text-align:center; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:15px; 
	color:#666; 
	font-weight:bold; padding-top:8px; height:38px;
}
	
.signup_text a 
{
	font-size:15px; 
	color: #666; 
	text-decoration:none; 
	width:100%; 
	height:38px;
	display:block;
}

.signup_text a:hover
{
	font-size:15px; color:#000; text-decoration:none;
}


.right_popup{ float:left; width:133px; padding-top:10px;}

.popupbg_main
{ 
	float:left; width:100%; background-color:#ff7d40; 
	background-image: url('/images/popup-bg.gif');
	background-repeat: repeat-x;
	background-position: 0 0;
}

.popup_text{ float:left; font-size:15px; color:#ffffff; font-weight:bold; padding:10px; line-height:23px; font-family:Arial, Helvetica, sans-serif;}
.popup_text strong {font-size:15px; color:#ffffff; font-weight: normal; }

/*END here*/
