body
{
	background: #d7d7d7;

	background-image: url('lighter_hex_background.png');
	background-repeat: no-repeat;
	background-position: top;

	font-family: sans-serif;

	font-size: 20px;
	//font-weight: bold;

	color: #262626;

	width: 768px;
	margin: 5px auto;

	scrollbar-face-color: #454551;
	scrollbar-shadow-color: #2f3035;
	scrollbar-highlight-color: #2f3035;
	scrollbar-3dlight-color: #5c5b63;
	scrollbar-darkshadow-color: #5c5b63;
	scrollbar-track-color: #5c5b63;
	scrollbar-arrow-color: #5c5b63;

	//text-shadow: 2px 2px 2px black;
}

fieldset
{
	background-repeat: repeat;
	background-color: #e4e4e4;
	border-style: none;
	margin: 35px 0px;
}

/*
fieldset.inner
{
	background-image: none;
	background-color: #36A129;
	border-style: none;
	border-color: #FAFEEF;
	border-width: 2px;
	margin-top: 3px;
}
*/

h2
{
	//text-shadow: 0px 0px 8px #befe35;
	color: #262626;
	padding: 0px;
	margin: 0px;
}

.tab
{
	position: relative;
	left: -8px;
	top: 20px;
	font-weight: bold;
	font-size: 24px;
	//text-shadow: 0px 0px 8px #befe35;
	//background-color: #3CB42E;
	margin-right:  25px;
	//border-style: solid;
	//border-color: #36A129;
	//border-width: 3px;
	text-decoration: none;
}

code
{
	color: black;
	font-weight: bold;
}

big
{
	font-size: 15px;
}
 
.quote
{
	text-align: center;
	font-style: italic;
	color: #FAFEEF;
	text-shadow: 2px 2px 2px #808080;
}

small
{
	text-shadow: none;
}


.logo
{
	position: relative;
	left: -8px;
	top: 20px;
}

div
{
	padding: 0px;
	margin: 0px;
}

.header
{
	color: #808080;
	font-weight: bold;
	//text-shadow: 0px 0px 8px #befe35;
}

.day
{
	color: #FAFEEF;
	//text-decoration: underline;
	font-weight: bold;
	text-shadow: 2px 2px 2px #808080;
}

.bold
{
//	color: #5de546;
	text-shadow: 0px 0px 8px #FAFEEF;
}

.resource
{
	font-weight: bold;
	/*color: #c1fd33;*/
	color: #3F463E;
	text-shadow: 0px 0px 8px #FAFEEF;
}

.slashed
{
	color: red;
	text-decoration: line-through;
}

a
{
	font-weight: bold;
	text-decoration: none;
}

a:link
{
	/*font-weight: bold;*/
	/*color: #3F463E;*/
//	color: #cffe35;
	color: #ff8e3f;
}

a:visited
{
	/*font-weight: bold;*/
	/*color: #3F463E;*/
//	color: #cffe35;
	color: #ff8e3f;
}	

/*
a:hover
{
	/*font-weight: bold;*/
	/*color: #6b6c6a;*/
	color: #e8ff7f;
}
*/

tr
{
	vertical-align: top;
	height: 352px;
}

td
{
	text-align: center;
	padding: 10px;
	//font-weight: bold;
	font-size: 80%;
	background-color: #ebebeb;
	//border-style: dashed;
	//border-color: #3cb42e;
	//border-color: #d7d7d7;
	//border-width: 16px;
	/*box-shadow: 4px 4px 12px black;
	border-radius: 16px;
	
	border-style: solid;
	border-color: #4f4f4f;
	border-width: 3px;
	background-image: url('bgprod.jpg');
	background-position: center top;
	*/
}

input
{
	font-family: monospace;
	color: #FAFEEF;
	font-size: 10pt;
	border-width: 0px;
	border-color: #2f3035;
	border-style: solid;
	background-color: #3F463E;
	padding: 5px 8px;
	margin-top: 5px;
}


/*input.button
{
	font-family: monospace;
	font-size: 10pt;
	color:#FAFEEF;
	border-width: 0px;
	border-color: #2f3035 #2f3035 #2f3035 #2f3035;
	border-style: solid;
	background-color: #3F463E;
	margin: 5px 1px;
}*/

input:hover
{
	cursor: hand;
	font-family: monospace;
	font-size: 10pt;
	color:0E3A0E;
	border-width: 0px;
	border-color: #2f3035 #2f3035 #2f3035 #2f3035;
	border-style: solid;
	background-color: #F4F4EF;
	padding: 5px 8px;
	margin-top: 5px;
}

textarea
{
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	//font-weight: bold; 
	color: #3F463E;
	border-width: 0px;
	border-color: #2f3035;
	border-style: solid;
	background-image: url('grey.png');
	background-repeat: repeat;
	//background-color: #36A129;
	margin: 1px;
	box-shadow: 4px 4px 12px #255C12;
}

img
{
	border-style: none;
	padding: 0px;
	margin: 0px;
}

img.product
{
	border-style: none;
/*	
	border-style: solid;
	border-color: black;
	border-width: 3px;
	border-radius: 16px;
*/
}

legend
{
	color: #FAFEEF;
	/*text-shadow: 0px 0px 8px #B8DB4D;*/
//	text-shadow: 0px 0px 8px #befe35;
	font-weight: bold;
}

legend.inner
{
	color: #FAFEEF;
	text-align: right;
	text-shadow: none;
	font-weight: bold;
}

div.footer
{
	margin-left: auto;
	margin-right: auto;
	//width: 30%;
	text-align: center;
}

p.product
{
	font-size: 150%;
	text-align: center;
//	color: #FAFEEF;
//	text-shadow: 0px 0px 8px #B8DB4D;
}

p.releasedate
{
	text-align: center;
}

.center
{
	text-align: center;
}

.news
{
	margin-left: 1cm;
	margin-right: 1cm;
}

.delim
{
	text-align: center;
	color: #FAFEEF;
	font-weight: bold;
}

