/* @override http://erikegerentertainment.com/css/discography-screen.css */

caption {
	border-bottom: dotted 1px #C8C8C8;
	border-top: dotted 1px #C8C8C8;
	padding: 10px 0 10px 0;
	margin: 10px 0 0px 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 120%;
	color: #999;
}

/* year is for colgroup on sly and robbie discography */

#year {
	width: 100px;
}

/* artist is for colgroup on rish travali discography */

#artist {
	width: 150px;
}

/* title is for colgroup on rish travali discography */

#title {
	width: 150px;
}

#logo {
	float: left;
}

#back-to-site {
	margin: 10px 0 0 0;
	padding: 0;
	float: right;
	width: 250px;
}

#print-header, #print-footer, #print-caption {
	display: none;
}

#screen-header input {
	margin: 10px 0 0 0;
}

#screen-header h1 {
	font-size: 180%;
	color: #2E5A6B;
	margin: 20px 0 10px 0;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#most-recent {
	text-transform: capitalize;
	display: block;
	font-size: 70%;
	margin: 5px 0 0 0;
}

#copyright {
	font-size: 80%;
}

table {
	margin: 10px 0 0 0;
	width: 100%;
	background: #fff;
}

thead td {
	padding: 5px;
	margin: 0;
	font-weight: bold;
	color: #623B02;
	background: #fff;
	font-size: 110%;
}

tbody td {
	vertical-align: text-top;
}

tr.row1 td {
	background: #F1F8FA;
	border-bottom: solid 1px #CFE6EF;
	border-top: solid 1px #CFE6EF;
	padding: 6px 5px 6px 5px;
}

tr.row2 td {
	background: #fff;
	padding: 6px 5px 6px 5px;
}