﻿

/* GSEA Website REMIX v3 June 2009 */

/* ---- LightBox CSS Stuff ----- */

.PT ul
{
    margin:3px;
	padding:0;
	list-style:none;
}

.PT ul li
{
	padding:0;
	float:left;
	margin:0 .4em .4em 0;
	background:#fff;
	width:auto;
	border:1px solid #1a150f;
	background-position:center center;
	background-repeat:no-repeat;
	overflow:hidden;
}

.PT li a
{
	width:60px;
	height:60px;
	border:solid 1px #fff;
	display:block;
	text-indent:-5000px;
	font:0/0 Arial;
}

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/_wpresources/QuestechSystems.SharePoint/1.0.0.0__f1874fca2a9b1c17/Images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}

#prevLink{
	width: 49%;
	height: 100%;
	background: transparent url(/_wpresources/QuestechSystems.SharePoint/1.0.0.0__f1874fca2a9b1c17/Images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:visited:hover { background: url(/_wpresources/QuestechSystems.SharePoint/1.0.0.0__f1874fca2a9b1c17/Images/prevlabel.gif) left 15% no-repeat; }
#prevLink:hover { background: url(/_wpresources/QuestechSystems.SharePoint/1.0.0.0__f1874fca2a9b1c17/Images/prevlabel.gif) left 15% no-repeat; }
#nextLink:visited:hover { background: url(/_wpresources/QuestechSystems.SharePoint/1.0.0.0__f1874fca2a9b1c17/Images/nextlabel.gif) right 15% no-repeat; }


#nextLink:hover { background: url(/_wpresources/QuestechSystems.SharePoint/1.0.0.0__f1874fca2a9b1c17/Images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;

	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	

/*------ Master Page Template Stuff ----  */
body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 10pt;
	background-color: #000000;
	background-repeat:repeat;
	margin: 0;
	background-image:url('http://www.gsea.org/images/GSEAbackgroundRevised.jpg');
	background-repeat:no-repeat;
	background-position: left 0px;

}

a {
	color: red;
	text-decoration:none;
}

.noborder {
	border-width: 0px;
}

a:hover {
	text-decoration:underline;
}

#eonetworklinks {
	top:0px;
	border: 1px #ffffff thin;

	right:0px;
	position: relative;
	width: 300px;
	color:white;
}

#web20iconrow {
	float:right;
	width: 330px;
	font-size: .7em;
	text-align:right;
	height:35px;
	position: relative;
	z-index: 100;

}

#NavigationContainer {
	
	
	width: 2000px;
	background-image:url('http://www.gsea.org/images/GSEAnavBarBack.png');
	background-repeat:no-repeat;
	position:relative;
	height: 200px;
	top:0px;
	left:-315px;
	z-index: 99;

	
}

.web20icons {
	margin-left: 5px;
}


/* Overall Page Wrapper */
#pageWrapper {
	margin: auto;
	width: 100%;
	z-index: 1;
		margin-bottom: 60px;
}

#siteActions {
float: right;
z-index: 10;
top: 0px;
position: fixed;
background-color:#ffffff;
border: 1px #e0e0e0 solid;

}

h1 {
	font-weight: bold;
	font-size: 16px;
}

/* Main Body Content */

#mainContentWrapper {
	margin:auto;
	width:950px;
	background-color: #ffffff;
	padding: 10px;
	min-height: 500px;
}

#mainContent {
	margin-top: 180px;
	min-height:200px;
	line-height: 20px;


}

#pageheader {
	position:fixed;
	width:100%;
	height: 200px;
	margin: auto;
	top:0px;
	background-color: #000000;
	z-index: 2;
	background-image:url('http://www.gsea.org/images/GSEAbackground_Diff.jpg');
	background-repeat:no-repeat;


}

#pageheaderNav {
	height:  52px;
	/*background: url(/images/menu-bg.jpg) repeat-x; */
	
		top: 160px;
	position: absolute;
	width:  950px;
	padding: 0px;
	text-align:center;
	z-index:101;
}

#pageheaderLogo {
	margin-top: 15px;
	height: 75px;
	width: 400px;
	color:  #ffffff;
	position: absolute;
	
}


#pageheaderRegisterLinks {
	margin-top: 10px;

	height: 75px;
	width: 400px;
	color:  #ffffff;
	position: absolute;
	margin-left: 550px;

}

#pageheaderContent {
	margin: auto;
	width:950px;

}



/* Overall Page Footer */
#pagefooter {
	background-color: #005884;
	height: 15px;
	text-align: center;
	color: #ffffff;
	font-size: 10px;
	bottom: 0px;
	
	width: 100%;
	padding-top: 5px;
	position: fixed;


}


/* ----- Sharing is Caring Stuff ----- */

/* float web part panel */
.ms-ToolPaneOuter { position: absolute; height: 80% !important; border: 2px #6f9dd9 solid; top: 0; right: 0; z-index: 35; }
td#MSOTlPn_MainTD { width: 0 !important; }
td#MSOTlPn_ToolPaneCaption { cursor: move; } 


/* Global Navigation Items */
.globalNavItem { padding: 5px; padding-bottom: 15px;   font-size : 8pt; margin-top:10px; 
 }
.globalNavItem a { color: #fff; text-decoration: none; text-transform: uppercase; font-weight:bold; }
.globalNavItem a:hover { color: red;  }
.globalNavItem a:active { color: red; }



.globalNavMenu { min-width: 100px; text-align:left; border: 1px #000000 solid; font-weight:bold; font-size: 7pt;}
.globalNavMenuItem { border-bottom: 1px #fff solid; text-align:left; padding:3px;  }
.globalNavMenuItem a { display: block; background: #005884; color: #ffffff; }
.globalNavMenuItem a:hover { background: red; text-decoration:none;}



/*------ Inner Page Template Stuff ----  */

#leftColumnContent {
	background-color:#ffffff;
	border: 1px #e0e0e0 solid;
	width: 625px;
	float: left;
	padding: 10px;
}

.pageContent {
		font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 10pt;
	margin: 0;
	color: #000000;
}

#rightColumnContent {
	background-color:#f3f3f3;
	border: 2px #e0e0e0 solid;
	width: 255px;
	float:right;
	padding: 10px;
	margin-top:10px;

}


#contentBreadcrumb {
	background-color: #000000;
	color: #ffffff;
	padding: 5px;
	padding-top: 15px;
	margin-bottom:15px;
	font-size: 8pt;
	
}

#contentBreadcrumb a {
	text-decoration:none;
	color: #ffffff;
}

#PageTitleHeaders {
	font-size:18pt;
	
	color: #ffffff;
	background-color: #cd5806;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	
}

.ms-rteCustom-SectionDividerBorders {
	border: 1px #e0e0e0 solid;
	display:block;
	padding:10px;
	background-color:#fffff1;
	clear:both;
}

.ms-rteCustom-SpeakerImages {
	padding:5px;
	margin: 3px;
float:right;
	background-color:#e0e0e0;
	display: inline;
}


.ms-rteCustom-FloatImageOnRight {
	padding:5px;
	margin: 3px;
float:right;
	background-color:#e0e0e0;
	display:inline-block;
}

.ms-pagebreadcrumb {
	background-color:#e0e0e0;
}

#largepagetitle {
	font-size: 20px;
	padding-top:15px;
	font-weight:bold;
	text-transform:uppercase;
	color: red;
	
}

#largepagetitlecontainer {
	width: 600px;
}

#linkitem a {
color: red;
}
.ms-rteCustom-ImageBorderNoFloat {
	padding:5px;
	margin: 3px;
	background-color:#e0e0e0;
	display:inline-block;
}


.ms-rteCustom-SectionHeadings {
	font-size: 9pt;
	color: #000000;
	padding-left: 3px;
	background-color: #e0e0e0;
	font-weight:bold;
	display:block;
}

.ms-rteCustom-SectionHeadings_Alternate {
	font-size: 11pt;
	color: #000000;
	letter-spacing: 3px;
	border-bottom: 1px #000000 solid;
	padding:5px;
	padding-left:0px;
	display:block;
	text-transform:uppercase;
	font-weight:bold;
}

.ms-rteCustom-PowerSpeakerHeader {
	font-size: 11pt;
	color: #000000;
	letter-spacing: 3px;
	border-bottom: 1px #000000 solid;

	padding:5px;
	padding-left:0px;
	display:block;
	text-transform:uppercase;
	font-weight:bold;
	background-image:url('../images/Icons/PowerSpeakerIcon.jpg'); background-position:right;background-repeat:no-repeat;
}

.ms-rteCustom-KeynoteSpeakerHeader {
	font-size: 13pt;
	color: #000000;
	letter-spacing: 5px;
	border-bottom: 1px #000000 solid;

	padding:5px;
	padding-left:0px;
	display:block;
	text-transform:uppercase;
	font-weight:bold;
	background-image:url('../images/Icons/KeynoteSpeakerIcon.jpg'); background-position:right;background-repeat:no-repeat;
}



.ms-rteCustom-SectionSubTitle {
	font-size: 8pt;
	color: #000000;

	font-weight:bold;
}


.ms-rteCustom-LargePageDescriptionText{
	font-size:14pt;
	font-weight:700;
	padding: 0px;
	display: block;
	line-height:18pt;

	
}

.ms-rteCustom-BoldText{
	font-weight:bold;
	
}

.ms-rteCustom-ItalicText{
font-style:italic;	
}

.ms-rteCustom-RegistrationLinks {
	text-transform:uppercase;
	display:block;
	padding:10px;
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
	background-color:#000000;
	letter-spacing: 3px;
	width: 100%;


}

#RegistrationOutline {

	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
	border: 1px #e0e0e0 solid;
	width: 100%;
background-color:#cd5806;


}

.ms-WPTitle {
	border-bottom:1px #000000 solid;
	color: red;
}

