/* @override http://library.efdss.org/htmlfiles/vwml-new.css */

BODY
{
    font-family: Arial, sans-serif;
    background-attachment: fixed;

    background-image: none;
    background-repeat: no-repeat;
    background-position: left top;
    font-size: small;
    margin: 0;
    padding-top: 0;
	padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
	color: inherit;
}

body, html {margin:0; padding:0; background:#d62626 url(../images/bottom-bk.gif) no-repeat bottom; color: #222;  min-height:100%;}
body {min-width:970px; background:url(../images/bk.gif) top no-repeat; padding-top: 30px; padding-bottom: 30px; font-family:Arial, Helvetica, sans-serif; font-size:72.5%;}

#wrap {

	width: 970px;
	background: url(../images/main-bk.gif) repeat-y top;
	margin: 0 auto;
	overflow: hidden;
	
}


#header {
	height: 160px;
	background: url(../images/header.gif) no-repeat top;
	float: left;
	position: relative;
	width: 970px;
	
	
}

#content {
	width: 950px;
	padding: 0 10px;
}

#footer {
	width: 970px;
	height: 30px;
	background: url(../images/footer.gif) no-repeat bottom;
	float:left;
}

div.rightfloat
{
	color: inherit;
	position: static;
	float: right;
	right: 0px;
	border: 0px solid;
	width: 220px;
	text-align: center;
	background-color: #fff;
    border-color: #f0f0ff #d0c0ff #d0c0ff #f0f0ff;
	z-index: 10;
}


div.leftfloat
{
	position: relative;
	z-index: 0;

}




p.bigright {
	background-color: #fff;
	text-indent: 0em;
	font-size: 13px;
	margin-right:220px
}

#content a {
	color: #c8100b;
}

h1 {display:none;}

.changelink a {color:#FFFFFF;}









*.input
{
    background-color: #f6f6f6;
    border: 1px solid;
    border-color: #eee;
    margin: 2px;
	color: inherit;
}

div.insert, div.shiftedinsert
{
    background-color: #eee;
    border: 1px solid;
    border-color: #999;
	color: inherit;
}

div.shiftedinsert
{
    margin: 2px 2px 2px 2em;
    padding-left: 4px;
    padding-right: 4px;
}

td.inputon
{
    visibility: visible;
}

td.inputoff
{
    visibility: hidden;
}

tr.headrow
{
}

td.headrow
{
    height: 2em;
    vertical-align: bottom;
    font-weight: bold;
    border-top: 1px solid;
}
    
td.fieldname, td.fieldon, td.fieldoff
{
    text-align: right;
    font-size: x-small;
    vertical-align: top;
    width: 6em;
    height: 2em;
    padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
    padding-right: 6px;
}

td.fieldoff
{
    color: gray;
	background-color: inherit;
}

td.fieldon
{
    color: inherit;
	background-color: inherit;
}

table.results, table.listresults
{
    width: 100%;
    border: 1px solid;
}

table.listresults
{
    border-top: none;
}
