﻿.primary-1 { background-color: #0C5AA6 }
.primary-2 { background-color: #26527C }
.primary-3 { background-color: #04396C }
.primary-4 { background-color: #408AD2 }
.primary-5 { background-color: #679ED2 }
 
.complement-1 { background-color: #FF9700 }
.complement-2 { background-color: #BF8530 }
.complement-3 { background-color: #A66200 }
.complement-4 { background-color: #FFB140 }
.complement-5 { background-color: #FFC673 }

body {
	margin: 0; padding: 0;
	background: #101010;
	color: white;
	/*font-family: 'lucida grande', lucida, tahoma, helvetica, arial, sans-serif;
    */
    font-family: Arial, Sans-Serif;
    font-size: 11pt;
    /*overflow:scroll;*/
	}
	
#divTopBg
{
	position: absolute; top: 0; left: 0; z-index: -1;
	width: 100%; height: 143px;
	background: #0C1A26;
}

#divMain
{
	position: relative;
	width: 780px;
	margin: 0px auto;
	padding: 13px 0 0 0;
}

/* @group Header */

#divLogo
{
	position: absolute;
	width: 780px; height: 140px;
	z-index:10;
	left: 0px;
	top: 0px;
	background-image: url(images/WIRED_logo.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#divHeader
{
	position: relative;
	width: 780px; height: 130px;
	background-color: white; /*rgb(12, 90, 166);*/
	vertical-align:bottom;
}

#header h2 {
	position: absolute; top: 65px; right: 140px;
	margin: 0;
	width: 8em;
	font-size: 15px;
	line-height: 1.33;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	}
/* @end */

/* @group menu */

#menu {
	padding: 0px;
	margin:0px;
	list-style-type: none;
	height: 26px;
	font-weight:bold;
	width: 100%;
	text-align:justify;
	}
#menu li {
	float: left;
	width: 129px;
	/*
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #FFFFFF;
	*/
	border-right: solid 1px white;
	}
#menu a {
	position: relative;
	display: block;
	margin: 0px 0px 0px 0px;
	height: 24px;
	font-size: 10px;
	line-height: 24px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	background: #04396C url(images/menubg.gif);
	color: #FFB140;
	}
#menu a span {
	display: block;
	position: absolute; top: 5px; left: 8px;
	width: 8px; height: 8px;
	background: #FF9700;
	border-bottom: solid 1px #000000;
	}
#menu a.sel {
	background: #0C5AA6 url(images/menuselbg.gif);
	color: #FF9700;
	border-bottom: solid 1px #0C5AA6;
	}
#menu a:hover {
	background: #0C5AA6 url(images/menuselbg.gif);
	color: #FF9700;
	}
/* @end */

#divContent {
    margin-top: -2px;
	padding: 1px;
	color: white;
	background-color: #26527C;
	min-height: 500px;
	}
	
#divContent a
{
    color: #679ED2
}
	
#tdLeft
{
	padding: 10px 20px;
	/*
	border-right: 1px dotted #679ED2;
	border-bottom: 1px dotted #679ED2;
	*/
}

#tdRight
{
	margin: 0 20px 0 0;
	padding: 10px 10px;
}

#footer {
	margin: -1px 0px 10px 0px;
	padding: 5px 0;
	text-align: center;
	/*
	border-top: 1px dotted #679ED2;
	border-bottom: 1px dotted #679ED2;
	*/
	color:#679ED2;
	background-color:#26527C;
	}
#footer a {
	padding: 3px 5px;
	color:#408AD2;
	}

.cleaner {
	clear: both;
	height: 1px; margin: 0;
}

div.quote
{
    font-family:Times New Roman;
    font-size: 11pt;
    font-style: italic;
    /*
    padding-left: 20px;
    padding-right: 20px;
    */
}

h1
{
	text-transform: uppercase;
    font-size: 12pt;
    font-weight:bold;
    margin-top:0px;
    color:#FFB140;
}

h2
{
	text-transform: uppercase;
    font-size: 9pt;
    font-weight:bold;
    margin-top:0px;
}

h2 a
{
    color: #679ED2;
}

img.inline
{
    border: solid 1px #FF9700;
}

span.hilite
{
    font-weight:900;
    font-size: 12pt;
}

td.FormLabel
{
    text-transform: uppercase;
    font-weight:bold;
}

.WaterMark
{
    color: GrayText;
}

textarea
{
    font: inherit;
}

.cite
{
    margin-left: 15px;
    font-size: 10pt;
    margin-top: 5px;
}