/*********************************  Switch  *********************************/
#switch {
	background-color: #EEEEEE;
	margin: 0px 0px 10px 0px;
}

#switch th {
	font-size: 1em;
	border-right: 3px solid #FFFFFF;
	background-color: #00AA83;
	color: #EEEEEE;
}

#switch th a {
	color: #EEEEEE;
	text-decoration: none;
	border: none;
}

#switch .empty {
	background-color: #FFFFFF;
}

#switch .current {
	background-color: #D6D6D6;
	color: #00AA83;
}

#switch .current a {
	color: #00AA83;
}

#switch td {
	font-size: 1em;
	border-top: 4px solid #D6D6D6;
	border-bottom: 4px solid #D6D6D6;
	border-left: 4px solid #D6D6D6;
	border-right: 4px solid #D6D6D6;
	padding: 5px;
}

#switch li {
	font-weight: bold;
}

#switch td table td {
	border: none;
}

/*********************************  TopStories  *********************************/
.topstories {
	margin-bottom: 5px;
}

.topstories th {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #EEEEEE;
	padding: 0px 5px;
	text-transform: uppercase;
	font-size: 9px;
	white-space: nowrap;
	text-align: left;
}

.topstories td {
	font-size: 85%;
	font-weight: bold;
}

.topstories .img {
	border: 1px solid #000000;
	background-color: #EEEEEE;
	padding: 4px;
}

.topstories .iframe {
	border: 1px solid #000000;
	background-color: #EEEEEE;
}

.topstories .blank {
	background-image: url(images/front/blank.gif);
	background-repeat: no-repeat;
	border: 1px solid #000000;
	background-color: #EEEEEE;
	padding: 8px;
	height: 149px;
	text-align: center;
	font-weight: bold;
	font-size: 130%;
	width: 280px;
}

.topstories .blankbig {
	background-image: url(images/front/blankbig.gif);
	background-repeat: no-repeat;
	border: 1px solid #000000;
	background-color: #EEEEEE;
	padding: 20px;
	height: 330px;
	text-align: center;
	font-weight: bold;
	font-size: 130%;
	width: 538px;
}