﻿
#ico_banner
{ 
	font-Family:tahoma;
	font-size:12px;
	float: left;
	border: solid 1px #003768;
	background: white;
	margin: 0 8px 0 8px;
	font-weight: bold;
	color: #003768;
	padding: 4px 6px 4px 6px;
}

#btnCookie {
	float: right;
	clear: none;
	padding: 5px 5px;
	margin-top: -2px;
	margin-left: 4px;
	margin-bottom: -10px;
    border-radius: 4px;
	border: 1px solid #003C74 !important;
	color: black;
}

#btnCookie.hover {
    cursor: pointer;
}

.wrapper {
    position: absolute;
	top: 10px;
	width: 200px;
    overflow: auto;
}

.wrapper_2 {
    position: absolute;
	top: 65px;
	width: 200px;
    overflow: auto;
}


.navitem {
    border-radius: 4px;
    margin: 4px;
}

#nav_container {
    width: 200px;
    float: left;
	align-content: initial;
}

#navlist {
    margin: 0;
    padding: 0;
}

.navitem {
    background-color: #f1f1f1;
    border: 1px solid #d4d4d4;
    list-style-type: none;
    padding: 2px;
    cursor: pointer;
	text-align: center;
}


.navitem:hover {
    background-color: #ffffff;
}

.navitem a {
    color: #000000;
    text-decoration: underline;
}

.navitem a:hover {
    text-decoration: none;
}

.navitem  a:visited {
    color: #00FF00;
}

.table {
/*	display:table;
*/
	margin:0 auto;
}

#comp_navlist {
	list-style:none;
    margin: 0;
    padding: 0;
    display:inline;
}


.view_button {
    border-radius: 4px;
    margin: 4px;
}

.view_button {
    background-color: #f1f1f1;
    border: 1px solid #d4d4d4;
    list-style-type: none;
    padding: 2px;
    cursor: pointer;
	text-align: center;
	width:150px;
	display:block;
	
    float:left;
}

.view_button:hover {
    background-color: #ffffff;
    text-decoration: none;
    color: #00FF00;
}

.view_button {
    color: #000000;
    text-decoration: underline;
}

/*
ul#comp_navlist {
	min-width:696px;
	list-style:none;
	padding-top:20px;
}

ul#comp_navlist li {
	display:inline;
}
*/
 
/* Stylesheet 1: * /
body {
    font: 100% Lucida Sans;
    margin: 20px;
    line-height: 26px;
}

.container {
    min-width: 900px;
}












/*


#nav_container {
    width: 165px;
    float: left;
    text-align: center;
	background-color: #555555;
    list-style-type: none;
    margin: 4px;
    padding: 2px;
    cursor: pointer;
	
	 border-radius: 4px;
	 
	position: absolute;
    left: 100px;
    top: 10px;

}

.navitem {
    background-color: #f1f1f1;
    border: 1px solid #d4d4d4;
    list-style-type: none;
    padding: 2px;
    cursor: pointer;
}

/* unvisited link * /
a:link {
    color: #FF0000;
}

/* visited link * /
a:visited {
    color: #00FF00;
}

/* mouse over link * /
a:hover {
    color: #FF00FF;
}

/* selected link * /
a:active {
     color: #0000FF;
}


.navitem:hover {
	color: #ffffff;
	background-color: white;
}

*/