@import url("default.css");

form {
	margin: 10px 0px;
	border: 1px dashed gray;
	border-left: 10px solid #9CBE9C;
	padding: 2px;
	padding-left: 8px;
	width: auto;
	background-color: #DCDCDC;
}

td, th {
	padding: 0px 5px;
}

thead tr {
	background-color: #CCCCCC;
}

tr.even {
	background-color: #CCCCCC;
}

.explanation {
	font-size: small;
}

#progress {
	font-size: x-small;
	border: 0px solid black;
	width: 80%;
	margin: 5px auto;
}

#progress td {
	width: 25%;
	vertical-align: top;
	text-align: center;
	color: #555;
	border-top: 10px solid #CCC;
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
}

#progress td.completed {
	border-top-color: #9CBE9C;
	color: #000;
}

#progress td.current {
	background-color: #F0E68C;
	color: #000;
}

table.subscription {
	font-size: small;
}

.rssbutton {
	background: #ff6600;
	color: #ffffff;
	border-left:   1px solid #cc9966;
	border-top:    1px solid #ccaa99;
	border-right:  1px solid #993300;
	border-bottom: 1px solid #331100;
	padding: 0px 0.5em 0px 0.5em;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: xx-small;
	margin-top: 1em;
}

