﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color. EDIT: Actually it's been modified.
----------------------------------------------------------*/
body
{
	background: black url('/Images/Background.jpg') no-repeat fixed center;
	font-size: .75em;
	font-family: Verdana, Helvetica, Sans-Serif;
	color: white;
	margin: 0;
	padding: 0;
}

a:link
{
	color: #FFD100;
	text-decoration: underline;
}
a:visited
{
	color: #FFD100;
}
a:hover
{
	color: #F4D000;
	text-decoration: none;
}
a:active
{
	color: #12eb87;
}

p, ul
{
	/*
	margin-bottom: 20px;
	line-height: 1.6em;
	*/
}

textarea 
{
	width: 500px;
	height: 250px;
}

hr 
{
	border-color: #FA6D02;
}

.boldLine 
{
	border-color: #FFD100;
	border-width: 2px;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
}

h1
{
	font-size: 2em;
	padding-bottom: 0;
	margin-bottom: 0;
	color: #FFD100;
}
h2
{
	padding: 0 0 0 0;
	color: #FA6D02;
	text-transform: uppercase;
	font-family: Tahoma;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 0em;
}
h3
{
	color: #FFD100;
	font-size: 1.2em;
}
h4
{
	font-size: 1.1em;
}
h5, h6
{
	font-size: 1em;
}

hr 
{
	color: #FA6D02;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
	margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	color: #000;
	padding: 0;
}

#title
{
	display: inline;
}

#main
{
	padding: 2px 30px 10px 20px;
	width: 1160px;
	background: url('/Images/Content_center.png') repeat-y;
	_height: 1px; /* only IE6 applies CSS properties starting with an underscore */
	margin: 0px 30px 0px 0px;
}

#main_top 
{
	margin-top: 0px;
	background-image: url('/Images/Content_Top.png');
	height: 20px;
	width: 1200px;
}

#main_bottom
{
	background-image: url('/Images/Content_bottom.png');
	height: 20px;
	width: 1200px;
	margin-bottom: 100px;
}

#footer
{
	color: #999;
	padding: 10px 0;
	text-align: center;
	line-height: normal;
	margin: 0;
	font-size: .9em;
}

#menudiv 
{
	display: inline-block;
}

#menucontainer
{
	display: inline-block;
	background: url('/Images/MenuBar.png') no-repeat;
	height: 63px;
	width: 1200px;
	padding-top: 12px;
}

/* TAB MENU   
----------------------------------------------------------*/
#menu
{
	display: inline-block;
}

#menu li
{
	display: inline;
	list-style: none;
	padding: 1px 20px 1px 1px;
	margin-top: 60px;
}

#menu li#greeting
{
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
	color: #F9CB00;
}

#menu li a
{
	font-weight: bold;
	text-decoration: none;
	color: #F9CB00;
}

#menu li a:hover
{
	color: #FADC11;
	text-decoration: underline;
}

#menu li a:active
{
	color: #FADC22;
	text-decoration: none;
}

#menu li.selected a
{
	color: white;
}

#menucontainer
{
	margin-top: 0px;
}

#logindisplay
{
	display: inline;
	text-align: right;
	float: right;
	margin: 10px 20px 0px 0px; 
	color: #F9CB00;
	font-size: 1.1em;
	font-weight: bold;
}

#logindisplay a
{
	font-weight: bold;
	text-decoration: none;
	color: #F9CB00;
}

#logindisplay a:hover
{
	color: #FADC11;
	text-decoration: underline;
}

#logindisplay a:active
{
	color: #FADC22;
	text-decoration: none;
}

#logindisplay a:selected 
{
	text-decoration: none;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

.div-inline 
{
	/* display: inline-block; */
}

fieldset 
{
	/*margin: 1em 0;*/
	padding: 1em;
	border: 1px solid #CCC;
}

fieldset p 
{
	margin: 2px 12px 10px 10px;
}

legend 
{
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
	color: White;
}

input[type="text"] 
{
	width: 200px;
	border: 1px solid #CCC;
}

input[type="password"] 
{
	width: 200px;
	border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/
/*
table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}
*/

/* MISC  
----------------------------------------------------------*/
.clear
{
	clear: both;
}

.error
{
	color:Red;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
	color: #ff0000;
}

.field-validation-valid
{
	display: none;
}

.input-validation-error
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors
{
	font-weight: bold;
	color: #ff0000;
}

.validation-summary-valid
{
	display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label,
.display-field,
.editor-field
{
	margin: 0.5em 0;
}

.text-box
{
	width: 30em;
}

.text-box.multi-line
{
	height: 6.5em;
}

.tri-state
{
	width: 6em;
}

.news-item 
{
	margin-top: 35px;
}

.Track
{
/*	padding: 0 0 0 0;
	color: #FA6D02;
	font-family: Tahoma;
	font-size: 1.5em;
	font-weight: normal;
*/
	font-size: 0.9em;
}

.Session
{
	text-decoration: none;
	font-size: medium;
	font-family: Tahoma;
	font-weight: normal;
	font-style: italic;
	color: White;
	font-size: 1.0em;
}
.Session td 
{
	text-decoration: none;
	font-size: small;
	font-weight: normal;
	font-style: normal;
}

.FloatContainer 
{
	display: block;
	position: relative;
}

.FloatLeft
{
	/*display: inline-block;*/
	width: 850px;
}

.FloatRight
{
	display: block;
	position: absolute;
	top: 0px;
	left: 910px;
}

.twit-up 
{
	display: inline-block;
	font-family: Tahoma;
	font-weight: bold;
	margin-right: 15px;
	margin-top: 10px;
}

.twit-up img 
{
	vertical-align: middle;
}

/* Info Box */
.InfoBox 
{
	width: 245px;
}

.BoxTop 
{
	background: url('/images/box_top.png') no-repeat;
	height: 29px;
	padding: 0px 0px 0px 15px;
	line-height: 2em;
	font-weight: bold;
	font-size: 1.2em;
}

.BoxContent 
{
	background: url('/images/box_middle.png') repeat-y;
	padding: 8px;
}

.BoxContent a
{
	color: White;
	font-weight: bold;
	padding-bottom: 4px;
}

.BoxBottom 
{
	background: url('/images/box_bottom.png') no-repeat;
}

/* Event */
.EventDetails 
{
	border: 0px none;
}

#add_session_dialog
{
	width: 650px;
}

/* Session Style */

.TracksList 
{
	margin-left: 25px;
}

.Track 
{
	margin-left: 25px;
}

.session-title
{
	display: block;
	font-size: 1.6em;
	text-align: left;
	font-family: Tahoma;
	font-style: normal;
	font-weight: normal;
	color: #FFD100;
}

.VoteCol 
{
	margin-top: 5px;
}

.vote-up-off 
{
	cursor:pointer;
	display: block;
	font-size: 1px;
	/* Sprite Position: 122-134 - 12 pixels - 4 to match*/
	background: transparent url("/images/sprites.png") scroll 0px -118px no-repeat;
	height: 20px;
	width: 40px;
	overflow: hidden;
	margin-top: 15px;
}

.vote-up-on
{
	cursor:pointer;
	display: block;
	font-size: 1px;
	/* Sprite Position: 83-103 - 20 pixels */
	background: transparent url("/images/sprites.png") scroll 0px -83px no-repeat;	
	height: 20px;
	width: 40px;
	overflow: hidden;
}

.vote-value
{
	display: block;
	color: #F4D000;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 1.8em;
}

.vote-down-off
{
	cursor:pointer;
	display: block;
	font-size: 1px;
	/* Sprite Position: 157-169  - 12 pixels - 4 pixels to match*/
	background: transparent url("/images/sprites.png") scroll 0px -153px no-repeat;	
	height: 20px;
	width: 40px;
	overflow: hidden;
}

.vote-down-on
{
	cursor:pointer;
	font-size: 1px;
	display: block;
	/* Sprite Position: 183-203 - 20 pixels*/
	background: transparent url("/images/sprites.png") scroll 0px -183px no-repeat;
	height: 20px;
	width: 40px;
	overflow: hidden;
}

.session-status 
{
	display: block;
	margin-top: 10px;
	width: 40px;
	height: 40px;
}

.session-description-col
{
	vertical-align: top;
}

.session-suggestion 
{
	background: transparent url("/images/status_sprite.png") scroll 0px 0px no-repeat;
}

.session-unconfirmed 
{
	/* 47-83 = 36 pixels - 2 diff*/
	background: transparent url("/images/status_sprite.png") scroll 0px -45px no-repeat;
}

.session-confirmed
{
	/* 92-129 (end) */
	background: transparent url("/images/status_sprite.png") scroll 0px -90px no-repeat;
}


.session-description
{
	font-family: Lucida Console;
	vertical-align: top;
	padding-left: 10px;
}

.presentation-level 
{
	margin-left: 30px;
	font-family: Tahoma;
	font-size: 1.2em;
}

.presentation-speaking-volunteers
{
	margin-left: 30px;
	color: #FA6D02;
}

.volunteer-action-area
{
	margin-left: 30px;
	/*font-style: italic;
	font-weight: bolder;
	color: #FFD100;*/
}

/* DOWNLOADS STYLE */
.downloads-table 
{
	border: 1px solid white;
	padding: 5px;
	width: 900px;
}

.downloads-table thead th 
{
	text-align: left;
}

.downloads-table tbody td
{
	/*border: 1px solid white;*/
}

/* SCHEDULE TABLE */

#schedule 
{
	border: 1px solid #FA6D02;
	margin: 0px;
}

#schedule td
{
	border: 1px solid white;/*#FFD100;*/
	margin: 0px;
}

#schedule th
{
	border: 1px solid #FFD100;
	margin: 0px;
}

#sponsor-table 
{
	background: white;
}

/* Style for Registration */

.rsvp-yes 
{
	border: 1px solid green;
	background-color: Green;
}

.rsvp-no
{
	border: 1px solid red;
	background-color: Red;
}
