/* ###################### OVERALL SETTINGS ###################### */
body {
	background-color: #000000;
/* 	background-color: #636669; */
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

hr {
	color: #91B2C5;
	height: 1px;
	width: 100%;
}

td, tr, p, div {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* ########################### FORMS ########################## */

.button {
	background: url(../images/buttonbg.png) repeat-x;
	border: 1px solid #636669;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.inputbox {
	background: #636669;
	border: 1px solid #000000;
	color: #cccccc; /*color: #66ccff;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* ########################### LINKS ########################## */
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	/* color: #66CCFF; */
	color: #00CC42;
	text-decoration: none;
}

a.category:link, a.category:visited {
	font-weight: bold;
}

a.contentheadinglink:link, a.contentheadinglink:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.contentheadinglink:hover {
	color: #CCCCCC;
	text-decoration: none;
}

a.pagenav:link, a.pagenav:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.pagenav:hover {
	/* color: #66ccff; */
	color: #00CC42;
	text-decoration: underline;
}

a.readon:link {
	background-image: url('../images/bullet.png');
	background-position: left;
	background-repeat: no-repeat;
	margin-left: 5px;
	padding-left: 21px;
}

/* ##################### MODULE SETTINGS ###################### */
table.moduletable {
	border: 1px solid #323236;
	margin-bottom: 15px;
	width: 150px;
}

table.moduletable td {
	background-color: #808080;
	padding: 3px;
}

table.moduletable th {
	background: url(../images/moduleheader.png) repeat-x;
	background-position: center;
	border-bottom: 1px solid #323236;
	color: white;
	font-size: 12px;
	font-weight: bolder;
	text-align: center;
}

/* ##################### VOTING SETTINGS ###################### ok */
.content_rating {
	color: #25668D;
	font-size: xx-small;
}

.content_vote {
	background: #808080;
	border: 1px solid #999999;
	padding: 2px;
}

/* ################### CONTENT PAGE SETTINGS ################## ok */
.contentbox {
	background-color: #444444;
	border: 1px solid #999999;
	border-bottom-width: 0px;
	border-top-width: 0px;
}
.componentheading {
	border-bottom: 1px solid #00CC42;/*#66ccff; */
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	width: 100%;
}

.contentheading {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 2px;
}

.contentpagetitle {
	color: #FFFFFF;
	font-weight: bold;
}

.contentpane {
	padding-left: 4px;
	padding-right: 4px;
}

.contentpaneopen {
	padding-left: 4px;
	padding-right: 4px;
}

.createdate, .modifydate {
	color: #00CC42;/*color: #66ccff;*/
	font-size: 11px;
}

/* ################# MAIN AND SUB MENU SYSTEM ################# ok */
.mainlevel {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
a.mainlevel:link, a.mainlevel:visited {
	background: transparent url(../images/arrow.png) left no-repeat;
	border-width: 0px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding-left: 15px;
	text-decoration: none;
}

a.mainlevel:hover {
	background: transparent url(../images/arrow.png) left no-repeat;
	color: #00CC42;/*color: #66ccff;*/
	text-decoration: underline;
}

.sublevel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}

a.sublevel:link, a.sublevel:visited {
	background: transparent url(../images/arrow.png) left no-repeat;
	border-width: 0px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding-left: 15px;
	text-decoration: none;
}

a.sublevel:hover {
	background: transparent url(../images/arrow.png) left no-repeat;
	color: #00CC42; /*color: #66ccff; */
	text-decoration: underline;
}
/** from technocity **/ 
#buttons {
	float: left;
	margin: 3px;
	padding: 3px;
	display: block;
	background: black;
	width: 98%; /* was 800 */
	border: 1px solid gray; 
	/** 	border: 1px solid #000000;  **/
}

ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li
{
	display: block;
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left; /** was right **/
	margin: 0;
	width: auto !important;
	/** width: 15%; **/
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	border-left: 1px solid #000000;
}

ul#mainlevel-nav li a
{
	/** width: 100%; **/
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #cccccc;
	background: transparent;
}


#buttons>ul#mainlevel-nav li a {
	width: auto;
}

ul#mainlevel-nav li a:hover
{
	/** color: #EAD941; **/
	color: #33FF33;
	background: #333333;
}

#banner_outer {
	padding: 0px;
	margin-top: 0px;
	margin-left: 2px;
	/** border: 1px solid #92C86A; **/
	float: left;
	width: 470px;
}

#banner_inner {
	float: left;
	padding: 0px;
	height: 70px;
}
#top_outer{
	float: right;
	width: 161px;
	height: 125px;
	padding: 0px;
	/** margin-right: 2px; **/
/**	background: url(../images/topbg.gif) repeat;  **/
	/** background-color: #FFFFFF; white background. Nope**/
	/** background-color: #000000; black BG maybe**/
}

#top_inner {
	padding: 2px;
	height: 96px !important;
	height: 125px;
	overflow: hidden;
	float: none !important;
	float: right;
	/** background-color: #FFFFFF; **/
	/** background-color: #000000; black BG maybe**/
}



/** end from technocity **/


/* ###################### TABS SETINGS ###################### ok */
.ontab {
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

.offtab {
	background-color: #808080;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	color: #00CC42; /*color: #66ccff;*/
	font-weight: normal;
	padding: 5px;
	text-align: center;
}

.tabpadding {
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}



/* ##################### PAGE NAVIGATION ###################### ok */
.pagenavbar {
	background: #808080;
	border: 1px solid #999999;
	padding: 2px;
}

.pagetext {
}
.pagenav {
	color: #CCCCCC;
	font-weight: bold;
}


/* ##################### PATHWAY SETTINGS ##################### ok */
.pathway {
	color: white;
	font-size: 10px;
	padding-left:8px;
}

a.pathway:link, a.pathway:visited {
	color: white;
}

a.pathway:hover {
	color: #00CC42;/*color: #66ccff;*/
}


/* ################# SECTION LISTING SETTINGS ################# */
.sectiontableheader {
	background: transparent url(../images/bullet.png) left no-repeat;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 2px;
	padding-left: 15px;
	text-transform: uppercase;
}

.sectiontableentry1 {
	background: #636669;
	padding: 2px;
	vertical-align: top;
}

.sectiontableentry2 {
	background: #808080;
	padding: 2px;
	vertical-align: top;
}


/* ################### SMALL FONT SETTINGS #################### ok */
.small {
	color: #999999;
	font-size: 11px;
}

.smalldark {
	color: #000000;
	font-size: xx-small;
}

/* ###################### TEMPLATE SETTINGS ###################### */
.header {
	border-left: 1px solid #000000;
}

.headerright {
	border-right: 1px solid #000000;
}

.edgeleft {
	background: url(../images/edgeleft.png) repeat-y;
}

.edgeright {
	background: url(../images/edgeright.png) repeat-y;
}

.barleft {
	background: url(../images/barleft.png) no-repeat;
	border-left: 1px solid #000000;
}

.barright {
	background: url(../images/barright.png) no-repeat;
	border-right: 1px solid #000000;
}




