﻿body 
{
    font-family: Arial, Helvetica, sans-serif;
}

#header
{
   /* background-image: url(../EBA/Header.gif);
    background-repeat: no-repeat;
    background-position: 0 23px;*/
    height: 109px;
    margin-top: 0;
}

#header .logoimg {
	margin-top: 23px;
	border: none;
}


#panel
{
    width: 265px;
    background-color: #fff;
    position: absolute;
    text-align: left;
    left: 0px;
    color: #000;

}


#mapAreaCollection
{
    border: #003366 2px solid;
}


#panelAction
{
    background-color: #fff;   
    color: #A1A1A1;
}

#panelAction a
{
    color: #A1A1A1;
    font-weight: bold;
}




#panel ul.ulPanel li.header
{
    background-color: #fff;
}


#panel ul.ulPanel li.header.current
{
    height: 25px;
}

#panel ul.ulPanel li.header a
{
    border: #003466 1px solid;
    background: url(../EBA/bg__nav.png);
    color: #000;
}


#panel ul.ulPanel li.header a:hover
{
    background-color: #CBCEBF;
    color: #000;
}

#panel ul.ulPanel li.content
{
    display: none;
}



#panel div.panelContentContainer
{
    background-color: #fff; /*#E1EAF1;*/
    border: #003466 1px solid;
    border-top: none;
    width: 224px;
}

html>body #panel div.panelContentContainer
{
    width: 226px;
}

ul.ebaHeaderMenu
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #C4D6E4;
	border-left: #003466 2px solid;
	border-bottom: #003466 2px solid;
	height: 20px;
	width: 210px;
	
}

ul.ebaHeaderMenu li
{
	float: left;
	padding: 0;
	margin: 0;
	padding-top:3px;
	
}

ul.ebaHeaderMenu li a, ul.ebaHeaderMenu li a:active, ul.ebaHeaderMenu li a:link, ul.ebaHeaderMenu li a:visited
{
	color: #000;
	text-decoration:none;
}

ul.ebaHeaderMenu li a:hover
{
	text-decoration: underline;
}


#mapAreaCollection
{
    position: absolute;
    left:270px;
    border: #003466 1px solid;
}

#panelContent div
{
	font-size:10px;
}

.panelLink
{
	color: #000000;
	text-decoration: none;
}