/* first start with the body and the core tags */

body {
    margin: 0;
    background-color: #071;
    background-image: url('/images/header-background.png');
    background-repeat: repeat-x;
    font-family: verdana;
    font-size: x-small;
}

h1,h2,h3,h4 {
    margin-bottom: 8px;
    margin-top: 8px;
}

/* table stuff */

table {
    font-size: x-small;
    border-collapse: collapse;
    border: 1px solid black;
}

th {
    padding: 3px;
    height: 25px;
    background-color: #ccc;
    background: url('/images/table-header-background.png') repeat top;
    color: #711;
}

td {
    border: 1px solid black;
    padding: 5px;
}

.odd {
    background-color: #ddd;
}

/* links */

a {
    color: #22d;
    text-decoration: none;
}

a:hover {
    color: #282;
    text-decoration: underline;
}

a:visited {
    color: #22b;
}

a:visited:hover {
    color: #282;
}

th a {
    color: #711;
}

th a:hover {
	text-decoration: underline;
}

th a:visited {
	color: #711;
}
	
/* primary divs, to organize where things go */

#wrapper {
    width: 800px;
    margin: 0px auto;
    padding: 10px;
    font-family: verdana;
    font-size: x-small;
    background-color: #fff;
    border-left: 1px solid;
    border-right: 1px solid;
}

#userstrip {
    clear: both;
    margin-top: 5px;
    border-bottom: 1px solid black;
    width: 100%;
    text-align: right;
    font-size: 9px;
}

#header {
    font-size: 60px;
    text-align: center;
    height: 150px;
    text-indent: -9999px;
    background: url('/images/banner.png') no-repeat;
}

#footer {
    clear: both;
    margin-top: 30px;
    border-top: 1px solid black;
    width: 100%;
    text-align: center;
    font-size: 9px;
}

#left {
    margin:0px;
    padding:0px;
    padding-bottom: 20px;
    width: 46%;
    float: left;
}

#right {
    margin:0px 26px 0px;
    padding:0px;
    /*padding-top: 10px;*/
    width: 46%;
    float: left;
}

#notifications {
	background-color: #ffc;
	font-size: 11px;
	width: 98%;
	padding-left: 5px;
	margin: 0px;
	text-align: left;
	border: 1px dotted black;
	clear: both;
}

/* the menu bar */

#tabs {
    padding-top: 5px;
    padding-bottom: 30px;
}

#tabs ul {
    margin-left: 0;
    padding-left: 0;
    display: inline;
} 

#tabs ul li {
    float: left;
    margin-left: 0;
    margin-bottom: 0;
    padding: 8px 0px 8px;
    width: 87px;
    text-align: center;
    border: 1px solid #000;
    border-width: 1px 1px 1px 0px;
    list-style: none;
    display: inline;
    font-weight: bold;
    background-color: #eee;
}

#tabs ul li.lefttab {
    border-width: 1px;
}

#tabs ul li.here {
    list-style: none;
    display: inline;
    background-color: #071;
}


#tabs ul li.here a {
    color: #eee;
    display: block;
}

#tabs ul li:hover {
    background-color: #071;
}
#tabs ul li:hover a {
    color: #eee;
    display: block;
}

/* various classes for small style changes - mostly with how text is displayed */

.textbid {
    border: 1px solid black;
    font-size: 11px;
}

.selected {
    background-color: blue;
}

th.sorted {
    background-image: none;
    background-color: #171;
}

th.sorted a {
    color: #ccc;
}

.selected a {
    color: white;
}

.error {
    font-size: 14px;
    font-weight: bold;
    color: #d00;
}

.red {
    color: #711;
}

.morered {
	color: #c11;
	font-weight: bold;
}

.green {
    color: #071;
}

.smalltext {
	font-size: 9px;
}

.tinytext {
	font-size: 8px;
}

.small {
    font-size: small;
}

/* forms */

.dropdown {
    font-family: verdana;
    font-size: x-small;
    border: 1px solid black;
    background-color: #eee;
    padding: 3px;
}

.textbox {
	font-family: verdana;
	font-size: x-small;
	border: 1px solid black;
	padding: 3px;
	background-color: #eee;
}

.button {
	font-family: verdana;
	font-size: x-small;
	border: 1px solid black;
	padding: 3px;
	background-color: #eee;
}

.links {
    list-style-type: none;
}

/* other layout divs */

.note {
	clear: both;
	width: 100%;
}
