/*
#####################################################################
Leading Edge Media, Inc Default StyleSheet
------------------------------------------------------------
We already have the body font and link styles. Add in other elements/classes as needed.
#####################################################################
*/


/*###### USED STYLES - PLEASE ADD THEM AS YOU USE THEM #####*/

BODY
{
	background-color: #EFEFEF;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	margin: 0px 0px 0px 0px;
	color: #666;
}

A {
	color : #FF0000;
	font-size: 10pt;
	font-family: Verdana, sans-serif;
	text-decoration: none;
}
A:visited {
	color : #FF0000;
	font-family: Verdana, sans-serif;
	text-decoration: none;
}
A:active {
	color : #069;
	font-family: Verdana, sans-serif;
	text-decoration: none;
}
A:hover {
	color: #069;
	text-decoration: none;
}

.bodytext
{
	font-size: 8pt;
	line-height: 12pt;
	padding: 10 10 10 10;
}

.bodytext-man
{
	font-size: 8pt;
	line-height: 10pt;
	padding: 10 10 10 10;
}
.regtext
{
	font-size: 10pt;
	line-height: 12pt;
}
.boldtext
{
	font-size: 10pt;
	line-height: 12pt;
	font-weight:bold;
}
.bodytext-sm
{
	font-size: 8pt;
	line-height: 12pt;
}
.greytext
{
	font-size: 10pt;
	color: #666;
}
A.bodytext-sm, A.bodytext-sm:visited, A.bodytext-sm:active
{
	color: #C03;
}
A.bodytext-sm:hover
{
	text-decoration:underline;
}

.bodytext-lg
{
	color: #000;
	font-family: Verdana, sans-serif;
	font-size: 14pt;
	line-height: 16pt;
}

.navitem
{
	font-size:10pt;
	line-height:14pt;
}

.navitem-man
{
	font-size:8pt;
	line-height:12pt;
}

A.navitem, A.navitem:visited, A.navitem:active
{
	color: #333;

}
A.navitem:hover
{
	color:#069;
	text-decoration:none;
}

.navitem-txt
{
	font-size:8pt;
	line-height: 10pt;
	padding: 0 0 5 0;

}

.navitemabout
{
	font size: 8pt;
	line-height: 8pt;
	padding: 0 0 5 0;
}

.navitem-module
{
	font-size:8pt;
	line-height: 12pt;
	padding: 5 10 10 10;
}
A.navitem-module, A.navitem-module:visited, A.navitem-module:active
{
	font-size:8pt;
	color: #000;
}

A.navitem-module:hover
{
	color: #C00;
	text-decoration: none;
}

.podtext
{
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	line-height: 10pt;
}
A.podtext, A.podtext:visited, A.podtext:active
{
	color: #000;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	line-height: 10pt;
}

A.podtext:hover
{
	color: #C00;
	text-decoration: none;
}

.header
{
	color: #666;
	font-family: Verdana, sans-serif;
	font-size: 14pt;
	line-height: 18pt;
	font-weight:bold;
	font-style: italic;
}

.header-sm
{
	color: #666;
	font-family: Verdana, sans-serif;
	font-size: 12pt;
	line-height: 20pt;
	font-style: italic;
}

.footer
{
	color: #000;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	line-height: 10pt;
	text-align:center;
}

A.footer, A.footer:visited, A.footer:active
{
	color: #333;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	line-height: 10pt;
}

A.footer:hover
{
	color: #069;
	text-decoration: none;
}

.logininput
{
	height: 15px;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	border: 1px solid #000000;
}
input
{
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
}

.inputprompt
{
	font-size:8pt;
	text-align:right;
}
.inputpromptbold
{
	font-weight:bold;
	font-size:8pt;
	text-align:right;
	white-space:nowrap;
}
.inputprompt2
{
	font-size:8pt;
	text-align:left;
	border: thin solid;
	border-color: #000000;
}
.inputerror
{
	font-size:8pt;
	font-weight:bold;
	background-color: #CCCCCC;
	border: 1px solid #808080;
	color: #ff0000;
}
.requiredField
{
	font-size:10pt;
	color: red;
}
.requiredFieldNote
{
	font-size:10pt;
	color: red;
	position: absolute;
	right: 25px;
	top: 30px;
}
.button 
{
	background: #afafaf;
	color: #000000;
	font-weight: bold;
}
.th
{
	font-size: 10pt;
	font-weight:bold;
	color:#ffffff;
	background-color: #1e7eb0;
	text-align:center;
}
.thl
{
	font-size: 10pt;
	font-weight:bold;
	color:#ffffff;
	background-color: #1e7eb0;
	text-align:left;
}
.tr0
{
	font-size: 10px;
	color:#000000;
	background-color: #FFFFFF;
}
.tr1
{
	font-size: 10px;
	color:#000000;
	background-color: #efefef;
}

.tr0 A
{
	font-size: 10px;
}
.tr1 A
{
	font-size: 10px;
}

/* Added by Garfield for page content */
.ContentHeader {
	font-family: Verdana, sans-serif;
	color: #666;
	font-size: 14px;
	font-weight: bold;
}
.ContentBody {
	font-family: Verdana, sans-serif;
	color: #666;
	font-size: 8pt;	
}


/* Styles for map viewer */

.map
{
    BORDER-RIGHT: black 1px solid;
    BORDER-TOP: black 1px solid;
    BORDER-LEFT: black 1px solid;
    CURSOR: hand;
    BORDER-BOTTOM: black 1px solid
}
.pane
{
    BORDER-RIGHT: black 1px solid;
    BORDER-TOP: black 1px solid;
    FONT-SIZE: 8pt;
    BORDER-LEFT: black 1px solid;
    BORDER-BOTTOM: black 1px solid
}
.panecaption
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: white;
    BACKGROUND-COLOR: black
}
.panetext
{
    FONT-SIZE: 8pt
}
.stat
{
    BORDER-RIGHT: gray 1px solid;
    BORDER-TOP: gray 1px solid;
    FONT-SIZE: 8pt;
    BORDER-LEFT: gray 1px solid;
    BORDER-BOTTOM: gray 1px solid;
    BACKGROUND-COLOR: silver
}
.statspace
{
    WIDTH: 1pt
}
.subheader
{
    FONT-SIZE: 8pt
}
.text
{
    FONT-SIZE: 8pt
}
.textr
{
    FONT-SIZE: 8pt;
    TEXT-ALIGN: right
}
.tool
{
    WIDTH: 24px;
    CURSOR: hand;
    BACKGROUND-COLOR: #CCCCCC;
}
.toolbar
{
    BORDER-RIGHT: gray 1px solid;
    BORDER-TOP: gray 1px solid;
    BORDER-LEFT: gray 1px solid;
    BORDER-BOTTOM: gray 1px solid
}
.toolfiller
{
    BACKGROUND-COLOR: #CCCCCC;
}
.view
{
    FONT-SIZE: 8pt;
    CURSOR: hand
}
form
{
	MARGIN: 4pt
}
input
{
	FONT-FAMILY: Verdana, Arial;
	FONT-SIZE: 8pt
}
select
{
	FONT-FAMILY: Verdana, Arial;
	FONT-SIZE: 8pt
}

.zoomlink
{
	background-color:#1e7eb0;
}
.zoomlink:a
{
	background-color:#1e7eb0;
}

.zoomlink:link
{
	background-color:#1e7eb0;
}
.zoomlink:hover
{
	background-color:#ffcc33;
}