/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size:11px;
	background-color: #ccccff;
}
h1, h2, h3, ul, li{
	margin:0;
	padding:0;
}	
ul, ol {
	list-style-position: inside;
}
a {
	font-weight:bold;
	color:#A7312A;
}

td.caption {
font-size: 10px;
text-align: center;
}

h1 {
	text-align: center;
}
/* ----------- nav ----------- */
.nav {
	background:#EDFFC4 url(/images/navshadow.jpg) repeat-x ;
	border-bottom: 1px solid #A7312A;
	border-top: 2px solid #A7312A;
}

.nav ul {
	padding: 0 0 0 10px;
	margin: 0;
	background-color: #EDFFC4;
	color: #000;
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size:11px;
}
.nav ul li { 
	display: inline; 
}
.nav ul li a {
	padding: 3px 0.75em;
	text-decoration: none;
	float: left;
	color:#000;
	border-right: 1px solid #000;
	text-transform: uppercase;
	font-weight:normal;
}

.nav ul li a:hover{
	background-color: #C04D39;
	color: #FFFFFF;
	font-weight:normal;
}
.last {
	border-right:0;
}
/* ----------- categories ----------- */
.navcat {
	background:#EDFFC4 url(/images/navshadow.jpg) repeat-x ;
	border-top: 2px solid #A7312A;
}
.cat {
	background: #EDF4F8 url(/images/blueshadow.jpg) repeat-x;
	border-right:3px solid #A2A2A2;
	border-left:3px solid #A2A2A2;
}
.cat ul {
	padding:8px 5px 5px 15px;
	list-style-position: inside;
	list-style-type: square;
}
.cat li {
	padding:5px 5px 2px 1px;
	border-bottom: 1px #A2A2A2 dotted;
}
.cat li a {
	padding:2px;
	color:#000;
	text-decoration:none;
	font-weight:normal;
}
.cat li a:hover {
	background-color:#CCE0EC;
	font-weight:normal;
}
.cat li a:visited {
	color:#000;
}
.categoriesbot {
	background: #fff url(/images/catbot.jpg) repeat-x;
}
.catright {
	background: #F3F3F3 url(/images/catgradright.jpg) repeat-y right;
}
.catleft {
	background: #F3F3F3 url(/images/catgradleft.jpg) repeat-y left;
}
.categories {
	background: #F3F3F3;
}
.categories h3{
	font-size:11px;
	color:#A7312A;
	text-transform:uppercase;
	font-weight:normal;
	padding:5px 3px 0 3px;
}

/* ----------- section ----------- */
.section {
	background: #EDF4F8;
	padding-top:8px;
}
.section h1 {
	font-size:15px;
	color:#A7312A;
	font-style:normal;
	padding: 3px 0 3px 15px;
}
.section div{
	padding:5px 10px;
	float:right;
}
/* ----------- content ----------- */
.content {
	padding-left:15px;
	padding-right:15px;
}

/* ----------- menu ----------- */
.menutop {
	background: #EEEEFF url(/images/menu_top.gif) repeat-x top;
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #A7312A;
	text-transform: uppercase;
	font-weight: normal;
}
.menuleft {
	background: #EEEEFF url(/images/menu_left.gif) repeat-y left;
}
.menuright {
	background: #EEEEFF url(/images/menu_right.gif) repeat-y right;
}
.menubottom {
	background: #EEEEFF url(/images/menu_bottom.gif) repeat-x bottom;
}
.menu {
	background-color: #EEEEFF;
}

/* ----------- inventory ------------ */
table.inventory {
	border: 1px solid #cccccc;
}
tr.resultsheader {
	background-color: #edffc4;
}
td.resultsheader {
	text-align: center;
	color: #000000;
}
tr.oddrow {
	background-color: #dfdfdf;
}
tr.evenrow {
	background-color: #ffffff;
}
a.adminitem {
	text-decoration: none;
}
img.photo {
	border: 1px solid #999999;
	text-align: center;
}

tr.menucelloff {
	background: #EEEEFF;
	border-top: 1px #ffffff solid;
	border-left: 1px #ffffff solid;
	border-bottom: 1px #d2d2d2 solid;
	border-right: 1px #d2d2d2 solid;
	cursor: auto;
}

tr.menucellon {
	color: #ffffff;
	background: #9999CC;
	border-top: 1px #ffffff solid;
	border-left: 1px #ffffff solid;
	border-bottom: 1px #d2d2d2 solid;
	border-right: 1px #d2d2d2 solid;
	cursor: pointer;
}


/* ---------- message box ------------ */
.messageBox { text-align: left; font-family: Verdana, Arial, sans-serif; font-size: 12px; border: 1px solid #cccccc; background-color:#FFFFCC; padding: 5px;}
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #990000; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #009900; }
