@charset "utf-8";
/* CSS Document */
#content {
min-height:530px;
position:relative;
}
#copy {
padding-left:20px;
_padding-left:375px;
}
.detailTable {
margin:15px 0 15px 0;
}

#copy p {
padding-right:0;
margin:.5em 0 .5em .2em;
}

.detailTable td {
border:1px solid #999999;
padding:5px 10px;
background:#FFFFFF;
}
.detailTable thead td{
background:#999999;
color:#FFFFFF;
font-weight:bold;
}

.tabBox {
border:1px solid #999999; 
width:590px; 
margin-bottom: 1em; 
padding: 10px;
background:#FFFFFF;
min-height:160px;
}
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
color:#FFFFFF;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #ffffff;
background:#999999;
}

.shadetabs li a:visited{
color: #ffffff;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #ffffff;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background:#006600;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

/*.tabcontent{
display:none;
}
.tabcontent h1, h2, h3, h4 {
margin-top:0;
padding:0;
}
.tabcontent li {
padding:2px 0 2px 0;
color:#006600;
font-family:"Times New Roman", Times, serif;
font-size:20px;
}
.tabcontent li p {
color:#333333;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}*/
#summary h3, #time h3 {
color:#857856;
font-size:16px;
margin-bottom:20px;
}
#summary {
float:left;
width:100%;
}
#time {
float:right;
padding-left:15px;
}
.detailT {
border:1px solid #006500;
border-left:none;
border-bottom:none;
}
.detailT td {
border-left:1px solid #006500;
border-bottom:1px solid #006500;
background:#fff;
}
.detailTH  td {
background:#006500;
color:#FFFFFF;
}
.tabBox li {
color:#333333;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
#leftSide {
position:absolute;
top:0px;
left:0;
}
.sdlReg {
padding:5px 20px 0 10px;
text-align:right;
}
.sdlReg a {
color:#ffffff;
background:#666666;
display:block;
height:25px;
width:60px;
padding:5px;
text-align:center;
border:#666666 1px solid;
border-bottom:none;
}
.sdlReg a:hover {
color:#666666;
background:#FFFFFF;
}
#sdlTable {
margin:0 0 15px 0;
}
@media print {
.tabcontent {
display:block !important;
}
#header {
height:160px;
}
#logo a {
text-indent:0;
display:block;
}
table {
width:600px;
}
#copy {
padding:0;
}
}


