/* Started 3/5/09 by Nora for Event pages */

body
{
  margin: 0;
  padding: 0;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}

#Content
{
  position: relative;
  margin: 0 auto;
  width: 800px;
  border: 1px solid #cccccc;
  border-bottom: 0;
}

#ShortNameDate
{
  height: 60px;
  background-color:#657E45;
  padding: 3px;
  border-bottom: 10px solid #B4BEA3; 
  top: 0;
  left: 0;
}

#ShortDateLocation
{
  height: 30px;
  background-color: #264B92;
  /* top: 50px; chenged to accommodate 2nd line under title */
  top: 70px;
  left: 0;
}


#ShortSummary
{
  height: 70px;
  background-color: #ffffff;
  top: 100px;
  left: 0;
  padding: 5px;
  width: 790px;
}

#ShortImageBar
{
	position: absolute;
	height: 80px;
	top: 170px;
	left: -1px;
	width: 800px;
	z-index: 2;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

/* 6/4/09 Nora added for individual webinar pages */
#ShortImageBarNoSummary
{
	position: absolute;
	height: 80px;
	top: 105px;
	left: -1px;
	width: 800px;
	z-index: 2;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

#ShortSessionsTitle
{
  position: absolute;
  height: 30px;
  width: 782px;
  background-color: #DA8F29;
  top: 250px;
  left: 0;
  padding: 10px 0px 0px 20px;
}

/* 6/24/09 Added for individual webinar description pages */
#ShortSessionsTitleNoSummary
{
  position: absolute;
  height: 30px;
  width: 780px;
  background-color: #DA8F29;
  top: 185px;
  left: 0;
  padding: 10px 0px 0px 20px;
  border-right: 1px solid #cccccc;

}

#ShortSessionOutline
{
  position: absolute;
  height: 260px;
  width: 798px;
  background-color: #ffffff;
  top: 290px;
  left: 0;
  border: 2px solid #DA8F29;
}

/* 6/24/09 Added for individual webinar description pages */
#ShortSessionOutlineNoSummary
{
  position: absolute;
  height: 260px;
  width: 797px;
  background-color: #ffffff;
  top: 225px;
  left: 0;
  border: 2px solid #DA8F29;
}

#LeftSessionColumn
{
  position: absolute;
  height: 250px;
  width: 246px;
  background-color: #ffffff;
  top: 0px;
  left: 0;
  padding: 5px;
  border-right: 1px solid #DA8F29;
}

#LeftSessionColumnWide
{
  position: absolute;
  height: 250px;
  width: 515px;
  background-color: #ffffff;
  top: 0px;
  left: 1;
  padding: 5px;
  border-right: 1px solid #DA8F29;
}


#Session2
{
  position: absolute;
  height: 250px;
  width: 252px;
  background-color: #ffffff;
  top: 0px;
  left: 260px;
  padding: 5px;
  border-right: 1px solid #DA8F29;
}

#Session3
{
  position: absolute;
  height: 250px;
  width: 246px;
  background-color: #ffffff;
  top: 0px;
  left: 530px;
  padding: 5px
}

#ShortSponsorTitle
{
  position: absolute;
  height: 30px;
  width: 781px;
  background-color: #B35A48;
  top: 515px;
  left: 0;
  padding: 10px 0px 5px 20px;
  clear: both;
}

/* 6/24/09 Added for individual webinar description pages */
#ShortSponsorTitleNoSummary
{
  position: absolute;
  height: 30px;
  width: 781px;
  background-color: #B35A48;
  top: 485px;
  left: 0;
  padding: 10px 0px 5px 20px;
  clear: both;
}

#ShortSponsorOutline
{
  position: absolute;
  height: 150px;
  width: 788px;
  background-color: #ffffff;
  top: 555px;
  left: 0;
  border: 2px solid #DAABA3;
  padding: 5px;
}

/* 6/24/09 Added for individual webinar description pages */
#ShortSponsorOutlineNoSummary
{
  position: absolute;
  height: 150px;
  width: 788px;
  background-color: #ffffff;
  top: 525px;
  left: 0;
  border: 2px solid #DAABA3;
  padding: 5px;
}


#SEOSponsorTitle
{
  position: absolute;
  height: 30px;
  width: 781px;
  background-color: #B35A48;
  top: 555px;
  left: 0;
  padding: 10px 0px 5px 20px;
  clear: both;
}

#SEOSponsorOutline
{
  position: absolute;
  height: 150px;
  width: 788px;
  background-color: #ffffff;
  top: 600px;
  left: 0;
  border: 2px solid #DAABA3;
  padding: 5px;
}



/* TEXT STYLES */

.Title
{
  font-style:italic;
  font-weight: bold;
  font-size: 36px;
  text-align:right;
  color: #ffffff;
}

.Subtitle
{
  font-style:italic;
  font-size: 24px;
  text-align:left;
  color: #ffffff;
} 

.WhereWhen
{
  font-style:italic;
  font-weight: bold;
  font-size: 18px;
  text-align:center;
  color: #FFFFFF;
}

.WhereWhenSmall
{
  font-style:italic;
  font-weight: bold;
  font-size: 12px;
  text-align:left;
  color: #000000;
}

.BodyText
{
  font-size: 12px;
  text-align:justify;
  color: #000000;
  font-style: normal;
}

.BodyTextBlue
{
  font-size: 12px;
  text-align:justify;
  color: #264B92;
}


.BodyText10
{
  font-size: 10px;
  text-align:justify;
  color: #000000;
  font-style: normal;
  font-weight: normal;
}

.White12
{
  font-weight: bold;
  font-size: 12px;
  text-align:left;
  color: #ffffff;
}

a.White12
{
  font-weight: bold;
  font-size: 12px;
  text-align:left;
  color: #ffffff;
}

a.White12:hover
{
  font-weight: bold;
  font-size: 12px;
  text-align:left;
  color: #FFFFCC;
}

.Red10
{
  font-weight: bold;
  font-size: 10px;
  text-align:left;
  color: #CC0000;
}

.Red12
{
  font-weight: bold;
  font-size: 12px;
  text-align:left;
  color: #CC0000;
}

.AddRed
{
  color: #CC0000;
}
 