body{
margin:0;
padding:0;
font-family: Verdana,Helvetica,Ariel;
font-size: 13px;
color:#c0c0c0;
background-image: url(../pix/stars_pattern.gif);
background-attachment: fixed;
background-position: top left;
background-repeat: repeat;
background-color: #000000;
}



#top {
width: 100%;
background-image: url(../pix/black_stars.jpg);
background-position: top left;
background-repeat: repeat-x;
z-index: 1;
background-attachment: fixed;
}

#planets {
width: 100%;
background-image: url(../pix/planets.jpg);
background-position: top center;
background-repeat: no-repeat;
z-index: 2;
background-attachment: fixed;
}

#header {
position:fixed;
width: 100%;
height: 400px;
z-index: 0;
}

#content {
height: 100%;
width: 100%
overflow: scroll;

}


a{font-weight:bold;}
a:link{		color:#cccccc;}
a:visited{	color:#aaaaaa;}
a:active{	color:#cccccc;}
a:hover{	color:#ffffff;}



#dhtmltooltip{
position: absolute;
width: 200px;
border: 2px solid #000000;
padding: 2px;
background-color: #212121;
visibility: hidden;
z-index: 100;
}


.toptab{
text-indent:1em;
color:#ddd;
background-color: transparent;
font: bold 22px Verdana;
text-align: left;
}

.toptab a{
text-decoration:none;
font: bold 18px Verdana;
width:200px;
border:2px solid #888;
border-bottom:0;
color:#222;
background:#999
}

.toptab a:visited{
color:#333;
}

.toptab a:hover{
background:#bbb;
color:#333;
}

#tabcontent {
font: 0.9em/1.3em Verdana, Ariel;
color:#fff;
text-align: justify;
background-color:rgba(4,21,27,0.5);
padding: 9px;
border: 2px solid #666;
z-index: 2;
}


.hidden
 {
  display: none;
  position: absolute;
 }

.menu{
	width: 152px;
	border-style: solid solid solid solid;
	border-color: #aaa;	
	border-width: 1px;
	background-color:#333;
	margin: 10px;
padding: 4px;
}


#centre {
	margin: 15px auto 0;
	
}

nav{
	background: rgb(49,78,82); /* Fallback Background color */
	background: url(images/pattern.png), -moz-linear-gradient(top, rgba(49,78,82,1) 0%, #314e52 100%); 
	background:url(images/pattern.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(49,78,82,1)), color-stop(100%,rgba(34,53,56,1)));
	width: 775px;
	height: 40px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: solid 1px #251400;
	text-align: center;
	line-height: 39px;
	font-size: 13px;
	margin-top:15px;
	margin-bottom: 50px;
}

nav li a, nav li a:visited, nav li a:hover{
	color: #FFFFFF;
	text-shadow: rgba(256, 256, 256, 0.3) 0 1px;
	text-decoration: none;
	display: block /* Sets the Clickable area to block to the parent */
}


nav li:hover a {
	color: #fff;
	text-shadow: #000 1px 1px;
}

nav li:hover {background: rgba(256, 256, 256, 0.1)}

nav li{
	float: left;
	list-style: none;
	width: 100px;
	border-right: solid 1px #251400;
	border-left: solid 1px rgba(256, 256, 256, 0.3);
	margin: -13px 0 0 0;
}

nav li:first-child {
	border-left: none;
}

nav li:last-child {
	border-right: none;
}

ul li ul li {
	float: left;
	margin: 0 0 0 0;
	width: 125px;
}

ul li ul li a img {
	margin: 5px 0 -5px 0;
	padding: 0 5px 0 0;
}

ul ul{
	display:none;
	border: solid 1px rgba( 256, 256, 256, 0.1);
	border-top: none;
	background: rgba( 0, 0, 0, 0.6);
	border-radius: 5px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	-moz-border-radius: 5px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-radius: 5px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	
}

ul li:hover ul{
	position:absolute;
	display: inline;
	top:41px;
	left: 10px;
	width: 700px;	
}

ul li ul li{
	border: none;
}


.shadow{
    width: 775px;
    margin: 0 auto;
    position:relative;
}

.sh_bottom:after{
    content: "";
    position:absolute;
    right: 0; bottom:0;
    width:387.5px; height: 20px;
    z-index: -1;
    -moz-box-shadow: 0px 20px 10px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0px 20px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 20px 10px rgba(0, 0, 0, 0.7);
    -moz-transform:skew(2deg,2deg) translate(-5px,-15px);
    -webkit-transform:skew(2deg,2deg) translate(-5px,-15px);
    transform:skew(2deg,2deg) translate(-5px,-15px);
}
.sh_bottom:before{
    content: "";
    position:absolute;
    left: 0; bottom:0;
    width:387.5px; height: 20px;
    z-index: -1;
    -moz-box-shadow: 0px 20px 10px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0px 20px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 20px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform:skew(-2deg,-2deg) translate(5px,-15px);
    -moz-transform:skew(-2deg,-2deg) translate(5px,-15px);
    transform:skew(-2deg,-2deg) translate(5px,-15px);
}



table {
font-family: 'Verdana', 'Lucida Grande',  Verdana;
color: #C0C0C0;
font-size: 13px;
}



table.quote {
width:80%;
border: 1px dashed #404040;
background-color: #202020;
font-family: 'Trebuchet MS', 'Lucida Grande',  Verdana;
color: #C0C0C0;
font-size: 10px;
margin-left: 10px;
}


table.menu {
border: 1px solid #404040;
background-color: #202020;
font-family: 'Trebuchet MS', 'Lucida Grande',  Verdana;
color: #C0C0C0;
font-size: 12px;
}


table.content, table.notice3, table.notice2, table.notice1, .table_content, div.content {
border: 1px solid #000;
background-color:rgba(4,21,27,0.7);
font-family: 'Trebuchet MS', 'Lucida Grande',  Verdana;
color: #C0C0C0;
font-size: 14px;
}

table.back {
background-color:rgba(4,21,27,0.5);
padding: 10px;
/** CSS 3 **/
border-top-right-radius: 10px; border-bottom-left-radius: 10px; 
-webkit-border-top-right-radius: 10px; -webkit-border-bottom-left-radius: 10px; 
-moz-border-radius-topright: 10px; -moz-border-radius-bottomleft: 10px;

border-top-left-radius: 10px; border-bottom-left-radius: 10px; 
-webkit-border-top-left-radius: 10px; -webkit-border-bottom-left-radius: 10px; 
-moz-border-radius-topleft: 10px; -moz-border-radius-bottomleft: 10px;

border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; 
-webkit-border-bottom-right-radius: 10px; -webkit-border-bottom-left-radius: 10px; 
-moz-border-radius-bottomright: 10px; -moz-border-radius-bottomleft: 10px;
box-shadow: 0 0 5px #000;
-moz-box-shadow: 0 0 5px #000;
-webkit-box-shadow: 0 0 5px #000;

width:700px;
}

table.scan {
border: 1px solid #404040;
background-color: #202020;
font-family: 'Trebuchet MS', 'Lucida Grande',  Verdana;
color: #C0C0C0;
font-size: 12px;
}

tr.title, tr.title td {
/** background-image: url(../pix/gradient_grey_dark.jpg); **/
font-family: Verdana,"Trebuchet MS";
color: #fc0;
font-size: 15px;
font-weight:bold;
border-bottom: 1px solid #000;
}

tr.title_nb {
font-family: Verdana,"Trebuchet MS";
color: #fc0;
font-size: 13px;
font-weight:bold;
background-color:rgba(0,0,0,0.5);
}

table.content_b2 {
border: 1px solid #404040;
background-color: #101010;
font-family: Verdana,"Trebuchet MS";
color: #C0C0C0;
font-size: 12px;
}

.title a{
text-decoration:underline;
font-weight:bold;
color:#fc0;
}


select, textarea, input { 
background-color: #202020; 
color: #c0c0c0; 
border: 1px solid #404040;
}

select.r, textarea.r, input.r { 
background-color: #611; 
color: #c0c0c0; 
border: 1px solid #a22;
}

.colourone{
background-color:rgba(0,0,0,0.8)
}
.colourtwo{
background-color:rgba(0,0,0,0.4)
}
.colourthree{
background-color:rgba(0,0,0,0.2)
}


.notice1{
border:2px dashed #000;
background-color:#202020
}
.notice2{
border:4px dotted #A00;
background-color:#400
}
.notice3{
border: 1px dashed #202020;
border-color:#009900;
}

.login {
font-size:12px;
background: #202020;
border-bottom: 1px solid #404040;
border-right: 1px solid #404040;
border-left: 1px solid #c0c0c0;
border-top:1px solid #c0c0c0; 
color:#c0c0c0;
text-decoration:none;
cursor: pointer;
FONT-FAMILY: Verdana;
}

.Universe
{
text-align:left;
float:left;
width: 225px;
border: 1px solid #cccccc; 
margin: 3px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
}

#tabbed_box_1 {
	margin: 0px auto 0px auto;
	width:100%;
}


.tabbed_area {
	padding:8px;	
}

ul.tabs {
	margin:0px; padding:0px;
	margin-top:5px;
	margin-bottom:6px;
}
ul.tabs li {
	list-style:none;
	display:inline;
}
ul.tabs li a {
	background-color:#464c54;
	color:#ffebb5;
	padding:8px 14px 8px 14px;
	text-decoration:none;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	border:1px solid #464c54;
	background-image:url(images/tab_off.jpg);
	background-repeat:repeat-x;	 
	background-position:bottom;
}
ul.tabs li a:hover {
	background-color:#2f343a;
	border-color:#2f343a;
}
ul.tabs li a.active {
	background-color:#ffffff;
	color:#282e32;
	border:1px solid #464c54; 
	border-bottom: 1px solid #ffffff;
	background-image:url(images/tab_on.jpg);
	background-repeat:repeat-x;
	background-position:top;	
}
.tcontent {
	padding:10px; 	
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/content_bottom.jpg);
	background-repeat:repeat-x;	 
	background-position:bottom;	
}
#tcontent_2, #tcontent_3 { display:none; }

.tcontent ul {
	margin:0px;
	padding:0px 20px 0px 20px;
}
.tcontent ul li {
	list-style:none;
	border-bottom:1px solid #d6dde0;
	padding-top:15px;
	padding-bottom:15px;
	font-size:13px;
}
.tcontent ul li:last-child {
	border-bottom:none;
}
.tcontent ul li a {
	text-decoration:none;
	color:#3e4346;
}
.tcontent ul li a small {
	color:#8b959c;
	font-size:9px;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	left:4px;
	top:0px;
}
.tcontent ul li a:hover {
	color:#a59c83;
}
.tcontent ul li a:hover small {
	color:#baae8e;
}

