/*
 * The Army of Kaldor Website
 * File: Stylesheet
 * Filename: /style.css
 */

a, a:link, a:visited, a:hover, a:active {
	color: #A6DE63;
}

a, a:link, a:visited, a:active {
	text-decoration: none;
}

a:hover {
	color: #F2FFF2;
}

body {
	background-color: #000000;
	color: #F2FFF2;
	border: 0px;
	margin: 0px;
	font-family: Arial, Verdana, "Luxi Sans", sans-serif;
	font-size: 10pt;
	background-image:url(images/palesnakebg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

#logo {
	position: absolute;
	left: 39px;
	top: 6px;
}

#pop_close {
	text-align: center;
	top: 3px;
	position: absolute;
	right: 5px;
	background-color: #000000;
	z-index: 1;
}

#kaldor_header {
	position: absolute;
	top: 0px;
	width: 100%;
	margin-top: 14px;
	text-align: center;
	z-index: 0;
}

#menu {
	position: absolute;
	left: 6px;
	top: 138px;
	width: 194px;
}

#menu h1 {
	margin-top: 3px;
	margin-bottom: 0px;
	font-size: 12pt;
	color: #A6DE63;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	margin-left: 3px;
}

#menu ul li {
	margin: 0px;
	padding: 0px;
	padding-bottom: 3px;
	list-style-type: none;
}

#menu div.copyright {
	margin-top: 1em;
	font-size: 8pt;
	text-align: center;
}

#content {
	margin-top: 84px;
	margin-left: 206px;
	nargin-right: 5px;
	padding-right: 10px;
}

#content_pop {
	margin-top: 84px;
	margin-left: 10px;
	nargin-right: 5px;
	padding-right: 10px;
}

font.user {
	color: #A6DE63;
}

h1,h2 {
	font-weight: bold;
	text-align: center;
}	

h1,h2,h3 {
	color: #A6DE63;
}

h1.linkpage,h2.linkpage,h3.linkpage {
	color: #F2FFF2;
}


h1 {
	font-size: 16pt;
}

h2 {
	font-size: 12pt;
}

h3 {
	font-size: 10pt;
	margin-bottom: 2px;
	padding-bottom: 2px;
}

font.green {
	color: #A6DE63;
}

img {
	border: none;
}

img.menu {
	cursor: pointer;
}

input,select,textarea {
	border: #A6DE63 1px solid;
	padding: 1px;
}

input.button {
	background-color: #A6DE63;
	border: #4C6633 1px ridge;
	color: #000000;
	cursor: pointer;
	width: 75px;
}

input.button.wide {
	width: 125px;
}

input.check, input.radio {
	border: #000000 1px solid;
	margin: 0px;
	padding: 0px;
}

input.file,input.text,select,textarea {
	background-color: #000000;
	color: #F2FFF2;
}

input.text {
	width: 150px;
}

input.text.short {
	width: 50px;
}

input.text.wide {
	width: 275px;
}

legend {
	color: #A6DE63;
}

option.selectable {
	color: #A6DE63;
}

small {
	font-size: 8pt;
}

table.bio {
	width: 100%;
}

table.bio th {
	text-align: left;
}

table.bio th.value {
	width: 17%;
}

table.data {
	border: #F2FFF2 solid 1px;
	border-collapse: collapse;
}

table.data td, table.data th {
	border: #F2FFF2 solid 1px;
	padding: 2px;
}

table.news {
	width: 100%;
}

table.news td.footer {
	padding-bottom: 15px;
	border-bottom: 1px solid #F2FFF2;
	font-size: 9pt;
}

textarea {
	background-color: #000000;
	font-family: Arial, Verdana, "Luxi Sans", sans-serif;
	font-size: 10pt;
	width: 375px;
	height: 375px;
}

textarea.fiction_note {
	height: 75px;
}