/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 13px;
	color: black;
	background: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	height: 100%;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
/* Site */
a {
	text-decoration: none;
	color: navy;
}
a:hover {
	text-decoration: underline;
	color: red;
}
#bkg-line {
	position: absolute;
	background: #e2e2e2;
	width: 100%;
	height: 160px;
	margin: 0;
	left: 0;
	right: 0;
	margin-top: 71px;
}
#box-center {
	position: absolute;
	width: 770px;
	margin-top: 5px;
	left: 50%;
	margin-left: -385px;
	background: white;
}
/* MENU */
#box-menu {
	position: absolute;
	background: #221a43;
	width: 100%;
	height: 40px;
	left: 0;
	right: 0;
	margin-top: 25px;
}
#box-menu .selected {
	color: red;
}
#menu {
	float: left;
	padding: 0 0 10px 0;
	margin: 0 0 0 10px;
}
#menu .menu-item {
	color: #ab8c4c;
	float: left;
	font-family: Verdana, Geneva, Arial, sans-serif;
	list-style: none;
	margin-left: 5px;
	padding-bottom: 12px;
	padding-top: 14px;
}
.a-m, .a-m-last, .a-m-selected, .a-m-last-selected {
	border-right: 1px solid white;
	color: white;
	display: block;
	font-size: 9px;
	font-weight: bold;
	padding-right: 5px;
	text-align: center;
}
.a-m-last, .a-m-last-selected {
	border :none;
}
.a-m:hover, .a-m-last:hover, .a-m-selected:hover, .a-m-last-selected:hover {
	color: red;
	text-decoration: none;
}
.a-m-selected, .a-m-last-selected {
	color: red;
}
.sm {
	background: #a7bbc4;
	border: 1px solid white;
	border-bottom: none;
	color: black;
	display: none;
	margin: 0;
	margin-top: 5px;
	padding: 0;
	position: absolute;
	width: 200px;
	z-index: 1;
}
.sm li {
	border-bottom: 1px solid white;
	margin: 0;
	padding: 0;
	width: 200px;	
}
.sm a {
	display: block;
	color: navy;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px;
	text-decoration: none;
	width: 194px;
}
.sm a:hover {
	background: #c6d3d9;
	color: red;
}

#box-banner {
	position: absolute;
	margin-top: 66px;
	left: 0;
	width: 420px;
	height: 160px;
	background: #c6c0aa;
}
#box-banner img {
	position: absolute;
	margin: 0;
}
#box-logo {
	position: absolute;
	margin-top: 66px;
	right: 0;
	width: 350px;
	height: 160px;
	background: #c6c0aa;
}
#box-logo #logo-gscgi {
	position: absolute;
	margin-top: 2px;
	margin-left: 10px;
}
#box-logo #logo-cifa {
	position: absolute;
	right: 0;
	bottom: 0;
}
#box-languages {
	position: absolute;
	right: 0;
	margin-top: 2px;
	color: gray;
}
#box-languages a {
	color: gray;
}
#box-languages a:hover {
	color: red;
}
#login {
	position: absolute;
	width: 400px;
	height: 20px;
	margin-top: 5px;
	margin-left: 270px;
	background: white;
	z-index: 10000;
	visibility: hidden;
	font-size: 11px;
	color: gray;
	text-align: right;
}
#login input {
	width: 100px;
	height: 15px;
	font-size: 11px;
	border: 1px solid #e2e2e2;
	background: #CCD1FF;
	margin-left: 5px;
	margin-right: 5px;
}
#box-title {
	position: absolute;
	background: #7090a7;
	width: 100%;
	height: 35px;
	left: 0;
	margin-top: 227px;
}
#box-title h1 {
	margin-left: 10px;
	margin-top: 10px;
	color: white;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 1.4px;
}
#box-contents {
	position: absolute;
	width: 100%;
	background: #e2e2e2;
	left: 0;
	margin-top: 263px;
	min-height: 300px;
}
#box-contents #text {
	margin: 15px;
	color: #221a43;
	font-size: 12px;
	margin-bottom: 35px;
	text-align: justify;
}
#box-contents #text ul {
	list-style: disc;
	margin-left: 20px;
}
#box-contents #text ul li {
	margin: 15px;
}
#box-copyright {
	position: absolute;
	background: white;
	width: 100%;
	height: 20px;
	bottom: 0;
	left: 0;
	margin: 0;
	text-align: right;
}
#box-copyright p {
	color: gray;
	font-size: 10px;
	margin-top: 5px;
	text-align: right;
}
#box-pages {
	position: absolute;
	width: 200px;
	margin-top: 232px;
	left: 50%;
	margin-left: -586px;
	background: white;
}
#box-pages table {
	width: 100%;
	border-collapse: collapse;
}
#box-pages table tr {
	background: #bbc9d4;
	height: 22px;
}
#box-pages table tr td {
	border-bottom: 1px solid white;
}
#box-pages table tr td:hover, #box-pages table tr td.selected {
	background: #221a43;
}
#box-pages table tr td:hover a {
	color: white;
}
#box-pages table tr td a {
	font-weight: bold;
	text-decoration: none;
	color: #221a43;
	font-size: 11px;
	padding-left: 3px;
}
#box-pages table tr td.selected a {
	color: red;
}
#box-contents #text #members-list {
	font-size: 10px;
	font-weight: bold;
}
#box-contents #text #members-list ul li {
	margin: 2px;
}
#box-contents #text #members-search {
	border-bottom: 1px dotted #221a43;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#box-contents #text #members-search input {
	border: 1px solid #7090a7;
	font-size: 11px;
}
#box-contents #text #members-search input[type="text"] {
	width: 250px;
}
#box-contents #text #members-details hr {
	border: 1px dotted #7090a7;
	width: 100%;
}
#box-contents #text #members-details table {
	width: 100%;
}
#box-contents #text #members-details table tr td {
	font-size: 11px;
}
#box-contents #text #members-details table tr td.label {
	width: 200px;
	font-weight: bold;
}
/* Agenda table */
#agenda {
	margin-top: 20px;
	width: 100%;
	border: 1px solid white;
}
#agenda th {
	background: #bbc9d4;
	height: 25px;
	font-weight: bold;
	font-size: 15px;
	padding-left: 5px;
}
#agenda td {
	padding-left: 5px;
	height: 25px;
	border-top: 1px solid white;
}
.list-line-white {
	background: #D1D1D1;
}
.list-line:hover, .list-line-white:hover {
	background: #91BAD8;
}
#register {
	padding: 10px;
	float:right;
	background: #bbc9d4;
	font-weight:bold;
	font-size: 15px;
}
#register:hover {
	background: #91Bad8;
}
/* Greybox */
#GB_window {
	z-index: 1000000;
}