* {
	font-family: sans-serif;
}

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/container_bg.png);
	background-repeat: repeat-x;
}

a, a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #550000;
	text-decoration: none;
}

.header {
	height: 56px;
	background-image: url(../images/heading_bg.jpg);
}

.logo {
	float: left;
	height: 100;px;
}

.main_menu {
	float: right;
	top: 10px;
	right: 10px;
}

.main_menu a {
	float: left;
	width: 100px;
	text-align: center;
	padding-top: 30px;
	color: #FFFFFF;
	font-weight: bold;
}

.main_menu a:hover {
	color: #DDDDDD;
	background-image: url(../images/menu_bg.png);
}

.side_panel {
	width: 228px;
	top: 130px;
	left: 0px;
	position: absolute;
	text-align: center;
}

.content2 {
	position: absolute;
	width: 100%;
	margin-left: 250px;
}

.side_links {
	margin-top: 2px;
	margin-bottom: 7px;
	width: 230px;
}

.side_links a {
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #DDDDFF;
	border-color: #9999DD;
	border-width: thin;
	border-style: solid;
	margin: 2px;
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 10px;
	width: 75px;
	cursor: pointer;
}

.tabs {
	position: absolute;
	top: 150px;
	left: 250px;
}

.tabs a {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #CC3333;
	border-color: #660000;
	border-width: thin;
	border-style: solid;
	margin: 2px;
	margin-bottom: 5px;
	font-size: 10px;
	width: 75px;
	color: white;
	cursor: pointer;
}

div.main_heading {
	height: 46px;
	background-image: url(../images/heading_red_bg.gif);
	color: white;
	padding-left: 30px;
	padding-top: 20px;
	font-size: 25px;
}

form {
	border: 0px;
	padding: 0px;
}

input, select, textarea {
	border-style: solid;
	border-color: #DDDDDD;
}

tr.title_bar {
	background-image: url(../images/top_bg.gif);
}

.login_box {
	font-weight: bold;
	font-size: 10px;
}

.text_button {
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	background-color: #DDDDDD;
	text-decoration: none;
	color: #000000;
	padding: 2px;
}

.text_button:hover {
	color: #993333;
	background-color: #EEEEEE;
}

.shiny_button {
	width: 204px;
	height: 54px;
	font-weight: bold;
	background-image: url(../images/button_bg.png);
	padding-top: 20px;
	margin-left: 10px;
}

.shiny_button a {
	font-size: 25px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}

.error {
	padding-left: auto;
	padding-right: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	color: #FFFFFF;
	background-color: #DD5555;
	border-color: #FF3333;
	border-style: solid;
	border-size: 1px;
}

p.site_news {
	//background-color: #DDDDDD;
	margin: 5px;
	padding: 10px;
}

p.site_news:hover {
	background-color: #DDDDDD;
}

.calendar_options {
	padding: 10px;
}


a.blacklink, a.blacklink:visited {
	color: #000000;
	text-decoration: none;
}

p.title {
	background-color: #DDDDDD;
	padding: 3px;
}

p.event {
	margin: 2px;
}

.event_button {
	width: 204px;
	height: 20px;
	background-image: url(../images/teal_button_bg.png);
	padding-top: 5px;
}

.event_button a {
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.note_button {
	width: 204px;
	height: 20px;
	background-image: url(../images/green_button_bg.png);
	padding-top: 5px;
}

.note_button a {
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.calendar_button {
	width: 204px;
	height: 20px;
	background-image: url(../images/gold_button_bg.png);
	padding-top: 5px;
}

.calendar_button a {
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.note_item {
	padding: 10px;
	background-color: #FFEDED;
}

.hidden { 
	visibility: hidden;
	display: none;
}

.unhidden { 
	visibility: visible;
	display: block;
}

.content_box_title {
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px;
}

.copyright {
	color: #555555;
	font-size: small;
}

.copyright a {
	color: #555588;
}

.copyright a:hover {
	color: #995555;
}

.search_result_option {
	padding: 5px;
	margin-right: 20px;
	border-bottom: 1px;
}

div.notification_box {
	padding: 10px;
	border-color: #FFFF99;
	border-style: solid;
	border-width: thin;
	background-color: #FFFFDD;
}

div.user_info {
	right: 10px;
	top: 58px;
	position: absolute;
	font-size: 10px;
}