.gddr_box {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFF;
	color: #000;
	/*width: 389px;*/
	overflow: hidden;
/*	height: 200px;*/
	z-index: 1000;
	position: absolute;
	/*border: 4px solid #AAAAAA;*/
	border-radius: 2px;

	/* -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);*/ /* Для Firefox */
    /*-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);*/ /* Для Safari и Chrome */
    /* box-shadow: 0 0 10px rgba(0,0,0,0.5);*/ /* Параметры тени */
}
.gddr_box .pad{
	/*width: 389px;*/
	overflow: hidden;
	/*height: 243px;*/
	float: left;
	position: relative;
	padding: 0;
	border-radius: 2px;
}
.gddr_box .panel{
	width: 230px;
	height: 239px;
	/*overflow: hidden;*/
	float: left;
	padding: 10px 24px 24px 24px;
	border: 2px solid #fed00b;
	/*border-top: none;*/
	border-radius: 0 0 3px 3px;
}
.gddr_box .panel+.panel{
	border-left: none;
}
.gddr_box .header {
	text-align: center;
	background-color: #ffffff;
	color: #333333;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 6px;
}
.gddr_box .prev, .gddr_box .next {
	position: absolute;
	top: 0;
	width: 26px;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	margin: 4px;
}
.gddr_box .header, .gddr_box .prev, .gddr_box .next {
	height: 27px;
	line-height: 27px;
}
.gddr_box .prev,
.gddr_box .next {
	background: url("/i/1/s_blackarrow.png") no-repeat;
	top: 6px;
}
.gddr_box .prev {
	left: 40px;
	background-position: 0 0;
}
.gddr_box .next {
	right: 40px;
	background-position: 0 -26px;
}
.gddr_box table {
	margin: 0;
	font-size: 14px;
	width: 100%;
	/*border-collapse: collapse;*/
	border-spacing: 0px;
	/*background: #444444;*/
}
/*.gddr_box table thead th,*/
.gddr_box table td {
	border: none;
	border-left: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
}
.gddr_box table thead th:first-child,
.gddr_box table td:first-child {
	border-left: none;
}
.gddr_box table thead th {
	border-top: 1px solid #cfd4d7;
	border-bottom: 1px solid #cfd4d7;
}
.gddr_box table thead th {
	font-size: 11px;
	font-weight: bold;
	padding: 6px 0;
	background: url('/i/podbor/select_active.png');
	color: #6c7174;
	text-transform: uppercase;
	/*border-top: none;*/
	/*background-color: #ffffff;*/
}
.gddr_box th, .gddr_box table td {
	padding: 0;
	text-align: center;
	width: 14.2%;
	/*border: 1px solid #DDDDDD;*/
}
.gddr_box table tbody td a {
	text-decoration: none;
	display: block;
	padding: 6px 0 8px 0;
	font-weight: normal;
	color: #6c7174;
	background-color: #FFFFFF;
	font-size: 13px;
}
.gddr_box table tbody td a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #e7e9ea;
	/*border-radius: 2px;*/
}
/*.gddr_box .another{
	background-color: yellow;
}*/
.gddr_box .another a {
	font-weight: normal !important;
	color: #6c7174;
}
.gddr_box .current a,
.gddr_box .selected a {
	color: #FFFFFF;
	background-color: #005098;

	/*border-radius: 2px;*/
}
.gddr_box .current.b a {
	background:  #005098 url('/i/1/zaevie.png') no-repeat -30px 0px;
	color: #ffffff;
}
.gddr_box .current.b a:hover {
	background:  #004068 url('/i/1/zaevie.png') no-repeat -30px 0px;
	color: #ffffff;
}
.gddr_box .current.e a {
	background:  #e7e9ea url('/i/1/zaevie.png') no-repeat 0px 0px;
	color: #6c7174;
}

.gddr_box .disabled a, .gddr_box .disabled a:hover {
	font-weight: normal !important;
	color: #5e6f76;
	background-color: #FFFFFF;
	cursor: default;
}
.gddr_box .current.b a,
.gddr_box .current.e a {
	padding: 4px 0 10px 0;
}

/*.gddr_box .weekend a{
	color: #fd0326;
}
.gddr_box .weekend.disabled a{
	color: #fba4b2;
}
.gddr_box .current.weekend a,
.gddr_box .selected.weekend a {
	color: #fdc2cb;
}*/

.gddr_box .today a {
	color: #FFFFFF;
	background-color: #333333;
}

.gddr_box .status_panel {
	float: left;
}
.gddr_box .footer {
	text-align: center;
	line-height: 1;
	width: 120px;
	height: 24px;
	/*border: 1px solid #39A848;*/
}
.gddr_box .status {
	text-align: center;
	line-height: 1;
	width: 120px;
	/*height: 12px;*/
	padding: 2px 0;
	background-color: #39A848;
	color: #FFFFFF;
	font-weight: bold;
}
.gddr_box .footer .ok_btn {
	width: 80px;
	margin: 1px 10px;
	padding: 1px 12px;
}
.gddr_box .footer a:hover {
	text-decoration: underline;
}