.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;
}

IMG {
	border:none;
}

H3, H4, H5 {
	text-align:center;
}

H4 {
	padding-top: 0px;
	margin-top: 0px;
}

#big_content {
	background-color: #fff;
	position:absolute;
	top:0.25%;
	left:0.25%;
	width:99%;
}

#header DIV,#footer DIV,#sidebar DIV {
	background-color:#eee;
}

#header, #footer {
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
}

#header DIV,#footer DIV {
	text-align: center;
	overflow: auto;
	width: 100%;
	padding-bottom: 2px;
}

#header DIV DIV {
	text-align:center;
	height:auto;
	overflow:auto;
	width:auto;
	border:none;
}

#header DIV {
	border-bottom:2px solid #ccc;
}

#footer DIV {
	border-top:2px solid #ccc;
	font-size:0.8em;
}

#sidebar DIV, #content DIV {
	margin-top:15px;
}

#sidebar {
	text-align:left;
	width:200px !important;
	vertical-align:top;
	padding-right:5px;
}

#sidebar DIV {
	border:2px solid #ccc;
	width:195px !important;
	text-align:left;
	padding-top: 2px;
	padding-bottom: 2px;
}

#sidebar DIV HR {
	border:1px solid #ccc;
	margin-top:2px;
	margin-bottom: 2px;
	margin-right: 8px;
	margin-left: 8px;
}

#sidebar DIV A {
	position:relative;
	left:2px;
	text-align: center;
	display: block;
	width: 187px;
	padding:1px;
	margin-left: 1px;
	margin-right: 1px;
}

#sidebar DIV A:hover {
	margin-left: 0px;
	margin-right: 0px;
	border-left: 1px solid red;
	border-right: 1px solid red;
}

#content {
	width:100%;
	padding-left:5px;
	vertical-align:top;
}

#content DIV {
	width: 99%;
}

#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;
}

#status {
	text-align:right;
	height:1.2em;
	font-size:0.8em;
}

#admin_post_form INPUT {
	 font-family: Courier New,fixed-width;
}

.warning {
	color: #800;
}

A.page_links:link {
	border-bottom: 2px solid #00F;
}

A.page_links:visited {
	color: #00F;
	border-bottom: 2px solid #408;
}
