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


.margin-top-10{margin-top:5px;}

#apDiv1 {
	position:relative;
	width:320px;
	height:125px;
	z-index:1;
	left: -65px;
	top: -65px;
}
#container {
	height: auto;
	width: 865px;
	margin: 150px auto;
	list-style-type: none;
	}
	
#container #menus {
	margin-top: -124px;
}

#container #menus img{
	margin:0 2px 2px 0;
}

.undermenu {
	float: left;
	width: 860px;
	height: 47px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FBC0DF;
}
.undermenu img {
	margin-top: 8px;
}



.undermenu_right{
	float:right;
	margin-top: -8px;
	margin-right:-30px;
	width:300px;
}
.undermenu_right li{float:left;	margin-top: 5px;}
.undermenu_right a{float:left;}	

.undermenu_right_sub{
	float:right;
	margin-top: -6px;
	margin-right:-35px;
	width:300px;
}
.undermenu_right_sub li{float:left;	margin-top: -5px;}
.undermenu_right_sub a{float:left;}	

.undermenu_right_top{
	float:right;
	margin-top: -6px;
	margin-right:-20px;
	width:300px;
}
.undermenu_right_top li{float:left;	margin-top: -5px;}
.undermenu_right_top a{float:left;}	


span.undermenu_right #news-ticker{width:45px;float:left;margin-top:15px;margin-right:15px;height:36px;}
span.undermenu_right_sub #news-ticker{width:45px;float:left;margin-top:15px;margin-right:20px;height:36px;}
span.undermenu_right_top #news-ticker{width:25px;float:left;margin-top:15px;height:36px;}







 .undermenu_credit {
	float: left;
	width: 850px;
	height: 40px;
	margin-left:5px;
}
 .undermenu_credit img {
	float: left;
	margin-top: 2px;
}
.undermenu_credit_right{
	float:right;
}
.margin-top5{margin-top:3px;}







#control_overlay {
		background-color:#000;
	}
	
	.modal {
		background-color:#fff;
		padding:10px;
		border:1px solid #333;
	}

	.tooltip {
		border:1px solid #000;
		background-color:#fff;
		height:25px;
		width:200px;
		font-family:"Lucida Grande",Verdana;
		font-size:10px;
		color:#333;
	}

	.simple_window {
		width:250px;
		height:50px;
		border:1px solid #000;
		background-color:#fff;
		padding:10px;
		text-align:left;
		font-family:"Lucida Grande",Verdana;
		font-size:12px;
		color:#333;
	}
	
	.window {
		background-position:top left;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		padding:10px;
		font-family:"Lucida Grande",Verdana;
		font-size:13px;
		font-weight:bold;
		color:#fff;
		text-align:center;
		min-width:150px;
		min-height:100px;
	}
	
	.window .window_contents {
		margin-top:10px;
		width:100%;
		height:100%;	
	}

	.window .window_header {
		text-align:center;
	}

	.window .window_title {
		margin-top:-7px;
		margin-bottom:7px;
		font-size:11px;
		cursor:move;
	}

	.window .window_close {
		display:block;
		position:absolute;
		top:4px;
		left:5px;
		height:13px;
		width:13px;
		background-image:url("/stylesheets/window_close.gif");
		cursor:pointer;
	    cursor:hand;
	}
	
	.external_link_window{
	background-color: #ffffff;
	display: block;
	margin: 0px;
	padding: 0 0 20px 0;
	border: 1px solid #CCCCCC;
	height:500px;
	width:880px;
}


