@CHARSET "UTF-8";

body {
	font-family: sans-serif;
}

.left_content {
	float: left;
	width: 49%;
}

.right_content {
	float: right;
	width: 49%;
}
.center_text{
	text-align:center;
}

/*---------------------------
			HEADER	*/
#header h1 span {
	color: #0066CC;
	font-size: 50px;
	text-transform: uppercase;
}

#header h1 {
	float: left;
	font-size: 30px;
	padding: 10px;
}

#header {
	margin-bottom: 20px;
	border: 1px solid #cccccc;
	border-top: none;
}

/*---------------------------
		FOOTER STYLES*/
#footer {
	border: 1px solid #cccccc;
	padding: 10px;
	border-bottom: none;
}

/*---------------------------
		LOGIN STYLES*/
.login_form {
	padding: 0px;
	color: #7a7a7a;
	float: right;
	text-align:right;
	width: 550px;
}
.login_form div{
	float:right;
}
.login_form label {
	display: block;
	margin: 4px 5px 0 0;
	float: left;
}

.login_form .fr {
	float: left;
	margin: 5px 0px 0px 5px;
}

.login_form a {
	margin: 0 10px 10px 10px;
	font-size: 12px;
	line-height: 15px;
}

/*---------------------------
		REGISTRATION STYLES*/
.register {
	color: #7a7a7a;
}

.register .section_content {
	border: 1px solid #efefef;
}

.register h1 {
	text-transform: uppercase;
	margin: 10px;
}

.register label {
	width: 140px;
	display: block;
	float: left;
}

.register span.text input {
	width: 190px;
}

.form_row div.text {
	float: left;
	width: 198px;
}
div.form_row td{
	padding:2px 0 2px 4px;
}

 div.text ul li span{
 display:inline;
 color:red;
 }
.register .text select {
	width: 193px;
}

.register p {
	line-height: 1.5em;
}

.add_edit_page input {
	width: 400px;
}
.add_edit_page textbox {
	width: 400px;
}

/*---------------------------
		FORM STYLES*/
.hint {
	font-size: 10px;
	color: #9a9a9a;
}

.required {
	display: inline;
	width: 30px;
	height: 30px;
	padding: 0 5px 0 5px;
	background: url(../img/star.png) no-repeat;
}




input.active{
	border:2px solid #f66;
}

/*-----------------------------
			MAIN PAGE */
.main_page h1 {
	margin:50px 0; 50px 0px;
	text-align: center;
	color: #0066CC;
	font-size:40px;
	text-transform: uppercase;
}
.main_page h2 {
	margin:20px 0px 20px 0px;
	text-align: center;
	}
.main_page .section_box{
height:200px;
border:1px solid #cccccc;
margin:50px 0px 20px 0px;
}
.main_page .section_box a{
	display:block;
	width:150px;
	line-height:50px;
	text-align:center;
	text-decoration:none;
	margin:0 auto;
	height:50px;
	border:1px solid #cccccc;
}
/*------------------------------
		account_type_menu*/
.menu_account_type{
	width:350px;
	float:left;
	margin:12px 0px 0px 20px;
	}
.menu_account_type a{
	padding: 5px;
	text-decoration: none;
	color:#0066CC;
	background: #66CCFF;
	font-weight: bold;
	
}
.menu_account_type a.active,.menu_account_type a:hover{
	background:#0066CC;
	color:#fff;
	}
/*----------------------------
		tabbed_menu */
ul.tabbed_menu li{
	display:inline;
	background:#66CCFF;
	padding:5px;
	color:white;
}

ul.tabbed_menu li a{
	color: 	#0066CC;
	text-decoration: none;
	font-weight:bold;
	}

ul.tabbed_menu li.active{
	background:#0066CC;
}	

ul.tabbed_menu li.active a{
	color:white;
}

/*---------------------------
		list web sites*/
.web_sites_list label{
	display:block;
	float:left;
	width:140px;
	
	font-weight:bold;
}
.web_sites_list div.web_site_row{
	border-top:1px solid #eee;
	margin:10px 0 5px 0 ;
	
	}
div.web_site_row .row{
	line-height:150%;
}

/*----------------------------
		Advert_places */
table.advert_places th{
	font-size:12px;
	padding:5px;
	}
table.advert_places {
	font-size:12px;
	
	}
table.advert_places td{
	padding:3px;
	text-align:center;
	vertical-align: middle;
}
/*----------------------------
		General syles */

.simple_button{
	margin:5px 7px 5px 0;
	display:block;
	line-height:130%;
	font-size:100%;
	width:auto;
	
	text-decoration:none;
	text-align: center;
	 background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px;
	
}
label.default{
	display:block;
	float:left;
	width:140px;
	
	font-weight:bold;	
	}
.simple_button:hover{
	background-color: #99aabf;
 	background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;

	}
.simple_button:active{
	
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

.center{
margin:0 auto;
text-align: center;
}
.left{
	float:left;
}
.right{
	float:right;
}
ul.horizontal li{
display:inline;
}

.faq 
{
	padding:10px;
	font-size:12px;
}

a.dp-choose-date 

{
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background-image: url(../img/page/calendar.png);
}
