/* @override http://www.msupply.org.nz/css.php?n=default */

body
{
	width: 900px;
	\width: 910px;
	w\idth: 900px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
	font-size: 11px;
	margin-top: 0;
	background: #656565 url(../images/99.jpg) no-repeat -10px 300px;
}

blockquote
{
	margin-left: 20px;
	margin-right: 0px;
}

a
{
	color: black;
	text-decoration: none;
	border-bottom: 1px black dotted;

}

a:hover
{
	color: #eea428;
	text-decoration: none;
	border-bottom: 1px #eea429 solid;
}

h1, h1 a
{
	font-weight: normal;
	text-decoration: none;
	font-family: Georgia, Times, Serif;
	font-size: 12px;
	border: 0px;
}

h2, h2 a
{
	font-weight: normal;
	font-family: Georgia, Times, Serif;
	font-size: 14px;
	font-style: italic;
	border: 0px;
}

h3, h3 a
{
	border: 0px;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 6px;
}

.h3_history

{
	float: left;
	display: inline;
		border: 1px dotted gray;
	width: 250px;
	background-color: #E6E6E6;
	padding: 0;
	margin: 5px 30px 5px 5px;
}

h4
{
	border: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
 
 }

#container
{
        align: center;
	position: relative;
	border: 0px solid;
	margin: 0px;
	padding: 10px;
background-color: white;
}

#head
{
	text-align: center;
	height: 190px;
	position: relative;
	background-repeat: repeat-y;
	z-index: 900;
}

#sidebar
{
	width: 200px;
	margin-left: 681px;
}

#content
{
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	padding: 0px;
	width: 640px;
	position: relative;
	z-index: 100;
}

#foot
{
	float: none;
	text-align: center;
	height: 15px;
	margin: 0px;
	padding: 5px;
	background-color: black;
	clear: both;
	border: 1px solid orange;
}



#foot p.wp
{
	color: orange;
	text-decoration: none;
	line-height: 0;
	font-size: 12px;
	margin: 0;
	border-style: none;
}

#head a, #head * a
{
	text-decoration: none;
	border: none;
	font-weight: bold;
	font-size: 11px;
}

#head a:hover, #head * a:hover, #head a.active, #head * a.active
{
	color: #eea429;
	text-decoration: none;
}

#head_logo
{
	border: 0px;
	padding: 0px;
}

/*** Image used in sections was: nav_bg.jpg ***/

.sections
{
	margin: 0px;
	margin-right: 11px;
	position: absolute;
	top: 160px;
	left: 3px;
	width: 867px;
	padding: 0px 11px 0px 2px;
	background-image: url(../images/page_nav.gif);
	background-repeat: repeat-x;
}

.sections li
{
	float: left;
	list-style-type: none;
	border-right: 1px solid gray;
	height: 21px;
	padding: 10px;
	padding-top: 7px;
	padding-bottom: 0px;
}

#foot a:hover
{
	color: orange;
	border-bottom: 1px solid black;
}

#sidebar H3
{
	background-image: url(../images/box_head_bg2.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	margin-top: 1px;
	padding-left: 27px;
	font-size: 12px;
	font-weight: bold;
	line-height: 28px;
}

.sticky, .content
{
	border: 1px solid gray;
}

#sidebar ul
{
	padding: 6px;
	margin: 0;
}

.expand li, #sidebar li, .expand ul
{
	padding: 2px 2px 2px 2px;
	display: list-item;
	list-style-type: none;
}

#sidebar .content p
{
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
}

.small
{
	font-size: small;
}

.author
{
	font-size: 10px;
	font-weight: normal;
	float: left;
	margin: 5px 0 8px 0;
}

#content p
{
	clear: both;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}

#content li
{
	margin-bottom: 1px;
}

#content hr
{
	color: #ccc;
	width: 66%;
	margin-top: 20px;
	margin-bottom: 20px;
}



form, div
{
	margin: 0px;
	padding: 0px;
}

#content form * label
{
	display: block;
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 5px;
	color: black;
}

#content form * label.zemRequired, #content form label.zemText
{
	font-weight: bold;
}

#content form * input[type=text], #content form * input[type=password], #content form * input[type=file], #content form * textarea, #content form * select
{
	display: block;
	float: left;
	margin-right: 5px;
	max-width: 500px;
}

#content form * input[type=radio], #content form * input[type=checkbox]
{
	display: block;
	float: left;
	margin-left: 1px;
}

#content form * input[type=submit]
{
	width: 200px;
	display: inline;
	margin-left: 350px;
	vertical-align: top;
}

#content form * input[type=radio] + label, #content form * input[type=checkbox] + label, #content form * input[type=text] + label, #content form * input[type=password] + label, #content form * input[type=file] + label, #content form * input[type=button] + label, #content form * input[type=submit] + label, #content form * input[type=reset] + label, #content form * input + input
{
	display: block;
	float: left;
	margin-left: 0px;
	width: auto;
	text-align: left;
}



#content form * br
{
	clear: both;
}


#content .newsletter
{
	background-color: silver;
	border: 2pt dotted gray;
}

.smd_slimbox
{
	float: left;
	width: 600px;
	margin: 1em 0;
	clear: both;
	list-style: none;
}


.gallery
{
	width: 560px;
}

.scr_thumbs
{
	display: inline;
	width: 178px;
	float: left;
	border: 1px solid gray;
	margin: 2px;
	height: 150px;
	align: center;
	background-color: #EDEDED;
}

.scr_thumbs_caption
{
	width: 160px;
	display: inline-block;
	float: none;
	clear: none;
	padding: 3px;
	height: 20px;
	overflow: hidden;
	text-align: center;
}

.scr_vershist
{
	display: inline;
	width: 120px;
	float: left;
	border: 1px solid gray;
	margin: 3px;
	text-align: center;
	height: 140px;

}

.scr_vershist_caption
{
	width: 110px;
	display: inline-block;
	float: none;
	clear: none;
	background-color: #EDEDED;
	padding: 4px;
	height: 15px;
	overflow: hidden;
}

#content ul li.scr_thumbs a img {
	height: 100px;
}
#content div.gallery ul {
	padding: 0;
	
}

.comments_invite
{

	margin-top: 10px;
	clear: both;
	text-align: left;
}

.comments-wrapper td
{
	font-size: 9pt;
}
.comments_readmore
{
	margin-top: -13px;
	margin-left: auto;
	float: right;
	clear: both;
	text-align: right;
}

.comments_error
{
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error
{
	padding: 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview
{
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td
{
	vertical-align: top;
}

#comments-help
{
	margin: 2px 0 15px 0;
	font-size: 1em;
}

.error-status
{
	font: 1.3em Georgia, Times, serif;
}

.category_list
{
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 20px;
        line-height:23px;
        
}

.category2
{
	border-radius: 0.5em 2em 0.5em 2em;
       border-style:groove;
       border-width:thick;
       border-shadow: 0.5em 0.5em blue ;
       margin:10px 0px 10px 0px;
}


#content .msupply_report
{
	background-color: silver;
	border:1px dotted;
	margin: 4px 0px 0px 0px;
        

}

.report_head
{
	font-size: 13px;
	font-weight: bold;
	margin: -8px 0px 8px 0px;
	

}


.report_break
{
  margin:0px 0px -8px 0px;


}



.odd
{
	background-color: #efefef;
	border-style: dotted;
	border-width: thin;
}


.even
{
	border-style: dotted;
	border-width: thin;
}

.active
{
	border-style: dotted;
	border-width: thin;
}

img.boxit {
	background: #fff;
	border: 3px solid #ccc;
	display: block;
	margin: 5px 5px 5px 5px;
	padding: 6px;
	position: relative;
}

.search-summary
{
	text-indent: 20px;
	margin-left: 30px;
	padding-left: 10px;

}

#content table {
	border-collapse: collapse;
}
#content th {
	margin: 0 0 5px;
	font-size: 11px;
	line-height: 15px;

	padding: 2px 5px;
	border: 1px solid #c9c9c9;
	background-color: #e9e9e9;
	font-weight: bold;
	text-align: left;
	color: #666;
}

#content td {
	margin: 0 0 5px;
	font-size: 11px;
	line-height: 18px;
	border-bottom: 1px black dotted;
}

.clear
{
	clear: both;
}


