@import url(reset.css); 

body {
	background-color: #f2f5f7;
	margin: 0px;
	font-size: 12px;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	color: #000000;
	text-align:center;
}

#wrapper {
	width: 960px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border: 1px black solid;
	text-align: left;
}

#content-wrapper a {
	color: #00827B;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}


#content-wrapper a :hover{
	color: #273E6B;
}

#logged-in p { line-height: inherit; }

/* Header */

#header {
	background: url(/images/admin/header-bg.png) no-repeat;
	height: 63px;
	padding-left: 124px;
	padding-top: 25px;
	position: relative;
}

#logged-in {
	position: absolute;
	top: 14px;
	right: 40px;
	color: #fff;
	font-weight: bold;
	width: 205px;
}

#logged-in h3 {
	color: #263d6a;
	font-size: 13px;
	margin-bottom: 14px;
}

#logged-in a {
	color: #ffd13b;
	text-decoration: none;
	float: right;
}

.headerTitleTextBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
}

.headerTitleTextSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

.headerTitleSpacing {
	line-height: 6px;
}

/* Global Nav */

#global-nav {
	background: url(/images/admin/global-nav-bg.png) repeat-x;
	height: 28px;
	line-height: 28px;
	color: #fff;
}

#global-nav li {
	display: inline;
	background: url(/images/admin/global-nav-sep.png) no-repeat center right;
}

#global-nav li:last-child {
	background:none;
}

#global-nav a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	padding: 0px 10px;
}

#global-nav a:hover {
	color: #eee;
}


/* Content */
#content-wrapper {
	position: relative;
}

#mainTextArea-title {
		font-size: 24px;
		font-weight: bold;
		color: #273e6b;
		margin-bottom: 10px;
	}
	
#content-wrapper {
	padding: 0px 20px 20px;
}

.bigboldblacktext { font-weight: bold; }

.auction { position: relative; padding: 20px; margin: 0px -20px;}

.auction h3 {
	color: #008782;
	margin-bottom: 10px;
	font-size: 18px;
	margin-left: 20px;
	width: 500px;
}

.edit-sale-bill {
	background-color: #fff;
	/*height: 30px;*/
	line-height: 30px;
	padding: 0px 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #c8cdd6;
	font-size:13px;
	color:#000;
	font-weight: bold;
}

.edit-sale-bill li {
	display: inline;
}

#content-wrapper .edit-sale-bill a {
	color: #273e6b;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

#content-wrapper .edit-sale-bill a:hover {
	color: #47608F;
}

.auction.alt { background-color: #dde2e9; }

.auction .date {
		background: url(/images/admin/auction-date-bg.png) no-repeat;
		width: 283px;
		height: 33px;
		line-height: 40px;
		color: #fccf3e;
		font-weight: bold;
		padding: 0px 20px;
		position: absolute;
		bottom: 52px;
		right: 30px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
}

.auction .icons {
	position: absolute;
	bottom: 55px;
	right: 380px;
}
span.left  { float: left; }
span.right {float: right; }

.auction .date strong {
	color: #fff;
}


/* Breadcrumb */

#breadcrumb {
	background: url(/images/admin/breadcrumb-bg.png) repeat-x;
	height: 58px;
	line-height: 58px;
	padding: 0px 20px;
	color: #37424a;
	font-weight: bold;
	width: 920px;
	_width: 900px;
	z-index:1000;
	margin-left: -20px;
	margin-bottom: 20px;
}

#breadcrumb a {
	color: #37424a;
	font-weight: bold;
	text-decoration: none;
}

#public-page {
	position: absolute;
	top: -12px;
	right: 0px;
	height: 71px;
	background: url(/images/admin/breadcrumb-public.png) repeat-x;
	padding-right: 20px;
	width: 213px;
	_top: -12px;
	margin-top: 16px;
	line-height: 22px;
}

#public-page a {
	display: block;
	color: #fff;
	padding-left: 74px;
	height: 71px;
	padding-top: 14px;
	background-color: #837852;
	background: url(/images/admin/computer-screen.png) no-repeat;
	position: relative;
	left: -5px;
}

#footer {
	text-align:center;
	background: url(/images/footerbg.jpg) repeat-x;
	height: 249px;
	*height: 269px;
	color: #fff;
	padding-top: 20px;
	position: relative;
}

#footer #copy {
	position: absolute;
	left: 10px;
	bottom: 7px;
	margin: 0px;
}

#footer table {
	margin: 0px auto;
}

#footer a.boldwhitetext {
	margin: 3px 0px;
		text-decoration: none;
		font-weight: bold;
		line-height: 1.5em;
}

#footer #copy a {
	color: #fff;
	text-decoration: none;
}


div.round {
	background-color: #fff;
	border: 1px solid #c9cfda;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	padding: 10px 15px 0px 15px;
	width: 270px;
	float: left;
	margin-right: 10px;
	display: inline;
	margin-bottom: 10px;
}

div.round h3 a {
	color: #0c716f;
	font-size: 16px;
	text-decoration: none;
}

div.round h3 a:hover {
	text-decoration: underline;
}

div.round a.floatLeft {
	float: left;
	width: 60px;
	margin-right: 25px;
	margin-bottom: 10px;
}

p {
	line-height: 1.5em;
	margin-top: 0.5em;
	padding-bottom: 1.33em;
	text-align: justify;
}

#sidebar {
	float:right;
	width: 265px;
}

#sidebar a {
	text-decoration: none;
	color: #37424A;
	line-height: 1.5em;
}

#sidebar .top {
	background: url(/images/admin/sidebar-top.png) no-repeat;
	height: 55px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 55px;
}

#sidebar .middle {
	background: url(/images/admin/sidebar-middle.png) repeat-y;
	text-align: center;
}

#sidebar .bottom {
	background: url(/images/admin/sidebar-bottom.png) no-repeat;
	height: 20px;
}

#mainTextArea-title_box {
	margin-bottom: 10px;
}

p#copy {
	padding-bottom: 0px;
}

/* Submenu */

.auction li {
	position: relative;
}

.auction li .submenu {
	position: absolute; /*--Important--*/
	top: 24px; left: -93px;
	background: #008781 url(/images/admin/dropdown-bg.png) repeat-x top left;
	float: left;
	width: 100%;
	display: none; /*--Hidden for those with js turned off--*/
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	padding: 5px 10px 10px 10px;
	z-index: 1000;
	text-align: left;
	height: 95px;
	border: 2px solid #fff;
	border-top: none;
	-moz-box-shadow: 3px 3px 6px #bdc0c5;
	-webkit-box-shadow: 3px 3px 6px #bdc0c5;
}
.auction li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.auction li .submenu ul{
	margin: 0; padding: 0;
	float: left;
	width: 135px;
}
.auction .submenu ul li {
	padding: 4px 0px;
	margin: 0px 10px;
	min-width: 115px;
	display:block;
	line-height: 1.25em;
	color: #bde1df;
	font-size: 12px;
}

.auction .submenu ul li.last, .auction .submenu ul li:last-child {
	background: none;
}

.auction .submenu ul li.heading {
	list-style-type: none;
	background: none;
	margin-bottom: 8px;
}

.auction .submenu ul li h4 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-size: 16px;
	display: inline;
}
.auction .submenu ul li h4 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	color: #fff!important;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}

.auction .submenu ul li h4 a:hover {
	color: #eee!important;
	text-decoration: none!important;
}

.auction .submenu ul li a {
	color: #bde1df!important;
	font-size: 12px!important;
}

.auction .submenu ul li a:hover {
	text-decoration: underline!important;
}

/* End Submenu */

/* Forms */

input,select,textarea
{
	font: normal 14px Arial, Helvetica, sans-serif;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #ccc;
}

textarea {
	width: 900px;
}

input[type=submit] 
{
	width: auto;
	border: 1px solid #ccc;
	padding: 3px 6px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000;
	cursor: pointer;
	background-color: #efefef;
	text-decoration: none;
}

form p.error {
	background-color: #fff;
	color: #b82828;
	margin:0pt 0pt 0pt 143px;
	padding: 0 3px 5px 3px;
}

