/**************************************/
/*** Reset styles                   ***/
/**************************************/
body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

a {
    outline: none;
}

/**************************************/
/*** Basic settings                 ***/
/**************************************/
body, input, select, textarea, optgroup {
    font-family: Georgia, Times New Roman, Serif;
}

body {
    background-color: #000; 
    font-size: 100%;
    color: #cccccc;
    line-height: 1.1em;
    padding: 0px;
    margin: 0px;
}

h1 {
    display: block;
    position: absolute; 
    width: 199px;
    height: 20px;
    right: 429px; 
    top: 271px;
    color: #fff; 
}

h1 a {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

h1 span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url(/assets/images/gen/img-logo-h1.gif) no-repeat left top;
}

h2, h3 {
    font-family: Helvetica, Arial, Verdana, Sans-Serif;
    font-style: normal;
    font-weight: bold;
    color: #ffffff;
}

h2, h3 {
    font-size: 2.1em;
}

.sIFR-active h2, h3 {
    font-size: 2em;
}

a {
    text-decoration: none;
}

a.hiddenLink 
{
    position: absolute;
    left: -1000px;
}


/**************************************/
/*** Site-wide page layout stuff    ***/
/**************************************/
div#page {
    width: 100%;
    padding: 0px;
    margin: 0px;
    font-size: 0.75em;
}

div#main div.copy p {
    padding: 0px 0px 19px 0px;
}

div#page div.copy p strong {
    font-size: 1.4em;
    font-style:normal;
    color: #fff;
    font-weight: normal;
}

div#page div.copy p.first:first-line {
    line-height: 130%;
}

div.copy p.first:first-letter {
    font-size: 1.8em !important;
    line-height: 100%;
}

div#page p a {
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    padding: 0px 1px 0 0;
    
}

div#page div.copy p a {
    background-color: #ffff00;
    color: #000000;
    
}

div#page div.copy p a:hover {
    background-color: #000000;
    color: #ffff00;
}

div#page div.form p a {
    background-color: #ec008c;
    color: #ffffff;
}

div#page div.form p a:hover {
    background-color: #ffffff;
    color: #ec008c;
}

div#header {
    display: none;
}

div#contentArea {
    position: relative; 
    width: 960px; 
    margin: 0px auto; 
    min-height: 500px; 
    padding: 0px;
    background-position: left top;
    background-repeat: no-repeat;
    z-index: 10;
}

div#main {
    float: right;
    min-height: 500px; 
    min-width: 357px; 
    margin: 0px;
    padding: 0px;
}

div.hr {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 960px;
    background: url(/assets/images/gen/img-contentbottomline.png) no-repeat left top;
}

div.hr hr {
    display: none;
}


/**************************************/
/*** Main navigation                ***/
/**************************************/
div#mainNav {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	font-family: Georgia;
	font-style:italic;
	width: 100%;
}

div#mainNav ul {
    padding: 0px 0px 0px 0px;
   
}

div#mainNav ul li {
	list-style:none;
	float:left;
	margin:0px 1px 2px 0px;
	float:left;
	font-size: 1.1em;
}
	
div#mainNav ul li a {
	display:block;
	margin:0;
	height: 20px;
	text-decoration:none;
	text-transform: lowercase;
	float:left;
	background-color:#ffffff;
	color:#000000;
	padding: 1px 7px 0 7px;
}

div#mainNav ul li a:hover, #mainNav ul li a.on  {background-color:#000000;color:#ffffff;}

div#flashNav {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 11;
}


/**************************************/
/*** Sub-navigation                ***/
/**************************************/
div#subNav {
    position: absolute;
    right: 0px;
	top: 125px;
    height: 520px;
    overflow: hidden;
    width: 24px;
    z-index: 10;
    border: none;
}

div#subNav ul {
    margin: 5px 0px 0px;
    float: right;
}

div#subNav ul li {
    margin: 0px 0px 1px 0px;
}

div#subNav ul li a {
    display: block;
    width: 24px;
    text-indent: -1000em;
    background-position: right top;
    background-repeat: no-repeat;
}

div#subNav ul li.reg a { height: 70px; }
div#subNav ul li.log a { height: 63px; }
div#subNav ul li.prf a { height: 110px; }
div#subNav ul li.logout a { height: 80px; }

div#subNav ul li.on a {
    background-position: left top;
}

div#subNav ul li.reg a:hover,
div#subNav ul li.log a:hover,
div#subNav ul li.prf a:hover,
div#subNav ul li.logout a:hover {
    background-position: left top;
}


/**************************************/
/*** Site footer                    ***/
/**************************************/
div#footer {
    width: 960px;
    margin: 0px auto 0px auto;
    background-color: #000;
    font-size: 0.688em;
    font-style: italic;
    overflow: hidden;
    color: #5F5E5E;
}

div#footer label {
    text-transform: lowercase;
}


div#footer ul {   
    margin-top:5px;
    float: right;
}

div#footer ul li    {display: inline; float:left; margin: 0px 12px 0px 0px;}
div#footer ul li a {
    color: #5F5E5E;
    border-right: solid 1px #5F5E5E;
    padding: 0px 12px 0px 0px;
    text-transform: lowercase !important;
    font-weight: normal !important;
}

div#footer ul li a:hover {
    color: #ffffff;
}

div#footer ul li.last {
    margin: 0px;
    padding: 0px;
}

div#footer ul li.last a {
    border-right: none;
    padding: 0px;
    margin: 0px;
}


/**************************************/
/*** Form elements                  ***/
/**************************************/
.form {
    font-size: 0.9em;
    font-style: italic;
    color: #999999;
    
}

.form p {
    line-height: 1.3em;
}

input, select, textarea, optgroup, option 
{
    font-size: 100%;
    font-style: italic;
}

select {
    background-color: #262626;
    border: solid 1px #000;
    border-top-color: #363434;
    border-right-color: #616060;
    color: #fff;
    height: 16px;
    padding: 0px;
}

.invalidInput,
.invalidInput em {
    color: #00CCFF !important;
}

fieldset {
    border: none;
}

fieldset em {
    color: #fff;
}

.highLight {
    color:#ff00cc;
    float: left;
}

fieldset input.text {
    background-color: #000;
    border: solid 1px #000;
    border-top-color: #363434;
    border-right-color: #616060;
    color: #ff00ff;
    width: 192px;
    height: 14px;
    padding: 0px;
}

fieldset input.fileUpload {
    background-color: #000;
    border: solid 1px #000;
    border-top-color: #363434;
    border-right-color: #616060;
    color: #ff00ff;
    width: 212px;
}

.button 
{
    border: none;
    color: #999999;
    height: 18px;
    margin: 5px 0px 0px 0px;
    padding: 0px 20px 0px 5px;
    background: url(/assets/images/gen/bg-button.gif) no-repeat right top;
    font-style: italic;
    cursor: pointer;
    overflow:visible;
    text-transform: lowercase;
}

.button:hover {
    color: #fff;
    font-style: italic;
}

a.button 
{
    display: block;
    float: left;
    background: url(/assets/images/gen/bg-button.gif) no-repeat right top;
}

a.close {
    float: right;
    background: url(/assets/images/gen/bg-button-close.gif) no-repeat right top;
}

div.iframeRegForm a.close {
    margin: 0px 18px 0px 0px;
}

div#loginForm a.close {
    margin: 0px 15px 0px 0px;
}

fieldset label {
    display: block;
    margin-bottom: 5px;
}

span.checkBox input,
span.checkBox label {
    float: left;
    width: 200px;
}

span.checkBox input {
    width: 15px; 
    height: 15px;
    margin: 0px 5px 0px -1px;
}


/**************************************/
/*** Dynamic forms (login/register) ***/
/**************************************/
div#registrationForm,
div#loginForm {
    position: absolute;
    left: 24px;
    width: 250px;
    top: 0px;
    min-height: 460px;
    background: url(/assets/images/gen/bg-form-top.png) no-repeat left top;
    cursor: default;
    z-index: 2;
    padding: 0px;
    overflow: hidden;
}

div#registrationFormMid,
div#loginFormMid {
    margin: 5px 0px 0px 0px;
    padding: 7px 0px 9px 21px;
    background: url(/assets/images/gen/bg-form-mid.png) repeat-y left top;
}

div#registrationFormBot,
div#loginFormBot {
    width: 281px;
    height: 10px;
    background: url(/assets/images/gen/bg-form-bot.png) no-repeat left top;
}

input.register {
    margin: 6px 30px 0px 0px;
}

div#registrationForm iframe {
    width: 244px;
    height: 500px;
    margin: 0px;
    background-color: Transparent;
}

fieldset#registrationFieldset img,
fieldset#profileFieldset div#screenName img {
    margin: 0px;
    padding: 1.8em 0 0 0;
}

fieldset#loginFieldset,
div.iframeRegForm {
    width: 213px;
    overflow: hidden;
}

fieldset#registrationFieldset input.button,
fieldset#profileFieldset input.button,
fieldset#loginFieldset input.button,
div.iframeRegForm input.button {
    float: right;
    margin: 0px 0px 0px 2px;
}

div.iframeRegForm input.register {
    margin: 0px 18px 0px 2px;
}

fieldset#registrationFieldset p,
fieldset#loginFieldset p {
    display: block;
    float: left;
    width: 196px;
    margin: 0px;
    min-height: 51px;
}

fieldset#registrationFieldset label,
fieldset#loginFieldset label {
    float: left;
}

fieldset#registrationFieldset p.last {
    margin-bottom: 0px;
    width: 225px;
}

fieldset#registrationFieldset label {
    float: left;
}


/*** Content ***/
/*** Home-1.1.aspx & Icons-1.1.aspx ***/
div#crtYrTimeline {
    float: left;
    position: relative;
    width: 208px;
    height: 151px;
    padding: 50px 25px 0px 42px;
    margin: 2px 0px 0px 0px;
    background: transparent url(/assets/images/home/bg-timeline.jpg) no-repeat left top;
}

div#crtYrTimeline a {
    display: block;
    position: absolute;
    left: 0px;
    margin-top: 3px;
    width: 265px;
    height: 150px;
    padding: 5px;
    background-color: Transparent;
    font-family: Helvetica, Arial, Verdana, Sans-Serif;
    font-style: normal;
    color: #fff;
    font-weight: bold;
    text-align: center;
    cursor:pointer;
}

div#crtYrTimeline a span {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.sIFR-active div#crtYrTimeline {
    font-size: 1.8em;
}

span.low,
span.high {
    color: #000;
    font-family: Helvetica, Arial, Verdana, Sans-Serif;
    font-style: normal;
    font-weight: bold;
    display: block;
    text-align: left;
}

span.low {
    text-transform: uppercase;
    font-size: 1.2em;
}

span.high {
    font-size: 1.8em;
    font-style: normal;
    color: #EE6411;
    line-height: 1.1em;
}

.sIFR-active span.low {
    font-size: 1.2em;
}

.sIFR-active span.high {
    font-size: 1.8em;
}


/*** Revelation ***/
body.revelation div#footer {
    width: 910px;
    padding: 0px 25px;
    background-color: transparent;
}

body.revelation div#footer a {
    border-top: none;
    background: none;
}

div#revNav {
    position: relative;
    margin: 25px 0px 0px 33px;
    width: 553px;
    padding: 0px;
    min-height: 0px;
}

a.revHomeLink {
    display: block;
    position: relative;
    width: 324px;
    height: 109px;
    padding: 0px;
    margin: 0px;
}

a.revHomeLink span {
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 324px;
    height: 109px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left top;
    margin: 0px;
    padding: 0px;
}

div#revNav ul {
    margin: 0px;
}

body.revelation p a,
div#revNav ul li a,
div#revFooterNav ul li a {
    background-color: #ffff00;
    color: #000;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    padding: 0px;
}

div#revNav a {
    background-color: Transparent;
}

div#revNav ul li,
div#revFooterNav ul li {
    margin: 0px;
    float: left;
}

div#revNav ul li#homeNav {
    float: none;
    margin-bottom: 6px;
}

div#revNav ul li a,
div#revFooterNav ul li a {
    margin: 0px 2px 0px 0px;
    background-color: #fff;
    padding: 0px 1px 0px 1px;
}

div#revNav ul li a:hover,
div#revFooterNav ul li a:hover {
    background-color: #000;
    color: #fff;
}

div#revNav ul li a.on {background-color: #8F8F8F;}
div#revNav ul li.vote a {background-color: #466EFD;}

div#revNav ul li#homeNav a {
    margin: 0px;
    background-color: transparent;
    padding: 0px;
    border: none;
    cursor: pointer;
    text-indent:-10000px;
}

div#revNav ul li#homeNav a:hover {
    background-color: transparent;
}

div#revFooterNav ul {
    float: right;
    margin: 0px 24px 10px 0px;
    z-index: 10;
}

div#revNav h2 {
    margin: 15px 0px 0px 0px;
    color: #8F8F8F;
}

body.revelation span#ttc {
    z-index: 20;
    position: absolute;
}

body.revelation span.toolTip span {
    float: left; 
    background: transparent url(/assets/images/revelation/bg-tooltip-top.png) repeat-x left top;
}

body.revelation span.toolTip span.l,
body.revelation span.toolTip span.r {
    width: 3px; 
    height: 21px; 
    padding: 0px; 
    background: transparent url(/assets/images/revelation/bg-tooltip-l.png) no-repeat left top;
}

body.revelation span.toolTip span.r {
    background-image: url(/assets/images/revelation/bg-tooltip-r.png);
}

body.revelation span.toolTip span span.text {
    padding: 1px 2px 2px 2px; 
    background: transparent url(/assets/images/revelation/bg-tooltip-btm.png) no-repeat center bottom;
    color: #000;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
}

.sIFR-active div#revNav h2 {
    margin: 7px 0px 0px 0px;
}


/*** Generic styles ***/

/*  .clearFix should allow floated elements to clear themselves 
    without adding extra mark up
    Ref: http://positioniseverything.net/easyclearing.html */
.clearFix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearFix           {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearFix    {height: 1%;}
.clearFix           {display: block;}
/* End hide from IE-mac */


div#disableDiv {
    position: absolute;
    visibility: hidden;
    top: 0px;
    left: 0px;
    width: 960px;
    height: 500px;
    background: #000 url(/assets/images/gen/bg-overlay.gif) repeat-y left top;
	z-index: 9;
}

div#disableDiv a {
    cursor: pointer;
    display: block;
    width: 960px;
    height: 500px;
    text-indent: -1000em;
    background-color: Transparent;
}

.loginSubmit {float:left;clear:right;margin-bottom:3px;float:right;}
 
div#main div#iconHeader q {
    quotes:"\201C" "\201D" "\2018" "\2019";
}

q:before {
    content:open-quote;
}
q:after {
    content:close-quote;
}


/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/

/*---- sIFR ---*/
.sIFR-flash {visibility: visible !important;margin: 0;padding: 0;}
.sIFR-replaced, .sIFR-ignore {visibility: visible !important;}
.sIFR-alternate {position: absolute;left: 0;top: 0;width: 0;height: 0;display: block;overflow: hidden;}

/*---- Styling ---*/
.sIFR-active h2,
.sIFR-active h3 {visibility: hidden; font-family: Verdana; line-height: 1em;}