@CHARSET "UTF-8";

/*** reset ***********************************************/

h1,h2,h3,h4,p,a,body,ul,ol,li,fieldset,label {
	margin: 0;
	padding: 0;
}

/*** generic *********************************************/

body {
	text-align: center;
	font: normal 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #444;
}

h1 {
	font-size: 200%; 
	margin-bottom: 0.5em;
	background-image:url(sportident_signet_20.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:25px;
}

h3 {
	font-weight: normal;
	font-size: 125%;
	color: #d21100;
	margin-top: 1em;
}

h4 {
	font-size: 100%;
	margin-top: 2em;
	margin-bottom: 0.3em;
}

p {
	margin: 0.5em 0;
	text-align: justify;
}

a, a:link, a:visited {
	color: #444;
	text-decoration: underline;
}

a:hover, a:active {
	color: #d21100;
}

ol {
	list-style-type: none;
}

ul {
	list-style-type: none;
	margin-bottom: 0.5em;
}


/*** form ************************************************/

#siacPage {
	width: 54em;
	margin: 0 auto;
}

#page {
	position: relative;
	text-align: left;
	margin: 1em auto;
	padding: 0.5em 1em;
}

#subpage {
	clear: both;
}

div.error {
	border: 2px solid #d21100;
	background-color: #fff68e;
	margin-bottom: 1em;
}

div.error p {
	margin: 0.5em;
}

em.marker {
	color: #d21100;
}

form {
	margin-top: 1em;
}

form em {
	color: #d21100;
}

fieldset {
	border: none;
	background-color: #eee;
}

fieldset ol li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	clear: both;
}

label {
	display: block;
	float: left;
	width: 7em;
	height: 1em;
	margin-right: 1em;
	margin-left: 0.5em;
	padding-top: 0.25em;
}

input, select {
	border: 1px solid #444;
	background-color: #fff;
	color: #444;
	font-size: 110%;
	margin: 0.1em;
}

input {
	padding: 1px;
}

input.fixedsize, select.fixedsize {
	width: 17em;
}

fieldset.submit {
	background-color: #fff;
	margin-top: 1.5em;
	margin-bottom: 1em;
}

fieldset.submit li {
	margin: 0;
	float: right;
	clear: none;
}

fieldset.submit input {
	width: auto;
	border: 1px solid #444;
	border-top-color: #ccc;
	border-left-color: #ccc;
}

fieldset.submit input:active {
	border: 1px solid #444;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
}

p.annotation {
	display: inline;
	font-size: 90%;
	font-style: italic;
	margin-left: 0.3em;
}


/*** menu ************************************************/

#menu {
	border-bottom: 1px solid #000;
	margin-bottom: 1em;
	float:left;
	width:100%;
}

#menu li {
	float: left;
	list-style-type: none;
	margin-right: 1em;
}

#menu a {
	text-decoration: none;
}


/*** footer **********************************************/

#footer {
	margin-top: 0.5em;
	border-top: 1px solid #444;
}

#footer #footerLinks {
}

#footer #pageNumber {
	float: right;
	text-align: right;
	color: #d21100;
}

#footer #userProfile {
	float: right;
}

#footer #footerLinks a {
	margin-right: 1em;
	text-decoration: none;
}

#footer #userProfile a {
	margin: 0;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #d21100;
	text-decoration: underline;
}
