#header {
	min-height: 210px;
}

* html #header {
	height: 210px;
}

.CurrentMissionBlock {
text-align: center;
}

div.AdminForm {
text-align: center;
/*margin-left: 25%;
margin-right: 25%;*/
/* display: table;  This WOULD be better than using margins, but breaks IE and Konqueror :-( */
}

div.AdminForm table th {
text-align: right;
}

table.AdminFormMultiForm { /* HACK ALERT!  HACK ALERT! BAD LARRY! */
background-image: url('http://www.star-fleet.com/images/starfield.gif');
border: 1px solid #eeeeee;
margin-left: auto; margin-right: auto;
margin-top: 2em;
}

td {
text-align: left;
vertical-align: top;
}

fieldset {
background-image: url('http://www.star-fleet.com/images/starfield.gif');
}

table.AdminForm {

border: 0;
margin-left: auto; margin-right: auto;
}


div.LoginBox {
text-align: center;
margin-left: 25%;
margin-right: 25%;
/* display: table;  This WOULD be better than using margins, but breaks IE and Konqueror :-( */
}

table.Login {
border: 0;
margin-left: auto; margin-right: auto;
}

table.CurrentMission {
background-image: url('http://www.star-fleet.com/images/starfield.gif');
border-style: solid;
border-width: 1px;
margin-left: auto; margin-right: auto;
}

th.CurrentMission {

}

td.CurrentMission {
vertical-align: top;
}

caption.CurrentMission {
color: #dfb833;
font-weight: bold;
}

.MissionCrewBlock {
text-align: center;
}

table.MissionCrew {
background-image: url('http://www.star-fleet.com/images/starfield.gif');
border-style: solid;
border-width: 1px;
margin-left: auto; margin-right: auto;
}

th.MissionCrew {

}

td.MissionCrew {
vertical-align: top;
}

caption.MissionCrew {
color: #dfb833;
font-weight: bold;
font-size: 16pt;
}

.Dates {
color: #ffd833;
font-style: italic;
}

.SearchBox {
text-align: center;
margin-left: 25%;
margin-right: 25%;
padding-bottom: 5px;
/* display: table;  This WOULD be better than using margins, but breaks IE and Konqueror :-( */
}

.ListBulletTitle {
color: #cfa833;
font-weight: bold;
}

blockquote {
font-style: italic;
}
