/* Default CSS Stylesheet */

BODY
{
	font-size: 10pt;
	font-family: Verdana,Helvetica,sans-serif;
	background-color: #000000;
	text-align: left;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	font-weight: 500;
	color: #336699;
}

a:link
{
	color: #0000ff;
	text-decoration: none;
}	

a:visited
{
	color: #0000ff;
	text-decoration: none;
}	
	
a:active
{
	color: #ff0000;
	text-decoration: none;
}	

a:hover
{
	color: #ff0000;
	text-decoration: underline;
}

blockquote
	{	
	font-family: Courier New, monospace;
	}

input, select, textarea
{
	color: blue;
	border: solid 1px #CCC;
	padding: 2px;
}
.noBorder input, .noBorder select, .noBorder textarea
{
    border-style: none;
}

.page
{
    width: 750px;
    margin: auto;
}

.table
{
	background-color: white;
	width: 750px;
	vertical-align: top;
	text-align: left;
}

.tablenc
{
	width: 750px;
	vertical-align: top;
	text-align: left;
}

.tableheader
{
	background-color: #cccc99;
	font-weight: bold;
	height: 20px;
}

.tabledata
{
	width: 100%;
	vertical-align: top;
	text-align: left;
	border-right: silver 2px solid;
	border-top: silver 2px solid;
	border-left: silver 2px solid;
	border-bottom: silver 2px solid;
}

.content
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	vertical-align: top;
	text-align: left;
}

.subtitle
{
	background-color: #cccccc;
	width: 280px;
	height: 25px;
	margin-bottom: 7px;
	margin-top: 7px;
}

.gridhead
{
	background-color: #99ccff;
	height: 20px;
	border-color: Silver;
	text-align: center;
}
.gridfoot
{
	background-color: #99ccff;
	height: 15px;
	border-color: Silver;
	text-align: center;
	font-weight: bold;
}

.small
{
	font-size: 8pt;
	line-height: 14px;
}

.smallbold
{
	font-weight: bold;
	font-size: 8pt;
	line-height: 14px;
}

.big
{
	font-size: 11pt;	
}

.bigbold
{
	font-size: 12pt;	
	font-weight: bold;
}

.header
{
    width: 100%;
    margin-bottom: 10px;
    border-bottom: dotted 2px #ccc;
}

.sidebar
{
	width: 140px;
	font-size: 10pt;
	font-weight: 500;
	color: #336699;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
	border-right: dotted 2px #ccc;
}

.footer
{
	width: 100%;
	text-align: center;
	font-size: 8pt;
	border-top: dotted 2px #ccc;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top-style: dotted;
}

.highlight
{
    color: #000000;
    background-color: #ffff66;
}

.accordianHeader
{
	background-color: #cccccc;
	font-size: 10pt;
	font-weight: 500;
	color: red;
	padding: 3px;
	border: silver thin solid;
	border-top: none;
	border-left: none;
} 
.accordianContent
{
	border: 1px dashed silver;
	border-top: none;
}
.accordianLink:
{
	background-color: blue;
	color: white;
}
.drop
{
	font-size: 8pt;
	font-family: Verdana,Helvetica,sans-serif;
	color: blue;
}

.panelHeader
{	
	background-color: #cccccc;
	font-size: 10pt;
	font-weight: 500;
	color: red;
	padding: 3px;
	border: silver thin solid;
	border-top: none;
	border-left: none;
}

.panelContent
{	
	height: 0px;
	overflow:hidden;
}

.button
{
    font-family: Tahoma, MS Sans Serif, Arial, Sans Serif;
    font-weight: normal;
    font-size: 8pt;
    border: solid 1px #808080;
    padding: 1px 1px 1px 1px;
}
.buttonalt
{
	font-family: Tahoma, MS Sans Serif, Arial, Sans Serif;
	font-weight: normal;
	font-size: 8pt;
	color: Red;
	border: solid 1px #808080;
	padding: 1px 1px 1px 1px;
}


