.right {
	text-align: right;
}
a, a:visited {
    color: #000;
}

pre {
    background: #eee;
    border: 1px solid #777;
    padding: 7px;
    width: 90%;
    margin: 0 auto;
}

table th {
    text-align: left;
}

html\:abbr, abbr {
    cursor: default;
    border-bottom: 1px dotted black;
}

span.anything {
    font-style: italic;
    color: red;
}

div.errors, div.messages {
    background: #f55;
    padding: 5px;
    color: #fff;
}

div.errors span.error, div.messages span.message {
    display: block;
}
div.errors span.error a, div.messages span.message a {
	color: #fff;
}
div.errors span.error a:hover, div.messages span.message a:hover {
	text-decoration: none;
}

div.messages {
    background: #5d5;
}

body {
    background: #d1d1d1;
    padding: 0;
    margin: 0;
    font-family: "Verdana", sans-serif;
    color: #666;
}

div.headerWrapper {
	background: #cdcdcd url( bg_header.gif ) repeat-x;
}
div.header {
	width: 950px;
	margin: 0 auto;
	height: 125px;
	position: relative;
	color: #fff;
}

div.header h2 {
    margin: 0;
    position: absolute;
    left: 0px;
    bottom: 15px;
    font-size: 35px;
    font-family: "Trebuchet MS", sans-serif;
    color: #fff;
}
div.header h2 a {
    color: #fff;
    text-decoration: none;
}

div.pageWrapper {
	background: #fff;
}
div.page {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    text-align: left;
}

div.body {
    background: #fff;
    padding: 8px;
}

div.login {
}

table.login {
    margin: auto;
}

div.nav {
    color: #fff;
    margin: 0;
    padding: 0;
    width: 600px;
    position: absolute;
    right: 0px;
    bottom: 15px;
    font-size: 12px;
}

div.nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

div.nav ul li {
    display: inline;
    padding-left: 13px;
    padding-right: 3px;
}

div.nav ul li.right {
    float: right;
}

div.nav ul li.nohover:hover {
    background: inherit;
}

div.nav ul li a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

div.nav ul li a:hover {
    text-decoration: underline;
}


div.footer {
    color: #333;
    background: #d1d1d1 url( bg_footer.gif ) repeat-x;
    border-top: 1px solid #cdcdcd;
    text-align: center;
    padding-top: 17px;
    font-size: 80%;
    height: 125px;
}

div.footer a {
    color: #333;
    text-decoration: none;
}
div.footer a:hover {
	text-decoration: underline;
}

p.justified {
    text-align: justify;
}

form.inline {
    display: inline;
    margin: auto;
}

img.captcha {
    border: 1px solid black;
}

div.nav span.openid {
    font-style: italic;
    font-weight: bold;
}

input.disabled_bold:disabled {
    color: black;
}

table.sites {
    border-collapse: collapse;
}

table.sites td {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding-top: 3px;
    padding-bottom: 3px;
}

div.sreg {
    background: #f7f7f7;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

span.required {
    color: red;
}

span.optional {
    color: green;
}

div.sreg table {
    margin-top: 7px;
    margin-bottom: 7px;
}

span.trusted {
    color: green;
}

span.untrusted {
    color: red;
}

fieldset {
	border: none;
}
fieldset legend, h1 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 24px;
	font-weight: bold;
}

