@charset "utf-8";

@import "/_common/css/events.css";

body,td,th {
	color: #000000;
	font-family: Calibri, Arial;
	font-size: 14px;
}
body {
/*  background-image: url(Images/bg.jpg);
	background-repeat: repeat; */
	background-color:#e2e2e2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {color: #F0F0F0}
.style2 {
	font-size: 14px;
	font-weight:bold
}
a:link {
	color: #a42011;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #a42011;
}
a:hover {
	text-decoration: underline;
	color: #a42011;
}
a:active {
	text-decoration: none;
	color: #a42011;
}
h1 {
	font-size:22px;
}
.nowrap {
	white-space: nowrap
}
div#slideshow-wrapper {
	width: 392px; 
}
div#slideshow {
	width: 392px; 
    height: 293px;
}
div#caption-wrapper {
	position: relative;
}
div#caption {
	width: 392px; 
    position: absolute;
    top: -50px;
}
div#caption div {
    width: 300px;
    margin: 0 auto;
    text-align: center;
    padding: 5px 10px;
    background: black;
    color: white;
    font-family: sans-serif;
    border-radius: 10px;
    display: none;
}
#SelectCity {
    font-size:16px;
}
.event-hover { 
	background-color: #eaeaea;
}

#state-menu a {
	color: #FFF; 
	margin: 5px 4px;
}
#all-states-menu a {
	margin: 5px 4px;
}
input.required {
    background-image: url('/_common/images/InputReqCorner.gif');
    background-repeat: no-repeat;
    background-position: right top;
}
