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

.date_container {
	height: 250px;
	width: 250px;
	position: relative;
	left: 40%;
}
.interface_container {
	height: 599px;
	width: 800px;
	position: relative;
	border: thick outset #110100;
}
.menu_container {
	position: absolute;
	left: 382px;
	top: 14px;
	width: 332px;
	height: 77px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #F7D6E3;
	line-height: 24px;
}
a:hover {
	color: #5A0108;
}
.inset_container {
	position: absolute;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
a {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #FF7984;
}
.day_name {
	height: 46px;
	position: absolute;
}
.month {
	height: 46px;
	position: absolute;
	left: 16px;
	top: 62px;
}
.day_num {
	height: 72px;
	width: 72px;
	position: absolute;
	left: 152px;
	top: 13px;
}
.year {
	height: 46px;
	position: absolute;
	left: 138px;
	top: 88px;
}
.news_text_container {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 10px;
	height: 230px;
	width: 230px;
	overflow: auto;
	z-index: 100;
	position: absolute;
	font-size: 11px;
}
.page_container {
	height: 100%;
	width: 100%;
}
body {
	margin-top: 25px;
	background-image:url(images/bg_diamond.jpg);
}
div.add_item span  {
	display:none;
}
div.add_item:hover span {
	display:block;
	width:355px;
	height:180px;
	z-index:100;
	background:#000000;
	color:#FFFFFF;
	padding:5px;
	top:0px;
	position: absolute;
	right: 15%;
}
div.add_item {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.show_news_item {
	background-color: #FFCCCC;
	height: 15px;
	width: 99%;
	border: 1px solid #CC6666;
	margin-bottom: 2px;
	text-indent: 3px;
}
	div.scroller div.content {
	width: 10000px;
	height: 285px
		}
div.controls{
	float:right;
	height: 19px;
	font-size:10px;
	padding-top:2px;
	}
.interface_container #subnav #selected {
	background-image:url(images/sub_nav_selected.gif); 
	background-repeat:no-repeat; 
	float:left; 
	height:30px; 
	width:75px; 
	padding-top:5px;
}
.interface_container #subnav #unselected {
	background-image:url(images/sub_nav.gif); 
	background-repeat:no-repeat; 
	float:left; 
	height:30px; 
	width:75px; 
	padding-top:5px;
}
.interface_container #my-glider {
	position:absolute; 
	top:193px; 
	left:319px; 
	height:285px; 
	width:464px; 
	overflow:hidden;
}
div.scroller div.content div.section img {
	height: 100%;
}

div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	height:270px; 
	width:464px;
	overflow:hidden;
	}
	div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:464px;
	height:270px;
	overflow:hidden;
	float:left;
	padding-right: 10px;

		}
.section h1 {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #F7D6E3;
	clear: both;
}
.inset_container h1 {
	color: #C2282E;
	background-color: #FCEEF3;
}
