/* CSS Document */

body {
	background-color: #9fb88e;
	text-align: center;
}


#container {
	width: 863px;
	background-color: #ffffff;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}	

#menucontentback {
	width: 863px;
	background: url(http://www.mhcc-ucc.org/images/menucontentback.png) repeat-y;
	margin-top: 3px;
}

#menuheader {
	background-image: url(http://www.mhcc-ucc.org/images/menuheader.png);
	width: 164px;
	height: 82px;
	margin-left: 3px;
	float:left;
}

#menu {
	padding-top: 82px;
}


#menu-ul, #menu-ul li {
	padding: 0px;
	margin:0px;
	list-style: none;
	position:relative;
	display:block;
}

#menu-ul li ul {
	display: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: -135px;
	top:-1px;
	border-top: solid 1px #ffffff;
}

#menu-ul li ul, #menu-ul li ul li {
	margin: 0px;
	padding: 0px;
}


#menu-ul li:hover ul {
	display: block;
}

#menu #menu-ul li ul a:link, #menu #menu-ul li ul a:active, #menu #menu-ul li ul a:visited {
	display: block;
	width: 125px;
	color: #ffffff;
	text-align:right;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 4px 4px 4px;
	border-bottom: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	background-color: #3b5776;
}

#menu #menu-ul li ul a:hover {
	background-color: #4e6d89;
} 

#menu a:link, #menu a:active, #menu a:visited {
	display: block;
	width: 156px;
	color: #ffffff;
	text-align:center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 4px;
	border-bottom: solid 1px #ffffff;
	background-color: #3b5776;
}

#menu a:hover {
	background-color: #4e6d89;
}

#menu a.login {
	border-bottom: none;
	margin: 0px
	text-align: left;
	font-style: italic;
	text-align: left;
}

#menu a.login:hover {
	background-color: #3b5776;
	color: #c8d0d9;
}

#content a.submenulinks:link, #content a.submenulinks:active, #content a.submenulinks:visited, #contentauctionitems a.submenulinks:link, #contentauctionitems a.submenulinks:active, #contentauctionitems a.submenulinks:visited {
	border: #527a33 solid 1px;
	border-bottom: solid 1px #527a33;
	margin: 2px;
	font-size: 12px;
	padding: 2px 4px;
	color: #527a33;
}

#content a.submenulinks:hover, #contentauctionitems a.submenulinks:hover {
	border: #7cA15f solid 1px;
	border-bottom: solid 1px #7cA15f;
	color: #7cA15f;
}

#content {
	width: 584px;
	background: url(http://www.mhcc-ucc.org/images/contentbackground.png) no-repeat;
	padding: 0px 70px 20px 40px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:14px;
	color:#3B5776;
	float:left;
}

#contentauctionitems {
	width: 584px;
	background: url(http://www.mhcc-ucc.org/images/contentbackground.png) no-repeat;
	padding: 0px 15px 20px 30px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:14px;
	color:#3B5776;
	float:left;
}

#contentauctionitems h1 { position: relative; left: 10px; }

#content a:link, #content a:active, #content a:visited, #contentauctionitems a:link, #contentauctionitems a:active, #contentauctionitems a:visited {
	color: #527a33;
	text-decoration:none;
	font-weight: bold;
	border-bottom: dashed 1px #527a33;
}

#content a:hover, #contentauctionitems a:hover {
	color: #527A33;
	text-decoration:none;
	font-weight: bold;
	border-bottom: none;
}


#content img {
	margin:5px;
}

h1 {
	background: url(http://www.mhcc-ucc.org/images/trans_white.png) repeat;
	padding: 7px 15px;
	margin-left: auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom: 20px;
	text-align:center;
	border: solid 1px #7FA068;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:20px;
	font-weight: bold;
	color:#3B5776;
	width: 460px;
}

h2 {
	color:#3b5776;	
	font-size:14px;
	font-weight: bold;
	text-align:center;
}

h2.itemdetail {
	color:#527a33;	
	font-size:16px;
	font-weight: bold;
	text-align:left;
}


ul br, ol br {
	display:none;
}


img.imgright {
	display: inline;
	float: right;
	margin-left:10px;
	margin-right:0px;
	margin-bottom: 10px;
}

div.newsbox {
	float: right;
	background-color: #ccd9c3;
	padding: 10px 15px;
	width: 198px;
	margin-left: 10px;
	margin-bottom: 10px;
	clear: right;
	font-size:12px;
}

div.newsbox h2, div.newsbox h2 p {
	color:#3B5776;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align:center;
	margin-top: 0px;
	margin-bottom: 10px;
	background-color: #e9efe6;
	padding-top:2px;padding-bottom:2px;
}

div.newsbox h2 p {margin:0px;padding:0px;}

div.newsbox h3, div.newsbox h3 p {
	color:#3B5776;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.newsbox h3 p {margin:0px;padding:0px;}

div.newsbox p {
	color: #3B5776;
	font-size:12px;
	margin-top:3px;
	margin-bottom: 0px;
}

div.centerbox {
	text-align:center;
	width: 300px;
	float: left;
	margin-right: 15px;
	border: solid 1px #7fa068;
	background-color: #e9efe6;
	padding: 8px;
}


table#auctionitems img {
padding: 1px;
border: 1px solid #3b5776;
}

.instructions {
font-style: italic;
font-size: 12px;
}

#unstylelinks a img {
bottom-border: none;
}

.adminlink:link, .adminlink:hover, .adminlink:active, .adminlink:visited { 
margin-left: 25px; 
color: #dadee3; 
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

#footer {
	background-image: url('http://www.mhcc-ucc.org/images/footer.gif');
	width: 863px;
	height: 21px;
}

.couriercols {
width: 180px;
float: left;
padding: 5px;
text-align:center;
}

.clearfloat {
clear: both;
}

.empty {
display:none;
}


table.tablesorter, table.tablesorter2 {
width: 620px;
border: none;
color: #000000;
border: solid 1px #3b5776;
}

table#itemseditlist, table#itemseditlist .even, table#itemseditlist .odd, table#itemstransferlist, table#itemstransferlist.even, table#itemstransferlist.odd  {
background-color: #ffffff;
}


table.tablesorter thead tr th, table.tablesorter tfoot tr th, table.tablesorter2 thead tr th, table.tablesorter2 tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 10pt;
	padding: 4px 15px 4px 4px;
}
table.tablesorter thead tr .header, table.tablesorter2 thead tr .header {
	background-image: url(http://www.mhcc-ucc.org/images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter td, table.tablesorter2 td {
padding: 1px 2px;
margin: 0px;
font-size: 12px;
border-bottom: solid 1px #3b5776;
}
table.tablesorter .even, table.tablesorter2 .even {
background-color: #c8d0d9;
}
table.tablesorter .odd, table.tablesorter2 .odd {
/*background-color: #dfe7d9;*/
background-color: #c8d0d9;
}
table.tablesorter thead tr .headerSortUp, table.tablesorter2 thead tr .headerSortUp {
	background-image: url(http://www.mhcc-ucc.org/images/asc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter2 thead tr .headerSortDown {
	background-image: url(http://www.mhcc-ucc.org/images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp, table.tablesorter2 thead tr .headerSortDown, table.tablesorter2 thead tr .headerSortUp {
background-color: #8dbdd8;
}
