@charset "utf-8";
/* CSS Document */

html{height:100%;}

body{height:100%; margin:0; padding:0; background:url(../assets/images/top-header-repeat.jpg) top left repeat-x #333333;}

#stage{
	position:relative;
	width:800px;
	left:50%;
	margin-left:-400px;
}

p, li, .text{font:11px Tahoma, Arial, Helvetica, sans-serif; color:#FFFFFF;}

p a, li a{color:#FF0099; text-decoration:none;}

p a:hover, li a:hover{text-decoration:underline;}

h1{font:bold 18px Tahoma, Arial, Helvetica, sans-serif; color:#FF0099;}

h2{font:bold 16px Tahoma, Arial, Helvetica, sans-serif; color:#FFFFFF;}

/***************************************header and navigation*************************************************************/
#header{
width:501px;
height:19px;	
	background:url(../assets/images/logo-top.jpg) top left no-repeat;
	padding-top:72px;
	padding-left:295px;
}
#header ul{
	margin:0;
	padding:0;
}
#header ul li{
	list-style:none;
	float:left;
	display:block;
	padding:0px 9px;
	font:11px Tahoma, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	white-space:nowrap;
}
#header a{
	font:11px Tahoma, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
}
#header a:hover{
	text-decoration:underline;
}

#dropmenudiv{
	position:absolute;
	border:1px solid white;
	font:11px Tahoma, Arial, Helvetica, sans-serif;
	line-height:18px;
	z-index:100;
	margin-top:5px;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	color:#FFFFFF;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: white;
	color:#f13fa8;
}

/*********************************************content*********************************************************/

#content{
	background:url(../assets/images/logo-bottom.jpg) top left no-repeat;
	padding-top:10px;
}
#i-love-we{
	width:420px;
	height:30px;
	padding-top:130px;
	background:url(../assets/images/i-love-we.jpg) top left no-repeat;
}

#footer, #footer a{
	font:11px Tahoma, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover{
	color:#ff0099;
	text-decoration:none;
}

/**********************************************news********************************************************/
#news{
	width:350px;
	overflow:scroll;
	height:550px;
}
#news h1{font:bold 14px Tahoma, Arial, Helvetica, sans-serif; color:#00aeef; margin:0; padding:0;}

p.date{font:11px Tahoma, Arial, Helvetica, sans-serif;  margin:0; }

.AccordionPanelContent img{
	border:2px solid #ffffff;
}

.AccordionPanelContent img:hover{
	border:2px solid #FF0099;
}

.white-border{
	border:2px solid #ffffff;
}

.white-border:hover{
	border:2px solid #ff0099;
}

#back-to-top{
	width:41px;
	height:43px;
	background:url(../assets/images/back-to-top.jpg) top left no-repeat;
	position:absolute;
	right:-43px;
}

#back-to-top a{
	display:block;
	width:41px;
	height:43px;
	background:url(../assets/images/back-to-top.jpg) top left no-repeat;
	text-decoration:none;
}
#back-to-top a:hover{
background:url(../assets/images/back-to-top.jpg) bottom left no-repeat;
text-decoration:none;
}
.reset-button{
border:0;
width:69px;
height:29px;
	color:ec008c;
	background:url(../assets/images/reset.jpg) center top no-repeat;
	display:block;
}
.reset-button:hover{
	background:url(../assets/images/reset.jpg) center bottom no-repeat;
}