/* ---------- Reset ---------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
ul {
	list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
/* ---------- Global ---------- */
body {
	margin-bottom: 20px;
	background: #fff url('/i/bg-nav.gif') repeat-x top;
}
body, td {
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
a, a:visited {
	color: #00660e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0.3em 0 0.8em;
	line-height: 16px;
}
h1, h2, h3, h4 {
	line-height: 1.5em;
	font-weight: normal;
}
h1 {
	font-size: 20px;
}
h1.title {
	border-bottom: 1px solid #999;
	margin-bottom: 20px;
}
p.breadcrumb {
	font-size: 11px;
	margin-top: -17px;
	margin-bottom: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	font-weight: bold;
}
tr, td {
	vertical-align: top;
}
.clearer {
	clear: both;
}
div#wrapper {
	margin: 0 auto;
	width: 770px;
}
#header {
	background-color: #323132;
}
#header .logo {
	margin: 0 auto;
	width: 770px;
	padding: 25px 0 20px 0;
}
#navigation {
	background-color: #509333;
	height: 22px;
	line-height: 22px;
	font-size: 10px;
	color: #323132;
	margin-bottom: 25px;
}
#navigation .menu {
	margin: 0 auto;
	width: 770px;
	text-align: right;
}
#navigation .menu img {
	margin: 3px 0 0 10px;
	float: left;
}
#navigation .menu a, #navigation .menu a:visited {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}
.footer {
	margin-top: 20px;
	border-top: 1px solid #999;
	padding: 10px 0;
	font-size: 8pt;
}
.grayfont {
	font-size: 8.5pt;
	color: #666;
}
.midcontent {
	font-size: 8.5pt;
}
.imagedesc {
	font-size: 8pt;
}
.lightgray {
	font-size: 8.5pt;
	color: #333;
}
.simple {
	width: 100%;
	border-bottom: 1px solid #d7d7d7;
	border-collapse: collapse;
	border-spacing: 0;
}
.simple th {
	text-align: left;
	font-size: 12px;
	height: 3em;
	padding: 0 1em .1em 0;
}
.simple thead {
	background-color: #f7f7f0;
}
.simple thead th {
	border: 1px solid #d7d7d7;
	border-bottom-color: #999;
	font-size: 11px;
	font-weight: 700;
	vertical-align: middle;
	padding: 2px .5em;
}
.simple tbody td, .simple tbody th {
	border: 1px dotted #ddd;
	vertical-align: top;
	padding: .33em .5em;
}
.simple tbody td a:hover, .simple tbody th a:hover {
	background-color: transparent;
}
.simple tbody tr {
	border-top: 1px solid #ddd;
}
.simple tbody tr.even {
	background-color: #fcfcfc;
}
.simple tbody tr.odd {
	background-color: #f7f7f7;
}
.c th, .c td, th.c, td.c {
	text-align: center;
}
.r th, .r td, th.r, td.r {
	text-align: right;
}
.info, .warning, .error {
	padding: 5px;
	font-size: 11px;
}
.info {
	background: #eff7ff url('/i/info.gif') no-repeat 4px 6px;
	padding-left: 25px;
	border: 1px solid #ccc;
}
.warning {
	background: #f60;
	color: #fff;
}
.error {
	background: #900;
	color: #fff;
}
.xform {
	margin: 10px 0;
}
.xform div {
	margin-top: 7px;
}
.xform div.btn {
	margin-top: 10px;
}
/* ---------- Listing table ---------- */
table.listing {
	clear: both;
	border-bottom: 1px solid #d7d7d7;
	border-collapse: collapse;
	border-spacing: 0;
	width: auto;
}
table.listing th {
	text-align: left;
	font-size: 12px;
	height: 3em;
	padding: 0 1em .1em 0;
}
table.listing thead {
	background: #f7f7f0;
}
table.listing thead th {
	border: 1px solid #d7d7d7;
	border-bottom-color: #999;
	font-size: 11px;
	font-weight: 700;
	vertical-align: middle;
	padding: 2px .5em;
}
table.listing tbody td, table.listing tbody th {
	border: 1px dotted #ddd;
	vertical-align: top;
	padding: .33em .5em;
}
table.listing tbody td a:hover, table.listing tbody th a:hover {
	background-color: transparent;
}
table.listing tbody tr {
	border-top: 1px solid #ddd;
}
table.listing tbody tr.even {
	background-color: #fcfcfc;
}
table.listing tbody tr.odd {
	background-color: #f7f7f7;
}
table.listing tbody tr:hover {
	background: #b8e0ff !important;
}
table.listing thead th.option, table.listing tbody td.option {
	width: 20px;
}
table.listing thead th.photo, table.listing tbody td.photo {
	width: 75px;
}
table.listing th.c, table.listing td.c {
	text-align: center;	
}
table.listing th.r, table.listing td.r {
	text-align: right;	
}
table.listing tbody tr.inactive {
	background-color: #fcc;
}
table.listing tbody tr.active {
	background-color: #cfc;
}
table.listing tbody tr.new {
	background-color: #ffc;
}
#login-form {
	display: none;
	position: absolute;
	top: 30px;
	right: 30px;
	width: 300px;
	z-index: 100;
	border: 1px solid #666;
	background-color: white;
	padding: 20px;
}
#blanket {
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	_position:absolute;
}
#login-error {
	display: none;
	margin-top: 1em;
	padding: 10px;
	background-color: #ffc;
	color: #c00;
	font-size: 8pt;
}
#login-form td {
	padding: 5px 0;
}
#login-form .smaller {
	font-size: 11px;
}
.jqmWindow {
	display: none;
	position: fixed;
	top: 17%;
	left: 50%;
	margin-left: -300px;
	width: 600px;
	background-color: #EEE;
	color: #333;
	border: 1px solid black;
	padding: 12px;
}
.jqmOverlay {
	background-color: #000;
}
* html .jqmWindow {
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
	.thumbnail{
	position: relative;
	z-index: 0;
	}
	
	.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
	}
	
	.thumbnail span{ /*CSS for enlarged image*/
	margin:0 auto;
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	}
	
	.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
	}
	
	.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -200px;
	left: -160px; /*position where enlarged image should offset horizontally */
	
	}
