
.reporttable {
	float: none;
	font-size: 12px;
	font-family: Arial;
}

.reporttable th {
	background: #CDDDED;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #83a8cc;
	border-right-color: #83a8cc;
	border-bottom-color: #83a8cc;
}

.reporttable .firstcol {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #83a8cc;
}


.reporttable td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #83a8cc;
	border-bottom-color: #83a8cc;
}

Xul {
	float: none;
}

Xli {
	width: 300px;
	height: 14px;
	float: left;
}

.footer {
	height: 20px;
	border-top: 1px solid green;
	color: white;
	font-family: arial;
	font-size: 12px;
	background: #8070ff;
};


a, a:visited {
    color: blue;
}

pre {
    background: #eee;
    border: 1px solid #777;
    padding: 7px;
}

table th {
    text-align: left;
}

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

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

div.errors {
    background: #f77;
    border: 1px outset #333;
    padding: 5px;
    margin: 4px;
}

div.errors span.error {
    display: block;
}

div.messages {
    background: #8f8;
    border: 1px outset #333;
    padding: 5px;
    margin: 4px;
}

div.messages span.message {
    display: block;
}

body {
    padding: 0;
    margin: 0;
    text-align: center;
	background-attachment: scroll;
	background-image: url(/images/bg_image.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.header {
    background: #eee;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #666;
}

div.header h2 {
    margin: 0;
    padding: 10px;
}

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

div.bluebar {
    padding-top: 5px;
    padding-left: 5px;
    text-align: left;
    height: 34px;
    background: #0000ff;
    color: #ffffff;
	background-image: url(/images/blue_bar.gif);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
}

div.bluebar a {
	font-size: 20px;
	color: #f0f0ff;
}


div.body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.login {
}

table.login {
    margin: auto;
}

div.nav {
    margin: 0;
    padding: 0;
    background: #ddd;
    border-bottom: 1px solid #666;
}

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

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

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

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

div.nav ul li:hover {
    background: white;
}

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

div.footer {
    color: #888;
}

div.footer a {
    color: #0000FF;
}

p.justified {
    text-align: justify;
}

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

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

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

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 {
    border: 1px solid #666;
    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;
}

.big { 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 16px; 
}

.xbig { 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.smallest {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8px;
}

.small { 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.medium { 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

