html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
	background: #fff url("../styles/prosilver/theme/images/bkg.gif");
	background-attachment: fixed;}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #828282;
	background: #fff url("../styles/prosilver/theme/images/bkg.gif");
	background-attachment: fixed;
	/*font-size: 62.5%;			 This sets the default font size to be equivalent to 10px */
	font-size: 10px;
	margin: 0;
}

a:link,a:active,a:visited {color: #A56300;}
a:hover {text-decoration: underline; color: #96E100;}

#wrapper {
	width: 945px;
	text-align: left;
	margin: 0 auto;
	border-right: 3px #000 solid; border-left: 3px #000 solid;}
	background-image: url("../styles/prosilver/theme/bkg2.gif");background-repeat: repeat-y;background-attachment: fixed;background-position:center;;
}

.outerwrap {background-image: url("../styles/prosilver/theme/bkg2.gif");background-repeat: repeat-y;background-attachment: fixed;background-position:center;}


#hmenu {
	background: #333;
	margin: 1px 0;
}

#content {
	padding: 10px;
	background: #fff;
}

td.menu {
	background: #ECFFE6;
}

table, td, p {
	font-size: 12px;
}

.title,.title a:link {
	font-size: 16px;
	font-weight: bold;
	color: #34C300;
	margin-bottom: 0;
}

p.root_category {
	background: #A56300;
	color: #D2FF78;
	font-weight: bold;
	padding: 3px;
	border-bottom: 1px solid #fff;
	margin: 0;
}
p.category {
	color: #000;
	padding: 3px;
	margin: 0;
	border-bottom: 1px solid #fff;
}
p.category a {
	text-decoration: none;
	color: #000;
}
input {
	border: 1px solid #000;
	margin: 3px;
}

.logo	{
	color: #2CA500; font-size: 11px; font-weight: bold;
	background: #536952;
}

.header2 {
	background: #2CA500;
	color: #fff; font-size: 12px;
	border-bottom: 2px #000 solid;}


a.menu_link {text-decoration: none; color: #ECFFE6; font-weight: bold; font-size: 12px;}
a.menu_link:visited {text-decoration: none; color: #D2FF78; font-weight: bold;}
a.menu_link:hover {text-decoration: none; color: #ECFFE6; font-weight: bold;}

.side {
	background: #fff;
	width: 160px;
	border: 1px #2CA500 solid;}

.tdcontent {
	background: #fff;}
