/* supernova remnants workshop 2009 */
.noprint{
display:none;
}
a{
text-decoration:none;
}
a:link {
color:#99CCFF;
}
a:visited {
color: #336699;
}
a:hover {
text-decoration: underline;
}
#nav a:link{
color: #99CCFF;
}
#nav a:visited{
color:#336699;
}
#nav h2 a:link{
color: #99CCFF;
}
#nav h2 a:visited{
color: #99CCFF;
}

#footer a:link{
background:black;
}
body{
background: black url(./images/psr.jpg) no-repeat fixed bottom right;
color:white;
}
.box {
background-color: black;
border: 3px solid #888888;
color:white;
}


#header{
width: 100%;
background-color:black;
border: 1px solid #888888;
}

#footer{
width: 100%;
}

#content{
margin-left: 5px;
margin-right:20px;
}
#content img{
float:left;
margin-right:5px;
}
#content h2{
font-size: large;
font-variant: small-caps;
font-family: sans-serif;
text-align: center;
padding-top:15px;
margin-top:15px;
}

#content h1{
text-align: center;
font-family: sans-serif;
font-size: xx-large;
font-variant: small-caps;
}

#abstract{
font-family: serif;
text-align: justify;
margin-left: 50px;
margin-right: 50px;
}

#content p{
}

#wrap{
width:100%;
min-width:800px;
margin-top: 15px;}

#nav{
display:none;
float: left;
width: 200px;
font-family: sans-serif;
}

#nav h2{
font-size: medium;
text-decoration: none;
color: black;
font-variant: small-caps;
padding-left: 5px;
margin-top: 0px;
background-color: #888888 ;
}

#nav li{
font-size: small;
margin-bottom: 5px;
list-style-type: square;
font-weight: bold;
}
#nav .hl{
color: #99CCFF;
}

#nav ul{
color:#888888;
margin-left:5px;
padding-left:5px;
}
#nav ul ul{
font-size:smaller;
}

.dropshadow{
border-right: 2px solid black;
padding-top:5px;
border-bottom: 2px solid black;
float:left;
}
.shadowspacer{
padding-top:5px;
padding-left:5px;
}


.tr{
background: url(./images/top_right.png) top right no-repeat;
}
.tl{
background: url(./images/top_left.png) top left no-repeat;
padding: 10px;
}
.br{
background: url(./images/bottom_right.png) bottom right no-repeat;
}
.bl{
background: url(./images/bottom_left.png) bottom left no-repeat;
margin:-3px;
}
.htr{
background: url(./images/head_top_right.png) top right no-repeat;
}
.htl{
background: url(./images/head_top_left.png) top left no-repeat;
padding:3px;
}

form{
font-family:sans-serif;
}
form p{
float:left;
margin-top:0;
}

label, input{
display:block;
float:left;
}
label {
float: left;
text-align:right;
width:8em;
padding-right:50px;
font-weight:bold;
}
input{
border-style: none;
border:2px solid grey;
background:white;
color:black;
}
textarea{
border-style: none;
border:2px solid grey;
background:white;
color:black;
float:left;
}
input.style1{
font-size:large;
width:15em;
}
.smalltext{
float:left;
font-size:x-small;
}
input.button{
font-size:large;
margin-left:10em;
}
#form_body{
height:55em;
}
input.radio{
border:none;
}
.schedule dl{

}
.schedule dt{
width:30%;
float:left;
font-weight:bold;
}
.schedule dd{
width:70%;
border-bottom:1px solid grey;
}
table caption{
font-weight:bold;
text-decoration:underline;
font-size:large;
margin-bottom:10px;
}
td{
margin:2px;
padding:2px;
}

#shuttle_report td{
border: 1px solid black;
text-align:center;
}
#shuttle_report td li{
text-align:left;
margin-left:-1.5em;
margin-right:5px;
font-size:smaller;
}
#shuttle_report th{
border: 1px solid black;
padding:10px;
}