/* CSS Document */

body,td,th {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 1em;
	color: #8c8c8c;
}
body {
	/* background-color: #181818;
	background-image: url(images/background.gif); */
	background-color: #010000;
	background-repeat: repeat-x;
	margin-top: 40px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 40px;
}

#layer {
	position:absolute;
	left:161px;
	top:114px;
	width:105px;
	height: 12px;
	z-index:1;
	visibility: hidden;
}

select {
	font-family: "Courier New", Courier, monospace;
	background-color: #010000;
	border: 1px solid #252424;
	color: white;
}

.changeLogTitle { color:#caceb6; }
.missionListName { color:white; }
.smalltext { font-size: 10px; }

a.menu:link {
	color: #bada4a;
	text-decoration: none;
}
a.menu:visited {
	text-decoration: none;
	color: #bada4a;
}
a.menu:hover {
	text-decoration: none;
	color: #f0ffba;
}
a.menu:active {
	text-decoration: none;
	color: #bada4a;
}

a.footerlink:link {
	color: #caceb6;
	text-decoration: none;
}
a.footerlink:visited {
	text-decoration: none;
	color: #caceb6;
}
a.footerlink:hover {
	text-decoration: none;
	color: #f0ffba;
}
a.footerlink:active {
	text-decoration: none;
	color: #caceb6;
}

a.newMemberLink:link {
	color: #bada4a;
	text-decoration: none;
}
a.newMemberLink:visited {
	text-decoration: none;
	color: #bada4a;
}
a.newMemberLink:hover {
	text-decoration: none;
	color: #f0ffba;
}
a.newMemberLink:active {
	text-decoration: none;
	color: #bada4a;
}

a.newsLink:link {
	color: #e0f499;
	text-decoration: none;
}
a.newsLink:visited {
	text-decoration: none;
	color: #e0f499;
}
a.newsLink:hover {
	text-decoration: none;
	color: white;
}
a.newsLink:active {
	text-decoration: none;
	color: #e0f499;
}

a.viewMemberLink:link {
	color: #e0f499;
	text-decoration: none;
}
a.viewMemberLink:visited {
	text-decoration: none;
	color: #e0f499;
}
a.viewMemberLink:hover {
	text-decoration: none;
	color: white;
}
a.viewMemberLink:active {
	text-decoration: none;
	color: #e0f499;
}

a.lbClose:link {
	color: black;
	text-decoration: none;
}
a.lbClose:visited {
	text-decoration: none;
	color: black;
}
a.lbClose:hover {
	text-decoration: none;
	color: black;
}
a.lbClose:active {
	text-decoration: none;
	color: black;
}

a.addFav:link {
	color: #555555;
	text-decoration: none;
}
a.addFav:visited {
	text-decoration: none;
	color: #555555;
}
a.addFav:hover {
	text-decoration: none;
	color: #bada4a;
}
a.addFav:active {
	text-decoration: none;
	color: #555555;
}




.imageTable {
	border: solid 1px #161515;
}
.linkDesc { color: #caceb6; }
.green {
	color:#bada4a;
}
.saying {
	color:#555555;
	line-height:1em;
}
.searchHint {
	color:#555555;
	line-height:1em;
}
.welcome {
	color:#da584a;
}
.footer {
	color:#555555;
}
.news_date {
	color:white;
}
.news_text {
	color:#caceb6;
}
.tableTitle {
	color:#444444;
}
.tableRowText {
	color:#8c8c8c;
	padding-bottom:1px;
	border-bottom: solid 1px #161515;
}

.missionName {
	color:#da584a;
}

.memberName {
	color:#da584a;
}
.memberNotes {
	color:#555555;
}

input.search {
background-color:#0b0b0b;
border: none;
color: #CCFF99;
border-bottom: solid 1px #252424;
font-family:"Courier New", Courier, monospace;
font-size:12px;	
}

input.account {
background-color:#060606;
border: none;
color: #CCFF99;
border-bottom: solid 1px #252424;
font-family:"Courier New", Courier, monospace;
font-size:12px;	
}

textarea.account {
background-color:#060606;
border: none;
color: #CCFF99;
width:100%;
border: solid 1px #252424;
font-family:"Courier New", Courier, monospace;
font-size:12px;	
}

textarea.editMissionNotes {
background-color:#0a0b0a;
border: none;
color: #CCFF99;
width:100%;
border: solid 1px #252424;
font-family:"Courier New", Courier, monospace;
font-size:12px;	
}

input.login {
background-color:#050404;
border: none;
color: #CCFF99;
border-bottom: solid 1px #252424;
font-family:"Courier New", Courier, monospace;
font-size:12px;	
}

select.search {
background-color:#0b0b0b;
border: solid 1px #252424;
color: #CCFF99;
font-family:"Courier New", Courier, monospace;
font-size:12px;	
}

input.file {
border: none;
}