@CHARSET "UTF-8";
/* This style sheet sets the default styles for the SunTime module
 */
.sut_pretext {
	/* the text block above the main time display */
	font-weight: bold;
	text-align: center;
	padding: 5px 5px 2px 5px;
	text-align: center;
	background: #607060; 
	color: #f0f0f0;
}

.sut_date {
	/* a secondary block for the date in the pretext block */
	font-size:0.85em;
	font-weight: normal;
	padding: 1px 4px 2px 4px;
	text-align: center;
	margin-left:auto; margin-right:auto; margin-top:4px; margin-bottom:4px;  
	background: #a0a0a0;
	color: #ffffff;
}

.sut_table {
	width: 100%;
}

.sut_label {
	/* text labels for times */
	text-align: right;
	padding: 2px 5px 2px 5px;
}

.sut_time {
	/* small time display with label */
	text-align: left;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
}
.sut_mdtime {
	/* medium time display without label uses <h3> */
	text-align: center;
}
.sut_lgtime {
	/* large time display without label uses <h1> */
	text-align: center;
}

.sut_durations {
	/* the optional day and night durations */
	font-size:0.9em; 
	text-align:center;
	line-height: 1em;
	padding-top: 4px;
	padding-bottom: 5px;
}

.sut_posttext {	
	/* the text block below the main time display */
	padding: 2px 5px 2px 5px;
	font-size:0.9em; 
	color: #f0f0f0;
	background-color:#607060;

}

.sut_footer {
	font-size:0.9em; 
	text-align:center;
	line-height: 1em;
	padding-top: 4px;
	color: #30A330;
	padding-bottom: 5px;

}