﻿/****************************
 * Page layout
 ****************************/

body
{
	background-color: #ececec;
	background-color:#000000;
	background-image: url(../Img/SpaceBg.jpg);
	background-position: center top;
}

#Main
{
	padding:0px 50px;
	margin: 0px;
}

#MainInner
{
	padding: 0px 10px;
}

#Content
{
	margin: 20px 0px 20px 170px;
}

#WideContent
{
	margin: 20px 0px 20px;
}

#ContentInner, .ContentInner
{
}

/****************************
 * Header 
 ****************************/

#Header
{
	background-color: #000000;
	height: 96px;
}

.Logo
{
	float: left;
	padding: 19px 0px 0px 19px;
}

/****************************
 * Login message
 ****************************/

.LoginMessage
{
	font-size: 0.8em;
	color: #538a7b;
	padding: 10px;
	text-align: right;
}

.LoginMessage a
{
	color:  #538a7b;
	font-weight: bold;
	text-decoration: none;
}

.LoginMessage a:Hover
{
	text-decoration: underline;
}

/****************************
 * Nav
 ****************************/

#NavBar
{
	background-color: #259bd6;
}

#Nav
{
	float: left;
}

#Nav ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#Nav ul li
{
	margin: 0px;
	padding: 0px;
	float: left;
	height: 30px;
}

#Nav ul li a
{
	display: block;
	height: 30px;
}

#Nav li.NavMainTimeline a
{
	background-image: url(/Img/NavMainTimeline.gif);
	width: 142px;
}

#Nav li.NavTimelines
{
	background-image: url(/Img/NavTimelines.gif);
	width: 105px;
}

#Nav li.NavFuturists
{
	background-image: url(/Img/NavFuturists.gif);
	width: 97px;
}

#Nav li.NavJoin
{
	background-image: url(/Img/NavJoin.gif);
	width: 160px;
}

#LoginNav
{
	float: right;
}

#LoginNav a.LoginLink
{
	display: block;
	width: 117px;
	height: 30px;
	background-image: url(../Img/NavUserLogin.gif);
}

#LoginNav div
{
	font-size: 0.8em;
	padding: 6px 20px 0 0;
}

#LoginNav div a
{
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

/****************************
 * Member nav
 ****************************/

.MemberNav
{
	padding: 7px 18px;
	font-size: 0.8em;
	color: #436986;
	font-weight: bold;
	border: dashed 1px #e2e389;
}

.MemberNav a
{
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px 4px;
}

.MemberNav a:Hover
{
	text-decoration: underline;
}

/****************************
 * Footer
 ****************************/

#Footer
{
	background-color: #000000;
	color: #1a85ca;
	font-size: 0.7em;
	height: 64px;
	font-weight: bold;
}

#FooterInner
{
	padding: 25px 20px 0px;
}

.CopyrightNotice
{
	float: left;
	padding-left: 4px;
}

.CopyrightNotice a
{
	color: #1a85ca;
	text-decoration: none;
}

.FooterLinks
{
	float: right;
	padding-right: 4px;
}

.FooterLinks a
{
	color: #1a85ca;
	margin-left: 10px;
	text-decoration: none;
}

.FooterLinks a:Hover
{
	text-decoration: underline;
}

/****************************
 * Clock
 ****************************/

.ClockDate
{
	float: right;
	position: relative;
}

.ClockDate div
{
	float: left;
}


.ClockLeftCap
{
	width: 7px;
	height: 39px;
	background-image: url(../Img/ClockCapLeft.gif);
	background-repeat: no-repeat;
}

.ClockRightCap
{
	width: 7px;
	height: 39px;
	background-image: url(../Img/ClockCapRight.gif);
	background-repeat: no-repeat;
}

.ClockDivider
{
	width: 18px;
	height: 39px;
	background-image: url(../Img/ClockDivider.gif);
	background-repeat: no-repeat;
}

.ClockText
{
	background-image: url(../Img/ClockTextBg.gif);
	background-repeat: repeat-x;
	height: 39px;
}

.ClockText div
{
	padding: 7px 3px 0px;
	font-size: 1.1em;
	color: #c8e6f5;
}

/****************************
 * Content styles
 ****************************/

.ImageHeader
{
	background-repeat: no-repeat;
	margin: 0px 0px 0px -5px;
}

.ContentTitle
{
	background-color: #1c6696;
	margin-bottom: 1px;
	padding: 12px;
}

.ContentTitle .InfoLine
{
	color: #88bbd4;
}

.ContentTitle .InfoLine a
{
	color: #88bbd4;
}

.ContentTitle h2
{
	margin: 0;
}

.ContentPanel
{
	background-color: #259bd6;
	margin-bottom: 1px;
	padding: 12px 9px;
	font-size: 0.9em;
}

.ContentPanel p
{
}

.ContentPanel p.First
{
	margin-top: 0px;
}

.ContentPanel p.Last
{
	margin-bottom: 0px;
}

h1
{
	margin: 0px;
	font-size: 1.1em;
}

h2
{
	font-weight: normal;
	font-size: 1.3em;
}

h3
{
	font-weight: bold;
	font-size: 1em;
}

h3.NoMargin
{
	margin: 0px;
}

h3 a
{
	text-decoration: none;
	color: #ffffff;
}

h3 a:Hover
{
	text-decoration: underline;
}

.SmallText
{
	font-size: 0.9em;
	color:#c8e6f5;
}

.SmallText a
{
	color: #c8e6f5;
	text-decoration: none;
	font-weight: bold;
}

.SmallText a:Hover
{
	text-decoration: underline;
}

.InfoLine
{
	font-size: 0.75em;
	color: #c8e6f5;
}

.InfoLine a
{
	color:  #c8e6f5;
	font-weight: bold;
	text-decoration: none;
}

.InfoLine a:Hover
{
	text-decoration: underline;
}

.DevMessage
{
	color: #649744;
}

/****************************
 * Event page
 ****************************/

.BigDate
{
	float: left;
	border-bottom: solid 1px #fbd4a9;
	margin-bottom: 8px;
	background-image: url(/Img/Clocks.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	padding: 2px 5px 8px 72px;
	color: #e0a323;
	font-size: 1.6em;
}

.EventShortDescription
{
	font-weight: bold;
}

.EventDescription
{
	padding-bottom: 40px;
}

.EventMetaInfo
{
	font-size: 0.9em;
	color: #c8e6f5;
}

.EventMetaInfo a
{
	font-weight: bold;
	text-decoration: none;
	color: #c8e6f5;
}

.EventMetaInfo a:Hover
{
	text-decoration: underline;
}

/*
.EventBeliefCount
{
	padding-left: 20px;
	background-image: url(/Img/SmallThumbIcon.gif);
	background-repeat: no-repeat;
	height: 20px;
}
.EventCommentCount
{
	padding-left: 20px;
	background-image: url(/Img/SmallCommentIcon.gif);
	background-repeat: no-repeat;
	height: 20px;
}
.EventEditHistory
{
	padding-left: 20px;
	background-image: url(/Img/SmallHistoryIcon.gif);
	background-repeat: no-repeat;
	height: 20px;
}
*/

.EventMemberTools
{
	background-color: #b4c9d3;
	padding: 11px 18px;
}

.EventMemberTools ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.EventMemberTools ul li
{
	float: left;
	margin: 0px;
	padding: 4px 20px 8px 30px;
	background-repeat: no-repeat;
	color: #49555c;
}

.EventMemberTools ul li.BelieveIt
{
	background-image: url(/Img/ThumbsUpIcon.gif);
	padding: 4px 20px 8px 23px;
}

.EventMemberTools ul li.WontHappen
{
	background-image: url(/Img/ThumbsDownIcon.gif);
	background-position: 0px 7px;
	padding: 4px 20px 8px 23px;
}

.EventMemberTools ul li.Comment
{
	background-image: url(/Img/CommentIcon.gif);
	background-position: 0px 3px;
}

.EventMemberTools ul li.Edit
{
	background-image: url(/Img/EditIcon.gif);
	background-position: 0px 3px;
}

.EventMemberTools ul li a
{
	text-decoration: none;
	font-weight: bold;
	color: #49555c;
}

.EventMemberTools ul li a:Hover
{
	text-decoration: underline;
}

.EventMemberTools .StatusInfo
{
	font-size: 0.8em;
	color: #49555c;
}

.EventMemberTools .StatusInfo a
{
	font-weight: bold;
	text-decoration: none;
	color: #49555c;
}

.EventMemberTools .StatusInfo a:Hover
{
	text-decoration: underline;
}

.CommentHeader
{
	font-size: 0.75em;
	color: #313131;
	padding: 24px 0px 4px;
	border-bottom: solid 1px #d9eae6;
}

.CommentHeader a
{
	color:  #538a7b;
	font-weight: bold;
	text-decoration: none;
}

.CommentText
{
	font-size: 0.9em;
	color: #8b8b81;
	padding-top: 8px;
}

.CommentText a
{
	color: #8b8b81;
	font-weight: bold;
	text-decoration: none;
}

#CommentForm
{
	color: #45655c;
}

#CommentForm .CommentPrompt
{
	padding-bottom: 3px;
	font-size: 0.9em;
}

#CommentForm .CommentTextarea
{
	width: 620px;
}

/****************************
 * Simile Timeline
 ****************************/

#TimelineLeftBg, #TimelineRightBg
{
	background-image: url(../Img/TimelineLeftBg.gif);
	background-repeat: repeat-y;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	position: absolute;
	height: 500px;
	width: 100%;
}

#TimelineLeftBg 
{
	background-image: url(../Img/TimelineLeftBg.gif);
	background-repeat: repeat-y;
}

#TimelineRightBg
{
	background-image: url(../Img/TimelineRightBg.gif);
	background-repeat: repeat-y;
	background-position: right top;
}


#IofTimeline
{
	font-size: 0.7em;
	color: #FFFFFF;
	opacity: 1.0;
}

#TimelineToolbarHolder
{
	width: 660px;
	margin: 0px auto;
	padding-bottom: 20px;
}

#TimelineToolbarLeftCap
{
	padding-left: 35px;
	background-image: url(../Img/TimelineToolbarLeftCap.gif);
	background-repeat: no-repeat;
}

#TimelineToolbarRightCap
{
	padding-right: 35px;
	background-image: url(../Img/TimelineToolbarRightCap.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#TimelineToolbar
{
	padding-top: 8px;
	text-align: center;
	background-image: url(../Img/TimelineToolbarBg.gif);
	background-repeat: repeat-x;
	height: 95px;
}

/****************************
 * Time arrow
 ****************************/

.TimeArrow
{
	width: 666px;
	background-image: url(/Img/TimeArrowMid.gif);
	background-repeat: repeat-y;
	background-position: 333px top;
	margin: 20px 0px;
}

.TimeArrow2
{
	background-image: url(/Img/TimeArrowPoint.gif);
	background-repeat: no-repeat;
	background-position: 333px bottom;
}

.TimeArrow3
{
	background-image: url(/Img/TimeArrowBase.gif);
	background-repeat: no-repeat;
	background-position: 333px top;
	height: 550px;
	position: relative;
}

.EventsHolder
{
	height: 550px;
	position: relative;
	overflow: hidden;
}

.TimeScale
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20000;
}

.FullWidthArrow .TimeScale
{
	left: -100px;
}

.CategoryChooser
{
	position: absolute;
	top: 0px;
	width: 66px;
	left: 600px;
	text-align: right;
	z-index: 10;
}

.FullWidthArrow .CategoryChooser
{
	left: 700px;
}

.TimeScale ul, .CategoryChooser ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.TimeScale ul li, .CategoryChooser ul li
{
	margin: 0px;
	padding: 1px 0px;
}

.TimeScale ul li a, .CategoryChooser ul li a
{
	font-size: 0.7em;
	color: #AAAAAA;
	text-decoration: none;
}

.TimeScale ul li a.Selected, .CategoryChooser ul li a.Selected
{
	font-weight: bold;
}


.TimeArrowStartDate, .TimeArrowEndDate
{
	position: absolute;
	left: 260px;
	width: 80px;
	font-size: 0.7em;
	color: #e0a323;
	text-align: right;
}

.TimeArrowStartDate, .TimeArrowPastLink
{
	top: -12px;
}

.TimeArrowEndDate, .TimeArrowFutureLink
{
	top: 550px;
}

.TimeArrowPastLink, .TimeArrowFutureLink
{
	position: absolute;
	left: 363px;
}

.TimeArrowPastLink a, .TimeArrowFutureLink a
{
	font-size: 0.7em;
	color: #e0a323;
	text-decoration: none;
	font-weight: bold;
}

.TimeArrowPastLink a:Hover, .TimeArrowFutureLink a:Hover
{
	text-decoration: underline;
}

.RightEvent
{
	position: absolute;
	width: 315px;
	left: 352px;
}

.RightEvent .EventInner
{
	background-repeat: no-repeat;
	background-position: left 14px;
	padding-left: 122px;
	background-image: url(/Img/RightEventNode.gif);
}

.Small.RightEvent .EventInner
{
	padding-left: 93px;
	background-image: url(/Img/RightEventSmallNode.gif);
}

.Big.RightEvent .EventInner
{
	padding-left: 160px;
	background-image: url(/Img/RightEventBigNode.gif);
}

.LeftEvent
{
	width: 315px;
	position: absolute;
	left: 35px;
}

.LeftEvent .EventInner
{
	padding-right: 122px;
	background-image: url(/Img/LeftEventNode.gif);
	background-repeat: no-repeat;
	background-position: right 14px;
	text-align: right;
}

.Small.LeftEvent .EventInner
{	
	padding-right: 93px;
	background-image: url(/Img/LeftEventSmallNode.gif);
}

.Big.LeftEvent .EventInner
{	
	padding-right: 160px;
	background-image: url(/Img/LeftEventBigNode.gif);
}

.ArrowEventDate
{
	border-bottom: solid 1px #fbd4a9;
	padding-bottom: 2px;
	color: #e0a323;
	font-size: 0.8em;
}

.RightEvent .EventInner .ArrowEventDate
{
	float: left;
	padding-right: 8px;
}

.LeftEvent .EventInner .ArrowEventDate
{
	float: right;
	padding-left: 8px;
}

.EventDetails
{
	background-color: #FFFFFF;
	padding: 3px 5px;
}

.EventInner a
{
	font-size: 0.8em;
	text-decoration: none;
	font-weight: bold;
}

.EventInner a:Hover
{
	text-decoration: underline;
}

.Small a, .Small .ArrowEventDate
{
	font-size: 0.7em;
}

.Big a, .Big .ArrowEventDate
{
	font-size: 0.9em;
}

.ArrowEventInfo
{
	color: #538a7b;
	font-size: 0.7em;
}

/****************************
 * Timelines page
 ****************************/

.TimelinesMemberTools
{
	background-color: #d9eae6;
	padding: 11px 18px;
}

.TimelinesMemberTools .StatusInfo
{
	font-size: 0.8em;
	color: #538a7b;
}

.TimelinesMemberTools .StatusInfo a
{
	font-weight: bold;
	text-decoration: none;
	color: #538a7b;
}

.TimelinesMemberTools .StatusInfo a:Hover
{
	text-decoration: underline;
}


/****************************
 * Profile page
 ****************************/

.Biography
{
}

/****************************
 * Login page
 ****************************/

.LoginForm
{
	width: 450px;
	margin: 20px auto 40px;
	border: solid 1px #ffffff;
	background-color: #259bd6;
	padding: 0px 20px;
	font-size: 0.9em;
}

/****************************
 * Listing styles
 ****************************/

table.Listing
{
	width: 100%;
}

table.Listing thead td
{
	border-bottom: 1px solid #91beb2;
	background-color: #1c6696;
	font-size: 0.9em;
	color: #91beb2;
	padding: 3px 5px;
}

table.Listing tbody td
{	
	border-bottom: 1px solid #91beb2;
	padding: 5px;
}

table.Listing tbody a
{	
	text-decoration: none;
	font-weight: bold;
}

table.Listing tbody a:Hover
{	
	text-decoration: underline;
}

/****************************
 * Form styles
 ****************************/

.Form
{
	position:relative;
	width:100%;
}

.Form h3
{
	color:#82b2a6;
	margin-bottom:0px;
	display: none;
}

.Form th, .Form td
{
	border-bottom:1px solid #1c6696;
	text-align:left;
	vertical-align:top;
	font-weight:normal;
	padding:5px 7px 5px 5px;
}

.Form th
{
	width:180px;
}

.Form td
{
}

.Form input.FormTextMedium, 
.Form input.FormTextLarge, 
.Form textarea
{
	font-family: Tahoma, Helvetica, Sans-Serif;
	width: 380px;
	font-size: 0.9em;
	padding: 2px;
} 

.Form select
{
	font-family: Tahoma, Helvetica, Sans-Serif;
	font-size: 0.9em;
	padding: 2px;
} 

.Form td input.FormTextSmall
{
	font-family: Tahoma, Helvetica, Sans-Serif;
	width: 220px;
	font-size: 0.9em;
	padding: 2px;
} 

.Form td .DateInput
{
	color: #f1bd51;
}

.Form td input.DateInputDay,
.Form td input.DateInputMonth,
.Form td input.DateInputYear
{
	font-size: 1.4em;
	border: solid 1px #f1bd51;
	color: #f1bd51;
	width: 40px;
	padding: 2px 4px;
}

.Form td input.DateInputYear
{
	width: 100px;
}

.Form tr.LastSectionRow td, .Form tr.LastSectionRow th
{
	padding-bottom: 24px;
}

.Form tr.Subheading td
{
	font-weight:bold;
	background-color:#1c6696;
	padding: 5px;
}

.Form span.FormMandatory span
{
	position:absolute;
	left:-10000px;
}
.Form th span.Mandatory
{
	position:relative;
	float:right;
	top:2px;
	right:0px;
	width:8px;
	height:9px;
	background-image: url(/Img/MandatoryIcon.gif);
}

div.ExplanatoryText, .Form div.Info, .Form div.FormFieldInfo
{
	padding-top:3px;
	color:#c8e6f5;
	font-size:0.8em;
	font-weight: normal;
}

div.ExplanatoryText a
{
	font-weight: bold;
	color: #c8e6f5;
	text-decoration: none;
}

div.ExplanatoryText a:Hover
{
	text-decoration: underline;
}

.Form .CheckBox
{
	margin-right: 6px;
}

.Form p
{
	font-size:0.85em;
	margin-top:0px;
}

.Form div.PageIndicator
{

}

.Form legend
{
	color:#e14b02;
	margin-bottom:5px;
	font-size:1.2em;
}

.Form td.Wysiwyg
{
	padding: 0px;
	border-bottom: none;
}

.ButtonHolder
{
	padding:8px 0px;
	margin-bottom:13px;
	border-bottom:1px solid #1c6696;
}

.ButtonHolder input, input.Button
{
    border: solid 1px #89bfe3;
    padding:2px 15px 2px 15px;
    color: #ffffff;
    font-size: 0.9em;
    font-weight:bold;
    background-color:#436986;
    font-family: Tahoma, Helvetica, Sans-Serif;
    margin-right: 6px;
}

div.FormInvalid
{	
	margin: 4px 0px;
	font-size: 0.9em;
	border-left: solid 2px #f1bd51;
	background-color:#ffe9d0;
	padding: 3px 2px 4px 6px;
	color: #2b2b28;
}

div.ValidationMessage, div.WarningMessage
{
	margin: 4px 0px;
	font-size: 0.9em;
	border-left: solid 2px #f1bd51;
	background-color:#ffe9d0;
	padding: 4px 2px 5px 6px;
	color: #2b2b28;
}

div.ProcessMessage
{
	margin: 4px 0px 24px;
	font-size: 0.9em;
	border-left: solid 2px #538a7b;
	background-color:#f3f2e9;
	padding: 4px 2px 5px 6px;
	color: #2b2b28;
}

.SectionLinks ul,
#ContentLinks ul
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.SectionLinks ul li,
#ContentLinks ul li
{
	background-repeat:no-repeat;
	background-position:0px 8px;
	padding:8px 0px 8px 22px;
}

/***  SEARCH STYLES ***/
#Search
{
	margin:0px 0px 10px 0px;
}

#Search .SearchResults
{
	margin:10px 0px 10px 0px;
	padding:0px;
	list-style-type:none;
	border-bottom:1px solid #e0e0e0;
}

#Search .SearchResults li
{
	border-top:1px solid #e0e0e0;
	padding:8px 4px 8px 4px;
}

#Search .SearchResults li div.Extract
{
	font-size:0.9em;
	margin-top:4px;
}

#Search .SearchResults li div.Extract span.SearchHit
{
	background-color:#d1e4ff;
}

