@charset "utf-8";
.prea {
	background: url(../images/tabs/corner_1a.gif);
}
.preb {
	background: url(../images/tabs/corner_1b.gif);
}
.tabs {
	padding:5px 0 0 1em;
	margin:0;
	list-style:none;
	height:35px;
	position:relative;
	background:transparent url(../images/tabs/corner_0c.gif) repeat-x left bottom;
	font-size:11px;
}
.tabs li {
	float:left;
	height:35px;
	margin-right:1px;
}
.tabs li a {
	outline: none;
	display:block;
	float:left;
	height:35px;
	line-height:33px;
	color:#514f3f;
	text-decoration:none;
	font-family:arial, verdana, sans-serif;
	font-weight:bold;
	text-align:center;
	padding:0 0 0 4px;
	cursor:pointer;
	background:url(../images/tabs/corner_0a.gif) no-repeat;
}
.tabs li a b {
	float:left;
	display:block;
	padding:0 30px 5px 12px;
	background:url(../images/tabs/corner_0b.gif) no-repeat right top;
}
.tabs li.current a {
	color:#dedc22;
	background:url(../images/tabs/corner_2a.gif) no-repeat;
	border-bottom: 1px solid #fff;
}
.tabs li.current a b {
	background:url(../images/tabs/corner_2b.gif) no-repeat right top;
}
.tabs li a:hover {
	color:#dedc22;
	background: url(../images/tabs/corner_1a.gif) no-repeat;
}
.tabs li a:hover b {
	background:url(../images/tabs/corner_1b.gif) no-repeat right top;
}
.tabs li.current a:hover {
	color:#dedc22;
	background: url(../images/tabs/corner_2a.gif) no-repeat;
	cursor:default;
}
.tabs li.current a:hover b {
	background:url(../images/tabs/corner_2b.gif) no-repeat right top;
}

.tabs li.addTab a {
	color: #118F22;
}
.tabs li.addTab a:hover {
	color:#c3573b;
}
.tabs li.delTab a {
	color: #990000;
}
.tabs li.delTab a:hover {
	color:#c3573b;
}
.daysContainer, #daysContainer, .tabContent, .tabContentMedia{
	clear: both;
	/*border: 1px solid #91a7b4;
	padding: 10px;
	min-height: 300px;
	height: auto!important;
	height: 300px;*/
}
.hidden{
	display: none;
}


.enabled, .disabled{
	z-index: 13000;
	width: 300px;
	padding-bottom: 10px;
	font-size: 18px;
	color: #fff;
}
.tip-title{
	background: url(../images/tabs/tip.png) top left;
	padding: 10px 10px 0;
	width: 280px;
	font-weight: bold;
	font-size: 16px;
	color: #20ABB0;
}
.tip-text{
	background: url(../images/tabs/tip.png) bottom right;
	padding: 10px;
	width: 280px;
}
.disabled{
}
.disabled .tip-title{
	color: red;
}
.disabled .tip-text{
}
