/* GENERAL */

html, body {
	margin: 0;
	padding: 0;
}
body {
	font: .8em Verdana, "Bitstream Vera Sans", arial, serif;
	background-color: #576871;
}
div, img {
	margin: 0;
	padding: 0;
	border: 0;
}

.spacer, .clearer, .clearb {
	clear: both;
}
table {
	font-size: 1em;
}

/* BASE CONTAINER */

#container {
	background: white;
	position: relative;
	min-height: 480px;
	padding: 0 6px 1em 6px;
	text-align: justify;
	width: 760px;
	left: 43%;
	margin: 0.5em;
	margin-left: -332px;
}
#corner_topleft, #corner_topright, #corner_bottomleft, #corner_bottomright {
	position: absolute;
	background: transparent url(corners.gif) top left no-repeat;
	width: 10px;
	height: 10px;
}
#corner_topleft {
	background-position: 0 0;
	top: 0;
	left: 0;
}
#corner_topright {
	background-position: -10px 0;
	top: 0;
	right: 0;
}
#corner_bottomleft {
	background-position: 0 -10px;
	bottom: 0;
	left: 0;
}
#corner_bottomright {
	background-position: -10px -10px;
	bottom: 0;
	right: 0;
}

#content_info {
	margin-left: -332px;
	width: 760px;
	position: relative;
	left: 43%;
	padding: 0 10px;
	text-align: right;
}

/* BASE CONTENT */

h1 {
	border-bottom: 1px #c7d6df solid;
	text-align: right;
	margin: 0;
	margin-bottom: -1.5em;
}
h1, h1 a {
	color: #c7d6df;
}
h2 {
	color: black;
}
h3, .h3 {
	color: #174d6a;
	width: 100%;
}
h4 {
	color: #0c3d57;
}

hr {
	width: 60%;
	border: 1px solid #2a81af;
	margin-top: 2em;
	margin-bottom: 2em;
}

a {
	text-decoration: none;
	color: #003c9c;
}
a:hover {
	text-decoration: underline;
}

a[hreflang]:after {
	content: "\0000a0[" attr(hreflang) "]";
	color : #666;
	background : transparent;
}

q {
	font-style : italic;
}

abbr, .help {
	cursor: help;
}
abbr {
	border-width: 0 0 1px 0;
	border-style: dotted;
}

cite {
	font-style: normal;
}

code, pre {
	font-family : "Courier New",monospace;
	color: #222;
	font-size : 1em;
}

/* FORMS */

fieldset {
	border:  #777 1px solid;
	background-color: #FCFCFC;
	text-align: justify;
	margin-bottom: 0.2em;
}
fieldset.with_padding {
	padding-top: 1em;
}
legend {
	font: Times New Roman;
	font-weight: bold;
	color:  #377190;
}
input[type='text'], input[type='password'], textarea, select, input[type='text']:focus, input[type='password']:focus, textarea:focus, select:focus {
	border: #7F9DB9 1px solid;
}
input[type='text'], input[type='password'], textarea, select {
	background: white;
}
input[type='text']:focus, input[type='password']:focus, textarea:focus, select:focus {
	background: #fafdff;
}

/* VARIOUS */

.left {
	float: left;
	margin-right: 1em;
}
.right {
	float: right;
	margin-left: 1em;
}
.center {
	float: center;
}
.hidden {
	display: none;
}
pre.code, code.code {
	font-family: monospace;
	background-color: white;
	border: 1px solid #444;
	color: black;
	font-size: 1.2em;
}
code.code {
	border-color: #ccc;
}
pre.code {
	overflow: auto;
	margin: 0;
	padding: 0;
}
