<!-- $Id: generic.css,v 1.4 2008/04/13 04:04:20 lannet Exp lannet $ -->

body {
font-family: Arial,Helvetica,sans-serif;
}

#heading {
font-size: large;
font-weight: bold;
text-transform: capitalize;
text-align: center;
background-color: #ffff99;
}

#subheading {
font-size: x-large;
font-weight: bold;
text-transform: capitalize;
text-align: center;
background-color: #99ff99;
}

#get_login {
font-weight: bold;
text-transform: capitalize;
text-align: center;
background-color: #ff9999;
}

#form_style {
font-weight: bold;
text-align: center;
background-color: #ff9999;
}

#buttons {
font-weight: bold;
text-transform: uppercase;
text-align: center;
background-color: #99ff99;
}

#footing {
font-size: x-small;
text-align: center;
background-color: #9999ff;
}

#put_err_msgs {
color: #ff0000;
font-weight: bold;
}

.fullwidthtable {
margin-right: auto;
text-align: left;
width: 100%;
}

.rightjusttext {
text-align: right;
width: 35%;
}

.leftjustfield {
text-align: left;
width: 15%;
}

.centerjustfield {
text-align: center;
}

.centerjustfield10 {
text-align: center;
width: 10%;
}

.rightjusttext50 {
text-align: right;
width: 50%;
}

.leftjustfield50 {
text-align: left;
width: 50%;
}

.leftjustfield50bold {
text-align: left;
font-weight: bold;
width: 50%;
}

.rightjusttext25 {
text-align: right;
width: 25%;
}

.leftjustfield25 {
text-align: left;
width: 25%;
}

.headingrow {
text-align: center;
font-weight: bold;
font-size: smaller;
}

.datarow {
vertical-align: top;
text-align: center;
}

.reddatarow {
vertical-align: top;
text-align: center;
text-color: red;
}

.smalltext {
font-size: x-small;
}
