/* CSS Document */


.clr {
	clear: both;
}

.outline {
  	border: 1px solid #0F6C9B;
  	background: #000000;
	padding: 2px;
}


#buttons {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 50%;
}




#search_outer {
	margin-top: 2px;
	float: left;
	width: 180px;
}

#search_inner {
	border: 1px solid #0F6C9B;
	padding: 0px;
	height: 21px !important;
  	height: 23px;
  	overflow: hidden;
}

#search_inner form {
  padding: 0;
  margin: 0;
}

#search_inner .inputbox {
	border: 0px;
	padding: 3px 3px 3px 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #ff6600;
}

#top_outer{
	float: left;
	width: 165px;
}

#top_inner {
	border: 1px solid #0F6C9B;
	padding: 2px;
  	height: 144px !important;
  	height: 150px;
  	overflow: hidden;
  	float: none !important;
  	float: left;
}

#left_outer {
  	float: left;
	margin-right: 1px;
	width: 181px;
	
}

#left_inner {
  	border: 1px solid #0F6C9B;
	padding: 2px;
  	float: none !important;
	float: left;
}

#body_outer {
  	float: left;
	margin-right: 1px;
	width: 100%;
}

#body_inner {
  	border: 1px solid #0F6C9B;
	padding: 2px;
  	float: none !important;
	float: left;
}

#content_outer {
	padding: 0px;
	margin-top: 0px;
	margin-left: 2px;
	/** border: 1px solid #cccccc; **/
	float: left;
}

#content_inner{
  float: none !important;
  float: left;
  padding: 0;
  padding-top: 2px;
  margin: 0;
}

table.content_table {
  width: 100%;
	padding: 0px;
	margin: 0px;
}

table.content_table td {
	padding: 0px;
	margin: 0px;
}

td.ticker {
	border-bottom: 1px solid #0F6C9B;
	float: none;
	padding: 2px;
  	height: 15px;
  	overflow: hidden;
}

#ticker_inner {
	float: none;
  	overflow: hidden;
}

#banner_inner {
	border-bottom: 1px solid #0F6C9B;
	float: none;
	padding: 2px;
}

#banner_inner_ver {
	border-top: 1px solid #0F6C9B;
	float: none;
	padding: 2px;
}

#right_outer {
	margin-left: 2px;
	width: 190px;
}

#right_inner {
  float: none !important;
  float: left;
  border: 1px solid #0F6C9B;
  padding: 2px;
}


.user1_inner {
	border: 1px solid #cccccc;
  float: none !important;
  float: left;
	margin: 0px;
	padding: 2px;
}

.user2_inner {
	border: 1px solid #cccccc;
  float: none !important;
  float: left;
	margin: 0px;
	padding: 2px;
}

table td.body_outer {
	padding: 2px;
	border: 1px solid #0F6C9B;
}



.maintitle {
	color: #ffffff;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}

/** old stuff **/

.back_button {
	float: left;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  width: auto;
  background: url(../images/background2.gif) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenav {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  width: auto;
  background: url(../images/background2.gif) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenavbar {
	margin-right: 10px;
	float: right;
}

#footer {
	text-align: center;
	padding: 3px;
}

ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
	line-height: 18px;
	padding-left:0px;
	padding-top: 3px;
	background-image: url(../images/arrow.png) ;
	background-repeat: no-repeat;
	background-position: 0px 8px;
	text-indent: 15px;
}


td {

	font-size: 11px;
}



body {
	margin: 0px;
	height: 100%;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e0e0e0;
	background: #000000;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e0e0e0;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #eeeeee;
	font-weight: bold;
	text-decoration: underline;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF9933;
	font-weight: bold;
	text-decoration: underline;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF9933;
	font-weight: bold;
	text-decoration: underline;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF9933;
	font-weight: bold;
	text-decoration: underline;
}


/* mambo core stuff */
a:link, a:visited, a:active {
	color: #FF9933;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FFCC01;
	text-decoration: underline;
	font-weight: bold;
}

table.contentpaneopen {
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen td {
   padding-right: 5px;
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}



table.contentpane {
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

.button {
  	font-family: Arial, Hevlvetica, sans-serif;
  	text-align: center;
	color: #e0e0e0;
  	font-size: 11px;
  	font-weight: bold;
  	border: 0px;
  	width: auto;
  	background: url(../images/background2.gif) repeat-x;
  	padding: 0px 0px;
 	height: 22px;
  	margin: 0px;
	background-color: #000000;
}

.inputbox {
	padding: 2px;
	border:solid 1px #0F6C9B;
	background-color: #000000;
	color: #e0e0e0;
  	font-size: 11px;
}

.componentheading {
	background: url(../images/contenthead.png) repeat-x;
	color: #e0e0e0;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 22px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	text-indent: 15px;
	text-decoration: none;
}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	background: url(../images/contenthead.png) repeat-x;
	color: #e0e0e0;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 22px;
	font-weight: bold;
	font-size: 12px;
	text-indent: 15px;
}



.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.moduletable th {
	background: url(../images/background2.gif) repeat-x;
	color: #E0E0E0;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 12px;

}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

table.pollstableborder td {
  padding: 2px;
}

.sectiontableheader {
  font-weight: bold;
  background: #000000;
  padding: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #000000;
}

.sectiontableentry2 {
	background-color : #000000;
}

.small {
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

table.contenttoc {
  border: 1px solid #0F6C9B;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
  background: url(../images/background2.gif) repeat-x;
  color: #eeeeee;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../images/menu_bg.png) no-repeat;
	vertical-align: middle;
	color: #ffffff;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 15px !important;
	height: 20px;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size : 11px;

}

a.mainlevel:hover
{
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size : 11px;
	text-decoration: underline;
	color : #ffffff;
}



a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #ff6600;
	text-align: left;
}

a.sublevel:hover {
	color: #C43C03;
	text-decoration: none;
}
.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

div.mosimage {
  border: 1px solid #ccc;
}

.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  text-transform: capitalize;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}

.mainlevel-nav	
{
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size : 11px;
	color : #eeeeee;
}

a.mainlevel-nav
{
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size : 11px;
	text-decoration: none;
	color : #eeeeee;
}

a.mainlevel-nav:visited
{
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size : 11px;
	text-decoration: none;
	color : #eeeeee;
}

a.mainlevel-nav:hover
{
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size : 11px;
	text-decoration: underline;
	color : #ffffff;
}


.pathway	
{
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size : 11px;
	color : #eeeeee;
}

a.pathway
{
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size : 11px;
	text-decoration: none;
	color : #eeeeee;
}

a.pathway:visited
{
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size : 11px;
	text-decoration: none;
	color : #eeeeee;
}

a.pathway:hover
{
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size : 11px;
	text-decoration: underline;
	color : #ffffff;
}

.blog_more {
	background: url(../images/contenthead.png) repeat-x;
	color: #e0e0e0;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 22px;
	font-weight: bold;
	font-size: 12px;
	text-indent: 15px;
	white-space: nowrap;
}

hr {
	border: 0;
	color: #00446A;
	background-color: #00446A;
	height: 1px;
	width: 100%;
	text-align: left;
}

table.thn
{
	border: 1px solid #00446A;
}


table.thn td
{
	border: 1px solid #00446A;
}



img
{
	border: 0px;
}

.webring_toolbar
{
	float: right;
	margin: 0px;
	padding: 0px;
}


.webring_small {
	color: #E0E0E0;
	font-size: 8px;
	text-align: center;
	font-weight: normal;
}

th.webring_heading {
	color: #E0E0E0;
	font-size: 8px;
	text-align: center;
	font-weight: normal;
}

.smallprint
{
	color: #808080;
	font-size: 10px;
	text-align: center;
	font-weight: normal;
}


.random-block-photo
{
	text-align: center;
}

/* For the items DB */
h2.itemstitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #eeeeee;
	font-weight: bold;
	text-decoration: underline;
}

img.thn
{
        border: 1px solid #00446A;
        margin:3px;
}

/* Server stats */
#thn_current_server_stats table th
{
    background: none;
    background-color: #00446A;
    padding-left: 0px;
    height:0px;
}

#thn_current_server_stats span.thn_server_status_online
{
    color: #33CC00;
    font-weight: bold;
}

#thn_current_server_stats span.thn_server_status_offline
{
    color: #D00000;
    font-weight: bold;
}

#thn_current_server_stats span.thn_server_status_unknown
{
    color: #FFFF00;
    font-weight: bold;
}

#thn_current_server_stats span.thn_server_percent
{
    color: #999966;
    font-style: italic;
}

#thn_current_server_stats p.thn_servers_updated
{
    margin: 0px;
    padding-top:3px;
    font-size: 10px;
    color: #999966;
    font-style: italic;
}


/* THN Global messages */

#thn_messages
{
    border: #FFCC01 1px solid;
    margin: 3px;
    padding: 5px;
    padding-top: 2px;
    background-color: #222222;
    color: #eeeeee;
    text-align: left;
    font:  Verdana, Arial, Helvetica, sans-serif;

}

#thn_messages h1
{
    font-size: 15px;
    color: #FF9933;
    text-decoration: underline;
    margin-bottom: 5px;
    font-weight: bold;
}

#thn_messages ul
{
    margin-bottom: 5px;
}

#thn_messages li
{
    font-size: 12px;
    list-style-type: disc;
    margin-left: 2em;
    padding-left: 1em;
    text-indent: -1em;
    background-image: none;
}