﻿body 
{
    background-color: #fff;
    font-size: 0.9em;
}

.item
{
	padding-left:10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.itemLong
{
	padding-left:10px;
	font-size: 0.85em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.itemTitle
{
	font-size: 1.0em;
	font-weight:bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: right;
}

.itemTitleDouble
{
	font-size: 1.0em;
	font-weight:bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
    text-decoration:underline;
	
}
.tableTitle
{
	font-size: 0.9em;
	font-weight:bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	text-decoration:underline;
}
.tableItem
{
	text-align:center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}


.page
{
	font-size: 0.9em;
    width: auto;
    margin: 0;
    border-width: 0;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

p
{
    margin-bottom: 0em;
    line-height: 1.2em;
}

.header h1
{
    padding: 0 0 0 0.5em;
    color: #f9f9f9;
    line-height: 1.6em;
    font-size: 1.4em;
}
.header h5
{
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
    padding: 0 0 0 0.5em;
    color: green;
    font-weight:bold;
    line-height: 1em;
    font-size: 1.2em;
}

.validate
{
    font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color:Red;
}

.title 
{
    float: none; width:100%; text-align:center; width:100%; text-align:center;
}

.loginDisplay
{
    text-align: left;
    padding: 0 0 0.5em 10px;
    font-size: 0.8em;
}

.menu 
{
    font-size: 0.9em; 
    margin-left:auto;
    margin-right:auto;
    text-align: center;
    width:100%;
}

.submenu
{
	text-align:left;
	margin-top: auto;
	margin-bottom:auto;
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 8pt; 
	display: block;

}

input.textEntry 
{
    width: auto;    
}

input.passwordEntry 
{
    border: 1px solid #ccc;
    width: auto;    
}

div.accountInfo
{
    width: auto;
}


.menuitem
{
	width: 100px;
	display: block;
	font-weight: normal;	
	text-align: center;
}
.submenuitem
{
    display: block;
    text-align:center;
    font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 8pt; 
}






/*********************************
		HOME PAGE BUTTON STYLE
**********************************/

.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 16px/100% Arial, Helvetica, sans-serif; 
	font-weight:bold;
	padding: .4em 4em .45em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	width:100%;

	
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}



/* green */
.green 
{
	
	color: #e8f0de;
	border: solid 1px #538312;
	background: #379344; /*64991e;*/
	background: -webkit-gradient(linear, left top, left bottom, from(#379344; ), to(#4e7d0e));
	background: -moz-linear-gradient(top, #379344;   ,  #4e7d0e);/*  #7db72f  */
	
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#379344;', endColorstr='#4e7d0e');	/*  #7db72f    */
}



.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

/*************************************************************************************************************
*************************************************************************************************************/

#footer {
		position:absolute;
		bottom:-10px;
		width:200px;
	  
		
	}
	
	/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;	
	margin : 0px!important;
	background-color : white;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor:pointer;
	overflow : auto;
    text-align : left; 
    list-style-type : none;
    font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;
    padding-top:2px;
    padding-bottom: 2px;
    padding-left:1px;
    height: auto;

}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	padding-top:2px;
	padding-bottom: 2px;
	height: 20px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : white;
	color : windowtext;
	padding : 0px;
	 font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;
	margin: 0px 0px 0px 0px;
	padding-top:2px;
	padding-bottom:2px;
	height:20px;
}
ol   
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	/*font-size: 12px; */ 
	margin-left: 0px;
}


/***********************
 Collapse Panel Classes
************************/
.collapsePanelHeader
{
	width:50px;
	height:30px;
	background-image: url(images/bg-menu-main.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
	cursor: pointer;
}

.collapsePanel {
	
	background-color:#F0F0F0;   /*#E9E9E9;*/
	overflow:hidden;
}
/*********************************/

.collapseTotal
{
	 padding-right:5px;
	 vertical-align:Top;
}


.disclaimer
{
	margin-top:20px;
	border-style: double; border-width: 2px;
	font-size: 0.60em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.disclaimer p
{
	text-align:left; 
	margin-left:5px; 
	margin-right:5px;
	
}

.noHistory
{
	font-style:italic;

}

.testLarge
{
	font-size: 10pt;
}
.pageCenter
{
	margin-left:auto; margin-right:auto;
}