
/* GENERAL */

#bdy {
	color: #fff;
	min-width: 780px;
	max-width: 1260px;
	margin: 0 auto;
	background: /*url('/static/img/global/earth_slice.gif') bottom left no-repeat*/ #000;
	font-family:Helvetica, sans-serif; 
	text-align: justify;
}

a img{
	border:0;
} 

td{
	min-height : 17;
	padding : 0px;
	color: #3F3F3F;
	font-size: 12px;
	overflow : hidden;
}


.wrapper {
	clear : both;  /* add */
	float : left;  /* add */
	width: 100%;
}

.clear {
	float : none;
	clear : both;
}

/* HEADER */

.header_wrapper {
	background: /*url('/static/img/global/dark_burst.png') no-repeat right*/ #020121;
	height: 60px;
	border-bottom: solid 6px #e6b116;
	overflow : hidden;
} 

.header_logo {
	width : 350px;
	height : 60px;
	float : left;
}

.header_main {
	height : 60px;
	float : right;
}

.header_search {
	width : 585px;
	height : 20px;
	padding : 8px;
	float : none;
	font-size : 11px;
	text-align : right;
	overflow : hidden;
}

.header_login {
 	width : 585px; 
	height : 20px;
	padding : 8px;
	color : #e6b116;
	background-color : transparent;
	background-image : none;
	float : none;
	font-size : 10px;
	text-align : right;
	overflow : hidden;
}

.header_login a{
	color : #e6b116;
	background-color : transparent;
	background-image : none;
	float : none;
	font-size : 10px;
	font-weight : bold;
	text-decoration:none
}

.header_nav {
	width : 580px;
	height : 24px;
	line-height : 24px;
	padding : 0 0 0 21px;
	color : #0066b3;
	background-color : inherit;
	background-image : url('/static/img/global/header_nav_bg1.png');
	font-size : 11px;
	overflow : hidden;
	text-align : right;
}

.header_nav a {
	margin : 0 7px;
	color : #0066b3;
	background-color : inherit;
	background-image : none;
	text-decoration : none;
	font-size : 14px;
	font-weight : bold;
}

.textformbutton {
	background : #a9cdff none;
	color : #1b2254;
	border : 0;
}
button#searchbtn {
	width : 45px;
	height : 22px;
	line-height : 0px;
	border : 0;
	margin : 0;
	padding : 0;
	color : #0066b3;
	background-color : transparent;
	background-image : url('/static/img/global/search_btn.png');
	font-size : 0;
	vertical-align : middle;
	overflow : hidden;
}

/* LEADERBOARD */

.wrapper.leaderboard_wrapper {
	background: url('/static/img/global/light_burst.gif') no-repeat right #1b2254;
	height: 110px;
	border-bottom: solid 6px #a8bdff;
	overflow : hidden;
}

.leaderboard {
	padding-top:10px;
	width:960px;
	margin: 0 auto;
}

/* CONTENT */

.wrapper.content_wrapper {
	position : relative;    /* add */
	background: #fff;
	overflow : hidden;
}

.columns_wrapper {
	position:relative;
	width:200%;  /* add */
	margin-left:-200px;
	right : 100%;
	height : auto;
	padding : 10px 0 0 15px;
	float : left;
}	

.column_left_wrapper {
	float:left;
	width:50%;
	position:relative;
	left:50%;
	padding-bottom:1em;
}

.column_left {
	margin:0 15px 0 215px;
	overflow:hidden;
}

.column_right {
	position:relative;
	width : 170px;
	left : 185px;
	float : right;
}

.content {
	/*border: solid 1px red;*/
	width: 100%;
	float:left;
	margin-right: 25px;
	color: #3F3F3F;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.content h2 {
	font-size: 28px;
	color: #1b2254;
	font-family:Helvetica, sans-serif;
	margin-bottom: 0px;
}

.content h1 a, .content h2 a {
	color: #1b2254;
	text-decoration: none;
}

.content h1 a:hover, .content h2 a:hover {
	text-decoration: underline;
}

.content h3 {
	font-family: Helvetica, sans-serif;
}

.content span.author {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	color: #000;
}

.content span.date {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #8F8F8F;
}

.content_links {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	width: 400px;
	padding: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
	background: #a9cdff;
	clear : both;
}

.content_links h3 {
	margin-bottom: 5px;
	margin-top: 5px;
}

.content_links a {
	color: #1b2254;
	text-decoration : none;
}

.content_links a:hover {
	text-decoration : underline;
}

.content_links_submit {
	background : #a9cdff none;
	color : #1b2254;
	font-size : 16px;
	border : 0;
}

.content_links_submit:hover {
	text-decoration : underline;
}

/* PAGE NAVIGATION */

.next_page {
	display: block;
	float: right;
	color: #0b0e22;
}

.next_page a {
	color: #1b2254;
}

.prev_page {
	display: block;
	float: left;
	color: #0b0e22;
}

.prev_page a {
	color: #1b2254;
}

.pageprev {
	height : 40px;
	width : 100px;
	padding : 0px;
	border : 0;
	float : left;
	overflow : hidden;
	text-align : left;
}

.pagelist {
	height :40px;
	width : 550px;
	padding : 0px;
	border : 0;
	float : left;
	display : inline;
	overflow : hidden;
	text-align : center;
}

.pagenext {
	height : 40px;
	width : 100px;
	padding : 0px;
	border : 0;
	float : right;
	overflow : hidden;
	text-align : right;
}

/* PRE-FOOTER */

.wrapper.pre_footer_wrapper {
	background: url('/static/img/global/earth_top.gif') bottom left no-repeat #0B0E22;
	height: 270px;
	border-top: solid 4px #e6b116;
	border-bottom: solid 1px #a8bdff;
	padding: 10px 0 10px 0;
	overflow : hidden;
}

.pre_footer {
	margin:0 auto;
	margin-top: -15px;
	width: 960px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
}

.pre_footer .about_abstract {
	float:left;
	width:300px;
	height:250px;
	margin-right: 20px;
	color:#fff;
}

.pre_footer h2 {
	color: #e6b116;
	font-family: Helvetica, sans-serif;
	margin-bottom: 10px;
}

.pre_footer a {
	color: #e6b116;
	text-decoration: none;
}

.pre_footer .list_left {
	float:left;
	width:450px;
	/*margin-right: 10px;*/
	/*height:230px;*/
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	line-height:20px;
	/*border: solid 1px red;*/
	
}

.pre_footer .list_left a {
	color: #fff;
	text-decoration: none;
}

.pre_footer .list_left a:hover {
	color: #e6b116;
	text-decoration:underline;
}

.pre_footer .list_right {
	float:right;
	width:450px;
	/*margin-right: 10px;*/
	/*height:230px;*/
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	line-height:20px;
	/*border: solid 1px red;*/
	
}

.pre_footer .list_right a {
	color: #fff;
	text-decoration: none;
}

.pre_footer .list_right a:hover {
	color: #e6b116;
	text-decoration:underline;
}

/* FOOTER */

.wrapper.footer_wrapper {
	height: 50px;
	display:block;
	background: url('/static/img/global/earth_bottom.gif') bottom left no-repeat #000000;
	overflow : hidden;
}

.footer {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin: 0 auto;
	padding:10px;
	opacity:1;
}

.footer_links {
	margin-left: 200px;
	margin-top:5px;
}

.footer_links a {
	color: #e6b116;
	text-decoration: none;
}

.footer_links a:hover {
	text-decoration: underline;
}

/* ADVERTISEMENTS */

.leaderboard_ad {
	/* float:left; */
	margin-left: 100px;
}

.skyscraper_ad {
	min-width : 160px;
	padding : 5px 0 0 0;
	text-align : center;
	font-size : 11px;	
}

.button_ad {
	min-width : 125px;
	padding : 5px 0 0 0;
	text-align : center;
	font-size : 11px;	
}

.box_ad {
	border-left: 1px dotted black;
	border-bottom: 1px dotted black;
	margin: 0px 0px 0px 5px;
	padding-left: 10px; 
	padding-bottom: 10px; 
/*	margin : 5px 10px 10px 10px;  */
	color : #ffffff;
  float : right;   
  font-size : 11px;
}

.forum_box_ad {
	margin : 5px 10px 10px 0px;
	color : #ffffff;
  	font-size : 11px;
}

.unicast {
	width : 730px;
	height : 0;
	border : 0;
	color : inherit;
	background-color : #f2f2f2;
	text-align : center;
	position : absolute;
	z-index : 9999999;
}

/*  STUFF    */

.rssfeed {
	float: left;
}

.rssfeed a {
	margin : 0px 3px 0px 3px;
}

.rssfeed a img {
	margin : 0px 0px 0px 0px;
	vertical-align : middle;
}

.membername {
	min-width : 130px;
	margin : 6px;
	text-align : center;
	font-size : 10px;	
	color : #aaaaaa;
}

.linecenter {
	height : 3px;
	width : 787px;
	padding : 0px;
	border : 0;
	margin: 0 0 0 0;	
	float : none;
	overflow : hidden;
	background : url('/static/img/global/article_spacer.gif') repeat-x;
	clear : both;
}

.textcenter {
	height :40px;
	width : 785px;
	padding : 0px;
	border : 0;
	float : none;
	text-align : center;
	clear : both;
}


.textright {
	height : 30px;
	width : 610px;
	padding : 0px;
	border : 0;
	float : right;
	overflow : hidden;
	text-align : right;
}

.textleft {
	height : 30px;
	width : 175px;
	padding : 0px;
	border : 0;
	float : left;
	overflow : hidden;
	text-align : left;
}


/* INDEX LISTS */

.blankline {
	height : 1px;
	width : 787px;
	padding : 0px;
	border : 0;
	margin: 0 0 0 0;	
	float : none;
	overflow : hidden;
	clear : both;
}

.box_wrapper {
	width : 100%;
	float : left;
	display : inline;
}

.boxleft {
    margin-right: 310px;
	float : left;
	overflow : hidden;
}

.boxright {
	width : 310px;
	margin-left : -310px;
	float : right;
	overflow : hidden;
}

.recentlist {
	margin-right : 10px;
	padding : 3px;
	color: #323865;
	font-size: 14px;
	overflow : hidden;
	text-align : left;
}

.recentlist h1 {
	font-size: 24px;
	color: #1b2254;
	margin-bottom: 0px;
}

.recentlist h1 a, #recentlist h2 a {
	color: #1b2254;
	text-decoration: none;
}

.recentlist h1 a:hover, #recentlist h2 a:hover {
	text-decoration: underline;
}

.recentlist h2 {
	font-size: 18px;
	color: #1b2254;
	margin-bottom: 0px;
}

.recentlist h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	color: #1D244F;
	background: #BFD2FF;
	font-size: 16px;
	font-weight: normal;
	padding: 0px 0 2px 4px;
	border: 2px solid #DFE8FF;
}

.recentlist h3 img {
	vertical-align: middle;
}

.recentlist span.feature span.author {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #000;
}

.recentlist span.feature span.date {
	color: #8F8F8F;
}

.recentlist span.feature span.abstract {
	font-size: 16px;
	margin-bottom: 20px;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: dotted 1px grey;
}

.recentlist span.author {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	color: #000;
}

.recentlist span.date {
	font-size: 12px;
	color: #8F8F8F;
}

.recentlist span.abstract {
	display:block;
	margin-top: 10px;
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.recentlist span.abstract a {
	color: #1b2254;
	text-decoration: none;
	font-weight: bold;
}

.recentlist span.abstract a:hover {
	text-decoration: underline;
}

.toclist {
	margin-right : 10px;
	padding : 3px;
	color: #323865;
	font-size: 14px;
	overflow : hidden; 
	text-align : left;
}

.toclist h1 {
	font-size: 24px;
	color: #1b2254;
	margin-bottom: 0px;
}

.toclist h1 a, .toclist h2 a {
	color: #1b2254;
	text-decoration: none;
}

.toclist h1 a:hover, .toclist h2 a:hover {
	text-decoration: underline;
}

.toclist h2 {
	font-size: 18px;
	color: #1b2254;
	margin-bottom: 0px;
}

.toclist h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	color: #1D244F;
	background: #BFD2FF;
	font-size: 16px;
	font-weight: normal;
	padding: 0px 0 2px 4px;
	border: 2px solid #DFE8FF;
}

.toclist h3 img {
	vertical-align: middle;
}

.toclist span.feature span.author {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #000;
}

.toclist span.feature span.date {
	color: #8F8F8F;
}

.toclist span.feature span.abstract {
	font-size: 16px;
	margin-bottom: 20px;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: dotted 1px grey;
}

.toclist span.author {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	color: #000;
}

.toclist span.date {
	font-size: 12px;
	color: #8F8F8F;
}

.toclist span.abstract {
	display:block;
	margin-top: 10px;
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.toclist span.abstract a {
	color: #1b2254;
	text-decoration: none;
	font-weight: bold;
}

.toclist span.abstract a:hover {
	text-decoration: underline;
}

.indexlist {
	margin : 10px 10px 10px 0px;
	padding : 3px;
	color: #323865;
	background: #DFE8FF;
	font-size: 14px;
	overflow : hidden;
	text-align : left;
}

.indexlist td {
	color: #323865;
}

.indexlist h3 {
	margin-top: 0px;
	margin-bottom: 5px;
	display: block;
	background: #BFD2FF;
	font-size: 16px;
	color: #1D244F;
	font-weight: normal;
	padding: 0 0 2px 4px;
}

.indexlist h3 img {
	vertical-align: middle;
}

/* FORUMS */

.forum {
/*	width : 820px; */
	min-height : 17;
	padding : 0px;
	color: #3F3F3F;
	font-size: 14px;
	overflow : hidden;
}

.forum td{
/*	temporary while tables in use */
	min-height : 17;
	padding : 0px;
	color: #3F3F3F;
	font-size: 12px;
	overflow : hidden;
}

.forum td a{
/*	temporary while tables in use */
	text-decoration:none
}

.forumbox {
	border : 1px solid black;
}

.forumheadleft {
	width : 30%;
	height : 100%;
	min-height : 100;
	padding : 1px;
	float: left;
	text-align : left;
}

.forumheadcenter {
	width : 38%;
	height : 100%;
	min-height : 100;
	padding : 1px;
	float: left;
	text-align : center;
	border-left-color: black;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: black;
	border-right-style: solid;
	border-right-width: 1px;
}

.forumheadright {
	width : 30%;
	height : 100%;
	min-height : 100;
	padding : 1px;
	float: left;
	text-align : right;
}

.forumcolhead {
	height : 100%;
	min-height : 17;
	padding : 0px;
	float: left;
	text-align : left;
	background: #a9cdff;
}

.forumcol60 {
	width : 60%;
}

.forumcol20 {
	width : 20%;
}

.forumlist {
	height : 100%;
	min-height : 17;
	padding : 0px;
	float: left;
	text-align : left;
	color : #000000;
}

.forumlistwhite {
   	background-color : White;
}

.forumlistgrey {
   	background-color : #E3E3E3;
}

.forumlistbold {
	font-weight : bold;
}

.forumlistflag {
	color: #FF0000;
}

/* Browser specific (not valid) styles to make preformatted text wrap */		

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

/* ==== Until Forums are converted ====== */

.forumbgblack {
	background-color: black;
}

.lrhead {
	margin : 3% 0% 0% 1%;
	background-color : #2080AF;
	font-size : 11px;
	text-align : left;
}

.lrodd {
  	margin : 3% 0% 0% 1%;
   	background-color : White;
	color : #000000;
	vertical-align : middle;
}


.lreven {
	margin : 3% 0% 0% 1%;
   	background-color : #E3E3E3;
	color : #000000;
	vertical-align : middle;
}

/* ==== modules ========== */

.module { width: 170px; }

.moduleTop {
        background-image: url('/static/img/home/moduleTop.gif');
        background-repeat: no-repeat;
        width: 170px;
        height: 5px;
        line-height:1px; background-position-y:50%
}

.moduleBottom {
        background-image: url('/static/img/home/moduleBottom.gif');
        background-repeat: no-repeat;
        width: 170px;
        height: 5px;
        line-height: 1px; background-position-y:50%
}

.moduleContentArea {
        padding: 10px;
        color: #666666;
        font-size: 11px;
        background-image: url('/static/img/home/moduleContentArea.gif');
        vertical-align: top
}

.moduleTitle {
        color: #000000;
        font-size: 12px;
        font-weight: bold;
        vertical-align: top;
        background-image: url('/static/img/home/moduleTitle.gif');padding-left:10px; padding-right:10px; padding-top:4px; padding-bottom:9px
}

.moduleSubTitle {
        color: #000000;
        font-size: 11px;
        font-weight: bold;
        padding-bottom: 8px;
}


.moduleContentArea a         {color: #0860A8; font-size: 11px; text-decoration: none;}
.moduleContentArea a:visited {color: #0860A8; font-size: 11px; text-decoration: none;}
.moduleContentArea a:hover   {color: #0860A8; font-size: 11px; text-decoration: underline;}

.moduleContent           {color: #666666; font-size: 11px; text-decoration: none;}
.moduleContent a         {color: #0860A8; font-size: 11px; text-decoration: none;}
.moduleContent a:visited {color: #0860A8; font-size: 11px; text-decoration: none;}
.moduleContent a:hover   {color: #0860A8; font-size: 11px; text-decoration: underline;}

a.moduleContent          {color: #0860A8; font-size: 11px; text-decoration: none;}
a.moduleContent:visited  {color: #0860A8; font-size: 11px; text-decoration: none;}
a.moduleContent:hover    {color: #0860A8; font-size: 11px; text-decoration: underline;}


.moduleLink           {color: #0860A8; font-size: 11px; text-decoration: none;}
.moduleLink a         {color: #0860A8; font-size: 11px; text-decoration: none;}
.moduleLink a:visited {color: #0860A8; font-size: 11px; text-decoration: none;}
.moduleLink a:hover   {color: #0860A8; font-size: 11px; text-decoration: underline;}

a.moduleLink          {color: #0860A8; font-size: 11px; text-decoration: none;}
a.moduleLink:visited  {color: #0860A8; font-size: 11px; text-decoration: none;}
a.moduleLink:hover    {color: #0860A8; font-size: 11px; text-decoration: underline;}

.moduleBoldLink           {color: #0860A8; font-size: 11px; font-weight: bold;}
.moduleBoldLink a         {color: #0860A8; font-size: 11px; font-weight: bold; text-decoration: none;}
.moduleBoldLink a:visited {color: #0860A8; font-size: 11px; font-weight: bold; text-decoration: none;}
.moduleBoldLink a:hover   {color: #0860A8; font-size: 11px; font-weight: bold; text-decoration: underline;}

a.moduleBoldLink          {color: #0860A8; font-size: 11px; font-weight: bold; text-decoration: none;}
a.moduleBoldLink:visited  {color: #0860A8; font-size: 11px; font-weight: bold; text-decoration: none;}
a.moduleBoldLink:hover    {color: #0860A8; font-size: 11px; font-weight: bold; text-decoration: underline;}

.moduleLine {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #A6A6A6;
	line-height: 1px;
	margin-top: 8px;
	margin-bottom: 8px;
}


