/* Default StyleSheet
   Created 02-22-05
*/

/*-------------------------------------------------*/
/* Misc */
/*-------------------------------------------------*/

body {
	margin: 0px;
	padding: 0px;
	color: #000;
	font-family: arial, verdana;
}
hr.listings {
	width: 720px;
}
A.button-small {DISPLAY: block; MARGIN: 1px; FONT: bold 11px arial; WIDTH: 140px; COLOR: #eee; HEIGHT: 18px; BACKGROUND-COLOR: #068085; TEXT-ALIGN: center; TEXT-DECORATION: none; LINE-HEIGHT: 18px}
A.button-small:hover {FONT: bold 11px arial; COLOR: #fff; BACKGROUND-COLOR: #08a0a5; LINE-HEIGHT: 18px}
/*-------------------------------------------------*/
/* Text */
/*-------------------------------------------------*/
p.description {
	font: 12px arial;
	color: #000;
	margin-left: 0px;
	margin-top: 0px;
}

h1 {
	font: bold 14px arial;
	margin: 2px;
	color: #0000C0;
}
h2 {
	font: bold 14px arial
	margin: 2px;
	color: #C0C0C0;
}
h5 {
	font: bold 12px arial;
	color: #000;
	margin: 1px;
	line-height: auto;
}
/*-------------------------------------------------*/
/* Spans */
/*-------------------------------------------------*/
span.description {
	font: 10pt arial;
	color: #000;
	margin-left: 0px;
	margin-top: 0px;
}
span.title {
	font: bold 12pt arial;
	color: #0000CC;
	text-decoration: none;
}

span.title-small {
	font: bold 12px arial;
	text-decoration: none;
	text-transform: uppercase;
	color: #6666ff;
}
span.tagline {
	font: bold 10pt arial;
	color: #000;
	margin-right: 5px;
}
span.phone {
	font: bold 10pt arial;
	color: #000;
	margin-left: 5px;
}
span.content {
	font: bold 10pt arial;
	color: #000;
	margin: 0px;
}
span.admin {
	font: 12px arial;
	color: #000;
}
/*-------------------------------------------------*/
/* Divs */
/*-------------------------------------------------*/

div.errormsg {
	font: bold 12px arial;
	color: #F00;
	margin: 5px;
	border: 1px solid #888;
	background-color: #EEE;
	width: 720px;
	height: 100px;
	text-align: center;
	vertical-align: center;
}
div.content {
	font: 12px arial;
	color: #000;
	margin: 0px;
}
div.scroller {
	width: 100%;
	height: 150px;
	overflow: auto;
	border: 1px solid #CCC;
	margin: 1px;
	font: 12px arial;
}
div.scroller2 {
	padding: 0px;
	width: 100%;
	height: 300px;
	overflow: auto;
	border: 1px solid #CCC;
	margin: 1px;
	font: 12px arial;
}
div.scroller-small {
	width: 100%;
	height: 100px;
	overflow: auto;
	border: 1px solid #CCC;
	margin: 1px;
	background-color: #F8F8F8;
	font: 12px arial;
}
/*-------------------------------------------------*/
/* Links */
/*-------------------------------------------------*/

a.title {
	font: bold 12pt arial;
	color: #0000CC;
	text-decoration: underline;
}
a.title:visited {
	color: #990099;
}

a.website {
	font: 10pt arial;
	color: #0000FF;
	margin-left: 5px;
}
a.email {
	font: 10pt arial;
	color: #0000FF;
	margin-left: 5px;
}
a.content {
	font: 12px arial;
	color: #00C;
	text-decoration: none;
}
a.content:hover {
	color: #00F;
	text-decoration: underline;
}

a.edit {
	font: bold 10px arial;
	color: #F00;
	text-decoration: none;
}
a.edit:hover {
	text-decoration: underline;
}

a.title-small {
	font: bold 12px arial;
	text-decoration: underline;
	text-transform: uppercase;
	color: #6666ff;
}
a.title-small:visited {
	color: #990099;
}

a.admin {
	font: 12px arial;
	color: #0000DD;
	text-decoration: none;
}
a.admin:hover {
	color: #0000FF;
	text-decoration: underline;
}
/*-------------------------------------------------*/
/* Inputs */
/*-------------------------------------------------*/
form {
	margin: 1px;
}
.wide {
	width: 600px;
	border: 1px solid #CCC;
	margin: 1px;
	font: 12px arial;
}
.wide-required {
	width: 400px;
	border: 1px solid #CCC;
	margin: 1px;
	background-color: #F0F8FF;
}
.narrow {
	width: 250px;
	border: 1px solid #CCC;
	margin: 1px;
}
.button {
	width: 80px;
	border: 1px solid #888;
	cursor: pointer;
}
.options {
	margin-bottom: 10px;
}

