/***** Page Defaults *****/

div {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
body {
	background-color: rgb(161, 177, 201);
}

/***** Page Structure *****/

#Container {
	width:90%;
	margin:5px auto;
}

#ContentFrame {
	position:relative;
	top:12px;
	padding:0 12px 15px 12px;
	margin-bottom:25px;
	background-image:url("images/bkg.png");
}

/***** Rounded Top Corners *****/

.topLeftCorner {
	width:50%;
	height:12px;
	background-image:url("images/topLeftCorner.png");
	background-position:left;
	background-repeat:no-repeat;
	float:left;
}
.topLeftCorner2 {
	width:100%;
	height:12px;
	position:relative;
	left:10px;
	background-image:url("images/bkg.png");
}
.topRightCorner {
	width:50%;
	height:12px;
	background-image:url("images/topRightCorner.png");
	background-position:right;
	background-repeat:no-repeat;
	float:left;
}
.topRightCorner2 {
	height:12px;
	position:relative;
	right:10px;
	background-image:url("images/bkg.png");
}

/***** Alarm Clock Stuff *****/

#Top
{
	padding-bottom: 10px;
}

#TopLinks
{
	margin-bottom:25px;
	padding-bottom:2px;
	border-bottom:1px dotted black;
}

ul.tabs {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;

}
ul.tabs li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
}
ul.tabs li a:link,
ul.tabs li a:visited {
	margin: 0px 0px 0px 0px;
	padding: 3px 6px 2px 6px;
	border-top: 1px solid rgb(8,8,8);
	border-left: 1px solid rgb(8,8,8);
	border-right: 1px solid rgb(8,8,8);
	background-color: rgb(210,224,250);
	text-decoration: none;
	color: rgb(8,8,8);
}
ul.tabs li a:hover {
	background-color: rgb(180,194,220)
}
ul.tabs li a:link.current,
ul.tabs li a:visited.current {
	background-color: rgb(91,144,197);
}
