/* The following is a sample CSS file for UseModWiki 1.0.
   It is not pretty, but it demonstrates all of the new DIVs and
   tag classes. */


UL {
	margin-left: 1.6em;
	text-align: left;
	padding: 0;
	}

.listimage {padding-left: 0px,margin: 0px};

.listtopmenu {list-style-image: url(graphics/tickbox.gif);}
.listchild {list-style-image: url(graphics/tickbox.gif);}
.listsibbling {list-style-image: url(graphics/tickbox.gif);}
.listsingleparent {list-style-image: url(graphics/tickbox.gif);}

.listhaschildren { list-style-image: url(graphics/tickbox_more.gif);}
.listmenu {list-style-type: none;}

.buynowlist {color: #666; font-size: x-small; margin-left: 0em; padding: 0;}

#fullmenu {margin: 0em 0em 0em 3em;}

#menu  {font-size: x-small; width: 250px; padding: 11px; border : solid thin #cc9;  background: #FFFFF3;}

#links {padding: 5px; border-top: solid thin #fff;}

#parent {padding: 5px; border-top : solid thin #abb;  background: #F3F3F8;}

#dependson {padding: 5px; border-top : solid thin #aba; background: #F3F8F3;}

#neededby {padding: 5px; border-top : solid thin #aab; background: #F3F3F8;}

#compatibility {padding: 5px; border-top : solid thin #aba; background: #F3F8F3;}

#prostats {padding: 5px; border-top : solid thin #aab; background: #F3F3F8;}
div.stats {padding: 5px; border-top : solid thin #aab; background: #F3F3F8;}
div.stats {padding: 5px; border-top : solid thin #aab; background: #F3F3F8;}

.rightsidebar {padding: 0; border : solid thin #ccc; background: #F8F3F3;}
.statslist {
	font-family: verdana, arial, sans-serif;
	font-size: x-small;
	margin-left: -15px;
	padding: 2px;
	}

.itemlink {
	color: #333;
}

.protrial {
	width: 140px;
	padding: 0px;
	}
.protrialtext {
	font-family: Tahoma, verdana, arial, sans-serif;
	font-size: 130%;
	font-weight: normal;
	color: #666;
	background : transparent;
	white-space : nowrap;
		padding: 0px;
	}

#Feedback {padding: 5px; background: #F8F3F3;}
#SupportCentre {padding: 5px; border-top : dashed thin #ccc; background: #F8F3F3;}
#PageOptions {padding: 5px; border-top : dashed thin #ccc; background: #F8F3F3;}

#stats {  width: 140px; padding: 5px; border : dotted thin #cc9;}
.advert2{  width: 140px; padding: 5px;}



A {
	color: #03A;
	background: transparent;
	text-decoration: none;
	}

A:active {
	color: #39F;
	background : #FFF5AA;
	text-decoration: none;
	}

A:hover {
	color: #39F;
	text-decoration: underline;
	background : transparent; 
	}

BODY {	margin: 5px;
	padding: 0;
	color: black;
	/*background: #000060 url(../graphics/portal.jpg) repeat scroll top left;*/
	}
H1 {
	font-family: Tahoma, verdana, arial, sans-serif;
	font-size: 160%;
	font-weight: normal;
	color: #359;
	background : transparent;
	}

H2 {
	font-family: Tahoma, verdana, arial, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #000;
	background : transparent;
	margin: 0;
	padding: 0;
	}

H3 {
	font-family: Tahoma, verdana, arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #359;
	background: transparent;
	border-top: solid thin #BBC;
	/*background: transparent url(../graphics/h3.gif) no-repeat scroll top left; */
	}

.statsheader {
	font-family: Tahoma, verdana, arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000;
	background: transparent;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
	/*background: transparent url(../graphics/h3.gif) no-repeat scroll top left; */
	}

LI {
	text-align: left;
}
