/* LifeWay Worship - WorshipTracks Explorer CD - CSS Styles */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px!important;
	margin:0px;
	padding:0px;
}	

#wrap {
	width:901px;
	margin:0px auto;
}

#header {
	position:relative;
	background:url(../images/header_bg.jpg) no-repeat;
	height:145px;
	width:901px;
}

#header_cd {
	position:absolute;
	font-size:20px;
	top:12px;
	left:695px;
}

#header_title {
	position:absolute;
	font-size:20px;
	top:73px;
	left:63px;	
}

#header_instructions {
	position:absolute;
	font-size:15px;
	top:113px;
	left:23px;		
}

#middle {
	width:839px;
	border-left:1px solid #BDBDBD;
	border-right:1px solid #BDBDBD;
	padding:30px 30px 12px 30px;
}

#bottom {
	background:url(../images/bottom_bg.gif) no-repeat;
	height:19px;
}

#footer {
	/*background:url(../images/footer_bg.gif) no-repeat;*/
	background-position:right;
	height:27px;
	text-align:center;
	margin-top:20px;
	padding-top:8px;
	font-size:11px;
}

table{
	border-collapse: collapse!important;
	width: 100%;
	border-right:1px solid #D9D9D9!important;
	border-top:1px solid #D9D9D9!important;
	border-bottom:1px solid #D9D9D9!important;
}
th, td{
	padding: 8px!important;
	text-align:left!important;
	border-left:1px solid #D9D9D9!important;
}
th{
	background-color: #E8E8E8!important;
}

tr{ 
	cursor: pointer;
}

tr a{ 
	color:#000!important;
}
  
tr:hover{ 
	background-color: #FFFFE3!important;
	cursor: pointer;
}

tr.alternateRow	{  background-color: #EDF3FE!important;;   }
tr.alternateRow:hover {background-color: #FFFFE3!important;;}

a {
	color:#000!important;
	text-decoration:none!important;
}

a.sortheader:link, a.sortheader:visited, a.sortheader:active, a.sortheader:focus {
	background-color:#E8E8E8!important;;
	color:#000000 !important
}

a.sortheader:hover {
	background-color:#E8E8E8!important;;
	text-decoration:underline!important;
	color:#000000 !important
}



/*--- RESET STYLES ---*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead {
background:transparent none repeat scroll 0%;
border:0pt none;
font-size:100%;
margin:0pt;
outline-color:invert;
outline-style:none;
outline-width:0pt;
padding:0pt;
vertical-align:baseline;
}
body {
line-height:1;
}
ol, ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
content:'';
}
*:focus {
outline-color:invert;
outline-style:none;
outline-width:0pt;
}
ins {
text-decoration:none;
}
del {
text-decoration:line-through;
}
table {
border-collapse:collapse;
border-spacing:0pt;
}