body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	margin:0;
	padding:0;
}
clear-l {
	clear: left;
}
div#mast {
	background-color: #EFEBE0;
	border-bottom: 2px solid black; 
	border-top: 2px solid black;
}
div#subHead {
	height: 50px;
	line-height: 25px;
	font-size: 20px;
	letter-spacing:3px;
	background-color: #000;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	font-family: times new roman, times, serif;
	border-bottom: 2px solid #000;
}
div#subHead span.red{
	color: #ED0F0E;
}
UL#mainNav {
	list-style-type: none;
	/*margin: 0 0 1px 70px;*/
	margin: 0 0 1px 0;
	padding: 0 0 0 15px;
	height: 20px;
	border-top: 10px solid #EFEBE0 /* border is replacing margin-top to avoid cross-browser difficulties (time-saver) */;
}
UL#mainNav li {
	margin: 0;
	padding: 0;
	float: left;
}
UL#mainNav li a {
	display: block;
	background-color: #fff;
	border: 1px solid #000;
	border-bottom: 0;
	text-decoration: none;
	color: #666;
	height: 20px;
	line-height: 20px;
	font-family: tahoma, sans-serif /* this font is more readable in uppercase */;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 2px;
	margin: 0 3px;
	padding: 0 10px;
}
UL#mainNav li a:hover {
	background-color: #8FBCE3;
	color: #000;
}
#content-container {
	width:904px;
	margin:5px auto;
	padding:0;
}
#content {
        background-image: url(/images/bg.jpg);
        background-repeat: repeat-y;
	margin:0;
	padding:0;
	border:2px solid #000000;
}
#content_b {
        margin:0;
	padding:0;
	border:2px solid #000000;
}
#left, #middle, #right {
	width:280px;
	float:left;
	margin:0;
	padding:10px;
/*	border-left:1px solid #000000;*/
}
#left {
	border:0;
}
a.goBack {
	background-color: #fff;
	background-image: url(../images/back.gif);
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px solid red;
	text-decoration: none;
	color: #000;
	border: 2px solid #9aafe5;
	color: #2E6AB1;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 22px;
	padding: 2px 24px 2px 4px;
}
a.goBack:hover {
	background-color: #2E6AB1;
	background-image: url(../images/back-hover.gif);
	border: 2px solid #000080;
	color: #fff;
}
#footer {
	text-align:center;
	font-size:11px;
	margin:0;
	padding: 5px 0;
	/* to position at the bottom of your browser, uncomment
    position: fixed;
    bottom: 0px;
	*/
}
#footer a {
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
div.clear-r {
	clear:right;
	line-height:0;
}
div.clear-l {
	clear:left;
	line-height:0;
}
div.clear-b {
	clear:both;
	line-height:0;
}
.indent {
	margin-left: 25px;
}
/* These are tables reused in several places to display a list of songs */
table.sortable{
	width: 900px;
	border-width: 1px 0px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: separate;
	background-color: white;
}

table.tr{
	width: 900px;
}
table.sortable th{
	background-color: #ccc;
	/*background-image: url(../images/sort.gif);
	background-repeat: no-repeat;
	background-position: right center;*/
	text-align: left;
	border-width: 0px;
	padding: 2px;
	border-style: solid;
	border-color: black;
	-moz-border-radius: 0;
	
}

table.sortable th.sorttable_sort{
  cursor: pointer;
}
table.sortable th span.up{
	font-family: webdings;
	border:1px solid red;
}
table.sortable td{
	border-width: 1px;
	padding: 1px 1px;
	border-style: solid;
	border-color: #ccc;
	background-color: white;
	-moz-border-radius: 0;
}

table.sortable td.td_center{
  border-color: #ccc;
  text-align: center;
}
/*CSS Sabrosus style pagination*/
div.pagination {
	padding:3px;
	margin:3px;
	text-align:center;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #9aafe5;	
	text-decoration: none; 
	color: #2e6ab1;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #2b66a5;
	color: #000;
	background-color: lightyellow;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid navy;
	font-weight: bold;
	background-color: #2e6ab1;
	color: #FFF;
}

div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #929292;
	color: #929292;
}

/* These are just some hacks to add space between the next and prev */
div.pagination span.next {
	margin-left: 5px;
}

div.pagination span.prev {
	margin-right: 5px;
}

/* mildly silly but i'm needign space between body content and the left rail */
div.browsing_space{
  margin-left: 1px;
}

img.image_browse{
  width: 180px;
  margin: 0px 20px;
}

img.image_show{
  width: 800px;
  margin: 0px 20px;
}

tr.browse_image_table{
  border-collapse:collapse;
}
td.image_browse{
   vertical-align: top;
   text-align: center;
   border-bottom: 1px solid black;
}
td.image_browse_info{
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
}

a.image_link img{
  border: none;
}

