body {margin: 0; cursor: default;}

a {cursor: pointer;}

.main-wrapper {
	position: relative;
	width: 1000px;
	margin: auto;
	overflow: hidden;
}

/* box
 ******************************************************************************/
.box-body {position: relative;}
.box-bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	font-size: 0px; line-height: 0px;
}
.box-bg-fill-h {
	position: relative;
	height: 100%;
}
.box-bg-fill-v {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	overflow: hidden;
}
.box-bg-fill-v div {
	position: relative;
	left: 0;
	height: 100%;
}
.box-bg-corner {
	position: absolute;
	overflow: hidden;
}
.box-bg-corner div {
	position: absolute;
	background-repeat: no-repeat;
}
.box-bg-corner-lt, .box-bg-corner-lt div {left: 0; top: 0;}
.box-bg-corner-rt, .box-bg-corner-rt div {right: 0; top: 0;}
.box-bg-corner-lb, .box-bg-corner-lb div {left: 0; bottom: 0;}
.box-bg-corner-rb, .box-bg-corner-rb div {right: 0; bottom: 0;}

.box-white {position: relative;}
.box-white .box-bg-corner {width: 5px; height: 5px;}
.box-white .box-bg-corner div {
	width: 10px; height: 10px;
	background-image: url(../img/design/box-white-corner.png);
}
.box-white .box-bg-fill-h {
	margin: 0 5px;
	background-color: #fff;
}
.box-white .box-bg-fill-v {
	margin-top: 5px;
}
.box-white .box-bg-fill-v div {
	top: -10px;
	background-color: #fff;
}

/* button
 ******************************************************************************/
.button {
	position: relative;
	display: block;
	padding: 0 10px;
	height: 22px;
}
.button button {
	position: relative;
	padding: 0; margin: 0;
	border: none;
	background: #9dbb36;
	height: 22px;
	line-height: 22px;
	cursor: pointer;
}
.button-corner {
	position: absolute;
	display: block;
	width: 10px; height: 22px;
	line-height: 22px;
	overflow: hidden;
}
.button-corner .png {
	position: absolute;
	display: block;
	width: 20px; height: 22px;
	background: url(../img/design/button.png) no-repeat;
}

.button-corner-left {left: 0px;}
.button-corner-right {right: 0px;}
.button-corner-right .png {left: -10px;}

/* body
 ******************************************************************************/
#body {
	padding: 0 0 5px;
	background-repeat: no-repeat;
	background-position: center top;
}

#header {
	position: relative;
	margin-bottom: 15px;
}

#logo {
	margin: 8px 0 0 5px;
	float:left;
	position:relative;
}
#logo a {
	position: relative;
	display: block;
	width: 207px; height: 60px;
}
#logo span {
	position: absolute;
	display: block;
	width: 197px; height: 90px;
	overflow: hidden;
	text-indent: -100em;
}
#logo .png {
	background: url(../img/design/logo.png) no-repeat;
}

/* menu-top
 ******************************************************************************/
#menu-top {
	position: relative;
}
#menu-top h4 {
	display: inline;
	font-weight: normal;
}

#menu-top ul, #menu-top li {
	display: inline;
}
#menu-top li {
	margin-left: 20px;
}

#menu-top h4.language {
	display: none;
}
#menu-top ul.language {
	float: right;
}
#menu-top ul.language li {
	float: left;
	display: block;
	border-left-width: 1px; border-left-style: solid;
	padding: 0 7px;
	margin: 0;
}
#menu-top ul.language a {
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	text-indent: -100em;
}
#menu-top ul.language .first {
	border: none;
}

#menu-top .box-bg-fill-h {
	margin: 0 11px;
	background-color: #c0c0c0;
}
#menu-top .box-bg-fill-v {
	margin-top: 11px;
}
#menu-top .box-bg-fill-v div {
	top: -22px;
	background-color: #c0c0c0;
}
#menu-top .box-bg-corner {
	width: 11px; height: 11px;
}
#menu-top .box-bg-corner div {
	width: 22px; height: 22px;
	background-image: url(../img/design/menu-top-corner.png);
}

/* broadcast
 ******************************************************************************/
#broadcast {
	width: 220px; height: 35px;
	overflow: hidden;
	padding: 4px 10px;
}
#broadcast li {
	float: left;
}
#broadcast .choice {
	padding: 0 5px 5px 0;
	display: block;
}
#broadcast .video {
	margin-right: 30px;
	padding-left: 25px;
	background: #fff url(../img/design/broadcast-video.gif) no-repeat 0 4px;
}
#broadcast .audio {
	padding-left: 19px;
	background: #fff url(../img/design/broadcast-audio.gif) no-repeat 0 3px;
}

#broadcast-now {
	width: 210px; height: 70px;
	padding: 7px 15px;
}
#broadcast-now h3 {
	border-bottom: solid 1px #e7e7e7;
	padding: 0 0 5px 25px;
	margin-bottom: 5px;
	background: url(../img/design/broadcast-now.gif) no-repeat 0 2px;
}
#broadcast-now dt {
	float: left;
	width: 35px;
}

/* menu-main
 ******************************************************************************/
#menu-main {
	position: relative;
	height: 44px;
	margin: 13px 11px 37px 260px;
	background: #000 url(../img/design/menu-main-bg.png) repeat-x bottom;
}
#menu-main ul {
	float: left;
}
#menu-main li {
	position: relative;
	float: left;
	height: 30px;
	padding: 14px 10px 0;
}
#menu-main ul a {
	position: relative;
	float: left;
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	z-index: 101;
}

#menu-main .corner {
	top: 0;
	width: 11px; height: 100%;
	position: absolute;
	overflow: hidden;
}
#menu-main .corner div {
	position: absolute;
	width: 11px; height: 88px;
	background: url(../img/design/menu-main-bg.png) no-repeat;
}
#menu-main .corner-left {left: -11px;}
#menu-main .corner-right {right: -11px;}
#menu-main .corner-right div {top: -44px;}

#menu-main ul .selected-bg {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 100%; height: 44px;
	background: #813ea7 url(../img/design/menu-main-selected.png) repeat-x bottom;
	z-index: 100;
}
#menu-main ul .selected-bg .corner {
	width: 10px;
	background: url(../img/design/menu-main-selected.png) no-repeat top;
}
#menu-main ul .selected-bg .corner-left {left: 0;}
#menu-main ul .selected-bg .corner-right {right: 0; background-position: right -44px;}
#menu-main ul .selected-bg .sub {
	position: absolute;
	left: 50%; top: 44px;
	margin-left: -7px;
	display: block;
	width: 14px; height: 7px;
	background: url(../img/design/menu-main-selected-sub.gif) no-repeat;
	z-index: 100;
}
#menu-main ul .first .selected-bg {
	padding-left: 1px;
	margin-left: -1px;
}
#menu-main ul .first .selected-bg .corner-left {
	height: 44px;
	left: -10px;
	background: url(../img/design/menu-main-selected-first.png) no-repeat left top;
}
#menu-main ul .first .selected-bg .sub {
	margin-left: -12px;
}

#menu-main ul ul {display: none;}
#menu-main .submenu {
	position: absolute;
	left: 0; top: 44px;
	display: none;
	width: 1000px;
	margin: 0 10px;
	background-color: #2d2d2d;
}
#menu-main .submenu ul {display: block;}
#menu-main .submenu li {
	padding-top: 7px;
	height: 23px;
}
#menu-main .submenu a {
	font-size: 12px;
}
#menu-main .submenu .corner {
	width: 10px;
	height: 30px;
}
#menu-main .submenu .corner span {
	position: absolute;
	width: 20px; height: 30px;
	background: url(../img/design/menu-main-sub.png) no-repeat;
}
#menu-main .submenu .corner-left {left: -10px;}
#menu-main .submenu .corner-right {right: -10px;}
#menu-main .submenu .corner-right span {left: -10px;}

#menu-main ul .first .submenu {left: -11px;}

#menu-main .selected .selected-bg {display: block;}
#menu-main .selected .submenu {display: block;}


#menu-main form.search {
	width: 170px;
	float: right;
	padding: 11px 10px 0 0;
}

#menu-main form.search input {
	float: left;
	width: 76px; height: 18px;
	padding: 4px 5px 0 20px;
	border: none;
	background: transparent url(../img/design/menu-main-search-input.gif) no-repeat;
}

#menu-main form.search .button {
	float: right;
}


#menu-main form.search .button {
	float: right;
}

/* menu-user
 **************************************/
#menu-user {
	position: absolute;
	right: 10px; top: 70px;
}

#menu-user-giest form {
	display: none;
	position: absolute;
	width: 150px; height: 95px;
	right: 10px; top: 20px;
	padding: 20px 20px;
	z-index: 100;
}
#menu-user-giest form .input-login {
	float: left;
	width: 160px;
}
#menu-user-giest form .input-password {
	float: left;
	width: 140px;
}
#menu-user-giest form .input-remember {
	clear: both;
	padding: 10px 0 15px;
}
#menu-user-giest form .input-remember * {display: block;}
#menu-user-giest form .input-remember input {float: left; margin: 0 5px 0 0 ;}
#menu-user-giest form .button {float: left;}
#menu-user-giest form .addition {float: right; padding-top: 5px;}


/* columns
 ******************************************************************************/
#columns {
	clear: both;
	overflow: hidden;
	padding-top: 10px;
	border-top: solid 1px #8c9793
}

#column-center {
	position: relative;
	float: left;
	width: 500px;
	min-height: 1em;
	margin-left: 250px;
}

#column-left {
	position: relative;
	float: left;
	width: 240px;
	min-height: 1em;
	margin-left: -750px;
}

#column-right {
	position: relative;
	float: right;
	width: 240px;
	min-height: 1em;
}

#columns .box {
	margin-bottom: 15px;
}

#columns .box-head {
	position: relative;
	display: block;
	overflow: hidden;
}
#columns .box-head-fill {
	display: block;
	margin: 0 5px;
	padding: 3px 13px 2px;
	background: #8f8f8f url(../img/design/box-head.png) repeat-x left -40px;
}
#columns .box-head-corner {
	position: absolute;
	display: block;
	top: 0;
	width: 5px; height: 100%;
	margin-top: 5px;
	background-color: #8f8f8f;
	font-size: 0; line-height: 0;
}
#columns .box-head-corner .png {
	position: absolute;
	display: block; top: 0;
	width: 5px; height: 40px;
	background: url(../img/design/box-head.png) repeat-x;
}
#columns .box-head-corner-left {left: 0;}
#columns .box-head-corner-left span {height: 20px; width: 5px; display: block; overflow: hidden; position: absolute; top: -5px;}
#columns .box-head-corner-right {right: 0;}
#columns .box-head-corner-right .png {top: -25px;}

#columns .box-footer {
	position: relative;
	display: block;
	height: 4px;
	margin: 0 5px;
	font-size: 0; line-height: 0;
	border-bottom: solid 1px #dcdcdc;
	background: #fff;
}
#columns .box-footer span {position: absolute; display: block;}
#columns .box-footer-corner {width: 5px; height: 5px; top: 0; overflow: hidden;}
#columns .box-footer-corner .png {
	width: 10px; height: 5px;
	background: url(../img/design/box-footer.png) repeat-x;
}
#columns .box-footer-corner-left {left: -5px;}
#columns .box-footer-corner-right {right: -5px;}
#columns .box-footer-corner-right .png {left: -5px;}

#columns .box-body {
	border: solid 1px #dcdcdc;
	border-top: none;
	border-bottom: none;
	background-color: #fff;
	overflow: hidden;
}

#columns .box-strong .box-head-fill {
	background-color: #929278;
	background-image:  url(../img/design/box-head-strong.png);
	color: #fff;
}
#columns .box-strong .box-head-corner .png {
	background-image:  url(../img/design/box-head-strong.png);
}
#columns .box-strong .box-body {
	background: #f3f3d9 url(../img/design/box-body-strong.gif) repeat-x left bottom;
	border-color: #d7d7be;
}
#columns .box-strong .box-footer {
	background: #ddddc1;
	border-color: #d7d7be;
}
#columns .box-strong .box-footer-corner .png {
	background-image: url(../img/design/box-footer-strong.png);
}
#columns .box-white .box-body {border: none;}


/* footer
 ******************************************************************************/
#footer {
	margin: 5px 0 20px;
}

/* menu-full
 **************************************/
#menu-full {
	margin-bottom: 5px;
	overflow: hidden;
}

#menu-full .column {
	float: left;
	width: 125px;
}

#menu-full .column h4 {
	padding-bottom: 12px;
	margin-bottom: 5px;
}

#menu-full .column ul {
	margin-bottom: 20px;
	line-height: 17px;
}

/* banners
 **************************************/
#footer .banners {
	max-height: 80px;
	margin-bottom: 10px;
}

#footer .banners .banner {
	float: left;
	width: 240px;
	height: 60px;
	text-align: right;
}

#footer .banners .banner-left {
	margin-right: 10px;
	text-align: left;
}

#footer .banners .banner-center {
	width: 500px;
	margin-right: 10px;
	text-align: center;
}

/* copyright
 **************************************/
#copyright {
	clear: both;
	padding: 3px 0 0;
}



/* big_banner
 ******************************************************************************/
.big_banner {
	position: relative;
	width: 498px; height: 304px;
	margin-bottom: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
}
.big_banner .img {
	display: block;
	width: 498px; height: 304px;
	margin-bottom: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.big_banner .description {
	position: absolute;
	left: 0; top: 185px;
	width: 327px; height: 65px;
	padding: 15px 10px 5px 25px;
	color: #fff;
}
.big_banner .description h2 {
	font-size: 30px;
}
.big_banner .description h2 small {
	display: block;
	font-size: 11px;
	color: #f4ff93;
	text-transform: uppercase;
	margin-bottom: -6px;
}
.big_banner .description a {
	color: #fff;
	text-decoration: none;
}

.big_banner .description-bg {
	position: absolute;
	left: 0; top: 185px;
	width: 362px; height: 105px;
	background-color: #242424;
	opacity: .8;
}
.big_banner .nav-bg {
	position: absolute;
	right: 0; top: 185px;
	width: 125px; height: 105px;
	background-color: #242424;
	opacity: .8;
}
.big_banner .nav {
	position: absolute;
	right: 17px; top: 207px;
	width: 91px; height: 43px;
}
.big_banner .nav div {
	position: absolute;
	top: 0;
	width: 42px; height: 43px;
	overflow: hidden;
	cursor: pointer;
}
.big_banner .nav .next {right: 0;}
.big_banner .nav .next .png {left: -42px;}
.big_banner .nav div .png {
	width: 84px; height: 86px;
	background: url(../img/design/big_banner-nav.png) no-repeat;
}
.big_banner .nav .disabled .png {top: -43px;}

.big_banner .card {position: relative; float: left;}
.big_banner .items {
	width: 20000em;
    position: absolute;
	cursor:pointer;
}


/* div.calendar
*******************************************************************************/
div.calendar { width: 240px; font-family: Arial, sans-serif; margin-bottom: 16px; }
div.calendar div.calendar-current { display: none; }
div.calendar ul, div.calendar ul li { margin: 0; padding: 0; list-style: none; }
div.calendar div.calendar-body { position: relative; overflow: hidden; height: 160px;}
div.calendar div.calendar-body div.calendar-week { position: absolute; width: 20px; height: 20px; display: none; background: url(../img/design/calendar-mark.gif) no-repeat 10px 7px; cursor: pointer; cursor: hand; z-index: 2; }
div.calendar div.calendar-month { width: 100%; }
div.calendar div.calendar-month-in { width: 140px; margin: 0 auto; }
div.calendar div.calendar-month h1 { margin: 12px 0 5px 3px; font-size: 14px; text-transform: uppercase; }
div.calendar div.calendar-month ul.calendar-week-days { height: 14px; position: relative; margin-bottom: 2px; }
div.calendar div.calendar-month ul.calendar-week-days li { width: 20px; float: left; font-size: 10px; font-weight: bold; text-align: center; cursor: pointer; cursor: hand; }
div.calendar div.calendar-month ul.calendar-week-days li.calendar-free { color: red; }
div.calendar div.calendar-month ul.calendar-days li {margin: 2px 0 0 2px; padding: 0 2px 2px 0; height: 16px; width: 16px;}
div.calendar div.calendar-month ul.calendar-days li b {height: 16px; width: 16px;}
div.calendar div.calendar-month ul.calendar-days li { float: left; font-size: 11px; //font-size: 10px; text-align: right; cursor: pointer; cursor: hand; }
div.calendar div.calendar-month ul.calendar-days li.past { color: #777777; }
div.calendar div.calendar-month ul.calendar-days li.another { color: #b4b4b4 !important; }
div.calendar div.calendar-month ul.calendar-days li.selected { background: #00729c; color: #fff;}
div.calendar div.calendar-month ul.calendar-days li#calendar-current { background: #ccc; }
div.calendar div.calendar-month ul.calendar-days li#calendar-current b { display: block; font-weight: normal; color: #000;}
div.calendar div.calendar-month ul.calendar-days li#calendar-current.selected b { }

div.calendar div.calendar-body div.calendar-button { position: absolute; z-index: 1; width: 19px; height: 13px; top: 13px; cursor: pointer; cursor: hand; background: url(../img/design/carder-button.png) no-repeat;}
div.calendar div.calendar-body div.calendar-button i { display: none;}
div.calendar div.calendar-body div.calendar-button-left { left: 15px; }
div.calendar div.calendar-body div.calendar-button-right { right: 15px; background-position: right top;}

div.calendar div.calendar-controls { border-top: 0; height: 40px; position: relative; display: none; }
div.calendar div.calendar-controls div.calendar-control-in { position: absolute; left: 0; bottom: 0; height: 40px; width: 100%; }
div.calendar div.calendar-controls button { right: auto; left: 10px; top: 9px; position:absolute; }
div.calendar div.calendar-controls span.calendar-clear { text-decoration: underline; font-size: 11px; color: #696969; position: absolute; right: 10px; top: 14px; cursor: pointer; cursor: hand; }









