/* ------------- _wsa_admin_sidebar.php & _site_sidebar.php ------------ */
div.admin_sidebar {
	position: absolute;
	left: 15px;
	top: 10px;
	border: 1px solid black;
	border-bottom: 0px;
	background-color:#CCCCCC;
	width: 100px;
	font-size: 10px;
}

div.asb_section {
	border-bottom: 1px solid black;
}

div.asb_section_title {
	text-decoration: underline;
	font-size: 1em;
	font-weight:bold;
	text-align: center;
	padding: 5px 0px;
}

span.asb_section_subtitle {
	font-size: .9em;
	font-weight:normal;
	text-align: center;
	padding: 0px;
}

div.asb_link {
	margin: 0px 5px 3px 5px;
}

div.asb_link a {
	color:#880088;
	background-color:#CCCCCC;
	font-size:10px;
/*	color:#33FF00;*/
}
/* ----- end of _wsa_admin_sidebar.php & _site_sidebar.php ------------ */





/* MISCELLANEOUS ----------------------------------------------------*/
p {
	padding:0px;
	margin:0px;
}

/* Images will get borders, if we don't set them to zero. */
img {
	border: 0px;
	margin: 0px;
}

form {
	margin: 0;
	padding: 0;
}

dt {
	font-weight:bold;
	font-size:1.1em;
}

dd {
	margin-bottom:10px;
}

select {
	padding:0px;
	margin:0px;
}

/* A header format ----------------------------------------------------
   h = header, 12 = font-size, b = bold, c = center, l = left*/
.h10bl {
	font-size: 1.0em;
	font-weight: bold;
	text-align: left;
	padding: 3px 0;
}

.h12bl {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	padding: 3px 0;
}

.h14bl {
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
	padding: 3px 0;
}

.h10bc {
	font-size: 1.0em;
	font-weight: bold;
	text-align: center;
	padding: 3px 0;
}

.h12bc {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	padding: 3px 0;
}

.h14bc {
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	padding: 3px 0;
}
/* ------ end of header format -------------------------------------- */
