@CHARSET "ISO-8859-1";
/* Admin Page Layout Styles */
#scheduledStylesAdminPage{
	width:650px;
}

.ss-col{
	margin-left:10px;
}

#scheduledStylesAdminPage div div{
	display:block; 
	float:left;
}
.scheduledItem{
	float:left;
	clear:both;
}
#bottomControls div{
	clear:both;
	float:left;
	margin-top:8px;
}
.styleSheetCol{width:180px;}
.startTimeCol, .endTimeCol{width:120px;}
.repeatYearlyCol {width:50px;}
.scheduledItem .repeatYearlyCol{height:26px;line-height: 26px;}
.hiddenInput {display:none !important;;}
.deleteLink, .addScheduledItem {
	text-decoration:none;
}

#newStyleTemplate {display:none;}

/* Admin Page Formatting */
#scheduledItemsHeader{
	font-weight:bold;
}

#message{
	background-color: #d6ffe0;
	border:1px solid green;
	padding:5px;
	width:500px;
	margin-bottom:10px;
	font-weight:bold;
}

label.error{
	display:none !important;
}

input.error, select.error {
	border: 2px solid red !important;
	background-color: #FFFFD5 !important;
}