/* ------------------------ Stargate Portal mods ------------------------ */
/* 
	New format css file... We no longer edit the original subsilver2 css
	file... All portal css tags are placed in the portal css file... 
	Here we overload previous subsilver2 tags and of course add the 
	necessary portal tags...
	This makes porting of subsilver styles much easier... The same will
	also be dome for subsilver based styles... Mike

	Note: The portal.css is called from the overall_header.html, this 
	requires 1 edit to the functions.php...
	Copyright phpbbireland.com 2008.
*/

/* Overloading...
 --------------------- */

.forumrules {
	background-color: #242020;
	border-width: 1px;
	border-style: solid;
	border-color: gold;
}
/*  Text
 --------------------- */
h1 {
	color: white;
	font-size: 1.5em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1em;
}
p.moderators {
	color: white;
}
p.breadcrumbs {
	color: white;
}
p.forumdesc {
	color:#D7C8C8;
}
p.topicdetails {
	color: #CDC8C8;
}
.postauthor {
	text-align:center;
	color: #000001;
}
.postdetails {
	text-align:center;
	color: #C8C8C8;
}
.nav {
	color: white;
}
.pagination {
	color: white;
}
.copyright {
	color: #B00000;
}

/* Tables
 ------------ */
th {
	color: #F4F4F5;
	background-color: #BF0101;
	height:25px;
	white-space: nowrap;

}
.tablebg {
	background-color: #111111;
	/*border: 1px solid gold;*/
}
.catdiv {
	height: 22px;
}


.row1 {
	padding: 4px;
}
td.row1:hover {
	text-decoration: none; 
}

.row2 {
	padding: 4px;
}
td.row2:hover {
	background-color: #181C20;
	text-decoration: none; 
}


.row3 {
/*
	background-color: #303030;*/
	padding: 4px;
}
hr {
	background-color: #111111;
	color: #020202;
}

/* Links 
------------ */
a:link {
	color: #C3C3C3;
	text-decoration: none;
}

a:active,
a:visited {
	color: #F5F5F5;
}

a:hover {
	color: #30C0FF;
}

a.forumlink {
	color: #BF0101;
}
a.topictitle:visited {
	color: #F1A34F;
}

input {
	color: #707070;
	border: 1px solid gold;
	background-color: #030303;
}
textarea {
	background-color: #030303;
	color: #B8B8B8;
	border: 1px solid gold;
}
select {
	color: #B8B8B8;
	background-color: #030303;
	border: 1px solid gold;
}
.post {
	background-color: #030303;
}
.btnmain {
	font-weight: bold;
	background-color: #1A1A1C;
	border: 1px solid gold;
}
.btnlite {
	font-weight: normal;
	background-color: #1A1A1C;
	border: 1px solid gold;
}
.helpline {
	background-color: #202020;
	color:#FFC0C0;
	border-style: none;
}

/* BBCode
 ------------ */
.quotetitle, .attachtitle, .codetitle {
	margin: 10px 5px 0px 5px;
	padding: 2px 4px;
	border: solid 1px #090909;
	color: #D0D0D0;
	background-color: #2E2E2E;
	font-size: 0.85em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0px 5px 10px 5px;
	padding: 5px;
	border-color: #090909;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
/*	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif; */
	background-color: #2E2E2E;
	color: #EEE;
}

.attachcontent {
	font-size: 0.85em;
}

.codecontent {
	direction: ltr;
	margin: 0px 5px 10px 5px;
	padding: 5px;
	border-color: #090909;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 11px;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #2E2E2E;
	color: #EEE;
}

.quotewrapper, .codewrapper, .attachwrapper {
	clear: both;
	margin: 10px 5px;
	background: #B62A26 url(images/code_header.gif) top left no-repeat;
	padding-left: 19px;
	border: solid 1px #090909;
}
.quotewrapper { background-image: url(images/quote_header.gif); }
.quotewrapper .quotetitle, .codewrapper .codetitle, .attachwrapper .attachtitle { 
	margin: 0; 
	border-width: 0 0 1px 1px;
}
.quotewrapper .quotecontent, .codewrapper .codecontent, .attachwrapper .attachcontent {
	margin: 0; 
	border-width: 0 0 0 1px;
}

/*
.attachcontent, html>body .postbody {
	overflow: auto;
	overflow-x: auto;
	max-height: 300px;
	width:auto;
	max-width:745px;
}
*/
.syntaxbg {
	color: #7F7F7F;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #408C40;
}

.syntaxhtml {
	color: #FF0000;
}

.syntaxkeyword {
	color: #FFFFD1;
}
.syntaxstring {
	color: #E64040;
}

.pm_replied_colour {
	background-color: gold;
}
.sep {
	color: white;
}

.profile {
	margin:2px;padding:5px;
}

postdetails {
	border:1px solid; border-color:#008CCe #005F8C #005F8C #008CCe;margin:2px;padding:5px;
}

.highlight
{
	border:1px solid; border-color:#008CCe #005F8C #005F8C #008CCe;margin:1px;padding:1px;
}

.spacer {
	background-color: #204160;
}

/* ------------------------ Stargate Portal New ------------------------ */

.smallimage {
	width:30px; 
	height:30px; 
	float:left;

	margin-bottom:5px;
	/*position:relative;*/
}

span.corners-top-news, span.corners-bottom-news, span.corners-top-news span, span.corners-bottom-news span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
	background-repeat: no-repeat;
}

span.corners-top-news {
	background-image: none;
	background-position: 0 0;
	margin: 0 -5px;
}

span.corners-top-news span {
	background-image: none;
	background-position: 100% 0;
}

span.corners-bottom-news {
	background-image: none;
	background-position: 0 100%;
	margin: 0 -5px;
	clear: both;
}

span.corners-bottom-news span {
	background-image: none;
	background-position: 100% 100%;
}

span.corners-top-news {
	background-image: url("./images/corners_left_news.png");
}

span.corners-top-news span {
	background-image: url("./images/corners_right_news.png");
}

span.corners-bottom-news {
	background-image: url("./images/corners_left_news.png");
}

span.corners-bottom-news span {
	background-image: url("./images/corners_right_news.png");
}

.k_quick {	
	width:100%;	
	text-align:left;
	margin-bottom: 4px; 
}

.k_block_header {
	color: #7F7F7F;
	font-size: 1.1em;
	font-weight: bold;
	background-image: url('./images/cellpic3.gif');
	background-repeat:repeat-x;
	white-space: nowrap;
	padding:4px;
	background-color: #010101;
	border: solid 1px gold;
	border-right: 2px;
	border-bottom:none;
}


.bbb-bold, .bbb-bold a					{ border:none; background-image: url("./../../../images/bbcode/bbb-icon-bold.gif"); width:22px; height:22px; }
.bbb-bold:hover							{ background-position: 0px -23px;}
.bbb-quote, .bbb-italic, .bbb-italic a	{ border:none; background-image: url("./../../../images/bbcode//bbb-icon-italic.gif");  width:22px; height:22px;}
.bbb-italic:hover						{ background-position: 0px -23px;}
.bbb-quote, .bbb-quote a				{ border:none; background-image: url("./../../../images/bbcode//bbb-icon-quote.gif");   width:22px; height:22px;}
.bbb-quote:hover						{ background-position: 0px -23px;}
.bbb-code, .bbb-code a					{ border:none; background-image: url("./../../../images/bbcode//bbb-icon-code.gif");    width:22px; height:22px;}
.bbb-code:hover							{ background-position: 0px -23px;}
.bbb-list, .bbb-list a					{ border:none; background-image: url("./../../../images/bbcode//bbb-icon-list.gif");    width:22px; height:22px;}
.bbb-list:hover							{ background-position: 0px -23px;}
.bbb-flash, .bbb-flash a				{ border:none; background-image: url("./../../../images/bbcode//bbb-icon-flash.gif");   width:22px; height:22px;}
.bbb-flash:hover						{ background-position: 0px -23px;}
.bbb-image, .bbb-image a				{ border:none; background-image: url("./../../../images/bbcode//bbb-icon-image.gif");   width:22px; height:22px;}
.bbb-image:hover						{ background-position: 0px -23px;}
.bbb-url, .bbb-url a					{ border:none; background-image: url("./../../../images/bbcode//bbb-icon-url.gif");     width:22px; height:22px;}
.bbb-url:hover							{ background-position: 0px -23px;}
.bbb-under_line, .bbb-under_line a       { border:none; background-image: url("./../../../images/bbcode//bbb-icon-under_line.gif");    width:22px; height:22px;}
.bbb-under_line:hover                    { background-position: 0px -23px;}
.bbb-align_center, .bbb-align_center a   { border:none; background-image: url("./../../../images/bbcode//bbb-icon-align_center.gif");  width:22px; height:22px;}
.bbb-align_center:hover                  { background-position: 0px -23px;}
.bbb-align_left, .bbb-align_left a       { border:none; background-image: url("./../../../images/bbcode//bbb-icon-align_left.gif");  width:22px; height:22px;}
.bbb-align_left:hover                    { background-position: 0px -23px;}
.bbb-align_right, .bbb-align_right a     { border:none; background-image: url("./../../../images/bbcode//bbb-icon-align_right.gif");  width:22px; height:22px;}
.bbb-align_right:hover                   { background-position: 0px -23px;}
.bbb-ordered_list, .bbb-ordered_list a   { border:none; background-image: url("./../../../images/bbcode//bbb-icon-ordered_list.gif");  width:22px; height:22px;}
.bbb-ordered_list:hover                  { background-position: 0px -23px;}
.bbb-add_list_item, .bbb-add_list_item a { border:none; background-image: url("./../../../images/bbcode//bbb-icon-add_list_item.gif"); width:22px; height:22px;}
.bbb-add_list_item:hover                 { background-position: 0px -23px;}
.bbb-note, .bbb-note a        { border:none; background-image: url("./../../../images/bbcode//bbb-icon-note.gif");    width:22px; height:22px;}
.bbb-note:hover               { background-position: 0px -23px;}
.bbb-spoiler, .bbb-spoiler a  { border:none; background-image: url("./../../../images/bbcode//bbb-icon-spoiler.gif"); width:22px; height:22px;}
.bbb-spoiler:hover            { background-position: 0px -23px;}
.bbb-tab, .bbb-tab a          { border:none; background-image: url("./../../../images/bbcode//bbb-icon-tab.gif");     width:22px; height:22px;}
.bbb-tab:hover                { background-position: 0px -23px;}
.bbb-sup, .bbb-sup a          { border:none; background-image: url("./../../../images/bbcode//bbb-icon-sup.gif");     width:22px; height:22px;}
.bbb-sup:hover                { background-position: 0px -23px;}
.bbb-sub, .bbb-sub a          { border:none; background-image: url("./../../../images/bbcode//bbb-icon-sub.gif");     width:22px; height:22px;}
.bbb-sub:hover                { background-position: 0px -23px;}
.bbb-strike, .bbb-strike a    { border:none; background-image: url("./../../../images/bbcode//bbb-icon-strike.gif");  width:22px; height:22px;}
.bbb-strike:hover             { background-position: 0px -23px;}
.bbb-link, .bbb-link a        { border:none; background-image: url("./../../../images/bbcode//bbb-icon-link.gif");    width:22px; height:22px;}
.bbb-link:hover               { background-position: 0px -23px;}
.rollover, .rollover a { display:inline; float:left; } .rollover a:hover { background-position: 0 -23px; }
.bbb-icon-spacer {border:none; background-image: url("./../../../images/bbcode//bbb-icon-spacer.gif"); width:3px; height:22px;}


/* Main message box */
#message-box {
	width: 80%;
}

#message-box textarea {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	width: 100%;
	font-size: 1.2em;
	color: #D8D8D8;
}

/* Emoticons panel */
#smiley-box {
	width: 18%;
	float: right;
}

#smiley-box img {
	margin: 3px;
}
/* Main message box */
#message-box {
	width: 80%;
}

.box {

	text-align:left;
	padding:5px;
	padding-top:8px;
	padding-bottom:8px;
	margin:0;
	margin-top:3px; /* set this to more for larger icons */
	overflow: hidden;
	width:auto;
	margin-top:-1px;
	border-left: solid 1px #555555;
	border-right: solid 1px #555555;
	border-top: solid 1px #444444;
	border-bottom: solid 1px #0A0A0A;
	background: #000000 url(images/bg_block_fill.gif) top left repeat-x;
	padding: 4px;
}


.showhide {
	float: right; margin-top: -16px; margin-right: 5px;
}

/*   new and announcements blocks */
table.news {
	width:100%;
	border:solid 1px;
	border:none;
}
table.announce {
	width:100%;
	border:none;
}

/* news and announcements */

.forum_icons { float:left; padding:10px;
/*	position:relative; left: 5px; top: 50%;*/
}

.news { width:100%; text-align:left; }
.news_body { width:100%; text-align:left; padding-top: 5px; padding-bottom: 10px; float:left; }
.news img {text-align:center;}
.mynews {
	margin-bottom: 4px; 
	padding: 0 5px;
	clear: both;
	font-size:11px;
}
.news_title {
 color:teal;
 font-weight: bold;
 float:left;
 text-align:left; 
 width:40%;
 padding-top:5px;
 padding-bottom:5px;
}
.news_poll {
 text-align:center; 
 width:20%; 
}
.news_poster {
 float:left;
 text-align:left;
 width:40%; 
}
.news_time {
 color:teal;
 font-weight: bold;
 float:right;
 text-align:right;
 width:40%;
 padding-top:5px;
 padding-bottom:5px;
}
.news_comments {
 float:left;
 text-align:center; 
 width:20%;
}
.news_reply {
color:green;
float:left;
text-align:right; 
width:40%; 
}
.news_image {
 float:right;
 text-align:right;
 width:50px;
 padding-top:25px;
 padding-right:15px;
}

.myannounce {
	text-align:center;
	background: #FFE0E0 none repeat-x 0 0;
	margin-bottom: 4px; 
	padding: 0 5px 0 5px;
	clear: both;
	font-size:11px;
	margin-left:6px;
	margin-right:6px;
}

.bg3a	{ background-color: #363F4D; }
.bg1a	{ background-color: #303030; }
.bg2a	{ background-color: #383838; }

/* Back to top of page */
.back2top {
	clear: both;
	height: 11px;
	text-align: right;
}

.unresolved {
  padding:5px;
  padding-left: 12px;
  padding-right: 12px;
}

.spacer {
	background-image: url("images/spacer.gif"); width:10px; height:1px;
}

/* fix for ie in search 10 February 2008 */
input.full		{ width: 99%; }

.nav_menu {}
.sub_heading {
	color: #B94D4B;
	font-size:12px;
	font-family: Comic Sans MS, Sans-Serif;
	font-weight: bold;
	padding-top:2px;
}
.menu_item {
	padding-left:8px;
}
.direction {
	border:none; padding:0; background: #2A2A2A url(images/scroll_arrows.gif) repeat-x; height: 16px;
}

.handle{cursor: move;}


.block_head {
/*
	color: #7F7F7F;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #BF0101;
	background-image: url('./images/cellpic3.gif');
	height:25px;
	white-space: nowrap;
	padding:2px;
*/
}

.block_header {
	color: #2E5B82;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #006699;
	padding:6px;
	margin: 0; 
	padding: 0;
	background: url(images/tbl_h_c.gif) top left repeat-x;
	white-space: nowrap;
	text-align: center;
	height: 26px;
	width:100%;
}

.block_body {
	background-color: #111111;
	width:100%;
	overflow: hidden;
	margin-bottom: 13px;
	clear: both;
}


.block_data {

	float:left;
	width:100%; /* required to centre data */
}

.block_bl {
 font-size: 1px;
 line-height: 1px;
 display: block;
 background-image: url(images/tbl_f_l.gif);
 background-repeat:no-repeat;
 width:10px;
 height:7px;
 float:left;
}
.block_bc {
 font-size: 1px;
 line-height: 1px;
 display: block;
 background-image: url(images/tbl_f_c.gif);
 background-repeat:repeat-x;
 width:auto;
 height:7px;
 float:left;
}
.block_br {
 font-size: 1px;
 line-height: 1px;
 display: block;
 background-image: url(images/tbl_f_r.gif);
 background-repeat:no-repeat;
 width:10px;
 height:7px;
 float:left;
}

.whos_online {

	text-align:left;
	position:relative;
	padding: 3px;
}



/* scroll */
div.scroll_outer {
    z-index: 1;
    position: relative;
    overflow: hidden;
}

div.scroll_inner {
    position: absolute;
    z-index: 2;
	height:auto;
	width:100%;
}

/*** sdMenu ***/
div.sdmenu div {
   overflow: hidden;
   font-weight: bold;
   width:100%;
}
div.sdmenu div.collapsed {
   height: 18px;
}
div.sdmenu span {
   display: block;
   padding: 2px 6px;
   cursor: default;
}

.sub_heading {
	color: #496885;
	font-size:12px;
	font-family: Comic Sans MS, Sans-Serif;
	font-weight: bold;
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
}

/* NeXur's bable translation block */
.translate_head {
	text-align:center;
	color: #F5F5F5;
	padding:5px;
}

.translate_reset {
 text-align:center;
 padding-top:5px;
}

div.trans div a.current {
	background : #ccc;
}
div.trans div a:hover {
	background : #1A1A1C url("images/linkarrow.gif") no-repeat right center;
	color: #DE1717;
	text-decoration: none;
}
div.trans div a {
	width:97%; /* IE FIX */ 
	padding:2px;
	display: block;
	color: #F5F5F5;
}

/* Chat additions */
/* Icon images
---------------------------------------- */
.rtl .icon_chat {
	background-position: 100% 50%;
	padding: 1px 17px 0 0;
}
/* Icon images
---------------------------------------- */
.icon-chat {
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: none;
	padding: 1px 0 0 17px;
}
/* Icon images
---------------------------------------- */
.icon-chat	{ background-image: url("images/icon_chat.gif"); 
}

/* END */


/* set some colours */
.orange
{
	color: #FFC000;
	font-weight: bold;
}
.green
{
	color:#008000;
	font-weight: bold;
}
.red
{
	color:#FF0000;
	font-weight: bold;
}
.gray 
{
	color:#BABABA;
	font-weight: bold;
}

#container {width: 100%; background: #eee; margin: 0 auto; text-align: left; }


.newscat {
	color:#C6C0B7;
	text-align:left;
	background-image: url("images/newscat.gif");
	border: solid 1px #5C6996; /*gold;*/
	border-right:none;
	border-bottom:none;
	padding:3px;
	padding-left: 10px;
	font-size: .95em;
	font-weight: bold;
	width:auto;
}
.newscat2 {
	color:#C6C0B7;
	text-align:left;
	background-image: url("images/newscat2.gif");
	border: solid 1px #A00404; /*gold;*/
	border-right:none;
	border-bottom:none;
	padding:3px;
	padding-left: 10px;
	font-size: .95em;
	font-weight: bold;
	width:auto;
}

.newscatimg		{ float:right; background : url("images/news.gif") no-repeat right center; width: 28px; height: 28px; margin-top: -25px; margin-right: 1px;}
.newscatimg2	{ float:right; background : url("images/news.gif") no-repeat right center; width: 28px; height: 28px; margin-top: -25px; margin-right: 1px;}

/*
** reset some highslide colours for this style if needed
*/
.highslide-html {
/*	background-color: #7F7F7F;*/
}
.highslide-wrapper .highslide-header a {
/*	color: gray;*/
}

.mini_nav img { text-align:right; float:left; padding:0; }

acronym{
  font-style:italic;
  border-bottom:1px #BD5121 dashed ;
  color:#459B37;
  cursor: help;
}
.row3 {
	
	font-size:12px;
}

.unread_bug {
	color: #D31141;
	font-weight: bold;
}
.unread_bug {
	color: #D31141;
	font-weight: bold;
}
.bugs_box {
	background-color: #010101;
	border: solid 1px gold;
	border-top:none;
	border-bottom:none;
}
.bugs_block_body {
	background-color: #010101;
	width:100%;
}

div.details {
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
	text-transform: uppercase;
	color: #115098;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}

table.legend {
	text-align:center;
}

div.hr {
  height: 15px;
  background: url('./images/hr1.gif') no-repeat scroll center;
}
div.hr hr {
  display: none;
}

.hr_dashed {
border-top: 1px dashed #008;
color:#008000;
}

.random_header_image img { width:100%; height:150px;}
h4 {color:#2E5B82;}

td.row1:hover {
	background-color: #232323;
	background: #232323 url(images/cellover.gif) top left repeat-x;
	text-decoration: none; 
}
td.row2:hover {
	background-color: #232323;
	background: #232323 url(images/cellover.gif) top left repeat-x;
	text-decoration: none; 
}


/* Table header */
caption { 
	margin: 0; 
	padding: 0;
	background: url(images/tbl_h_c.gif) top left repeat-x;
	white-space: nowrap;
	height: 27px;
	text-align: center;
}
.cap-left {
	background: url(images/tbl_h_l.gif) top left no-repeat;
}
.cap-right {
	background: url(images/tbl_h_r.gif) top right no-repeat;
	padding-top: 8px;
	height: 29px;
}
caption, caption h1, caption h2, caption h3, caption h4, caption span { 
	font-size: 12px;
	font-weight: bold;
	color: #3285D0;
}
caption h1, caption h2, caption h3, caption h4, caption span { 
	display: inline;
}
caption a, caption a:visited {
	color: #3285D0;
	text-decoration: underline;
}
caption a:hover {
	color: #D0D0D0;
	text-decoration: underline;
}

.news_box {
   float: right; padding:0; width: 190px; height: 40px; margin-top: 1px; margin-right: 10px;
}
.announce_box {
   float: right; padding:0; width: 200px; height: 40px; margin-top: 1px; margin-right: 10px;
}

.bsw_b_img { 
	float:left;
	width:33px;
	height:33px;
	margin:10px;
	margin-bottom:0;
	background: url(images/birthday.gif) top left no-repeat;
}
.bsw_s_img { 
	float:left;
	width:33px;
	height:33px;
	margin:10px;
	margin-bottom:0;
	background: url(images/statistics.gif) top left no-repeat;
}
.bsw_w_img { 
	float:left;
	width:33px;
	height:33px;
	margin:10px;
	margin-bottom:0;
	background: url(images/whosonline.gif) top left no-repeat;
}

.bsw_content { 
	margin-left:50px;
	padding:5px;
	border-left: solid 1px #2F2C2C;
	min-height:40px;
}