
img {
border:0;
padding:0;
margin:0;
}

/*Intro Styles for Age Confirm */

body.introBody{
background-color:#281D2D;
margin:0;
padding:0;
border:none;
}

#container-intro {
display:block;
width:530px;
text-align:center;
margin:0 auto;
padding:0;
}

#intro {
width:341px;
height:341px;
background-image:url(../images/intro_graphic.jpg);
background-repeat:no-repeat;
margin:30px auto 0 auto;
padding:0 45px 0 45px;
}

#intro span.text {
display:block;
width:341px;
height:97px;
clear:both;
font-family:"Trebuchet MS","Trebuchet","Verdana","Tahoma","Arial";
font-size:9pt;
line-height:12pt;
color:#333333;
text-align:center;
margin:0;
padding:167px 0 0 0;
}

#intro span.header {
display:block;
width:145px;
height:39px;
clear:both;
font-family:"Trebuchet MS","Trebuchet","Verdana","Tahoma","Arial";
font-weight:700;
font-size:11pt;
padding:0;
margin:0 auto;
text-align:center;
}

#intro span.header a:link, #intro span.header a:visited, #intro span.header a:active{
display:block;
width:100px;
height:27px;
padding:12px 20px 0 20px;
color:#ffffff;
}

#intro span.header a:hover{
display:block;
width:100px;
height:27px;
padding:12px 20px 0 20px;
color:#dbd9dd;
}

#disclaimer {
width:420px;
margin:0 auto;
text-align:center;
}

#disclaimer p {
font-family:"Trebuchet MS","Trebuchet","Verdana","Tahoma","Arial";
font-weight:400;
font-size:7pt;
color:#DBD9DD;
text-align:center;

}

.disclaimer-txt {
font-family:"Trebuchet MS","Trebuchet","Verdana","Tahoma","Arial";
font-weight:400;
font-size:7pt;
color:#DBD9DD;
}

a{
color:#DBD9DD;
}


/*End Intro Styles*/


#GB_overlay {
    background-color: #281D2D;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
}

#GB_window {
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 150;
}

#GB_window .content {
    width: auto;
    margin: 0;
    padding: 0;
}

#GB_frame {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
}


.GB_Gallery {
    margin: 0 22px 0 22px;
}

.GB_Gallery .content {
    background-color: #fff;
    border: 3px solid #fff;
}

.GB_header {
    top: 10px;
    left: 0;
    margin: 0;
    z-index: 500;
    position: absolute;
    border-bottom: 2px solid #555;
    border-top: 2px solid #555;
}

.GB_header .inner {
    background-color: #333;
    font-family: Arial, Verdana, sans-serif;
    padding: 2px 20px 2px 20px;
}

.GB_header table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
}

.GB_header .caption {
    text-align: left;
    color: #eee;
    white-space: nowrap;
    font-size: 20px;
}

.GB_header .close {
    text-align: right;
}

.GB_header .close img {
    z-index: 500;
    cursor: pointer;
}

.GB_header .middle {
    white-space: nowrap;
    text-align: center;
}


#GB_middle {
    color: #eee;
}

#GB_middle img {
    cursor: pointer;
    vertical-align: middle;
}

#GB_middle .disabled {
    cursor: default;
}

#GB_middle .left {
    padding-right: 10px;
}

#GB_middle .right {
    padding-left: 10px;
}



.GB_Window .header {
   display:none;
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #999;
    border-left: 3px solid #ccc;
    border-right: 3px solid #ccc;
    margin: 0;

    height: 22px;
    font-size: 12px;
    padding: 3px 0;
    color: #333;
}

.GB_Window .caption {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 20px;
}

.GB_Window .close { text-align: right; }
.GB_Window .close span { 
    font-size: 12px;
    cursor: pointer; 
}
.GB_Window .close img {
    cursor: pointer;
    padding: 0 3px 0 0;
}

.GB_Window .on { border-bottom: 1px solid #333; }
.GB_Window .click { border-bottom: 1px solid red; }
