/*
	-------------------------------------------------------
	valhalla.css - main style sheet for www.valhalla.net.au
	(c) 2005 Simon Hanson
	-------------------------------------------------------
*/

/*
	-------------------------------------------------------
	basic tags
	-------------------------------------------------------
*/

html { 
	overflow-x: auto; 
}

form { 
	display: inline; 
}

img { 
	vertical-align: middle;
	border: 0px solid #000000; 
}

BODY {
	font-family: Tahoma;
	font-size: 11px;
	margin: 0px 10px 0px 10px;
	color: #FFFFFF;

	background-color: #333366;
	background-image: url(../../style_images/5/bg.gif);
}

TABLE, TR, TD { 
	font-family: Tahoma;
	font-size: 11px;
	color: #333333; 
}

/* 
--------

Cool Tab Things

-------

*/


#navigationT a {text-decoration:none;font-size: 14px; text-align:center;}
#navigationT a:link, #navigationT a:visited, #navigationT a:active {color: #000; background: #FFFFFF;  font-weight:bold; }


#navigationT a, #navigation a span {display: block; float: left}
/* Commented backslash hack hides rule from IE5-Mac \*/
#navigationT a, #navigation a span {float: none}
/* End IE5-Mac hack */

#navigationT a:hover {color: #fff; background: #26a;  font-weight:bold; }


#navigationT {list-style:none; padding:3px; margin:0}
#navigationT li {float:left; display:block; margin:0; padding:0;   display: table-cell;
  position: relative;
  width: 9em;
}
#navigationT ul {
  display: table;
  margin: 0 auto;
}

#border {height:1em; background:#26a}

/*
	-------------------------------------------------------
	link tags
	-------------------------------------------------------
*/

a:link, a:visited, a:active { 
	text-decoration: underline;
	color: #000000; 
}

a:hover { 
	text-decoration: underline;
	color: #706969; 
}


/*
	-------------------------------------------------------
	classes
	-------------------------------------------------------
*/

.smalltext {
	font-size: 10px;
} 

.subtext {
	font-size: 8px;
	font-weight: normal;
}

.subcats {
	margin: 5px 20px 10px;
	padding: 0px;
}

.subcatsSig {
	margin: 5px 20px 20px;
	padding: 0px;
	font-size: 9px;
	border-top: 1px solid #000000;
	border-right: 1px none #000000;
	border-bottom: 1px none #000000;
	border-left: 1px none #000000;
	text-align: right;
}
.outertable {
	border: 2px solid #D3CFC2;
	padding: 0px;
	margin: 0px;
	background-color: #FDFBF5;
}


.activeuserstrip {
/* Used in skin_topic only */
	padding: 6px;
	background-color: #FDFBF5; 
}

/*
	-------------------------------------------------------
	tables & boxes
	-------------------------------------------------------
*/

.TitleBox {
	font-weight: bold;
	font-size: 13px;
	padding: 1px 3px 1px 1px;
	margin: 0px;
    color: #FFb400;
	background-color: #333366;
	border: 1px solid #000000;
	text-align: left;
	text-indent: 2px;
}

.TitleBoxSub {
	font-weight: bold;
	font-size: 11px;
	padding: 1px;
	margin: 10px;
	background-color: #DDDDDD;
	border: 1px solid #000000;
	text-align: left;
	text-indent: 2px;
}

.basicTable {
	background-color: #AABBCC;
	margin: 5px;
	padding: 3px;
	height: inherit;
	width: inherit;
	border: 1px solid #000000;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.basicTable2 {
	background-color: #AABBCC;
	margin: 5px;
	padding: 3px;
	height: inherit;
	width: inherit;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.forumTable {
	background-color: #AABBCC;
	text-align: left;
	margin: 5px;
	padding: 3px;
	height: auto;
	width: auto;
	border: 1px solid #000000;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.sectionTable {
	padding: 0px;
	margin: 0px;
