/*
** body
**/
body {
	background-color: #5a5a5a;
	color: #979797;
}
div#header,
div.header_inner,
div.logo {
	background-color: #5a5a5a !important;
}

/*
** footer
**/
div#footer-container.footer_default {
	background-color: #a7e143 !important;
}
div#footer-container.footer_default div#footer {
	background-color: #a7e143 !important;
}
div#footer-container {
	background-color: #fff !important;
}
div#footer {
	background-color: #fff !important;
	color: #fff;
}
div.data_left_opacity {
	background-color: #454545;
}
div#content,
div#content-inside,
div#data {
	background: none;
}
.img_txts div {
	color: #000 !important;
}
div.contact,
div.contact * {
	color: #000 !important;
}

/*
** links
**/
#container table a.title,
a {
	color: #a7e143;
}

/*
** header
**/
h1, h2 {
	color: #fff;
	border-color: #a7e143;
}

/*
** menu
**/
div.menu_side a {
	color: #fff;	
	border-color: #5c5c5c;
}
div.menu_side a:hover,
div.menu_side a.hover {
	color: #a7e143;	
	border-color: #5c5c5c;
}
div#menus {
	background-color: #5a5a5a;
}
div#menus a,
div#menus a {
	color: #fff;
}
div#menus a:hover,
div#menus a.current {
	color: #a7e143;
}


/*
** btn
**/
div.img_txts a.btn,
div.img_txts a.btn:hover {
	background-color: #a7e143;
	color: #454545 !important;
}
div.img_txts a.btn span {
	border-color: #a7e143;
	background-color: #a7e143;
}
div.img_txts a.btn:hover span {
	background-color: #a7e143;
}
form.form input.btn,
form.form input.btn:hover {
	background-color: #a7e143;
	color: #454545 !important;
}
.detail,
.detail:hover {
	background-color: #a7e143;
}
#container a.detail,
#container input.detail {
	color: #454545 !important;
}

/*
** error
**/
div.error,
div.error * {
	color: #fff !important;
}

/*
** table
**/
table.table {
	border-collapse: collapse;
}
table.table td,
table.table th {
	position: relative;
	height: 60px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}
table.table td.current {
	background-color: #c9d6e2;
}
table.table td.today {
	background-color: #a7e143;
}
table.table th {
	font-size: 18px;
}
table.table td a,
table.table td a:hover {
	display: block;
	color: #a7e143 !important;
	line-height: 60px;
	text-decoration: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
table.table td a:hover {
	background-color: #a7e143;
	color: #fff !important;
}
table.table td.today a,
table.table td.today a:hover {	
	color: #fff !important;	
}
table.table td.fake {
	background: #747474 !important;
}
table.table td,
table.table th {
	background-color: #5c5c5c;
	border: 1px solid #454545 !important;
}
table.table td.current {
	background-color: #454545 !important;
	border: 1px solid #454545 !important;
}
table.table th {
	background-color: #454545;
	font-weight: bold;
	color: #fff;
	border-right: 1px solid #454545;
}
table.table th:last-child {
	border-right: 1px solid #454545;
}
div.calendar_header {
	width: 600px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 20px;
}
div.calendar_header strong {
	color: #a7e143;
	font-size: 22px;
}
div.calendar_header a,
div.calendar_header a:hover {
	text-decoration: none;
}
table.table th:last-child {
	border-right: 1px solid #454545;
}
table.table td:last-child {
	border-right: 1px solid #454545 !important;
}
table.table tr:last-child td {
	border-bottom: 1px solid #454545 !important;
}
div.list {
	border-color: #454545;
}

/*
** logo
**/
#header div.logo a.logo_txt strong,
#header div.logo a.logo_txt span {
	color: #a7e143 !important;
}

/*
** pager
**/
div.pager a.arrow,
div.pager a.arrow:hover {	
	background-color: #a7e143;
	color: #454545;
}
