@charset "utf-8";

@media all {

body {
	background-color: #000;
	background-image: url(bg.png);
	background-position: 0px 84px;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

#header {
	background-image: url(papeete_stretch.gif);
	background-repeat: repeat-x;
	height: 154px;
	white-space: nowrap;
}
#header img {
	position: relative;
	left: 40px;
	top: 5px;
}

#gadgetinterface {
	float: left;
	width: 135px;
	margin-left: 1px; /* move 1px border goes over by 1px */
}
#menuinterface {
	margin-left: 136px; /* move 1px border goes over by 1px */
	padding-left: 10px;
	background-color: #000;
}

#mainmenu {
	margin: 20px 25px 20px 25px;
}

#cat_admin {

}

#icon_container {
	width: 100px;
	height: 120px;
	font: normal 12px Arial;
	color: #fff;
	float: left;
	overflow: hidden;
}
#icon_container2 {
	width: 100px;
	height: 120px;
	font: bold 14px Arial;
	color: #fff;
	float: left;
	overflow: hidden;
	margin-left: 8px;
	padding-top: 4px;
}
#icon_container div {
	cursor: pointer;
}
#icon_container2 div {
	cursor: pointer;
}
#icon_container a {
	text-decoration: none;
	display: block;
	text-align: center;
	color: #fff;
}
#icon_container2 a {
	text-decoration: none;
	display: block;
	text-align: center;
	color: #fff;
}


#maincontent {
	background-color: #fff;
}

.category_menu {
	background-repeat: repeat-y;
	background-position: 0px;
	background-image: url(categorymenubg.jpg);
}


.category { 

}

.menu {
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-left: 120px;
	background-image: url(seperator.gif);
}
#cat_admin_rules {
   
	background-image: url(blank.gif)

}

#cat_admin_network {
background-image: url(blank.gif);
}

.clear {
	clear: both;
}


/* all stuff related to the border code begins here */

.corner {
	background-image: url(corners.gif);
	width: 18px;
	height: 18px;
	font-size: 0px; /* fixes ie */
}
#topleft {
	float: left;
	position: relative; /* fixes ie */
	right: 18px; /* fixes ie */
}
#topright {
	background-position: -18px 0px;
	float: right;
	position: relative; /* fixes ie */
	left: 18px; /* fixes ie */
}
#bottomleft {
	background-position: 0px -18px;
	float: left;
	position: relative; /* fixes ie */
	right: 18px; /* fixes ie */
}
#bottomright {
	background-position: -18px -18px;
	float: right;
	position: relative; /* fixes ie */
	left: 18px; /* fixes ie */
}

#topborder {
	background-image: url(topborder.gif);
	background-position: 0px 0px;
	height: 18px;
	margin-left: 18px; /* fixes ie */
	margin-right: 18px; /* fixes ie */
}

#bottomborder {
	background-image: url(bottomborder.gif);
	background-position: 0px 0px;
	height: 18px;
	margin-left: 18px; /* fixes ie */
	margin-right: 18px; /* fixes ie */
}

#centerbody {
	background-image: url(leftborder.gif);
	background-position: 0px 0px;
	background-repeat: repeat-y;
}

#contentbody {
	background-image: url(rightborder.gif);
	background-position: top right;
	background-repeat: repeat-y;
	margin-left: 18px;
	padding-right: 18px;
}

/* all stuff related to the border code ends here */



/* all gadget code begins here */
.statPanel {
	position: absolute;
	padding: 4px 0px 6px 0px;
	width: 135px;
	/*background-image: url(bg.jpg);
	background-repeat: repeat-x;*/
}
.statHeader {
	text-align: center;
	font: bold 14px Arial;
	color: white;
}
.statHeaderMini {
	margin: 6px 6px 2px 6px;
	background-color: black;
	height: 13px;
	text-align: center;
	font: normal 10px Arial;
	color: white;
}
.statFloat1 {
	margin-left: 8px;
	float: left;
	font: normal 10px Arial;
	color: white;
}
.statFloat2 {
	margin-right: 8px;
	float: right;
	font: normal 10px Arial;
	color: white;
}
.statFloat3 {
	margin-left: 2px;
	float: left;
	font: normal 10px Arial;
	color: white;
}
.statFloat4 {
	margin-right: 2px;
	float: right;
	font: normal 10px Arial;
	color: white;
}
.statClear {
	clear: both;
}
.statBar {
	height: 13px;
	margin: 0px 6px 0px 6px;
	background-position: -186px 0px;
	background-image: url(statback.jpg);
	background-repeat: repeat-y;
}
/* all gadget code ends here */

}

