/* gblStyle.css 
	- Johnny Withers <jwithers@consultrix.net>
*/

/* Link colors */
a, a.visited, a.active, a:hover, a:hover.visted, a:hover.active {
	color: #0000FF;
}
a:hover {
	text-decoration: none;
}

/* Text Styles */

body, table, table.tr, table.td {
	font-size: 8pt;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(/images/common/background.gif);
	background-repeat: repeat-y;
	background-color: #333333;
}

.CommunityHeader 
{
	text-align: left;
}

.itemNext {
	background-color: #CCCCCC;
}
.header {
	background-color: #003399;
	color: #FFFFFF;
	font-weight: bold;
}
.pager {
	background-color: #999999;
	color: #FFFFFF;
}

.flabel {
	text-align: right;
	vertical-align: top;
	padding-top: 5px;
}

/* Input Styles */
input, textarea, input.disabled {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	width: 250px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 10px;
	margin-right: 0px;
}

input.disabled {
	background-color: #EEEEEE;
	color: #666666;
}

select {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 10px;
	margin-right: 0px;
}

input.small {
	width: 100px;
}

textarea.address {
	height: 150px;
	width: 250px;
}

textarea.small {
	height: 75px;
	width: 400px;
}

textarea.comments { 
	height: 125px;
	width: 420px;
}

input.submit {
	width: auto;
	height: auto;
	font-size: 8.25pt;
}

span.checkbox input {
	width: auto;
	display: inline-block;
	margin-left: 7px;
}
span.checkbox label {
	width: auto;
	display: inline-block;
	height: 17px;
}

table.checkbox td {
	padding: 0px;
}

table.checkbox input {
	width: auto;
	display: inline-block;
	margin-left: 7px;
}
table.checkbox label {
	width: auto;
	display: inline-block;
	height: 17px;
}

table.insideform {
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
}

a.insideform, span.insideform, span.fdetail, a.find {
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	display: inline-block;
}

a span.fdetail, span.insideform {
	cursor: hand;
}

span.insideform, span.fdetail {
	margin-top: 6px;
}

/* Error Styles */
span.form_error {
	font-weight: bold;
	color: #FF0000;
	display: inline-block;
	margin-top: 3px;
	margin-bottom: 6px;
	margin-left: 0px;
	margin-right: 0px;
}

span.form_error ul
{
	margin-top: 8px;
	margin-left: 10px;
}
span.form_error li {
	margin-left: 10px;
	padding-bottom: 2px;
}

span.error {
	font-weight: bold;
	color: #FF0000;
}

li {
	line-height: 2.0em;
}