/* This file is used to style the areas of a web site, and a few items that have snuck in */

form {
	margin: 0;
	padding: 0;
}

body {
	padding: 0;
	margin: 2px;	
}

#header {	
	padding: 0;
	margin-top: -5px;
}

#wrapper {
	margin-top: -15px;
	color: #000;
	font-weight: normal;
	border-top: 1px solid #cccccc;
}

#left_nav {
	float: left;
	width: 175px;
	padding-left: 2px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;	
}

#right_nav {
	float: right;
	width: 175px;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;	
}

#content {
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	margin-left: 180px;
	margin-right: 180px;	
}

#footer {
	clear: both;
	border-top: 1px solid #cccccc;
	text-align: center;
	font-family: Verdana, Tahoma, Arial, Geneva, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
}

#footer a {
	text-decoration: none;
	color: #0000cc;
}

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

#menu_date {
	font-family: "Trebuchet MS", Arial,Helvetica;
 	font-size: 10pt;
	text-decoration: none;
}

#menu_bar {
	border-bottom: 1px solid #cccccc;
	font-family: "Trebuchet MS", Arial,Helvetica;
 	font-size: 10pt;
	text-decoration: none;
}

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

#menu_bar a {
	text-decoration: none;
	color: #0000cc;
}

#error_bar {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background-color: #EE0000;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial,Helvetica;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}


/* Sliding Pager used to show how many paged results there are */
.pager {
	background-color:#ddd;
	color: #000;
	font-weight: normal;
	border: 1px solid #cccccc;
	font-family: Verdana,Arial,Helvetica;
	font-size:9px;
}

.pager a:hover {
	text-decoration: none;
	color: #f00;
}

.pager a {
	text-decoration: none;
	color: #0000cc;
}

.projects_summary {
	border: 1px solid #cccccc;
	border-collapse: collapse;
}

.projects_summary td {
	border: 1px solid #cccccc;
	padding-left: 3px;
	padding-right: 3px;
}

.projects_summary th {
	border: 1px solid #cccccc;
	background: #dddddd;
}

.left {
	width: 70%;
	float: left;
	text-align: left;

}

.right {
	width: 29%;
	float: right;
}