/* ==============================================================
Design and functionality by Joshua Guy Lenes for the
Society for Personality and Social Psychology, Training Committee
Summer - Fall 2009
================================================================*/

body {
	background-color: #ccc;
}

* {
	font: 12px Helvetica, Arial, Sans-serif;
}

a {
	color: #3A8C83;
	text-decoration: underline;
}

#headerContainer
{
	margin-bottom: 10px;
}

#headerBanner
{
	padding-top: 3px;
	padding-left: 3px;
	display: block;
	width: 742px;
	height: 65px;
	background-color: #006666;
}

#container
{
	background-color: #fff;
	width: 746px;
	border: 3px solid #006666;
	padding: 1px 0px 1px 1px ;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#contentContainer
{
	padding-top: 15px;
	width: 741px;
	padding-left: 3px;
	height: 100%;
}

#contentContainer h1
{
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 20px;
	color: #066;
	border-bottom: solid 1px #066;
	margin-bottom: 12px;
}

#contentContainer h2
{
	font-weight: bold;
}

#footer
{
	width: 746px;
	margin-right: auto;
	margin-left: auto;
}

.copyright
{
	float: right;
	font-style: italic;
}

/* .news Classes are for the news section of the website */
.newstitle
{
	color: #3A8C83;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}

.newstitle a:hover {
	display: block;
	background-color: #3A8C83;
	color: #FFF;
}

.newsdate {
	font-weight: bold;
}

.newscontent {
	padding-top: 10px;
}

.singleNews h1
{
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 20px;
	color: #066;
	border-bottom: solid 1px #066;
	margin-bottom: 4px;
}

/* LoginWidget Classes */
#loginwidget {
	padding: 8px;
	border: 1px solid black;
	background-color: #FFFFCC;
	width: 155px;
}

/* Pre-Conference Classes */
.h3 {
	display: block;
	font-weight: bold;
}

.h2 {
	display: block;
	font-weight: bolder;
	font-size: 14pt;
}

.authors {
	display: block;
}

#filebox {
	float: left;
	border: 1px solid black;
	background-color: #ffffcc;
}

.desc {
	vertical-align: top;
	font-weight: bold;
}

/* Pre-Conference Table Classes (starts with pctXXXX) */
.pctTitle
{
	font-weight: bold;
}

.pctSection
{
	background-color: #ccc;
}

#pctSchedule td
{
	padding: 10px;
}

#pctSchedule table
{
	width: 100%;
}

.pcaBasic
{
	width: 150px;
}

#pctAbstract td
{
	padding: 10px;
}

.pctAltColor
{
	background-color: #85AEAA;
}

/*Network Styles*/
#leftnav
{
/*	
	background-color: #FFFFCC;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
*/
	width: 200px;
	margin-left: -4px;
	float: left;
	padding-top: 10px;
	padding-left: 5px;
	min-height: 500px;
}

#searchbox input.searchBox
{
	width: 90%;
	padding-top: 5px;
}

#searchbox input.searchButton
{
	margin-top: 5px;
	text-align: right;
}

.leftlink {
	/* background-color: #FFFFCC; */
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 16pt;
	font-weight: boldest;
	line-height: 28pt;
}

.leftlink a {
	text-decoration: none;
	color: #3A8C83;
	font-size: 16pt;
	font-weight: boldest;
}

.leftlink a:hover {
	text-decoration: underline;
}



#rightResults
{
	float: right;
	width: 535px;
	text-align: left;
	display: block;
}

.networkTitle
{
	border-bottom: 1px solid black;
	display: block;
	font-family: helvetica, arial, sans-serif;
	font-size: 1.5em;
	margin-bottom: 10px;
	padding-top: 5px;
}

#leftnav ul
{
	list-style-type: none;
	margin-left: 0;
}

#leftnav li
{
	margin-left: 0;
}

.spacer
{
	clear:both;
}

/* Job Info Page Styles */
#jobInfo .jobTitle
{
	border-bottom: 1px solid black;
	display: block;
	font-family: helvetica, arial, sans-serif;
	font-size: 1.5em;
	margin-bottom: 10px;
	padding-top: 5px;
}

#jobBox
{
	width: 125px;
	background-color: #ffffcc;
	border: solid 1px #666;
	height: 200px;
	float: right;
}

#jobInfoStats
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.jobStatsHeaderBold
{
	font-weight: bold;
}