@charset "utf-8";
/* CSS Document */
body, html {
	width:100%;
	height:100%;
	background-image:url(../images/pattern.gif);
	background-repeat:repeat;
	margin:0px;
	padding:0px;
	font-family:Segoe UI, Trebuchet MS;
	font-size:11px;
	color:#999999;
}
.menuBar {
	background:url(../images/menuBar.gif) no-repeat;
	width:964px;
	height:23px;
}
.footer {
	background:url(../images/footer.gif) no-repeat;
	width:964px;
	height:37px;
}
.mainBg {
	background:url(../images/mainBg.gif) repeat-y;
	width:964px;
}

.eventTitle {
font-family:Segoe UI, Trebuchet MS;
font-size:18px;
color:white;
font-weight:bold;
}

.imgBorder {
border:4px solid #391c1c;
padding:4px;
}

a.mainLink, visited {
font-family:Segoe UI, Trebuchet MS;
font-size:11px;
color:#fe6f0f;
text-decoration:none;
}

a.mainLink:hover{
font-family:Segoe UI, Trebuchet MS;
font-size:11px;
color:#fe6f0f;
text-decoration:underline;
}

.LV_validation_message {
	font-weight:lighter;
	margin:0 0 0 5px;
}
.LV_valid {
	font-family:verdana;
	font-size:9px;
	color:#606060;
}
.LV_invalid {
	font-family:verdana;
	font-size:9px;
	color:#e25151;
}
.LV_valid_field, input.LV_valid_field:hover, input.LV_valid_field:active, textarea.LV_valid_field:hover, textarea.LV_valid_field:active {
}
.LV_invalid_field, input.LV_invalid_field:hover, input.LV_invalid_field:active, textarea.LV_invalid_field:hover, textarea.LV_invalid_field:active {
}

input { 
font-family:Segoe UI, Trebuchet MS;
font-size:11px;
}

.footerPattern{
width:100%; 
height:222px; 
background:url(../images/footerPattern.gif) repeat-x;
}

a.Link{
font-family:Segoe UI, Trebuchet MS;
font-size:12px;
color:#CCCCCC;
text-decoration:none;
}

a.Link:visited {
font-family:Segoe UI, Trebuchet MS;
font-size:12px;
color:#CCCCCC;
text-decoration:none;
}

a.Link:hover{
font-family:Segoe UI, Trebuchet MS;
font-size:12px;
color:darkred;
text-decoration:underline;
}

a.Footer{
font-family:Segoe UI, Trebuchet MS;
font-size:12px;
color:#666666; 
font-weight:bold;
text-decoration:none;
}

a.Footer:visited {
font-family:Segoe UI, Trebuchet MS;
font-size:12px;
font-weight:bold;
color:#666666; 
text-decoration:none;
}

a.Footer:hover{
font-family:Segoe UI, Trebuchet MS;
font-size:12px;
font-weight:bold;
color:#666666;
text-decoration:underline;
}
a.info{
    position:relative; /*this is the key*/
    z-index:24; 
    color:white;
    text-decoration:none}

a.info:hover{z-index:25;}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:150px;
	padding:3px;
	-moz-border-radius: 0.5em;
    border:1px solid black;
    background-color:darkred; color:white;
    text-align: left
}

.galleryBg {
background-image:url(../images/galleryBg.gif);
width:465px;
height:39px;
background-repeat:no-repeat;
line-height:38px;
font-family:Segoe UI; 
font-size:14px;
color:#CCCCCC;
font-weight:bold;
}
	