﻿/*************************/
/* Default.aspx CSS Tags */
/*************************/
.default_PicBorder
{
	padding: 5px;
}

/* News and Calendar */
div#default_newscalholder{
	width: 100%;
}

div#default_newsblock{
	float: left;
	width: 515px;
}

div#default_calblock{
	float: right;
	width: 178px;
	margin-right: 2px;
}

/* Circle Navigation */
div#default_circlenavholder{
	width: 100%;
}

div.default_circlenavrow{
}

div.default_circlenavblock_left{
	float: left;
	width: 50%;
}

div.default_circlenavblock_right{
	float: right;
	width: 50%;
}

div.default_circlenavimage{
	float: left;
	width: 58px;
	margin-top: 1px;
}

div.default_circlenavtext{
	margin-left: 58px;
	margin-top: 1px;
	border-top: 1px;
	border-top-color: #7c5399;
	border-top-style: solid;
	padding: 5px;
	font-size: 12px;
	color: #7c5399;
}

div.default_circlenavtext a{
	font-size: 13px;
	font-weight: bold;
	color: Black;
	text-decoration: none;
}

div.default_circlenavtext a:hover{
	font-size: 13px;
	font-weight: bold;
	color: #7c5399;
	text-decoration: none;
}

div.default_circlenavtext a:active{
	font-size: 13px;
	font-weight: bold;
	color: #7c5399;
	text-decoration: none;
}

div.default_circlenavtext a:visited{
	font-size: 13px;
	font-weight: bold;
	color: Black;
	text-decoration: none;
}

/* Weather Control */

div#default_weather{
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

/* Misc. links found in this file. */
span.default_roguelinks a
{
	font-size: 13px;
	font-weight: bold;
	color: #7c5399;
	text-decoration: none;
}

span.default_roguelinks a:hover
{
	font-size: 13px;
	font-weight: bold;
	color: Black;
	text-decoration: none;
}

span.default_roguelinks a:active
{
	font-size: 13px;
	font-weight: bold;
	color: Black;
	text-decoration: none;
}

span.default_roguelinks a:visited
{
	font-size: 13px;
	font-weight: bold;
	color: #7c5399;
	text-decoration: none;
}