@charset "utf-8";
/* CSS Document */

/* FONT FONT
----------------------------------------------------------------------------------------------------*/
@font-face {
    font-family: 'OpenSansLight';
    src: url('fonts/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansSemibold';
    src: url('fonts/OpenSans-Semibold-webfont.eot');
    src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	color:#363636;
	font-size:12px;
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(../img/bg_tile.png);
	background-repeat: repeat;
	background-position: left top;
}
a, a:visited {
	color:#007CF9;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#0058B0;
	text-decoration:none;
}
ul {
	list-style-type:square;
	padding-left:20px;
}
ul li, ol li {
	line-height:16px;
	margin-bottom:10px;
}
.clear {
	clear:both;
}
.disabled {
	background-color:#efefef;
}
.center {
	text-align:center !important;
}
.text_right {
	text-align:right !important;
}
h1, .h1 {
	display:block;
	font-size:30px;
	margin:0 0 15px;
	padding:0;
	color:#0058B0;
	font-family:'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-weight:normal;
}
h2, .h2 {
	display:block;
	font-size:22px;
	margin:0 0 7px;
	padding:0;
	/*color:/#0058B0;*/
	font-family:'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-weight:normal;
}
h3, .h3 {
	display:block;
	font-size:18px;
	margin:17px 0 7px;
	padding:0;
	color:#0058B0;
	font-family:'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-weight:normal;
}
h4, .h4 {
	display:block;
	font-size:16px;
	margin:17px 0 7px;
	padding:0;
	color:#363636;
	font-family:'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-weight:normal;
}
p {
	line-height:18px;
	text-align:justify;
	margin:0 0 15px;
	display:block;
}
th, td {
	padding:3px;
}
th {
	text-align:left;
}
input, select, textarea {
	padding:4px;
	color:#303030;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #d0d0d0;
	font-size:12px;
	outline:none;
}
ol {
	display:block;
	margin-bottom:25px;
}
ol li {
	margin-bottom:3px;
}
.button {
	border-radius:4px;
	font-weight:bold;
	padding:5px 12px;
	cursor:pointer;
	outline:none;
	font-weight:bold;
	color:#333;
	margin:0;
	background-color:#efefef;
}
.button:hover {
	color:#0066CC;
}
.notify {
	color:#009933;
	background-color:#BBFFD1;
	padding:7px 15px;
	margin-bottom:15px;
	font-weight:bold;
	border-radius:6px;
}
.error {
	color:#CC0000;
	background-color:#FFBFBF;
	padding:7px 15px;
	margin-bottom:15px;
	font-weight:bold;
	border-radius:6px;
}
#wrapper {
	width:960px;
	padding:7px 35px 10px;
	margin:0 auto 15px;
	background-color:rgba(255, 255, 255, 0.5);
	top:79px;
	position:relative;
}
#header_box {
	border-top:5px solid #0099CC;
	position:fixed;
	width:100%;
	z-index:5000;
}
#header {
	margin:0 auto;
	padding:20px 35px 0;
	width:960px;
	background-color:rgba(255, 255, 255, 0.5);
	height:54px;
}
#header_inner {
	border-bottom:1px solid #EEEEEE;
	padding-bottom:2px;
	height:51px;
}
#header .logo {
	float:left;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	margin:2px 0 0 4px;
}
#header .logo a {
	color:#0058B0;
}
#header .social {
	float:right;
	margin:10px 12px 0 0;
}
#header .social_text {
	float:right;
	color:#777;
	margin-right:3px;
	line-height:25px;
	margin-top:10px;
}
#header .social img {
	border:0;
	width:24px;
	height:24px;
}
#header .social a {
	margin-left:5px;
}
#header .admin_title {
	background-color:#333;
	border-radius:6px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	margin:15px 0 5px;
	padding:8px 15px;
	text-transform:uppercase;
}
#header .header_side {
	float:right;
}
div#menu {
	margin-top:12px;
	width:960px;
}
#main {
	margin-bottom:20px;
}
#main .paginate {
	text-align:right;
}
.left {
	margin:15px 30px 20px 12px;
	float:left;
	width:608px;
}
.left a.mail {
	display:block;
}
.right {
	margin:15px 12px 30px 0;
	float:left;
	width:256px;
	padding:15px 20px 0;
	border-radius:10px;
	border:1px dashed #e0e0e0;
}
.add {
	margin-bottom:5px;
}
#footer {
}
#footer .footer_block {
	float:left;
	border:1px dashed #E0E0E0;
	padding:5px;
	width:220px;
	height:140px;
	margin-right:10px;
	border-radius:8px;
}
#footer .footer_block img {
	display:block;
	border:0;
	border-radius:6px;
}
#footer .footer_block_last {
	margin-right:0;
}
#footer .bottom {
	border-top:3px solid #e0e0e0;
	padding-top:5px;
	margin-top:10px;
}
#footer .bottom .copyright {
	float:left;
	color:#777;
	font-size:11px;
	margin-top:6px;
}
#footer .bottom .powered {
	float:right;
	color:#777;
	font-size:11px;
	margin-top:6px;
	display:none;
}
/* Main */
#header .main_links {
	float:right;
	margin:10px 12px 0 0;
}
.main_login {
	width:600px;
	margin:30px auto 50px;
}
.main_left {
	margin-right:0;
	float:left;
	width:664px;
}
.main_left h1 {
	margin-top:0;
}
.main_left h1 {
	font-size:24px;
}
.main_right {
	margin:0 0 0 15px;
	float:right;
	width:278px;
	min-height:400px;
}
.main_right ul li, .main_right ol li {
	margin-bottom:0;
}
.main_right ul {
	padding-left:30px;
}
.main_right ul li a, .main_right ul li a:visited {
	text-decoration:none;
}
.main_right ul li a:hover {
}
.search_box {
	padding:15px 20px 10px;
	border:3px solid #ddd;
	border-radius:10px;
	background-color:#eee;
	margin-bottom:22px;
}
.main_table {
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	width:752px;
	margin-top:10px;
}
.main_table a {
	color:#0066FF;
}
.main_table th {
	text-align:left;
	padding:7px 15px;
	background-color:#363636;
	color:#fff;
}
.main_table td {
	padding:7px 15px;
	border-left:1px solid #ddd;
}
.main_table_nocell th {
	text-align:left;
	padding:7px 5px 3px;
	vertical-align:top;
}
.main_table_nocell td {
	padding:3px 5px;
}
.main_table_right {
	border-right:1px solid #ddd;
}
.main_table tr:nth-child(odd) {
/*background:#e0e0e0;*/
}
.main_table tr:nth-child(even) {
 background:#e4e4e4;
}
.main_results {
}
.main_results .results_left {
	float:left;
}
.main_results .results_right {
	float:right;
	text-align:right;
	padding-top:4px;
}
.main_results .results_right a {
	margin-left:3px;
}
.main_title {
	display:block;
	margin:-10px 0 20px;
	padding:7px 15px;
	font-size:16px;
	color:#fff;
	border-radius:6px;
	background-color:#363636;
	font-weight:bold;
}
/* Admin */
#admin #header {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:0;
}
#header .admin_links {
	float:right;
	margin:10px 12px 0 0;
}
.admin_login {
	width:600px;
	margin:30px auto 50px;
}
.admin_left {
	margin:0 15px 0 12px;
	float:left;
	width:150px;
	padding-right:15px;
	border-right:1px dashed #ddd;
	min-height:400px;
}
.admin_left ul li, .admin_left ol li {
	margin-bottom:0;
}
.admin_left ul {
	padding-left:30px;
}
.admin_left ul li a, .admin_left ul li a:visited {
	text-decoration:none;
}
.admin_left ul li a:hover {
}
.admin_right {
	margin-right:12px;
	float:left;
	width:752px;
}
.admin_right h1 {
	margin-top:0;
}
.admin_right h1 {
	font-size:24px;
}
.search_box {
	padding:15px 20px 10px;
	border:3px solid #ddd;
	border-radius:6px;
	background-color:#eee;
	margin-bottom:22px;
}
.admin_table {
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	width:752px;
	margin-top:10px;
}
.admin_table a {
	color:#0066FF;
}
.admin_table th {
	text-align:left;
	padding:7px 15px;
	background-color:#363636;
	color:#fff;
}
.admin_table td {
	padding:7px 15px;
	border-left:1px solid #ddd;
}
.admin_table_nocell th {
	text-align:left;
	padding:7px 5px 3px;
	vertical-align:top;
}
.admin_table_nocell td {
	padding:3px 5px;
}
.admin_table_right {
	border-right:1px solid #ddd;
}
.admin_table tr:nth-child(odd) {
/*background:#e0e0e0;*/
}
.admin_table tr:nth-child(even) {
 background:#e4e4e4;
}
.admin_results {
}
.admin_results .results_left {
	float:left;
}
.admin_results .results_right {
	float:right;
	text-align:right;
	padding-top:4px;
}
.admin_results .results_right a {
	margin-left:3px;
}
.admin_title {
	display:block;
	margin:-10px 0 20px;
	padding:7px 15px;
	font-size:16px;
	color:#fff;
	border-radius:6px;
	background-color:#363636;
	font-weight:bold;
}
/* Pagination */
.paginate {
	font-family:Arial, Helvetica, sans-serif;
	padding: 5px 0;
	margin: 3px 0;
}
.paginate a {
	padding:2px 5px 2px 5px;
	margin:2px 0 2px 4px;
	border:1px solid #ddd;
	text-decoration:none;
	color: #666;
	border-radius:4px;
}
.paginate a:hover, .paginate a:active {
	border: 1px solid #999;
	color: #000;
}
.paginate span.current {
	margin: 2px 0 2px 4px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #ddd;
	font-weight: bold;
	background-color: #ddd;
	color: #333;
	border-radius:4px;
}
.paginate span.disabled {
	padding:2px 5px 2px 5px;
	margin:2px 0 2px 4px;
	border:1px solid #eee;
	color:#DDD;
	border-radius:4px;
}
.paginate li {
	padding:4px;
	margin-bottom:3px;
	background-color:#FCC;
	list-style:none;
}
.paginate ul {
	margin:6px;
	padding:0px;
}
/* Validation */
#frm label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
}
form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: #c22;
	margin-left:7px;
	font-style: italic
}
.block {
	display: block;
}
form.cmxform label.error {
	display: none;
}
/* Dashboard */
#dashboard_wrapper {
}
#dashboard_wrapper .dashboard_box {
	border:2px solid #ddd;
	border-radius:6px;
	min-width:200px;
	padding:6px;
	float:left;
	margin:0 10px 15px 0;
	background-color:#e5e5e5;
}
#dashboard_wrapper .dashboard_box_title {
	text-align:center;
	margin-top:2px;
	margin-bottom:8px;
}

/* Side */
.side_common {
	padding:10px 15px 5px;
	background-color:#efefef;
	margin-bottom:10px;
}
.side_rental {
	border-top: 4px solid #0099CC;
}
.side_common h1 {
	font-size:16px;
	border-bottom:0 !important;
	font-family:'OpenSansSemibold',Arial,Helvetica,sans-serif;
	color:#505050;
	padding-bottom:0 !important;
	margin-bottom:10px !important;
}
.side_common ul {
	margin-top:0;
}
.side_common ul li {
	line-height:23px;
}