label.error {
	color: #f00;
}

div.manage_articles_tabs {
	border-bottom:1px solid #CCCCCC;
	clear:both;
	float:left;
	margin-bottom:15px;
	margin-right:20px;
	padding:5px 0 0 6px;
}

div.manage_articles_tabs a {
	display: block;
	float: left;
	width: auto;
	padding: 8px 14px;
	font-size: 12px;
	color: #0090FF;
	margin-right: 4px;
	border: 1px solid #ccc;
	border-bottom: none;
	text-decoration: none;
	margin-bottom: -1px;
	background-color: #f1f1f1;
	position: relative;
}

div.manage_articles_tabs a.active {
	border-bottom: 1px solid #fff;
	font-weight: bold;
	background-color: #fff;
}

div#shutter-Properties,
div#shutter-Content,
div#shutter-Event, {
	display: block;
}

div#shutter-Publish,
div#shutter-Attachments {
	display: none;
}

textarea#article_short_description {
	width: 90%; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	padding: 6px;
}

div.calendar {
    float: right;
    margin-bottom: 10px;
}
div.cal_day_header, div.cal_non_month_day, div.cal_day, div.cal_weekend, div.cal_today {
    background: none repeat scroll 0 0 #999;
    border-radius: 2px;
    float: left;
    height: 16px;
    margin-right: 4px;
    margin-top: 4px;
    padding: 4px 0;
    text-align: center;
    width: 32px;
	color:#eaeaea;
	text-shadow:1px 1px #888;
}
div.cal_non_month_day {
    background: none repeat scroll 0 0 #cccccc;
    color: #999999;
}
div.cal_day_header {
    background: none repeat scroll 0 0 #555;
    color: #fff;
	font-weight:bold;
	text-shadow:1px 1px #444;
}
div.cal_today {
    background: none repeat scroll 0 0 #C52A2D;
	text-shadow:1px 1px #b42023;
}
div.active {
    background: #C4B72B;
}