/* Stargatewars - Hungarian Unity WebDesign by d347h */
/* CSS Document */


/* ---------------------------- COMMON ---------------------------- */


body {
	background-color: #222222;
	color: #cfcfcf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px;
}

pre {
	overflow: auto;
}

hr {
	background-color: #085d98;
	height: 1px;
	width: 80%;
	border-style: none;
}


/* ---------------------------- STRUCTURE ---------------------------- */


div.container {
	width: 642px;
	margin: 0px auto;
}
div.data {
	background: url(../images/side_borders.png);
	width: 600px;
	padding: 0px 21px;
}
div.logo {
	background: url(../images/logo.png);
	width: 596px;
	height: 196px;
	text-align: right;
	padding: 2px;
	vertical-align: top;
}
div.content {
	background-color: #1e2631;
	width: 580px;
	padding: 10px;
	text-align: left;
}
div.footer {
	background: url(../images/border_B.png) no-repeat;
	padding-top: 10px;
	min-height: 40px;
	color: #6d6d6d;
	text-align: center;
	font-size: 9px;
}


/* ---------------------------- LANGUAGE LINKS ---------------------------- */


div.logo a img {
	border: 2px solid #999999;
}
div.logo a img:hover {
	border-color: #dddddd;
}


/* ---------------------------- CONTENT STUFF ---------------------------- */


.content p {
	text-align: justify;
}

.content div.error {
	width: 100%;
	text-align: center;
}


/* ---------------------------- MENU ---------------------------- */


.data ul.menu {
	display: table-row;
	background-color: #000000;
	padding: 1px;
	margin: 0px;
	width: 598px;
	height: 25px;
	color: #8c8f93;
	font-size: 20px;
}
.data ul.menu li {
	display: table-cell;
	text-align: center;
	width: 150px;
}


/* ---------------------------- LINKS ---------------------------- */


a {
	text-decoration: none;
	color: #9bd8ff;
}
a:hover {
	color: #ffffff;
}
a:active {
	color: #58a7d9;
}

.footer a {
	color: #6d6d6d;
}
.footer a:hover {
	color: #58a7d9;
}

ul.menu li a {
	color: #8c8f93;
}
ul.menu li a:hover {
	color: #b4b7bd;
}
ul.menu li a:active {
	color: #5f7da6;
}


/* ---------------------------- LINK LIST ---------------------------- */


.content dl dt {
	font-weight: bold;
	margin-bottom: 5px;
}
.content dl dd {
	margin-bottom: 15px;
}

/* ---------------------------- PARAGRAPHS ---------------------------- */


.content h1 {
	text-align: center;
	color: #4a5366;
	font-size: 24px;
	font-variant: small-caps;
	font-weight: bold;
}

.content h2 {
	color: #7f8aa0;
	font-size: 16px;
}

.content p {
	text-indent: 30px;
}
.content p.sign {
	text-align: right;
	font-style: italic;
}


/* ---------------------------- PARAGRAPHS / CALCULATORS ---------------------------- */


.content .calculator p {
	text-indent: 0px;
	font-size: 10px;
	color: #888888;
}
.content .calculator div.calculation {
	color: #6394b7;
	font-size: 10px;
}
.content .calculator p.creator {
	text-align: right;
}

.content .calculator p.error {
	color: #cd0000;
	font-weight: bold;
}

.content .calculator p.result {
	color: #006305;
	font-weight: bold;
}

.content .calculator input.narrow {
	min-width: 30px;
	width: 50px;
}

/* ---------------------------- CONTENT / FORMS ---------------------------- */


.content form {
	width: 100%;
	margin: 0px auto;
	border: 1px solid #085d98;
	font-size: 10px;
	color: #6394b7;
}
.content form.multiform {
	border-style: none;
}
.content form fieldset {
	border: 1px solid #085d98;
}
.content form fieldset legend {
	font-weight: bold;
}
.content form dl {
	margin: 10px;
}
.content form.multiform dl {
	margin: 0px;
}
.content form dd, .content form dt {
	margin: 5px;
	font-weight: normal;
	display: block;
}
.content form dt {
	position: relative;
	top: 10px;
	height: 0px;
	text-align: left;
	line-height: 5px;
}
.content form dd {
	text-align: right;
}
.content form dd.error {
	background: #ffd4d4;
}
.content form dd p.description {
	margin-left: 350px;
}
.content form input, .content form select {
	background-color: #222222;
	border: 1px solid #085d98;
	color: #6394b7;
	padding-left: 4px;
	padding-right: 4px;
	min-width: 200px;
}
.content form input:hover, .content form select:hover {
	border: 1px solid #6394b7;
}
.content form p.submit, .content form dd:last-child {
	text-align: center;
	text-indent: 0px;
}
.content input[type="submit"], .content input[type="checkbox"] {
	min-width: 10px;
	font-weight: bold;
}
