/* DEFAULT STYLES 
** http://www.dominionautoauction.net
**---------------------------------*/
body {
	margin: 0px;
	font-weight: 500;
	font-family: Arial;
	font-size: 14px;
	color: #F0F2EF;
	background: #AC0101 url(../img/bg.gif) repeat-y center;
}

a {
	color: #F0F2EF;
	text-decoration: underline;
}

a:hover {
	color: #AC0101;
	text-decoration: none;
}

a.lc {
	color: #AC0101;
	text-decoration: none;
}

a.lc:hover {
	text-decoration: underline;
}
	
a.menu {
	font-size: 13px;
	color: #F0F2EF;
	text-decoration: none;
}

a.menu:hover {
	color: #AC0101;
	text-decoration: none;
}

a.id {
	font-size: 10px;
	color: #F0F2EF;
	text-decoration: underline;
}

a.id:hover {
	color: #AC0101;
	text-decoration: none;
}

img {
	vertical-align: bottom;
}

hr {
	color: #AC0101;
	background-color: #AC0101;
	width: 760px;
	border: 0;
}

h3 {
	color: #F0F2EF;
	font-size: 16px;
	font-weight: 600;
	font-family: Arial;
	margin: 2px
}

table {
	padding: 0px;
	border-spacing: 0px;
	text-align: left;
	vertical-align: top;
}

table.top {
	background: #000000;
	border-style: solid;
	border-color: #AC0101;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
}

table.bottom {
	background: #000000;
	border-style: solid;
	border-color: #AC0101;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
}

table.report {
	font-size: 12px;
	font-weight: normal;
	background: #000000;
	border-style: solid;
	border-color: #AC0101;
	border-width: 1px;
}

label {
	width: 4em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	margin-left: 0.5em;
	display: block;
}

fieldset {
	border: 2px solid #AC0101;
	width: 480px;
}

legend {
	color: #F0F2EF;
	background: #000000;
	border: 2px solid #AC0101;
	padding: 2px 6px;
}

textarea {
	width: 300px;
	height: 200px;
	border:1px solid #AC0101; 
	color: #F0F2EF; 
	background-color: #000000;
}

input {
	color: #F0F2EF;
	background: #000000;
	border: 1px solid #AC0101;
}

.text input {
	width: 300px;
}

.submit input {
	margin-left: 4.5em;
	color: #F0F2EF;
	background: #000000;
	border: 2px outset #AC0101;
}

input.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 10px 20px;
    width: 200px;
	background: -moz-linear-gradient(
		top,
		#ff5252 0%,
		#540303);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ff5252),
		to(#540303));
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #911a1a;
	-moz-box-shadow:
		1px 1px 2px rgba(000,000,000,0.6),
		inset 1px 2px 10px rgba(255,255,255,0.6);
	-webkit-box-shadow:
		1px 1px 2px rgba(000,000,000,0.6),
		inset 1px 2px 10px rgba(255,255,255,0.6);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.7),
		0px 0px 0px rgba(255,255,255,0.3);
}

input.button:hover {
    cursor: pointer;
    width: 200px;
	background: -moz-linear-gradient(
		top,
		#540303 0%,
		#ff5252);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#540303),
		to(#ff5252));
}


.wed {
	background: #AC0101;
}

.menu {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;
	color: #F0F2EF;
}

.header {
	font-size: 13px;
	font-weight: normal;
	font-family: Arial;
	color: #F0F2EF;
}

.footer {
	font-size: 12px;
	font-weight: normal;
	font-family: Arial;
	color: #F0F2EF;
}

.id {
	font-size: 10px;
	font-weight: normal;
	font-family: Arial;
	color: #F0F2EF;
}

.runlist {
    border: 1px solid #AC0101;
    font-size: 16px;
}

.mystery {
    background-color: #000000;
}

.mystery:hover {
    cursor: pointer;
    background-image: url('http://www.dominionautoauction.net/img/mystery_bg.gif');
}

.row0 {
	/*cursor: pointer;*/
    background-color: #000000;
}

.row0mystery {
	cursor: pointer;
    background-color: #000000;
}

tr.row0:hover {
	/*cursor: pointer;*/
	background-color: #808080;
}

tr.row0mystery:hover {
	cursor: pointer;
    background-image: url('http://www.dominionautoauction.net/img/mystery_bg_white.gif');
    border: 2px solid #AC0101;
    color: #AC0101;
}

.row1 {
	/*cursor: pointer;*/
    background-color: #3C3C3C;
}

.row1mystery {
	cursor: pointer;
    background-color: #3C3C3C;
}

tr.row1:hover {
	/*cursor: pointer;*/
	background-color: #808080;
}

tr.row1mystery:hover {
	cursor: pointer;
    background-image: url('http://www.dominionautoauction.net/img/mystery_bg_white.gif');
    border: 2px solid #AC0101;
    color: #AC0101;
}

tr.list_header {
    background-color: #AC0101;
    font-weight: 600;
}

div.loading-invis {
    display: none;

}

div.loading-vis {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: #000000;
    opacity: .75;
    text-align: center;
    margin-top: 300px;
    font-size: 20px;
}
