/**********************/ /**********************/
/* 2007-05-06: First release */
/* 2009-02-17: Revision to consolidate versions */
/**********************/ /**********************/

* {
	font-family: verdana, arial, helvetica, sans-serif;
}

html, body, input, button, checkbox, radio, submit, select {
	font-size: 11px;
	color: #666; /* grey */
}

b {
	color: black;
}

.attention {
	color: red;
}

select, option, optgroup, textarea {
	font-size: 10px;
}

input[type="text"], input[type="password"], input[type="select"], input[type="submit"], input[type="reset"], input[type="button"], textarea, select, button {
	margin: 1px 0;
	padding: 1px;
	border: 1px solid #ccc;
	color: #333;
}

option {
	padding: 0 1em 0 0;
}

form {
	margin: 0;
	padding: 0;
}

a, a:visited, .link {
	font-weight: bold;
	cursor: pointer !important;
	cursor: hand;
	color: #009;
	text-decoration: underline;
}

a:hover, .link:hover {
	color:#f00;
}
 
a.help {
	cursor: help;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	font-weight: bold;
	display: inline;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	color: #888;
	font-weight: bold;
}

.summary {
	font-size: 12px;
	font-weight: bold;
}

img {
	border: 0;
}

img.border {
	border: 1px solid #999;
}

ul {
	list-style: disc outside;
	margin: 1em 2em 1em 2em;
	padding: 0 1em;
}

blockquote {
	margin: 1em 2em 1em 2em;
	padding: 0 1em 0 1em;
	font-style: italic;
	font-size: 1.25em;
}

table {
	border-collapse: collapse;
}

td {
	vertical-align: top;
	padding: 0;
}

.floatleft {
	float: left;
	clear: both;
}

.floatright {
	float: right;
	clear: both;
}

.clear {
	clear: both;
}

/* ---------- */
/* custom elements */
/* ---------- */

/* ---------- */

