body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background: url('../images/boxcar2_1920.jpg') no-repeat center center fixed;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	background-color: #000000;
	opacity: 0.9;
	text-align: center;
	margin: 0px;
}
.text18pix {
    font-size: 18px;
	font-weight: bold;
	color: #FFFF99;
}
.text16pix {
    font-size: 16px;
	font-weight: bold;
	color: #FFFF99;
}
.text14pix {
    font-size: 14px;
	font-weight: bold;
	color: #FFFF99;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}

a:link.sidepanel {
	font-style: italic;
    color: #FF6600;
	text-decoration: none;
}
a:visited.sidepanel {
	font-style: italic;
    color: #FF6600;
	text-decoration: none;
}
a:hover.sidepanel {
	font-style: italic;
    color: #FF6600;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}

a:link.navbarwiki, .navbarwiki {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	width: 130px;
	text-align: center;
	height: 40px;
	display: block;	
	line-height: 40px;
	text-shadow: 3.236px 2.351px 0 rgba(0, 0, 0, 0.12);
	background: url(/css/images/reflex_button_tex_blue_inv.png) no-repeat center center;
}
a:hover.navbarwiki {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background: url(/css/images/reflex_button_tex_orng.png) no-repeat center center;
/*	
background-color:#111;
	opacity: 0.7;
*/
}

a:link.navbar, .navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	width: 130px;
	text-align: center;
	height: 40px;
	display: block;	
	line-height: 40px;
	text-shadow: 3.236px 2.351px 0 rgba(0, 0, 0, 0.12);
	background: url(images/reflex_button_tex_blue_inv.png) no-repeat center center;
}
a:visited.navbar, a:visited.navbarwiki {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
a:hover.navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background: url(images/reflex_button_tex_orng.png) no-repeat center center;
/*	
background-color:#111;
	opacity: 0.7;
*/
}
a:active.navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#main_table {
	position: relative; /* To enable the z-order */
	margin: 0px auto;
	z-index: 99;
}
#navbar_1000x50 {
	background-color:#D50;
	/* background-image: url(/gfx/navbar_bkgd.gif); */
}
.main_menu {
	width:100%;
	height: 30px;
	background-color: #09F;
	list-style: none outside none;	
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	position: absolutely;
}
li.main_menu_item {
	padding: 0px;
	width: 160px;
/*
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	border-right: 1px solid rgba(0, 0, 0, 0.2);
*/
	float: left;
	margin: 0px;
}
#news_panel {
	padding: 10px 15px 0px;
}
#news_item {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	background-color: #181818;
	border: 1px #666666;
}
#item_text {
	padding: 6px;
}
#downloads_main {
	position: relative; /* To enable the z-order */
	background-color: #181818;
	margin: 0px auto;
	z-index: 99;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	padding: 10px;
}
#TDTitle {
	position: fixed;
	left: -434px;
	top: 428px;
	color:#d50;
	font-size:110px;
	font-weight:bold;
	font-family:Verdana;
	z-index: -1; /* Send it to the back.*/
	opacity: 0.5;
	text-shadow: 3.236px 2.351px 0.1em rgba(0, 0, 0, 0.42);
}
#top_bar {
	position: absolute;
	width: 100%;
	height: 40px;
	background-color:#09F;
	z-index: -2;
}
.rotate {

/* Safari */
-webkit-transform: rotate(90deg);

/* Firefox */
-moz-transform: rotate(90deg);

/* IE */
-ms-transform: rotate(90deg);

/* Opera */
-o-transform: rotate(90deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}