/*
***********  Custom css ************
*/

/* overwrite padding in  editor_style */
img{
	border:0px;
}

.submenu {
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	
}
.submenu:hover {
	/* font-weight:bold; */
	color:#F1A827;
	text-decoration:none;
}
.submenuselected{
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	font-weight: bold;
}

.errorText{
    color: #FF0000;
}

.nextprevdisabled{
	color: #cccccc;
}
.nextprevlink{
	color: #474747;
	text-decoration: none;
}
.nextprevlink:hover{
	color: orange;
	text-decoration: none;
}
.nextprevcurrentpage{
	color: #FE8700;
	text-decoration: underline;
}

/** used in send to a freind **/
.input {
	font-family: verdana;
  	font-size: 11px; 
  	color: #333333;
	padding:0px; margin:0px;
	border:1px solid #D1D1D1;
	padding-left:3px;
	padding-right:3px; 
}

.textinput {
	border:1px solid #D1D1D1; 
	padding-left:3px;
	padding-right:3px;
	margin:0px;
	background-image:url(/images/spacers/input_bg.gif);
	background-repeat:repeat-x;
}


.button { color: #FFFFFF; background-color: #C31F41; border-bottom: 1px solid #CB3C5A; border-top: 1px solid #D6647C; border-right: 1px solid #CB3C5A; border-left: 1px solid #D6647C; height: 20px; font-weight: bold; }

/************  Custom - Site specific *************/

.sitemap {
	font-family:Verdana;
	font-size:9px;
	color: #CCCCCC;
}

.whitefooter {
	color:#FFFFFF;
	text-decoration:none;
}

.eventsorangeheading {
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	color:#FE8700;
}

.eventsorange {
	font-size:12px;
	color:#FE8700;
}

.eventsdarkheading {
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	color:#292E31;
}

.eventgreyheading {
	font-size:14px;
	font-weight:bold;
	color:#474747;
}

.locationtitle {
	color:#292E31;
	text-transform:uppercase;
	font-size:14px; 
	font-weight:bold;
}

.locationrightcol {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	word-spacing:0px;
	color:#FE8700;
}

.locationsidemenu {
	text-decoration:none;
	font-size:12px;
}


/* Main Nav */

#mainNav {
	margin:0;
	padding:0 0 0 30px;
	background:url(/images/backgrounds/left_menu.gif) no-repeat;
	height:37px;
}

#mainNav li {
	list-style:none;
	display:inline;
	padding:0 4px 0 0;
	float:left;
}

#mainNav li.last {
	background:url(/images/backgrounds/right_menu.gif) no-repeat top right;
	padding:0 31px 0 0;
}