@charset "utf-8";
/* CSS Document */
/* Horizontal VERSION */

.ad_flipper .flipper_scroller {
	overflow: hidden;
	position: relative;
	margin: 0;
	background-color: #eeeeee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd)); /* Safari 4+, Chrome */
	background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd); /* Chrome 10+, Safari 5.1+, iOS 5+ */
	background-image: -moz-linear-gradient(top, #eeeeee, #dddddd); /* Firefox 3.6-15 */
	background-image: -o-linear-gradient(top, #eeeeee, #dddddd); /* Opera 11.10-12.00 */
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd); /* Firefox 16+, IE10, Opera 12.50+ */
}

.ad_flipper .flipper_scroller .item_space {
	margin: 0 auto;
	padding: 0px;
	width: 80%;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.ad_flipper .flipper_scroller .item_space .moving_space {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0px;
}

.ad_flipper .flipper_scroller .prev, .ad_flipper .flipper_scroller .next {
	width: 10%;
	height: 38px;
	position: absolute;
	top: 0px;
	cursor: pointer;
}

.ad_flipper .flipper_scroller .prev {
	left: 0px;
	background: transparent url(../img/scroller_arrows/circle_grey-20x20/left.png) no-repeat 50% 50%;
}

.ad_flipper .flipper_scroller .next {
	right: 0px;
	background: transparent url(../img/scroller_arrows/circle_grey-20x20/right.png) no-repeat 50% 50%;
}

.ad_flipper .flipper_scroller .inactive {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: auto;
}

.ad_flipper .flipper_scroller .moving_space .item {
	border: 0px;
	padding: 3px 2px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.ad_flipper .flipper_scroller .moving_space .active {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

.ad_flipper {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	color: #fff;
}

.ad_flipper .flipper_scroller {
	position: relative;
	width: 100%;
	height: auto;
}

.ad_flipper .flipper {
	overflow: hidden;
	position: relative;
	background-color: #000;
	margin: 0px auto;
}

.ad_flipper .flipper .prev_slide, .ad_flipper .flipper .next_slide {
	position: absolute;
	top: 50%;
	width: 25px;
	height: 45px;
	display: block;
	cursor: pointer;
}

.ad_flipper .flipper .prev_slide {
	left: 0px;
	background: transparent url(<?php echo $site->url_cdn; ?>img/scroller_arrows/cap_grey-25x45/prev.png) no-repeat 50% 50%;
}

.ad_flipper .flipper .next_slide {
	right: 0px;
	background: transparent url(<?php echo $site->url_cdn; ?>img/scroller_arrows/cap_grey-25x45/next.png) no-repeat 50% 50%;
}

.ad_flipper .flipper_scroller .prev {
	left: 0px;
	background: transparent url(<?php echo $site->url_cdn; ?>img/scroller_arrows/circle_grey-20x20/left.png) no-repeat 50% 50%;
}

.ad_flipper .flipper_scroller .next {
	right: 0px;
	background: transparent url(<?php echo $site->url_cdn; ?>img/scroller_arrows/circle_grey-20x20/right.png) no-repeat 50% 50%;
}

.ad_flipper .flipper_scroller .prev.inactive, .ad_flipper .flipper_scroller .next.inactive {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.ad_flipper .flipper_scroller .item_space .moving_space .item_cont {
	display: block;
	float: left;
	text-align: center;
}

.ad_flipper .flipper_scroller .item_space .moving_space {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0px;
}

.ad_flipper .flipper_scroller {
	background-color: #eeeeee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd)); /* Safari 4+, Chrome */
	background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd); /* Chrome 10+, Safari 5.1+, iOS 5+ */
	background-image: -moz-linear-gradient(top, #eeeeee, #dddddd); /* Firefox 3.6-15 */
	background-image: -o-linear-gradient(top, #eeeeee, #dddddd); /* Opera 11.10-12.00 */
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd); /* Firefox 16+, IE10, Opera 12.50+ */
}

.ad_flipper .flipper:hover .slide_next, .ad_flipper .flipper:hover .slide_prev {
	display: block;
}

.ad_flipper .slide_next, .ad_flipper .slide_prev {
	position: absolute;
	background-color: #ccc;
	top: 50%;
	width: 30px;
	height: 30px;
	z-index: 100;
	display: none;
}

.ad_flipper .slide_prev {
	left: 0px;
	border-radius: 0 5px 5px 0;
}

.ad_flipper .slide_next {
	right: 0px;
	border-radius: 5px 0 0 5px;
}

.ad_flipper .flip_nav_shell {
	height: 38px;
	background: url(http://wpc.284D.edgecastcdn.net/00284D/en/images/ad_manager/adbox_bg_grad.jpg) repeat-x;
	border: solid 1px #ccc;
	position: relative;
}

.ad_flipper ul.flip_nav > li {
	float: left;
	display: block;
	width: 32px;
	padding: 3px 5px;
}

.ad_flipper .slide_picker img {
	opacity: 0.3;
}

.ad_flipper .slide_picker.active img {
	opacity: 1;
}

.ad_flipper .video_title {
	position: absolute;
	top: 3px;
	left: 3px;
	color: #fff;
}

.ad_flipper .slide {
	width: 100%;
	height: 100%;
	overflow: hidden;
}





#content {
	background-color: #fff;
}

h2.space {
	margin: 20px 0 5px;
	padding: 3px 10px;
	clear: left;
	background: #ddd url(http://wpc.284D.edgecastcdn.net/00284D/en/images/ad_manager/space-h2.jpg) left bottom repeat-x;
	border: solid 1px #999;
	border-bottom: none;
	color: #000;
}

h2.space span {
	margin: 0;
	padding: 0 10px;
	line-height: 15px;
	color: #999;
	font-size: 0.8em;
}

hr {
	margin: 10px auto;
	width: 900px;
	text-align: center;
}

h2.global {
	color: #900;
}

.ad_container {
	margin: 0;
	padding: 4px;
	position: relative;
	float: left;
	background-color: #666;
}

.ad_container:hover {
	background-color: #884;
}

.ad_container.global {
	background-color: #600;
}

.ad_container.global:hover {
	background-color: #711;
}

.ad_container.add:hover {
	background-color: #484;
}

.ad_container span.ad_type {
	height: 15px;
	display: block;
	color: #fff;
	font-weight: bold;
}

.ad_container img.advertisement {
	cursor: pointer;
	background: #fff;
	border-left: solid #555 1px;
	border-right: solid #555 1px;
}

.ad_container.global img.advertisement {
	cursor: auto;
}

.ad_container h2 {
	padding: 0 10px;
	display: inline;
	float: right;
	clear: none;
	line-height: 20px;
	font-size: 0.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

.ad_container .top {
	height: 20px;
	background: url(http://wpc.284D.edgecastcdn.net/00284D/en/images/ad_manager/adbox_bg_bottom.gif) repeat-x;
	border: solid 1px #555;
	overflow: hidden;
}

.ad_container .bottom {
	height: 30px;
	background: url(http://wpc.284D.edgecastcdn.net/00284D/en/images/ad_manager/adbox_bg_bottom.gif) repeat-x;
	border: solid 1px #555;
	overflow: hidden;
}

.ad_container .sort {
	display: none;
	position: absolute;
	bottom: 50px;
}

.ad_container .sort.left {
	left: 20px;
}

.ad_container .sort.right {
	right: 20px;
}

.ad_container .sort img {
	width: 28px;
	height: 28px;
}

.ad_container:hover .sort {
	display: block;
}

a.active {
	margin: 3px;
	padding-left: 20px;
	height: 14px;
	display: block;
	float: left;
	background: url(http://wpc.284D.edgecastcdn.net/00284D/en/images/icons/status-1.png) no-repeat 0% 50%;
	color: #999;
	text-decoration: none;
	font-size: 0.7em;
}

a.inactive {
	margin: 3px;
	padding-left: 20px;
	height: 14px;
	display: block;
	float: left;
	background: url(http://wpc.284D.edgecastcdn.net/00284D/en/images/icons/status-0.png) no-repeat;
	color: #ccc;
	text-decoration: none;
	font-size: 0.7em;
}

a.delete {
	margin: 3px;
	width: 14px;
	height: 14px;
	display: block;
	float: right;
	background: url(http://wpc.284D.edgecastcdn.net/00284D/en/images/icons/edit/delete.png) no-repeat;
}

div.delete_off {
	margin: 3px;
	width: 14px;
	height: 14px;
	display: block;
	float: right;
	background: url(http://wpc.284D.edgecastcdn.net/00284D/en/images/icons/edit/delete-fade.png) no-repeat;
}

a.add_bak {
	margin: 3px;
	width: 14px;
	height: 14px;
	display: block;
	float: left;
	background: url(http://wpc.284D.edgecastcdn.net/00284D/en/images/icons/edit/add.png) no-repeat;
}

.bottom a.edit {
	margin: 2px 5px 1px 5px;
	padding: 14px 3px 0 3px;
	height: 13px;
	display: block;
	float: left;
	background: url(http://wpc.284D.edgecastcdn.net/00284D/en/images/icons/edit/edit.png) no-repeat 50% 0%;
	color: #929300;
	text-align: center;
	text-decoration: none;
	font-size: 0.7em;
}

.bottom a.edit.add {
	background: url(http://wpc.284D.edgecastcdn.net/00284D/en/images/icons/edit/add.png) no-repeat 50% 0%;
	color: #070;
}

.bottom a.edit:hover {
	text-decoration: underline;
}

.bottom div.default {
	margin: 2px 0 1px 0;
	padding: 14px 3px 0 3px;
	width: 100px;
	height: 13px;
	color: #000;
	display: block;
	float: left;
	background: url(http://wpc.284D.edgecastcdn.net/00284D/en/images/icons/primary.png) no-repeat 50% 0%;
	cursor: auto;
	text-align: center;
	text-decoration: none;
	font-size: 0.7em;
}

.default_off {
	margin: 2px 0 1px 0;
	padding: 14px 3px 0 3px;
	width: 100px;
	height: 13px;
	display: block;
	float: left;
	background: url(http://wpc.284D.edgecastcdn.net/00284D/en/images/icons/primary-fade.png) no-repeat 50% 0%;
	color: #ccc;
	text-align: center;
	text-decoration: none;
	font-size: 0.7em;
}

.default_off:hover {
	color: #0071BC;
	font-size: 0.7em;
}

img.add {
	width: 70px;
	height: 62px;
	display: block;
}

.bottom span {
	margin: 8px 5px;
	float: right;
	font-size: 12px;
}

.bottom span.start {
	float: left;
}

br.clear {
	clear: both;
}
#legend {
	margin: 0 10px;
	padding: 0;
	list-style: none;
	font-size: 0.7em;
}

#legend li {
	margin: 4px 0 0 0;
	padding: 0 0 0 42px;
	display: block;
	position: relative;
	list-style: none;
}

#legend li:first-child {
	margin-top: 0;
}

#legend li .icons {
	width: 36px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: right;
}

#legend li .icons img {
	margin-left: 3px;
}

#legend li .label {
	font-weight: bold;
}

#cellform p {
	line-height: 1.2em;
}

#cellform input, #cellform select, #cellform textarea {
	margin: 0;
	width: auto;
	display: inline;
	float: none;
	font: 9pt arial,sans-serif;
}

#cellform input[type="text"], #cellform input[type="password"], #cellform textarea {
	margin: 0;
	padding: 2px;
	background: #fff;
	border: 1px solid #aaa;
}

#cellform input[readonly], #cellform textarea[readonly], #cellform select[readonly] {
	background: #ddd;
	color: #555;
}

#cellform select {
	margin: 0;
	padding: 1px 2px;
	width: auto;
	background: #fff;
	border: 1px solid #aaa;
}

#cellform input[type="checkbox"], #cellform input[type="radio"] {
	margin: 0;
	padding: 0;
	cursor: pointer;
	vertical-align: middle;
}

#cellform input[type="submit"], #cellform input[type="button"] {
	margin: 0;
	padding: 2px 4px 1px 4px;
	cursor: pointer;
	font-size: 0.75em;
	font-weight: bold;
}

#cellform label {
	width: auto;
	float: none;
}

#cellform label[for] {
	cursor: pointer;
}

#cellform label .note {
	color: #666;
}

#cellform fieldset {
	margin: 0 0 15px 0;
	padding: 10px 13px;
	width: auto;
	display: block;
	position: relative;
	background: none;
	border: 2px solid #aaa;
}

#cellform fieldset .cell {
	margin: 15px 0 0 20px;
	padding: 0;
	display: inline;
	float: left;
}

#cellform fieldset .cell.first {
	margin-left: 0;
	clear: both;
}

#cellform fieldset .cell.right {
	float: right;
}

#cellform fieldset .cell.top {
	margin-top: 0;
}

#cellform fieldset .cell.group {
	margin-top: 5px;
}

#cellform fieldset .cell.highlight {
	color: #b00;
	font-weight: bold;
}

#cellform fieldset .cell label {
	margin: 0 0 0 3px;
	padding: 0;
	display: block;
	color: inherit;
	font-size: 0.7em;
}

#cellform fieldset .cell.highlight label {
	border-bottom: 3px double #900;
}

#cellform fieldset .cell label.check {
	margin: 0 0 0 3px;
	padding: 0;
	display: inline;
	font-size: 0.75em;
}

#cellform fieldset .cell label.small {
	font-size: 0.7em;
}

#cellform fieldset .cell label span.error {
	color: #b00;
	font-weight: bold;
}

#cellform legend {
	background: none;
	color: #013;
	font-size: 0.75em;
	font-weight: bold;
}

#cellform .eblock {
	margin: 0 0 20px 0;
	padding: 10px 0 10px 0;
	display: block;
	position: relative;
	background: #fee;
	border: 1px solid #daa;
	border-right: 1px solid #b00;
	border-bottom: 1px solid #b00;
	color: #700;
	line-height: 1.2em;
	font-size: 0.75em;
}

#cellform .eblock ul {
	margin: 0 0 0 20px;
	list-style: square;
}

#cellform .fsubmit {
	display: block;
	position: relative;
	text-align: right;
}