/***** Global *****/

a:link,a:visited,a:active,a:hover {
	color:#00f;
	text-decoration:underline;
}

body {
    color:#2f2f2f;
    background: #fff;
	font-family:Arial, Helvetica, sans-serif;
    min-width: 995px;
    min-height: 100.01%; 
    background-image: url('/graphics/menu_bg.jpg');
    background-position: top left;
    background-repeat: repeat-y;
}

/***** Layout *****/

div.header_top {
    width: 100%;
    height: 5px;
    background-image: url('/graphics/header_top.jpg');
    background-position: top center;
    background-repeat: repeat-x;
    _margin-bottom: -13px;                                  /***** IE 6 Bug *****/
}

div#header {
    width: 100%;
    height: 110px;
    vertical-align: top;
    background-image: url('/graphics/header_bg.jpg');
    background-position: top center;
    background-repeat: repeat-x;
}

div#header img {
    _margin: 0 0 -3px 0;                                    /***** IE 6 Bug *****/
}

div#sidebar {
    float: left;
    width: 190px;
    _margin-right: -3px;                                   /***** IE 6 Bug *****/
    background-image: url('/graphics/menu_top.jpg');
    background-position: top center;
    background-repeat: no-repeat;
}

div#sidebar .topspacer {
    background-image: url('/graphics/topspacer.jpg');
    width:190px;
    height: 15px;
    margin-top:15px;
}

div#sidebar li {
    background-position: top center;
    background-repeat: no-repeat;
    _margin-bottom: -3px;
}

div#strip {
    height: 30px;
    margin-left: 20px;
    background-image: url('/graphics/strip_bg.jpg');
    background-position: top center;
    background-repeat: repeat-x;
}

div#strip img.strip_logo {
    float: right;
    margin-bottom: -4px;
}

div#wrapper {
    margin-left: 190px;
}

/***** Content *****/

div#content {
    margin:0 .05em .05em;
    padding:5px;
}

.h1-title {
    margin-bottom:15px;
    text-align:center;
    font-size:2.2em;
    color:#aa0f1d;
    text-shadow: #666666 3px 3px 3px;
}

/***** Bottom & Footer *****/

div#clearit, div#bottom {
    height: 24px;
}

div#bottom {
    min-width: 995px;
    position: relative;
    bottom: 0;
}

div#footer {
    margin-left: 190px;
    font-size: 70%;
    text-align: center;
}

div#footer p {
    width: 80%;
    margin: 0px Auto;
    padding-bottom: 4px;
}

div#footer p.first {
    border-top: 1px solid #888888;
    padding-top: 8px;
}

/***** Forms *****/

input, select, textarea, option {
    color:#fff;
	font-family:Arial, Helvetica, sans-serif;
    background-color:#031893;
}


input.req_button {
	background:#031893 url('/graphics/button_off.jpg') left top repeat-x;
    background-color:#031893;
	border:1px solid #ccc;
	color:#fff;
	font-weight:700;
	padding:.25em .75em;
    width: 0;  /* IE table-cell margin fix */
    overflow: visible;
}

input.req_button[class] {  /* IE ignores [class] */
	background:#031893 url('/graphics/button_off.jpg') left top repeat-x;
    background-color:#031893;
	border:1px solid #ccc;
	color:#fff;
	font-weight:700;;
	padding:.25em .75em;
    width: auto;
}

/***** requester specific styles *****/

.requester_form_submit {
    text-align:center;
    margin-top:22px;
}

.requester_X_required {
    font-size: 70%;
    font-weight:700;
    color:#ff0000;
}

.requester_form_description {
    font-size: 75%;
    font-weight:normal;
    line-height: 1.5em;
}

#requester_indicator_text {
    text-align:center;
    font-weight:700;
}

table.requester_table {
    table-layout:fixed;
    width:650px;
	margin-left: auto;
	margin-right: auto;
    border:1px solid #000;
    border-collapse: collapse;
}

table.requester_table th {
    font-weight:700;
    padding:5px;
    border-bottom:1px solid #000;
    border-right:1px solid #000;
    vertical-align:middle;
}

table.requester_table td {
    padding:5px;
    border-bottom:1px solid #000;
    vertical-align:bottom;
}

.requester_ebay {
    width: 570px;
    padding-top:10px;
    padding-bottom:10px;
    margin-left:auto;
    margin-right: auto;
}

/***** Misc styles *****/

.menu_anchor {
    display:none;
}
