﻿/* DEFAULTS
----------------------------------------------------------*/

#menu
{
    
}

#menu td, #menu td a, #menu td a:active, #menu td a:hover, #menu td a:visited
{
    color: #FDFEFE;
    background-color: #1BA0E1;
    height: 120px;
    width: 120px;
    font-family: Segoe UI;
    text-align: left;
    vertical-align: top;
    text-decoration: none;
}

#menu td:hover
{
    background-color: #8EBE26;
}

#menu td div.title 
{
    font-family: Calibri;
    font-size: 18px;
}

#countdown_dashboard 
{
	height: 110px;
}

.dash 
{
	width: 50px;
	height: 50px;
	background: transparent url('../images/dash.png') 0 0 no-repeat;
	float: left;
	margin-left: 10px;
	position: relative;
}

.dash .digit 
{
	font-size: 25pt;
	font-weight: bold;
	float: left;
	width: 25px;
	text-align: center;
	font-family: Times;
	color: #555555;
	position: relative;
	background-color: transparent;
}

.dash_title 
{
	position: absolute;
	display: block;
	bottom: 0px;
	font-size: 6pt;
	color: #FDFEFE;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#menu td #content
{
    width: 640px;
    background-color: White;
}


#slideshow {
    position:relative;
}
 
#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    background-color: #FFF;
	margin: 8px;
}
 
#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}
 
#slideshow DIV.last-active {
    z-index:9;
}
 
#slideshow DIV IMG {
	position: relative;
	width: 240px;
	height: 240px;
    border: 0;
	margin: 0px;
	padding: 0px;
}

		.container {
			width:640px;
			height:350px;
			overflow:hidden;
			position:relative;
			cursor:pointer;
			text-align: justify;
		}
		.slides {
			position:absolute;
			top:0;
			left:0;
		}
		.slides > div {
			position:absolute;
			top:0;
			width:640px;
			display:none;
		}