/*
** footer
**/
div#footer-container.footer_default {
	background-color: #df9c0d !important;
}
div#footer-container.footer_default div#footer {
	background-color: #df9c0d !important;
}
div#footer-container {
	background-color: #fff !important;
}
div#footer {
	background-color: #fff !important;
	color: #fff;
}

/*
** links
**/
a {
	color: #df9c0d;
}

/*
** header
**/
h1 {
	border-color: #df9c0d;
}

/*
** menu
**/
div.menu_side a:hover,
div.menu_side a.hover {
	color: #df9c0d;	
}

div#menus a:hover,
div#menus a.current {
	color: #df9c0d;
}


/*
** btn
**/
div.img_txts a.btn,
div.img_txts a.btn:hover {
	background-color: #df9c0d;
	color: #fff;
}
div.img_txts a.btn span {
	border-color: #df9c0d;
	background-color: #df9c0d;
}
div.img_txts a.btn:hover span {
	background-color: #df9c0d;
}
form.form input.btn,
form.form input.btn:hover {
	background-color: #df9c0d;
	color: #fff;
}
.detail,
.detail:hover {
	background-color: #df9c0d;
}

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

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

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