/* CSS Stylesheet */
/* created by Causeway CSS Stylesheet Editor RCS 2005 */
/* http://www.causeway.co.uk/freestuf/cssedit/ */

body {font-family:Book Antiqua; margin-top:0; margin-bottom:0; background-color:Black;color:#FFF; margin-left:0; margin-right:0;text-decoration:none; }
p, td, th, li, h4 {}
h1, h2, h3 {color:#F32302; }
h1 {font-size:large; }
a:link, a:visited {color:#444444; }
a:hover {text-decoration:none; }
input, textarea, select, .inputbox {color:#000; background-color:#FFF; border:1PX solid; }
input.radio {background-color:#FFF; border:NONE; }
input.button {font-weight:bold; color:#FF0000; background-color:#444444; border:1PX outset; }
a img {border:0; }
#header {}
#crumb {}
#footer {text-align:Center; }
.sgTitle {margin-bottom:0;text-align:Center; }
.sgSubTitle {margin-top:0; }
p.sgNameByArtist {}
p.sgDetailsList {}
div.sgLanguageFlipper, div.sgTemplateFlipper {
  float: right;
  clear: right;}
div.sgShadow {text-align:Center; background-color:Black; padding:1em; }
table.sgShadow {text-align:Right; background-color:Black; margin-left:auto; margin-right:auto;clear: both; }
table.sgShadowTab td {font-size:13px; background-color:Black; }
table.sgShadow, table.sgShadowTab {text-align:Left; background-color:#000000; padding:0; }
table.sgShadow td {margin:0; padding:0; }
table.sgShadow td.tabm, table.sgShadow td.tabr {font-size:Small; color:Red; background-color:Black; }

/* appropriate background images for drop-shadow effect */
table.sgShadow td.tl {  background-image: url('images/shadow-tl.gif');}
table.sgShadow td.tm {  background-image: url('images/shadow-tm.gif');}
table.sgShadow td.tr {  background-image: url('images/shadow-tr.gif');}
table.sgShadow td.ml {  background-image: url('images/shadow-ml.gif');}
table.sgShadow td.mm {  padding: 10px;} /* cell containing image */
table.sgShadow td.mr {  background-image: url('images/shadow-mr.gif');}
table.sgShadow td.bl {  background-image: url('images/shadow-bl.gif');}
table.sgShadow td.bm {  background-image: url('images/shadow-bm.gif');}
table.sgShadow td.br {  background-image: url('images/shadow-br.gif');}

div.sgGallery {margin:5px; background-color:Black; padding:5px; }
td.sgGalleryThumb {text-align:Center; color:White; background-color:Black; width:100px;
}
img.sgGalleryThumb {color:White; background-color:Black; border:1px solid #000; }
div.sgGallery p {margin-top:0; margin-bottom:2px; color:White; }
div.sgGallery a {margin-top:0; margin-bottom:2px; color:#F32302;font-size:medium; }
img.sgImage {border:NONE; }
p.sgTopNavBar, p.sgBottomNavBar {font-size:X-Small; text-align:Center; float: Center}
div.sgThumbnail {text-align:Center; float: left; margin: 10px 5px 10px 5px; width:120px;
height:120px;
padding:0px; }
div.sgThumbnail table {text-align:Center; margin:0px; width:116px;
height:116px;
vertical-align:middle;
}
.sgThumbnailContent {margin:0px; padding:0px; }

.roundedCornerSpacer {
    margin: 0px; padding: 0px; border: 0px;
    clear: both;
    font-size: 1px; line-height: 1px;
}
.borderTL, .borderTR, .borderBL, .borderBR {
    width: 5px; height: 5px;
    padding: 0px; border: 0px;
    z-index: 99;
}
.borderTL, .borderBL { float: left; clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin: -1px 0px 0px -1px; }
.borderTR { margin: -1px -1px 0px 0px; }
.borderBL { margin: -5px 0px 0px 0px; }
.borderBR { margin: -5px 0px 0px 0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an
additional 3px! Why? */
.borderTL {
    margin-left: -4px;
    ma\rgin-left: -1px;
}
html>body .borderTL {
    margin-left: -1px;
}
.borderTR {
    margin-right: -4px;
    ma\rgin-right: -1px;
}
html>body .borderTR {
    margin-right: -1px;
}
.borderBL {
    margin-left: -3px;
    ma\rgin-left: 0px;
}
html>body .borderBL {
    margin-left: 0px;
}
.borderBR {
    margin-right: -3px;
    ma\rgin-right: 0px;
}
html>body .borderBR {
    margin-right: 0px;
}