@charset "utf-8";
/* Social Business subsite CSS Document (couples with ScheduleStyle.css) */

/*GENERAL BODY STUFF*/
/* for main table holding sb page content */

/*splashPageBox is for the default.aspx page, which is content-lite enough to be sort of a splash page */
#splashPageBox {
	/*Note that the previous background image was removed 4/29/2010 to reflect new design*/
	/*background-image: url(../images/socialbusiness_head.gif);
	background-position: top right;
	background-repeat: no-repeat;*/
	background-color: #fff;
	margin: 0;
	padding: 0;
	border-bottom-color: #FFF;
	border-bottom-style: none;
	border-bottom-width: 0;
}

/*pageBox is for most other SB pages main container*/
#pageBox {
	background-image: url(../images/gradient_gray.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #D7DAE0;
	margin: 0;
	padding: 0;
	border-bottom-color: #FFF;
	border-bottom-style: none;
	border-bottom-width: 0;
}

.bodytext {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}

#textBlockHead {
	display: block;
	margin-bottom: 10px;		
}

#pageTitle {
	font-size: 12px;
	display: inline;
	margin-right: 0.3em;
}

#pageTitle + p {
	display: inline;	
}

/*splash page version of 3 columns - to set smaller height*/
#splashPageBox .col3_left {
	width: 350px;
	height: 300px;
	margin: 0;
	padding-top: 5px;
}

#splashPageBox .col3_middle {
	width: 43px;
	height: 300px;
	margin: 0;		
}

#splashPageBox .col3_right {
	width: 400px;
	height: 350px;
	margin: 0;	
	padding-top: 5px;
}


/* column for main text content */
.col3_left {
	width: 350px;
	height: 400px;
	margin: 0;
	padding-top: 5px;
}

.col3_left .bodytext {
	width: 320px;
	padding-top: 5px;/*was 75px for previous design w/ SB bg-image (socialbusiness_head.gif) sitting above this content */
	/*padding-left: 25px;*/
	padding-right: 5px;
	text-align: left;
	color:#000;	
}

.col3_left .bodytext h1, .col3_middle .bodytext h1, .col3_right .bodytext h1 {
	margin-bottom: 0;
	font-size: 14px;
}

.col3_left .bodytext h1 + p,  .col3_middle .bodytext h1 + p, .col3_right .bodytext h1 + p{
	margin-top: 0;
}

.col3_left .bodytext p,  .col3_middle .bodytext p, .col3_right .bodytext p{
	margin-top: 8px;
	margin-bottom: 8px;
}

.col3_middle {
	width: 43px;
	height: 400px;
	margin: 0;		
}

/*Not being used in this layout - delete or reintegrate as needed 
.col3_middle .bodytext {
	width: 50px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: left;
	color:#000;
}
*/

.col3_right {
	width: 400px;
	height: 500px;
	margin: 0;	
	padding-top: 5px;
}

/*Not being used in this layout - delete or reintegrate as needed .col3_right .bodytext {
	width: 300px;
	margin-left: 25px;
	margin-right: 15px;
	text-align: left;
	color:#000;	
}
*/

.event{
	font-weight: bold;
	font-size: 12px;
	color: #EC3A25;
}

.eventTitle {
	color: #000;
}

/*for OurTeam page, headers for individual columns*/
.bioHeader {
	color: #666;
	margin-top: 0;
	font-size: 16px;
}
.bioPic {
	margin-bottom: 0;
/*clear: both;*/
}

.bioPic img {
	border-width: 0;
	border-style: hidden;
	background-color: #FFF;
}

/*for bio pages to format the bioPic and bioHeader*/
.bioSidebar {
	float: left;
	width: 116px; /*110px wide photo + 3 padding on either left and right */
	border: 0 hidden #FFF;
	margin: 0;
	padding: 3px;
}

.bioPage h1, .bioPage h2, .bioPage h3, .bioPage h4, .bioPage h5, .bioPage h6, .bioPage p, .bioPage div, .bioPage ul, .bioPage ol, .bioPage li, .bioPage dd, .bioPage dt {
	margin: 0;
}


/*marketCategory SECTION (for GetStarted columns)*/
.marketCategory{
	padding-right: 15px;
	text-align: left;
}
.marketCategory img {
	float: left;
	margin-top: 5px;	
	margin-right: 7px;
	margin-bottom: 0;
	margin-left: 0;
	/*note that even though these are floated left, you should still give individual images a width through
	an inline style, as all floats should also specify width */
}

.marketCategory a img {
	border: 0 hidden #FFF;
}

.marketCategory a:link {
	font-size: 14px;  
	font-weight: bold;	
	color:#666;
}

.marketCategory a:visited {
	font-size: 14px;  
	font-weight: bold;
	color:#666;
}

.marketCategory a:hover {
	font-size: 14px;  
	font-weight: bold;
	color: #000;
}

.marketCategory a:active {
	font-size: 14px;  
	font-weight: bold;
	color: #000;	
}


/*Main Social Business Navigation (top)*/
.sbnav {
	text-align: right; 
	font-size: 12px; 
	margin: 0;
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	/*font-family: "Arial Black", Gadget, sans-serif;*/
	/*font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; >>sans-serif requested 4/2010*/
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.sbnavlink {
	/*display: inline-block; >>with former border approach, this was for IE to handle hasLayout property issues: see 
		http://reference.sitepoint.com/css/haslayout */
	/*border-top: 1px solid #900;
	border-left: 1px solid #900; >>removed with preference for :: separator */
	/*border #ff3300 is what's used for unvisited links in SBScheduleStyle.css... but this seemed tasty and not too obtrusive*/		
	margin-left: 15px;
	margin-right: 0px;
}

a.sbnavlink:link {
	/*border-left: 1px solid #666;*/
	margin-left: 0;
	margin-right: 0;
	padding-left: 2px;
	padding-right: 5px;
	text-decoration: none;
	color:#666;
}

a.sbnavlink:visited {
	/*border-left: 1px solid #666;*/
	margin-left: 0;
	margin-right: 0;
	padding-left: 2px;
	padding-right: 5px;
	text-decoration: none;
	color:#666;
}

a.sbnavlink:hover {
	/*border-left: 1px solid #666;*/
	margin-left: 0;
	margin-right: 0;
	padding-left: 2px;
	padding-right: 5px;
	text-decoration: none;
	color: #000;
}

a.sbnavlink:active {
	/*border-left: 1px solid #666;*/
	margin-left: 0;
	margin-right: 0;
	padding-left: 2px;
	padding-right: 5px;
	text-decoration: none;
	color: #000;	
}

/*Product table (calendar.aspx mainly) links -- DECIDING IF TO KEEP OR APPROACH DIFFERENTLY */
a.tableLink {
	
}

/*REMOVED sbnav_noticeme class usage in SB pages...
This was an experiment in making the GetStarted link in the navbar stand out 
a.sbnav_noticeme:link {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 1px;
	text-decoration: none;
	color: #EC3A25;
	font-size: 36px;
	font-variant:small-caps;
}

a.sbnav_noticeme:visited {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 1px;
	text-decoration: none;
	color: #EC3A25;
	font-size: 36px;
	font-variant:small-caps;
}

a.sbnav_noticeme:hover {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 1px;
	text-decoration: none;
	color: #500118; 
	font-size: 36px;
	font-variant:small-caps;
}

a.sbnav_noticeme:active {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 1px;
	text-decoration: none;
	color: #500118; 
	font-size: 36px;
	font-variant:small-caps;
}
*/

/*FOOTER SECTION*/
#footer {
	text-align: right; 
	margin-top: 10px;
	/*reinforcing textBody style above because of conflicts with screen.css for calendar page*/
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;	
}

#footer #label {
	font-weight: bold;
	color: #666;
	margin: 0;
	display: inline;
}

#footer ul, #footer ul li {
	display: inline;
	margin: 0;
	padding-left: 2px;
}


/*#footer .sblink {
	color: #666;
}
*/
#footer a.sblink:link {
	margin-left: 0;
	margin-right: 0;
	/*padding-left: 2px;
	padding-right: 5px;
	text-decoration: none;*/
	color:#666;
}

#footer a.sblink:visited {
	margin-left: 0;
	margin-right: 0;
/*	padding-left: 2px;
	padding-right: 5px;
	text-decoration: none;*/
	color:#666;
}

#footer a.sblink:hover {
	margin-left: 0;
	margin-right: 0;
/*	padding-left: 2px;
	padding-right: 5px;
	text-decoration: none;*/
	color: #000;
}

#footer a.sblink:active {
	margin-left: 0;
	margin-right: 0;
/*	padding-left: 2px;
	padding-right: 5px;
	text-decoration: none;*/
	color: #000;	
}

