@import url(all_font.css);

/*
2e4c7a darkblue
718bb2 light blue
7aa040 green

*/
BODY{
 margin:0;
 padding:0;
font-family:verdana;
-webkit-text-size-adjust: 100%; /* Prevent IOS browser to adjust the font-size*/


}

h1,h2,h3,h4,h5,h6,h7{
	text-decoration:none;
	margin:0;
	padding:0;
}

#wrap_body{
	margin:0 auto;
	width:1000px;
}

#header{
		
	background-color:#ffffff;
	height:80px;
	width:100%;

}
.header_2tone_image{
	 background-image: url("images/header_2tone.png");
		margin-bottom:20px;

}

/* ------------------------------------ Main Menu -------------------------------------*/

.main_menu_div{
	width:1000px;
	margin:0 auto;
	
	padding-top:20px;

	
}
.main_menu_div ul {
	margin:0;
	padding:0;
	padding-bottom:20px;
	border-bottom:2px solid #cccccc;
}
.main_menu_div ul li{
	margin:0px;
	font-family:dec_font1;
	font-size:18px;
	list-style-type: none;
	display: inline;
	padding-right:10px;
	padding-left:12px;
	cursor:pointer;
	text-align:center;

	
}


.main_menu_div ul li a{

	font-size:16px;
	color:#9e9e9e;
	color:#555555;

	text-decoration:none;
	
}

.main_menu_div ul li a:hover {
	color:#111111;
	color:eda128;
	color:7aa040;
	/*text-decoration:underline;*/
	border-bottom:1px solid #999999;
	border-top:1px solid #999999;
/*
	background-color: #e5e5e5;
	border-radius: 15px;
	border:1px solid #cccccc;
*/
}



.main_menu_div ul li.on_current_page{
	background-color: #e5e5e5;
	background-color: #eabf7e;
	background-color: #7aa040;

	border-radius: 10px;
	border:1px solid #cccccc;

	
}
.main_menu_div ul li.on_current_page a{
	color:#3ca34e;
	color:#2e4c7a;
	color:#555555;
	color:#ffffff;	
}


/* ------------------------------------ Main Menu -------------------------------------*/




.block1_left{
	float:left;
	width:450px;
}
.block1_right{
	float:right;
	width:450px;
}
.block1{
	font-family:dec_font1;
	font-size:14px;
	color:#555555;
    background-image: url('images/partition1.jpg');
    background-repeat: no-repeat;
	height:100px;
    background-position: center; 	
}




.center_div{
	font-family:dec_font1;
	color:#666666;
	width:100%;
	border-radius:10px;
	border:1px solid #dddddd;
	background-color:#efefef;
	padding:20px 15px 20px 15px;
	margin-bottom:20px;
	font-size:14px;
	border-bottom:10px solid #dbdbdb;
	border-top:5px solid #dbdbdb;
	border-left:2px solid #dbdbdb;
	border-right:2px solid #dbdbdb;
	box-sizing: border-box; /* fix padding can't push the with more than 100%*/
	max-height: 999999px; /* Prevent mobile browser to adjust the font-size*/
}



.clear{
	clear:both;
}


.starting_now_div {
	font-family:dec_font1;
	background-color:#f9eeb9;
	background-color:#fff8db;
	height:60px; 
	line-height: 60px; /* put text in the middle of the div*/
	width:100%;
	border-radius: 8px;
	border:1px solid #e4daad;
}





.img_default_style{
	border:none;
}
.order_btn_class{
	cursor:pointer;
}

.header_text1{
	margin-left:20px;
		font-family:dec_font1;
	color:#666666;
	font-size:18px;
}

.header_sub_text1{
	margin-left:20px;
	font-family:dec_font1;
	color:#666666;
	font-size:14px;
}
/* ------------------------------------ 3 div -------------------------------------*/
.wrap_3div{
	width:100%;
}

.left_3div{
	float:left;
	margin-right:17px;/* need this for mid div align in center*/
}
.center_3div{
	float:left;
	
}
.right_3div{
	float:right;
}
.default_3div_style{
	background-color:#eeeeee;
	width:323px;
	height:180px;
	border-radius: 6px;
	padding: 20px  10px  20px  10px;
	border:1px solid #d3d3d3;
	font-family:dec_font1;	
	color:#555555;
	box-sizing: border-box; /* fix padding can't push the with more than 100%*/
	font-size:15px;
}
/* ------------------------------------ END 3 div -------------------------------------*/


/* ------------------------------------ Plan Table -------------------------------------*/

.plan_table{
	/*border-radius:15px;*/
	border-radius:10px
	border-spacing: 0;
	font-family:dec_font1;
	 border-spacing: 1px;
	 width:100%;
}




.plan_table tr{
	background-color:#efefef;
}
.plan_table tr:nth-child(even){
	background-color:f7f7f7;
}


.plan_table th:first-child {
	border-top-left-radius:10px;
}
.plan_table th:last-child {
	border-top-right-radius:10px;
}
.plan_table th{
	 background-image: url('images/pattern2.jpg');
	height:60px;
	border-right:1px solid #bfbfbf;
	border-bottom:1px solid #bfbfbf;	
	color:#ffffff;
}

.plan_table td{
	border-right:1px solid #bfbfbf;
	border-bottom:1px solid #bfbfbf;
	height:50px;
	color:#555555;
	padding-left:5px;
	padding-right:5px;
	font-size:14px;
	text-align:center;
}
.plan_table td:first-child {
	text-align:left;
	padding-left:20px;
	min-width:120px;
	
}

.plan_table td.price_class{
	font-size:16px;
	font-weight:bold;
	color:#328941;
	color:#718bb2;
}

/* ------------------------------------ END Plan Table -------------------------------------*/





/* ------------------------------------ START Stream status -------------------------------------*/
.stream_status{
	border-collapse: collapse;
	border:1px solid #999999;
	font-family:verdana;
	font-size:14px;
}
.stream_status td{
	padding:5px;
}
.stream_status td:first-child {
	background-color:#e8e8e8;
	
}


/* ------------------------------------ END Stream status -------------------------------------*/





/* ------------------------------------ Register Page -------------------------------------*/

/*register_form*/


.register_form_table{
	
}
.register_form_table td{
	font-size:14px;
	padding-top:5px;
	padding-bottom:5px;
	vertical-align:top;
	
}


.register_form_table td:first-child{  /* first td*/
	
}
.register_form_table td:nth-child(4){ /* 4th td*/

}
.register_form_table td:nth-child(3){ /* 3rd td*/
	width:30px;
}


.register_form_table td input,select{
	width:300px;
	height:30px;
	font-family:dec_font1;
	padding-left:5px;
	padding-right:5px;
}
.register_form_table td textarea{
	width:300px;
	height:90px;
	font-family:dec_font1;
	padding-left:5px;
	padding-right:5px;	
}

.register_btn{
	background-color:#eabf7e;
	background-color:#2e4c7a;
	background-color:#7aa040;
	font-size:20px;
	color:#ffffff;
	height:60px; 
	font-family:dec_font1;
	border-radius:7px;
	outline: 0; /* remove border*/
	width:180px;
	cursor:pointer;
}



.register_btn:hover{
	background-color:#82aa40;
	color:#ffffff;
}


.reg_page_btn{
	background-color:#eabf7e;
	background-color:#7ad157;
	background-color:#7aa040;
	font-size:20px;
	color:#ffffff;
	height:60px; 
	font-family:dec_font1;
	border-radius:7px;
	outline: 0; /* remove border*/
	width:220px;
	cursor:pointer;
}



.class_select_period{
	width:150px;
	display:none;
}

.complete_register{
	font-family:dec_font1;
	background-color:#e7ffd3;
	border:2px solid #cccccc;
	color:#555555;
	border-radius:10px;
	padding:10px;
	margin-bottom:20px;
	 max-height: 999999px; /* Prevent mobile browser to adjust the font-size*/
}
.complete_register_payment_div{
	font-size:18px;
	width:500px;
	background-color:#ffffff;
	padding:10px 0px 10px 0px;
	margin:10px 0px 10px 0px;
	border:1px solid #cccccc;
}



.warp_register_error_div{
	font-family:dec_font1;
	background-color:#ff7777;
	background-color:#ffc9c9;
	border:2px solid #cccccc;
	color:#555555;
	border-radius:10px;
	padding:10px;
	 max-height: 999999px; /* Prevent mobile browser to adjust the font-size*/
}
.error_div{
	border:1px dashed #999999;
}
.warp_register_error_div .error_div ul li{
	 list-style-type: initial;
}


.register_error_input_class{
	background-color:#ffe16b;
	background-color:#fff4a5;

}

.div_register_complete_price_table{
	background-color:#ffffff;
		color:#777777;
	width:540px;
	padding-top:10px;
	padding-bottom:10px;
	border:1px solid #cccccc;
	border-radius:10px 10px 10px 10px;
	  box-shadow: 3px 3px 10px #999999;
	  max-height: 999999px; /* Prevent mobile browser to adjust the font-size*/
}
.register_complete_price_table{
	color:#777777;
	border-collapse: collapse;
	font-size:14px;
	text-align:left;
	width:500px;
	
}

.register_complete_price_table td{

	border-bottom:1px solid #cccccc;
	padding:10px 20px 10px 20px;
}

/* ------------------------------------ END Register Page -------------------------------------*/



/* ------------------------------------ Footer -------------------------------------*/

.footer_div{
	margin-top:20px;
	margin-bottom:20px;
	padding-top:20px;
	padding-bottom:20px;
	border-top:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
	font-family:dec_font1;
	color:#555555;
}
.table_footer{
	width:100%;
}
.table_footer td{
	width:25%;
	vertical-align:top;
}

.table_footer ul{
	margin:0;
	padding:0;
	 list-style-type: none;

}
.table_footer li{

	 list-style-type: none;

	 padding-left:10px;


}
.table_footer li a:hover{
	text-decoration:underline;
	color:#222222;
	color:eda128;
}


.table_footer li a{
	font-size:14px;
	 color:#999999;
	 cursor:pointer;
	 width:100px;
	 text-decoration:none;
}




.table_footer th{
	font-size:16px;
color:#999999;
text-align:left;
text-decoration:underline;

}
/* ------------------------------------END Footer -------------------------------------*/
