body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	background-color: #003B71;
	color: #FFF;
}

html {
	overflow: -moz-scrollbars-vertical;	
}

td {
	vertical-align: top;
	font-size: 12px;
}

/* central layout */

table#shell {
	border: 1px solid #FFF;
	padding: 10px;
	background-color: #003B71;
	margin-bottom: 10px;
}

table#shell td#content {
	padding: 20px;
}

table#shell td#footer {
	padding: 0px;
	font-size: 8px;
}

/* type & links */

td#content p {
	font-size: 12px;
}

td#content p.error {
	padding: 10px;
	border: 1px solid #FFF;
}

td#content p.ok {
	padding: 10px;
	border: 1px solid #5498E1;
}

td#content h1 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
}

td#content a {
	font-size: 12px;
	color: #FFF;
	text-decoration: underline;
}

td#content .comp {
	color: orange;
}

a img {
	border: none;
}

hr {
	background-color: #EDEFF0;
	color: #EDEFF0;
	border: none;
	line-height: 30px;
	height: 30px;
}

/* submit */
table.submit td {
	text-align: center;
}

table.submit td input {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #003B71;
	color: #fff;
	border: 1px solid #FFF;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
	margin: 10px 0px 20px 0px;
}

	table.submit td input:hover {
		border: 1px solid #fff;
	}

/* forms */
input.radio,
input.checkbox {
	margin-left: 20px;
}

input.fullsize {
	width: 200px;
	margin-left: 20px;
}

input.halfsize {
	margin-left: 20px;
}

input.fullsize,
input.halfsize {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #000;
	padding: 2px;
}

	input.fullsize:focus,
	input.halfsize:focus {
			border: 1px solid #FFF;
	}
	
input {
	display: block;
}
