a:link {
	color: #eeeeee;
	text-decoration: underline;
}
a:visited {
	color: #eeeeee;
	text-decoration: underline;
}
a:hover {
	color: #eeeeee;
	text-decoration: underline;
}
a:active {
	color: #eeeeee;
}

.header,
.rightimage {
	position: absolute; left: 610px; top: 10px;
	z-index: 2;
}

/* Global graphics */
	
.top {
	width: 800px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(/mambo/templates/rhuk_solarflare_ii/images/top_bg.png);
	background-color: #550000;	
	
}

td, tr, p,
.basetext {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
}

.pathpos {
	position: absolute; left: 15px; top: 70px;
}

.pathway a:hover { text-decoration: underline overline}
.pathway a:link { text-decoration: none }
.pathway a {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
	color: #000000;
}

BODY {  
        margin: 10px 0px 0px 10px;
        /*background-color : #FFFFFF ;*/
        background-image: url(/mambo/templates/rhuk_solarflare_ii/images/bg.gif);
        color : #000000;
        font-family: Courier New, Courier, mono;
        font-size: 11px;
}

.main {
	width: 800px;
	height: 800px;
	height: 100%;
	/*background-image: url(/mambo/templates/rhuk_solarflare_ii/images/bg3.gif);*/

	background-color: #660000;
}

#LoginBox {
	position: absolute;
	top: 10px;
	left: 610px;
	width: 200px;
	visibility: hidden;
	border: 1px solid;
	background-color: #660000;
	z-index: 100;
}

/* Main Page news items */

/* IE and mozilla doen't do the same thing with padding (surprise, surprise), mozilla adds the padding to the box size,
   IE doesn't, therefor I give everybody some padding, this results in Mozilla having a larger box then IE */

.readon {
	text-align: right;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.contentheading,
.newsboxtitle {	
	position: relative; left:0px; top: 0px;
	background-color: #550000;
	width: 610px;
	/*height: 30px;*/
	color: #cccccc;
	font-weight: bold;
	background-image: url(/mambo/templates/rhuk_solarflare_ii/images/top_item.png);
	padding-left: 5px;
	padding-right: 5px;
	text-align: middle;
}

.contentdescription,
.contentpane,
.contentpaneopen,
.newsbox {
	position: relative; left: 10px; top: 10px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #550000;
	color: #cccccc;
	width: 610px;
	padding: 5px;
}

.newsboxdetails {	
	position: relative; left:10px; top: 10px;
	background-color: #550000;
	text-align: right;
	width: 610px;
	color: #cccccc;
	padding-left: 5px;
	padding-right: 5px;
}

.newsboximage {
	vertical-align: middle;
}

.mosimage_caption,
.modifydate,
a.readon,
.small {
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}

/* Menu stuff */

.menu {
	position: absolute; left: 650px; top: 90px;
	width: 160px;
	height: 100%;
	/*height: 800px;*/
	background-image: url(/mambo/templates/rhuk_solarflare_ii/images/bg3.gif);
	z-index: 0;
}

.mainlevel,
.menuitems {
	position: relative; left: 5px; top: 100px;
	font-size: 20px;
	font-weight: bold;
	text-align: left
}

.menuitems a { color: #999999 }
.menuitems a:link { color: #999999; text-decoration: none;}
.menuitems a:visited { color: #999999; text-decoration: none;}
.menuitems a:hover { color: #999999; text-decoration: underline;}
.menuitems a:active { color: #999999; text-decoration: underline;}

.sublevel {
        position: relative; left: 15px; top: 100px;
        font-size: 13px;
        font-weight: bold;
        text-align: left
}

/* The right link bar */

.rightlinkbar {
	position: absolute; left: 820px; top: 0px;
	color: #888888;
	
}

.rightlinkbar a {
	position: relative; left: 5px; top: 0px;
	white-space: nowrap;
	color: #888888;
}

.rightlinkbar_title {
	font-weight: bold;
	white-space: nowrap;
}

/* Tha SearchBoks */

.searchboxtext {
	position: relative; left: 0px; top: 10px;
	font-weight: bold;
}

.searchbox {
	position: relative; left: 5px; top: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #cccccc;
	background: #666666;
	border: 0px solid #000000;
	height: 16px;
	width: 100px;
} 

/* css */

.icon_block
{
	position: absolute; left : 810px; top: 110px;
}

.syndicate {
	position: relative; left : 0px; top: 10px;
}

.login_icon,
.email_icon {
	position: relative; left : 0px; top: 10px;
	padding-top: 10px;
}

pre[wrap]  { white-space: pre-wrap }