/* Default CSS Stylesheet for a new Web Application project */

body {
	font-size: 11pt;
}
small {	
	font-size:	.7em;
	}	

.helpLink:link
{
	font-size: 20px;
	color: Gray;
	text-decoration: none;
}
.helpLink:visited
{
	font-size: 20px;
	color: Gray;
	text-decoration: none;
}
.helpLink:hover
{
	font-size: 20px;
	color: Gray;
	text-decoration: none;
}
input {
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
}
select {
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
}
.required {color: red !important;}
.ok {color: green;}
.altRow 
{
	background-color: #EEEEEE;
}
.subHead 
{
	background-color: #EEEEEE;
	font-weight: bold;
	font-size: 12pt;
}
.divMenu 
{
	background-color: #EEEEEE;
	padding: 4px;
	border-color: #003366;
	border-width:1px;
	border-style: Solid;
	
}
tr.header td {
	color: #fff;
	background-color: #333;
}
.headerLabel {
	color: #666666;
	font-size: 11pt;
}
a.headerLabel:link {
	color: #666666;
	font-size: 11pt;
}
a.headerLabel:visited {
	color: #666666;
	font-size: 11pt;
}
a.headerLabel:hover {
	color: #666666;
	font-size: 11pt;
}
.headerInfo 
{
	color: #222222;
	font-size: 11pt;
	font-weight: bold;
}
.footer 
{
	font-size: 10pt;
	background: #333333;
	color: #fff;
    font-weight: normal;
    margin-right: 10px;
}
a.reportLink:link {
	color: Black;
	font-size: 10pt;
	font-weight: bold;
	text-decoration:	underline;
}
a.reportLink:visited {
	color: Black;
	font-size: 10pt;
	font-weight: bold;
	text-decoration:	underline;
}
a.reportLink:hover {
	color: Black;
	font-size: 10pt;
	font-weight: bold;
	text-decoration:	underline;
}
.rptSubLink 
{
	margin-left:10px;
	color: Black;
	font-size: 10pt;	
	margin-top: 0px;
}
.borderedTable 
{
	border-collapse:collapse;
	border: solid 1px Gray;
}

.borderedTable th {
	padding: 3px;
	color: #fff;
	background-color: #333;
	text-align: left;
}
.borderedTable td {
	padding: 3px;
	background-color: #fff;
	color: #333;
}

.borderedTable th a {
	color: #aaa;
	text-decoration: none;
}
.borderedTable th a:hover {
	color: #fff;
	text-decoration: underline;
}


.appLabel 
{
    font-weight: bold;
    font-size: 10pt;
}
.input-wrapper 
{
    margin-bottom: 15px;
    font-size: 10pt;
}
.instruction 
{
    border: solid thin #ccc;
    padding: 4px;
    margin: 5px auto;
    background-color: #eee;
}

/*  menus */
#divMenu 
{
	text-align:left;
	float:none;
	width: 100%;
}
.menuItem 
{
	background-color: #e2e2cf;
	text-align: center;
	min-width: 90px;
	float: left;
	padding: 3px 3px 4px 3px;
	border: thin solid black;
}
.indexnav 
{
	background-color: #e2e2cf;
	font-size: 10pt;
	font-weight: bold;
	font-family: Verdana, Arial Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
	vertical-align: bottom;
}
a.indexnav {
	text-decoration: none;
	color: #000;
	z-index: 99;
}
a.indexnav:hover {
	text-decoration: none;
	color: #000000;
	z-index: 99;
}
a.indexnav:visited {
	text-decoration: none;
	color: #FFFFFF;
	z-index: 99;
}
.anylinkcss{
    color: #000000;
	position: absolute;
	visibility: hidden;
	border:1px solid black;
	border-bottom-width: 0;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 30px;
	width: 200px;
	background-color: #FFFFFF;
	color: #006633;
	top: 100px;
	z-index: 99;
}

.anylinkcss a{
    color: #000000;
    width: 100%;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
    display: block;
    text-indent: 3px;
    border-bottom: 1px solid black;
    padding: 2px 0;
    text-decoration: none;
    font-weight: bold;
    text-indent: 5px;
	z-index: 99;
}

.anylinkcss a:hover{ /*hover background color*/
    background-color: #000000;
    color: white;
    text-decoration: none;
	z-index: 99;
}
.anylinkcss a:visited{ /*hover background color*/
    text-decoration: none;
}
.anylinkcss a:active{ /*hover background color*/
    text-decoration: none;
}
.content-inner {
    margin: 0 auto;
}
