* {
	margin:0;
	padding:0;
}

.clearfix{
	*zoom: 1;
}

.clearfix:before,
.clearfix:after{
	display:table;
	content: "";
}

.clearfix:after{
	clear:both;
}

body {
	background-color:#000000;
	font: 1em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding:0px;
}

p{
	margin-top:10px;
}

p.styles-stack{
	margin-top:0px;
}

p.styles-horiz{
	margin: 0px;
}

.styles-select{
	color: #efefef;
        float:left;
        margin:0 0 0 10px;
}

a:link{color:#efefef; text-decoration:underline;}
a:visited{color:#efefef; text-decoration:underline;}
a:hover{color:#9fcf9f; text-decoration:underline;}
a:active{color:#9fcf9f; text-decoration:none;}


.tabs{
	height:30px;
}

.tabs > ul{
	font-size: 1em;
	list-style:none;
	float:right;
}

.tabs > ul > li{
	min-width:80px;
	margin:1px 1px 1px 1px;
	padding:10px;
	display:block;
	float:left;
	color:#efefef;
	background: #303030;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius:5px;
}

.tabs > ul > li:hover{
	color: #000000;
	background: #efefef;
	cursor:pointer;
}

.tabs > ul > li.tabActiveHeader{
	color: #000000;
	background: #efefef;
	cursor:pointer;
}

.articlePage{
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	-khtml-border-radius:7px;
	border-radius:7px;
	color: #efefef;
 	background: #000000;
	margin: 0px;
	margin-top: 5px;
	padding:10px;
	overflow:auto;
}

.articlePage ul{
	list-style-type: none;
	padding: 0px;
	margin: 10px;
}

.articlePage ul li{
	margin: 0px 0px 0px 0px;
    margin-left: 10px;
    padding: 5px;
    padding-left: 10px;
    border: 0px solid #efefef;
    background-color: #000000;
}

.articlePage ul li:nth-of-type(odd){
    background-color: #202020;
}

.articlePage ul li:before {
    border-top: 1px solid #efefef;
    min-width: 8px;
    padding-right: 0px;
    background-color: #225222;
}

.articleHeader{
	background: #efefef;
	color:#000000;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	padding:5px;
	min-width:80px;
}

.articleHeader a:link{color:#000000; text-decoration:none;}
.articleHeader a:visited{color:#000000; text-decoration:none;}
.articleHeader a:hover{color:#909090; text-decoration:underline}
.articleHeader a:active{color:#909090; text-decoration:none;}

.articleTitle{
	font-size:1.2em;
	float:left;
}

.articleCredit{
	font-size:0.8em;
	float:right;
	margin:3px;
}


.mainHeader{
	float:left;
	color:#efefef;
	margin: 5px 0 0 5px;
	font-size:5em;
}

.mainHeader a:link{color:#efefef; text-decoration:none;}
.mainHeader a:visited{color:#efefef; text-decoration:none;}
.mainHeader a:hover{color:#909090;}
.mainHeader a:active{color:#909090; text-decoration:none;}


.mainFooter{
	float:left;
	color:#efefef;
	margin: 20px 20px 10px 10px;
}


img {
    margin: 0;
	padding: 0;
}

.imgFlex {
    width: 100%;
    scalefit: 1;
}

.img1000{
    max-width: 1000px;
}

.imgBorder {
	border:2px solid #efefef;
	border-radius:2px;
}

.imgRight {
	float:right;
}

.imgLeft {
	float:left;
}


table.tablelist{
    min-width:10px;
    border-collapse:collapse;
    width:100%;
}

table.tableindex{
    border-collapse:collapse;
}

.tablelist thead th,
.tableindex thead th{
    font-size: 1.2em;
    background-color:#225222;
    text-align: center;
    border:1px solid #efefef;
    padding: 5px;
}

.tablelist tbody th,
.tableindex tbody th{
    padding: 10px;
    font-size: 1.2em;
    text-align:center;
    border:1px solid #efefef;
}

.tablelist tbody th{
    background-color:#202020;
}

.tableindex tbody th{
    background-color:#225222;
}

.tablelist tbody tr:nth-of-type(odd),
.tableindex tbody tr:nth-of-type(odd) {
    background: #202020;
}

.tablelist tr,
.tableindex tr {
    border:1px solid #efefef;
}

.tablelist td,
.tableindex td {
    min-height: 1em;
    padding: 5px;
    text-align: left;
    border:1px solid #efefef;
}

@media
only screen and (max-width: 560px),
(min-device-width: 564px) and (max-device-width: 640px){
    .tablelist table,
    .tableindex table,
    .tablelist thead, 
    .tableindex thead,
    .tablelist tbody,
    .tableindex tbody,
    .tablelist th,
    .tableindex th,
    .tablelist td,
    .tableindex td,
    .tablelist tr,
    .tableindex tr {
        display: block;
    }
    .tablelist thead tr,
    .tableindex thead tr  {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .tablelist tr,
    .tableindex tr {
        border: 1px solid #efefef;
        margin-bottom: 3px;
    }

    .tablelist td,
    .tableindex td {
        border: none;
        border-bottom: 1px solid #efefef;
        position: relative;
        padding-left: 70px;
    }
    .tablelist td:before,
    .tableindex td:before {
        position: absolute;
        text-align: left;
        top: 0px; 
        left: 0px;
        width: 64px;
        height: 100%;
        padding-right: 0px;
        white-space: nowrap;
        background-color: #606060;
        border-right: 1px solid #efefef;
        overflow: hidden;
    }
    
    .kspmission td:nth-of-type(1):before { content: "Name"; background-color:#225222; }
    .kspmission td:nth-of-type(2):before { content: "Crew"; background-color:#225222; }
    .kspmission td:nth-of-type(3):before { content: "Vehicle"; background-color:#225222; }
    .kspmission td:nth-of-type(4):before { content: "Mass"; background-color:#225222; }
    .kspmission td:nth-of-type(5):before { content: "Notes"; background-color:#225222; }
}
