/* CSS Document */

.body
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#1c4c8c;	
	}

.header
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	text-decoration:none;
	text-align:left;
	}

.input
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#595959;
	border:#b9b9b9 thin solid;			
	}

.input1
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#1c4c8c;
	padding-bottom:0.5em;
	border-bottom:#DDDDDD thin solid;
	border-left:hidden;	
	border-right:hidden;			
	border-top:hidden;
	}
	
.button
	{	
	/*font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	background-color:#ed1b23;
	padding:0.2em;
	border-bottom-color:#666666;
	border-right-color:#666666;		
	text-align: center;
	align: center;*/
	/*BORDER-RIGHT: #595959 2px solid;
	BORDER-TOP: #FEFEFE 1px solid;
	BORDER-LEFT: #FEFEFE 1px solid;
	BORDER-BOTTOM: #595959 2px solid;
	BACKGROUND-COLOR: #ED1B23;	
	font-size: 10px;
   	COLOR: #FFFFFF;
	border-style: ridge;*/
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background: url(../images/but_login_1.jpg);
	text-align: center;
	background-repeat: no-repeat;
	height: 37px;
	width: 62px;
	background-position: center;
	border: 0;
	}

.button-short
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background: url(../images/but_login_1.jpg);
	text-align: center;
	background-repeat: no-repeat;
	height: 18px;
	width: 62px;
	background-position: center;
	border: 0;
}
	
A.navi:link 	{font-family: verdana, Helvetica, sans-serif; font-size:7.5pt; color:#2267dc; text-decoration:none;  }
A.navi:visited	{font-family: verdana, Helvetica, sans-serif; font-size:7.5pt; color:#2267dc; text-decoration:none; }
A.navi:active	{font-family: verdana, Helvetica, sans-serif; font-size:7.5pt; color:#0C2577; text-decoration:none; }
A.read:hover 	{font-family: verdana, Helvetica, sans-serif; font-size:7.5pt; color:#0C2577; text-decoration:none;}

A.footer:link 	{font-family: verdana, Helvetica, sans-serif; font-size:7.5pt; color:#ff0000; text-decoration:none; }
A.footer:visited{font-family: verdana, Helvetica, sans-serif; font-size:7.5pt; color:#ff0000; text-decoration:none; }
A.footer:active	{font-family: verdana, Helvetica, sans-serif; font-size:7.5pt; color:#ff0000; text-decoration:none; }
A.footer:hover 	{font-family: verdana, Helvetica, sans-serif; font-size:7.5pt; color:#ff0000; text-decoration:underline;}

.treeview ul
	{ 
	margin:0em;
	padding:0em;
	}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(../images/arrow-orrange.gif) no-repeat left center;
list-style-type: none;
padding-left: 10px;
padding-bottom: 2px;
margin-bottom: 0px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background:  url(../images/arrow-red.gif) no-repeat left 1px;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}