/* CSS Document */

body{font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-size: 13px;}

.topNavUpper {background-color:#9A9A68; 
	color:#9A9A68; 
	text-align:center;
	h: expression(this.onmouseover =  new Function("this.className = 'topNavUpperOver';"),
					  this.onmouseout =  new Function("this.className = 'topNavUpper';"));
}
	
.topNavUpper:hover, .topNavUpperOver {
	background-color:#c2c29c;
	color:#c2c29c;
	cursor: pointer;
}
.topNavUpper A:link, .topNavUpper A:visited {font-weight:bold; text-decoration: none; color:white; background-color: #9A9A68} 
.topNavUpper:hover A:link, .topNavUpper:hover A:visited, .topNavUpper:hover A:active, .topNavUpper:hover A:hover , .topNavUpperOver A:link, .topNavUpperOver A:visited, .topNavUpperOver A:hover, .topNavUpperOver A:active {font-weight:bold; text-decoration: none; color:#674381; background-color: #c2c29c}

.topNavLower {background-color:#F46F20; 
	color:#F46F20; 
	text-align:center;
	h: expression(this.onmouseover =  new Function("this.className = 'topNavLowerOver';"),
					  this.onmouseout =  new Function("this.className = 'topNavLower';"));
}
.topNavLower:hover, .topNavLowerOver {
	background-color:#ed9b4f;
	color:#ed9b4f;
	cursor: pointer;
}
.topNavLower A:link, .topNavLower A:visited {font-weight:bold; text-decoration: none; color:white; background-color: #F46F20} 
.topNavLower:hover A:link, .topNavLower:hover A:visited, .topNavLower:hover A:active, .topNavLower:hover A:hover, .topNavLowerOver A:link, .topNavLowerOver A:visited, .topNavLowerOver A:active, .topNavLowerOver A:hover  {font-weight:bold; text-decoration: none; color:#674381; background-color: #ed9b4f}



.sidebar, .sidebarActive{ padding-left:10px;
			 padding-right:30px;
			 }
.sidebar A:link, .sidebar A:visited , .sidebar A:hover, .sidebar A:active , .sidebarActive A:link, .sidebarActive A:visited , .sidebarActive A:hover, .sidebarActive A:active  {font-weight:bold; text-decoration: none; color:white; font-size:11px;}

.sidebar A:hover, .sidebar A:active , .sidebarActive A:hover, .sidebarActive A:active, .sidebarActive A:link, .sidebarActive A:visited , .sidebarActive A:hover, .sidebarActive A:active   {color:#F46F20;}


div#sponsorlogos{
	border: 1px solid;	
	position:absolute; 
	left:730px ; 
	top: 147px; 
	text-align:center; 
	padding: .5em;
}

div#print_link{
    text-align:right;
    padding: .5em;
}

div#countdown{
	position:absolute; 
	left:726px ; 
	top: 20px;
	text-align:center;
	padding: .5em;
	font-size:1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #F46F20;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #674381;
	text-decoration: none;
}


.Title_symp {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF6600;
	margin-top : 30px;
}
.Title_header{
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #674381;
	margin-top: 30px;
}
.subtitle {
	font-size: 14px;
	font-weight: normal;
	text-transform: capitalize;
	font-style: italic;
}
.symp_text {
	font-size: 13px;
}
.small_title {
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
}
.p_subheader{
	color: #674381;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
}
.style_index_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.reg_type_desc {
}

.program_day{
	font-size:1.7em;
	color:#674381;
}

.program_time{
	white-space: nowrap;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}

/* RoR Styles */

.fieldWithErrors {
  padding: 1px;
  background-color: #674381;
  display: table;
}

#notice {
  width: 400px;
  border: 2px solid #674381;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#ErrorExplanation {
  width: 400px;
  border: 2px solid #674381;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#ErrorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #674381;
  color: #fff;
}

#ErrorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#ErrorExplanation ul li {
  font-size: 12px;
  list-style: square;
}
