@charset "utf-8";
/* CSS Document */
body { font: 12px Verdana, Arial, Helvetica, sans-serif; }
h1 {font-size:21px; font-weight:bold; }
h2 {font-size:18px; font-weight:bold; }
h3 {
	font-size:18px;
	font-weight:bold;
	font-style: italic;
}
h4 {font-size:14px; font-weight:bold; }
td {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 4px;
}

a:link, a:visited {
	color:#003399;
	text-decoration:none;
}
a:hover, a:active {color:#CC3300; text-decoration:underline; }

.status_changed  {
	color: #FF0000;
	text-decoration: blink;
	font-weight: bold;
}
.required { color: #ff0000; }
.albumTitle {
	font-size: 1.1em;
	font-weight: bold;
}
.border {
	border: 2px solid #89BCCF;
	margin-left: 24px;
	font-size: 12px;
}
.border td {
	border: 1px solid #dddddd;
	margin: 2px;
	padding: 4px 6px;
}
.border th {
	font-style: italic;
	font-weight: bold;
	text-align: left;
	margin: 2px;
	padding: 4px 10px;
	font-size: 0.9em;
	text-transform: uppercase;
}
.noBdr  { border-bottom: 0px none #FFFFFF; }
.button {
	font-size: 12px;
	border: solid 1px #003366;
	padding: 2px 5px;
	background: #FFFFCC;
	display: block;
	text-align: center;
}
a.button:link, a.button:visited {text-decoration:none; }
a.button:hover {
	color: #FFFFCC;
	text-decoration: none;
	background: #3366CC;
}

