/*
* @name - planetfall
* @version 2.0
* @date - February 28, 2007
* @author - Rhuk
* @website - www.xtremeopensource.org
* @copyright (C) -
* @license - GNU/GPL
* @modifications - Hazman - www.xtremeopensource.org
*/

body {
  background            : #000000;
/*  background            : #121a1d; */
}

tr, p, div {
  font-family           : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size             : 14px;
  color                 : #cccccc;
}

.clr {
  clear                 : both;
}

img {
  border                : none;
}


/********** Top Bar **********/
#topbar {
  width                 : 902px;
  height                : 9px;
  margin-bottom         : 0px !important;
  margin-bottom         : -7px;
  background            : url(../images/top_bar.jpg) no-repeat;
}


/********** Main Container **********/
#main_container {
  width                 : 900px; 
  display               : table; /* must put this in for FireFox. */
  text-align            : left;
  margin                : auto;
  margin-bottom         : 10px;
  border                : 1px solid #9da6b3;
}


/********** Header **********/
#header_container {
  width                 : 900px;
  height                : 111px;
}

#header_left {
  width                 : 725px;
  height                : 111px;
  float                 : left;
  background            : url(../images/header2.jpg) no-repeat;
}

#header_right {
  width                 : 165px;
  height                : 111px;
  float                 : right;
  padding-right         : 5px;
  background            : url(../images/title_background.png) no-repeat;
}


/********** Search Heading **********/
#search_heading {
  font-weight           : bold;
  text-transform        : uppercase;
  padding-top           : 3px;
  padding-left          : 15px;
}


/********** Search **********/
#searchbox {
  color                 : #ff6600;
  padding-top           : 10px !important;
  padding-top           : 0px;
  padding-left          : 0px;
}


/********** Top Navigation **********/
#top_nav {
  width                 : 900px;
  height                : 26px;
  background            : url(../images/silver_background.jpg) repeat-x;
}


/********** Top Horizontal Menu **********/
#horizontal_menu {
  width                 : 735px;
  float                 : left;
  font-family           : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  padding               : 4px;
  margin                : 0px;
}

#horizontal_menu li {
  display               : inline;
  list-style            : none;
  margin                : 0px;
}

#horizontal_menu li a {
  color                 : #000000;
  margin                : 0px;
  padding               : 4px;
}

#horizontal_menu li a:link, #horizontal_menu-nav li a:visited {
color                   : ffffff;
}

#horizontal_menu li a:hover {
  color                 :  #ff6600;
}

#horizontal_menu li a.current {

}


/********** Left & Right Columns **********/
.left {
  width                 : 165px;
  padding               : 4px;
  border-right          : 1px solid #9da6b3;
  background            : #182327 url(../images/menu1_fade.jpg) repeat-x;
}

/********** Date **********/
#date {
  width                 : 100%;
	height                : 15px;
	text-align            : center;
	margin                : 0 0 15px 0;
}

.right {
  width                 : 165px;
  padding               : 4px;
  border-left           : 1px solid #9da6b3;
  background            : #2E4452 url(../images/menu2_fade.jpg) repeat-x;
}


/********** Bottom Bar **********/
#bottombar {
  width                 : 902px;
  height                : 9px;
  margin-top            : -10px;
  background            : url(../images/bottom_bar.jpg) no-repeat;
}


/********** Footer **********/
#footer {
  width                 : 900px;
  height                : 26px;
  color                 : #ffffff;
  text-align            : center;
}

/*#################### Mambo CSS ####################*/

/********** Breadcrumbs **********/
#breadcrumbs {
  font-family           : Verdana, Helvetica, Arial, sans-serif;
  font-size             : 9px;
  padding               : 10px 0 10px 4px;
}

#breadcrumbs a:link, #breadcrumbs a:visited {
  color                 : #ffffff;
  font-weight           : normal;
}

#breadcrumbs a:hover {
  color                 : #ffcc00;
  font-weight           : normal;
  text-decoration       : none;
}



/********** MainLevel Links **********/
a.mainlevel:link, a.mainlevel:visited {
  height                : 18px;
  color                 : #ff6600;
  font-size             : 11px;
  font-weight           : bold;
  vertical-align        : middle;
  text-align            : left;
  padding-left          : 15px;
  margin-bottom         : 1px;
  background            : url(../images/menu_bullet.png) left top no-repeat;
}

a.mainlevel:hover {
  color                 : #ffffff;
  text-decoration       : none;
  background-position   : left bottom;
}


/********** Active Mainlevel Links **********/
#active_menu {
  color                 :#ffffff;
  font-weight           : bold;
}


/********** SubLevel Links **********/
a.sublevel:link, a.sublevel:visited {
  color                 : #ff6600;
  font-size             : 11px;
  font-weight           : bold;
  vertical-align        : middle;
  text-align            : left;
  padding-left          : 1px;
}

a.sublevel:hover {
  color                 : #ffffff;
  text-decoration       : none;
}


/********** MainMenu Links **********/
a.mainmenu:link, a.mainmenu:visited {
  color                 : #000080; 
  font-family           : Verdana, Helvetica, Arial, sans-serif;
  font-weight           : none;
}

a.mainmenu:hover {
  color                 : #000080;
  text-decoration       : underline; 
}


/********** Other Links **********/
a:link, a:visited {
  color                 : #ff6600; 
  font-weight           : bold;
  text-decoration       : none;
}

a:hover {
  color                 : #9AB6C2;	
  font-weight           : bold;
  text-decoration       : none;
}
  
  
/********** Modules **********/
table.moduletable {
  width                 : 165px;
  margin                : 0px 0px 15px 0px;
}

table.moduletable th {
  width                 : 100%;
  height                : 22px;
  color                 : #cccccc;
  font-size             : 11px;
  font-weight           : bold;
  vertical-align        : middle;
  text-align            : left;
  text-indent           : 15px;
  text-transform        : uppercase;
  background            : url(../images/title_background.png) no-repeat;
}

table.moduletable ul {
  color                 : #ff0000;
}

table.moduletable td {
  font-size             : 11px;
  font-weight           : normal;
  text-align            : left;
  padding               : 2px;
}


/********** _menu Modules **********/
table.moduletable_menu {
  width                 : 165px;
  margin                : 0px 0px 15px 0px;
}

table.moduletable_menu th {
  width                 : 100%;
  height                : 22px;
  color                 : #cccccc;
  font-size             : 11px;
  font-weight           : bold;
  vertical-align        : middle;
  text-align            : left;
  text-indent           : 15px;
  text-transform        : uppercase;
  background            : url(../images/title_background.png) no-repeat;
}

table.moduletable_menu ul {
  color                 : #ff0000;
}

table.moduletable_menu td {
  font-size             : 11px;
  font-weight           : normal;
  text-align            : left;
  padding               : 2px;
}


/********** Login Form **********/
form#form-login fieldset { 
  margin                : 0em; 
	padding               : 0 0 0 15px;
	border                : 0 none;
}

form#form-login ul { 
  padding               : 5px 0 0 20px; 
}

form#form-login li {
  font-size             : 9px;
  padding               : 1px;
}


/********** Poll **********/
.poll {
  color                 : #cccccc;
  line-height           : 14px;
  font-family           : Arial, Helvetica, sans-serif;
  font-size             : 10px;
}

.pollstableborder {
  padding               : 1px;
  border                : 1px solid;
}




/*############### CONTENT ###############*/

/***** Header for contentpaneopen *****/
.contentheading {
  width                 : 100%;
  height                : 22px;
  color                 : #cccccc;
  font-size             : 11px;
  font-weight           : bold;
  vertical-align        : middle;
  text-align            : left;
  text-indent           : 15px;
  text-transform        : uppercase;
  padding-left          : 0px;
  background            : url(../images/title_background.png) no-repeat;
}


/***** Home, Mambo License, Blog, Lower Content for Advanced Search *****/
.contentpaneopen {
  width                 : 100%;
}

/***** Title for Blog, News Feeds, Wrapper, Links, Advanced Search, Contact Us   *****/
.componentheading {
  width                 : 100%;
  height                : 24px;
  color                 : #cccccc;
  font-size             : 11px;
  font-weight           : bold;
  vertical-align        : top;
  text-align            : left;
  text-indent           : 15px;
  text-transform        : uppercase;
  padding-top           : 4px;
}

/***** Top Content for Getting Started, FAQs, News Feeds, Links *****/
.contentdescription {
  color                 : #cccccc;
  text-align            : left;
 
}

/***** Lower Content for Getting Started, FAQs, News Feeds, Wrapper, Links, Contact Us *****/
.contentpane {
  padding-top           : 10px;
  padding-left          : 10px; 
}

.category {
  color                 : #ff0000;
  font-size             : 11px; 
  font-weight           : bold; 
  text-decoration       : none;
}

a.category:link, a.category:visited {
  color                 : #ff6600;
  font-weight           : bold;
  text-decoration       : none;
}

a.category:hover {
  color                 : #9AB6C2;
  font-weight           : bold;
  text-decoration       : none;
}

/********** Inner Content **********/
.sectiontableheader {
  color                 : #ffffff;
  font-weight           : bold;
  padding               : 3px;
  background            : #293C43;
}

.sectiontableentry1 {
  padding               : 2px;
  background            : #0D1315;
}

.sectiontableentry2 {
  padding               : 2px;
  background            : #151e22;
}


/********** Rating **********/
.content_rating {
  padding               : 5px;
}

.small {
  color                 : #ffffff;
  font-size             : 10px;
  font-weight           : bold;
  text-decoration       : none;
}

.createdate {
  color                 : #999999;
  font-family           : Arial, Helvetica, sans-serif;
  font-size             : 10px;
  text-align            : left;
	padding               : 0 0 10px 0;
}

.modifydate {
  color                 : #999999;
  font-family           : Arial, Helvetica, sans-serif;
  font-size             : 10px;
  text-align            : left;
	padding               : 10px 0 0 0;
}

.button {
  color                 : #ff6600;
  font-size             : 9px;
  font-weight           : bold;
  text-align            : center;
  margin-top            : 5px;
  border                : 1px solid #9DA6B3;
  background-color      : #293B42;
}

.inputbox {
  color                 : #cccccc;
  font-weight           : normal;
  border                : 1px solid #9DA6B3;
  background            : #000000;
}

/* For content item titles that are hyperlink instead of Read On */
a.contentpagetitle:link, a.contentpagetitle:visited {
  font-family           : Verdana, Arial, Helvetica, sans-serif;
  font-size             : 12px;
  font-weight           : bold;
  color                 : #ffffff;
  text-align            : left;
  text-decoration       : none;
}

a.contentpagetitle:hover {
  font-family           : Verdana, Arial, Helvetica, sans-serif;
  font-size             : 12px;
  font-weight           : bold;
  text-align            : left;
  color                 : #ff6600;
  text-decoration       : underline;
  font-weight           : bold;
}


/* Styles for dhtml tabbed-pages */
.ontab {
  color                 : #ff6600;
  font-weight           : normal;
  cursor                : pointer;
  text-align            : center;
  border-top            : 1px outset #9DA6B3;
  border-left           : 1px outset #9DA6B3;
  border-right          : 1px outset #9DA6B3;
  border-bottom         : solid 0px #ffffff;
  background            : #121A1D;
}
.offtab {
  color                 : #cccccc;
  font-weight           : normal;
  cursor                : pointer;
  text-align            : center;
  border-top            : 1px outset #9DA6B3;
  border-left           : 1px outset #9DA6B3;
  border-right          : 1px outset #9DA6B3;
  border-bottom         : 1px solid #9DA6B3;
  background-color      : #25343B;
}

.tabpadding {
}

.tabheading {
  background-color      : #eeeeee;
  text-align            : left;
}

.pagetext {
  visibility            : hidden;
  display               : none;
  position              : relative;
  top                   : 0;
}

/* for modifying {moscode} output.  Don't set the colour! */
.moscode {
  background-color      : #f0f0f0;
}
.code {
  background-color      : #f0f0f0;
  border                : 1px solid #FFF;
}

/* Text passed with mosmsg url parameter */
.message {
  font-family           : Verdana, Arial, Helvetica, sans-serif;
  font-weight           : bold;
  font-size             : 10pt;
  color                 : #ff6600;
  text-align            : center;
}

/* Javascript Back button */
.back_button {
  text-align            : center;
  margin-top            : 40px;
}

strong {
  color                 : #ffcc00;
}



table.contenttoc {
  color                 : #333300;
  border                : 1px solid #9da6b3;
  background            : #000000;
}

table.contenttoc th {
  color                 : #333333;
  background            : #f7f7f2;
}

table.contenttoc td {
  font-size             : 8pt;
  font-weight           : normal;
  text-align            : left;
}

ul {
  list-style            : none;
  margin                : 0;
  padding               : 0;
}

li {
  line-height            : 15px;
  padding-top            : 0px;
  padding-left           : 15px;
  background-image       : url(../images/arrow.png) 0px 3px no-repeat;
}

table.searchinto {
  width                 : 100%;
}

table.searchintro td {
  background-color      : #293C43;
  color                 : #ffffff;
  font-weight           : bold;
}
