/* $Id: default.css,v 1.5 2005/03/28 18:35:53 greggmc Exp $ */

/* number cell box - large bold number inside a dark grey box */
.qnInnerTd {
	background-color: #AAAAAA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	width: 26px;
	vertical-align: text-top;
}
.qnInner {
	background-color: #CCCCCC; # question box color
	width: 100%;
	height: 27;
	vertical-align: middle;
	color: #000000; # question text color
	font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
/*	font-variant: small-caps;*/
	text-transform: none;
	text-decoration: none;
}
.message {
        font-family: default;
        font-size: medium;
        font-variant: normal;
        font-weight: bold;
        color: #CC0000;
        text-align: center;
}

body#auth {
    margin: 5px;
}
.login {
    width: 480;
}
.login form {
    float: left;
}
div.row {
    clear: both;
    padding-top: 10px;
}

div.row label {
    float: left;
    padding-right: 5px;
    width: 100px;
    text-align: right;
}

