/* CSS Document */
.pagehead{
	color:#3300FF;
	font-size:xx-large;
}
.menuhead{
	color:#0099FF;
	background-color:#CCFF99;
}

.menuitem{
	color:#FF9900;
}

.groupheader{
	color:#FF2222;
	background-color:#CCCCCC;
}
.menutext{
	color:#999999;
}

a{
	color:#FF9900;
}

.status{
	font-size:10px
}

body {
padding: 3px 0;
margin: 0;
height: 100%;
font: 1em "lucida grande", helvetica, verdana, sans-serif;
background: #fff;
}

.shutter {
background: #333;
position: fixed;
top: 0;
left: 0;
height: 1000%;
width: 100%;
opacity: 0.8;
}

* html .shutter {
	position: absolute;
    filter: alpha(opacity=80);
}

h1 {
text-align: center;
font: 2em helvetica, arial, sans-serif;
color: #05c;
letter-spacing: 0.05em;
word-spacing: 0.3em;
text-shadow: -3px 3px 1px #ddd;
padding: 0;
margin: 5px;
text-transform: uppercase
}

#switcher {
display: block;
text-align: center;
color: #292;
font: 1.2em helvetica, arial, sans-serif;
border-bottom: 2px solid #4b4;
text-decoration: none;
padding-bottom: 4px;
margin-bottom: 10px;
}

#period td {
text-align: center;
font: 0.6em verdana, sans-serif;
border: 1px solid #bbb;
background: #eee;
padding-bottom: 3px;
vertical-align: top;
}

#credits p {
text-align: center;
border: 1px solid #777;
background: #eee;
font: 0.7em verdana, sans-serif;
padding: 10px;
margin: 10px auto;
width: 55%;
}

#credits p:first-line {
font-weight: bold;
}

#credits a {
color: #555;
}

#credits a:hover {
color: #4b4;
}

#period {
margin: auto;
}

.info {
border: 6px double #4b4;
width: 600px;
position: absolute;
left: 50%;
padding: 10px 15px;
min-height: 320px;
margin-left: -300px;
background: #eee;
top:50%;
margin-top:-300px;
opacity: 1.0;
}

.info td, .info th {
text-align: left;
font-size: 13px;
padding: 3px 6px;
}

.info table {
width: 95%;
border: 1px solid #acacac;
border-width: 0 1px;
margin: 0 auto;
}

.info sup {
font-size: 80%;
}

.info th {
width: 45%;
border-right: 1px solid #acacac;
}

.alt th, .alt td {
background: #e0e0e0;
border-bottom: 1px solid #acacac;
border-top: 1px solid #acacac;
}

.info h2 a {
display: block;
float: right;
font-size: 0.6em;
text-decoration: none;
padding: 5px 10px;
border: 6px double #4b4;
position: relative;
right: -5px;
top: -10px;
border-width: 0 0 6px 6px;
}

.info h2 a { right: -15px; }

.info h2 {
border-bottom: 2px solid #4b4;
margin: 0 0 10px 0;
padding: 0 0 1px 0;
font: 2em georgia, serif;
}

.info td {
font-size: 0.9em;
padding-bottom: 4px;

}

label.format { font-weight: bold }

#period .space {
border: 0;
background: #fff;
vertical-align: middle;
}

#period td:hover, #period .tdhover {
background: #9d9;
cursor: pointer;
}

#period td.space:hover {
background: #fff;
cursor: default;
}
