/* used for ASP.NET Menu bug in rendering sub menus on chrome, firefox, etc. */
.adjustedZIndex {
    z-index: 1;
}

a {
	color: #FFC080;
	text-decoration: underline;
	font-size: 110%;
}
body {
	background: #000 url(/Layout/Images/bg.png) repeat-x fixed left bottom;
	color: White;
	font: normal 0.8em sans-serif,Tahoma;
	margin: 10px 0;
}
ul {
	margin: 6px 0;
}
li {
	list-style: url(/Layout/Images/li.gif);
	margin-left: 18px;
}

code {
	background: url(/Layout/Images/bgcode.gif);
	color: #888;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 3px 6px;
	white-space: pre;
}

cite {
	background: url(/Layout/Images/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding-left: 28px;
}


/* main structure */
.main {
	background: #000; 
	border: 3px double #EEE; 
	border-color: #141414 #202020 #222 #202020; 
	margin: 1px auto 4px auto; 
	text-align: left;
	width: 92%; 
}


/* header-*/
.gfx
{
 background-position: #222 url(/Layout/Images/dark_pixel.jpg) no-repeat;
 background: #222 url(/Layout/Images/dark_pixel.jpg) no-repeat;
}
.gfx h1
{
 color: #66CCFF;
 font: normal 2.6em Tahoma,sans-serif;
 padding: 16px 20px;
}


/* menu */
.menu a {
	background: #000 url(/Layout/Images/bgmenu.png) repeat-x;
	border-right: 1px solid #222;
	border-top: 1px solid #1A1A1A;
	color: #999;
	float: left;
	font-size: 1.2em;
	padding-top: 4px;
	width: 100px; height: 24px;
}
.menu a span {
	padding-left: 4px;
}
.menu a:hover {
	background-position: left bottom;
	color: #666;
}
.menu a#last {
	border-right: none;
	width: 150px;
}


/* content */
.content {
	background: #1A1A1A;
	border-top: 1px solid #1A1A1A;
	clear: both;
}
.content h1 {
	color: #666;
	font: bold 1.1em sans-serif,Arial;
	margin: 0 0 4px;
}
.content p {
	margin: 0 0 4px;
}
.item {
	background: #030303 url(/Layout/Images/bgitem.gif) repeat-x;
	padding: 3px 2px;
}


/* footer */
.footer {
	background: #0A0A0A;
	color: #666;
	padding: 5px;
	text-align: center;
} 

.feedback
{
 margin: 0px;
 color: #FFC080;
 font-weight: bolder;
 font-size: medium;
 background-color: #000000;
}

.textuppercase
{
 text-transform: uppercase;
}

.moduleheader
{
 padding: 4px;
 font-size: large;
 font-family: Tahoma, Arial, Helvetica;
 font-weight: bold;
 background-color: black;
 color: #FFC080;
}


.nicelist
{
padding-left: 5px;
margin-left: 25px;

}

.nicelist li
{
list-style: none;  
margin: 10px;
padding: 0.15em;
}
