html, body {
	height: 100%;
}

/* top blue title barre */

.gbuaf {
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.topmenu {
	font-family: sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
}

.topmenu_inactive {
	font-family: sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0d0dd1;
}

a.topmenu {
	font-family: sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
}

a.topmenu:visited {
	font-family: sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
}

a.topmenu:hover {
	font-family: sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.searchbox {
	font-family: sans-serif;
	font-size: 10px;
	font-weight: bold;
	border: 0;
	color: #999999;
}

/* grey menu barre */

a.menuitem {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-right: 25px;
	padding-left: 25px;
	margin-left: 1px;
}

a.menuitem:visited {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-right: 25px;
	padding-left: 25px;
	margin-left: 1px;
}

a.menuitem:hover {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #4c4c4c;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 25px;
	padding-left: 25px;
	margin-left: 1px;
}

a.menuitem_active {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #4c4c4c;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 25px;
	padding-left: 25px;
	margin-left: 1px;
}

a.menuitem_active:visited {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #4c4c4c;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 25px;
	padding-left: 25px;
	margin-left: 1px;
}

.menuitem_inactive {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #a3a3a3;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 25px;
	padding-left: 25px;
	margin-left: 1px;
}

.menucell {
	padding-top: 5px;
	padding-bottom: 5px;
}

/* submenu bar */

a.submenuitem {
	font-family: sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-left: 1px;
}

a.submenuitem:hover {
	font-family: sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #a3a3a3;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-left: 1px;
}

.submenuitem_active {
	font-family: sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #a3a3a3;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-left: 1px;
}

.submenuitem_inactive {
	font-family: sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #dadada;
	text-decoration: none;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-left: 1px;
}

.submenucell {
	padding-top: 1px;
	padding-bottom: 1px;
}

/* left side context menu barre */

.contextmenu {
	font-family: sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

a.contextmenulink {
	font-family: sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: underline;
	color: #333333;
}

.contextmenubox {
	font-family: sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	width: 120px;
}

.contextmenuchange {
	font-family: sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	width: 80px;
}

.address {
	vertical-align: bottom;
}

.contexttable {
  vertical-align: top;
}

.contextdropdown {
  	font-family: sans-serif;
	font-size: 10px;
}

/* main zone */

.cell_title {
	background-color: #dadada;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-style: ridge;
	border-bottom-width: 2px;
/*	border-color: #000000; */
}

.cell_body {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.cell_main {
	border-style: ridge;
	border-width: 2px;  
/*	border-color: #000000; */
}

.title {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align: left;
}

.text {
	font-family: sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}

a.link {
	font-family: sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #333333;
	text-align: justify;
}

a.link:hover {
  	font-family: sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #333333;
	text-align: justify;
}


.image {
  	padding: 5px;
	border: solid 1px #333333;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-right: 15px;
}

/* print */

.gbuafprint {
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
