/* $Id$ */

table#big-content {
	width: 98%;
	position: relative;
	left: 1%;
}

.auth_username {
	font-weight:bold !important
}

html, body {
	padding: 0px; border:0px; margin:0px;
}

/* reminder: a:link -> a:visited -> a:hover -> a:active << must always be in this order! */
/* note: by default, <a href=""> elements (hyperlinks) are bold, blue, and
	underline only on hover. */
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #00f;
}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #408;
}

a:hover {
	color: #00f;
	text-decoration: underline;
}

a:active {
	color: #f00;
}

a.redlink {
	color: #f00;
}

/* Because IE is annoying */
img {
	border:none;
}

h1 {
	font-size: 1.5em;
	text-align: center;
}

#status {
	margin-top: 20px;
	text-align: right;
	height: 1.2em;
	font-size: 0.8em;
}

#header div,#footer div,#sidebar div {
	background-color:#eee;
	color: #000;
}

#header, #footer {
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	font-size: 0.8em;
}

#header, #footer, #content-div, .smalltext {
	font-family: Verdana, Arial, sans-serif;
}

#content-div {
	font-size: 0.9em;
	width: 90%;
	position: relative;
	left: 5%;
	margin: 5px;
}

.smalltext {
	font-size: 0.7em;
}

#header div, #footer div {
	text-align: center;
	overflow: auto;
	width: 100%;
}

#header div div {
	text-align:center;
	height:auto;
	overflow:auto;
	width:auto;
	border:none;
}

#links_list,#breadcrumbs {
	float:left;
	clear:left;
	text-align:left;
}

#breadcrumbs #current {
	font-weight: bold;
}

#login_status,#login_links {
	float:right;
	clear:right;
	text-align:right;
}

#header div {
	border-bottom:2px solid #ccc;
}

#footer div {
	border-top:2px solid #ccc;
/*	border-bottom:2px solid #ccc; */
	font-size:0.8em;
}

.page_errors {
	width: 82% !important;
	border: 1px solid #f00;
	color: #f00;
	background: #ff8 none;
	position: relative;
	left: 9%;
	margin-bottom: 20px;
}

.warning {
	color: #800;
}


a.page_links:link {
	border-bottom: 2px solid #00f;
}

a.page_links:visited {
	color: #00f;
	border-bottom: 2px solid #408;
}

