body
{
	font-family: "Segoe UI", "Tahoma", "MS Sans Serif", "Helvetica", sans-serif;
	font-size: 14px;
	background: #3B3B3B url("texture.png") fixed;
	color: #DBDBDB;
}

p
{
	margin: 0px;
	margin-bottom: 16px;
	text-align: justify;
}
q, em
{
	font-family: "Cambria", "Times New Roman", serif;
	font-style: italic;
}

#gradient
{
	background: url("gradient.png");
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: -100;
	width: 100%;
	height: 500px;
}

#glare
{
	background: url("glare.png");
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: -100;
	width: 307px;
	height: 321px;
}

#sheet
{
	width: 710px;
	padding: 0px;
	overflow: auto;
	margin: auto;
}

#header
{
	overflow: hidden;
	height: 109px;
	background-image: url("header.png");
}

#header h1
{
	position: relative;
	top: 15px;
	text-shadow: #000 2px 2px 4px;
}

h1
{
	font-family: "Segoe UI", "Tahoma", "MS Sans Serif", "Helvetica", sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

#content
{
	background-image: url("content.png");
	padding: 0px 24px;
	overflow: auto;
}

#footer
{
	font-size: 10px;
	color: gray;
	overflow: hidden;
	padding: 4px 8px;
	height: 17px;
	background-image: url("footer.png");
}

h2
{
	font-size: 18px;
	margin: 0px;
	color: #fff;
	padding: 0px;
}

h3
{
	font-size: 15px;
	margin-top: 8px;
	margin-bottom: 0px;
	color: #fff;
}

a
{
	color: #DC9009;
}
a:link
{
	color: #DC9009; 
}

a:hover
{
	color: #E17033;
}
a:hover:visited
{
	color: #E17033;
}

a:visited
{
	color: #9D9D9D;
}

a img
{
	border: 0px;
}

.list img
{
	float: left;
}

.list div
{
	overflow: auto;
}

.list, .box
{
	background: #4F4F4F;
	border: 1px solid black;
	overflow: auto;
	margin: 1px;
	border-radius: 8px;
}

.box
{
	margin-right: 16px;
	border-radius: 0px;
	border-top-left-radius: 8px;
	box-shadow: #000 2px 2px 4px;
}

.newList
{
	margin-top: 4px;
	margin-left: 4px;
	background: #3B3B3B;
	border: 1px solid #3B3B3B;
	float: left;
}

.newList, .newList ul, .newList ul li ul
{
	list-style-type: none;
	padding: 1px;
}

.newList li
{
	padding: 0px;
	font-weight: bold;
	cursor: default;
	margin: 0px;
}

.newList li ul li
{
	font-weight: normal;
	padding-left: 0px;
	clear: left;
	padding-bottom: 4px;
	cursor: pointer;
}

.newList li ul li:hover
{
	background-color: #5B5B5B;
	border-radius: 8px;
}

.newList li ul li.select
{
	background-color: gray;
	border-radius: 8px;
	color: white;
}

.list h2, #newBox h2
{
	margin: 0px;
	padding: 0px;
	padding-left: 2px;
}

.list p, #newBox p
{
	margin: 0px;
	padding: 0px;
}

.list img, #newBox img, #panel img
{
	margin: 4px;
}

#panel
{
	padding-right: 16px;
	padding-top: 8px;
}

#panel img
{
	margin-bottom: 32px;
	margin-right: 16px;
}

#legal
{
	font-size: 10px;
	color: gray;
	padding-left: 4px;
}

.recommended, .wip
{
	font-weight: bold;
}

#tabStrip
{
	list-style-type: none;
	padding: 2px;
	background-color: #3B3B3B;
	color: white;
	border: 1px solid #3B3B3B;
	border-radius: 8px;
	width: 160px;
	box-shadow: #000 2px 2px 4px inset;
}

#tabStrip li
{
	display: inline;
	padding: 0px 4px;
	margin: 0px;
	cursor: pointer;
}

#tabStrip li:hover
{
	background-color: #5B5B5B;
	border-radius: 6px;
	display: inline;
	padding: 0px 4px;
	margin: 0px;
	cursor: pointer;
}

#tabStrip li.select
{
	background-color: gray;
	color: white;
	border-radius: 6px;
}

#theList
{
	min-height: 400px;
	width: 650px;
	border-color: #3B3B3B;
	overflow: auto;
	box-shadow: #000 2px 2px 4px inset;
}

