/*  (C) GlobalVision Solutions  */

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	direction: ltr;
	cursor: default;
}
body,input,select,textarea {
	color: #333333;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: .8em;
	_font-size: .9em;
}
input,select,textarea{
	font-size: 1em;
}

::-moz-selection {
	color: #ffffff;
	background-color: #1b96c2;
}

a {
	font-weight: bold;
	color: #053868;
	text-decoration: underline;
}
a:visited {
	color: #053868;
}
a:hover {
	color: #0000ff !important;
	cursor: pointer;
}
a:active {
	color: #ee0000;
}
a.logout:hover, #menu_container dt a.logout:hover {
	color: #aa0000 !important;
}
.pointer {
	cursor: pointer;
}

img {
	border: 0px;
}

address {
	margin-bottom: 1em;
	padding-left: 2em;
	font-style: italic;
}

acronym, abbr {
	border-bottom: 1px dotted #708090;
	cursor: help;
}

p {
	margin: 0 0 .6em 0;
}

strong {
	color: #053868;
}

hr {
	margin: 1em 0;
	border-style: none;
	border-top: solid 1px #333333;
}

.noprint {
}
.printonly {
	display: none;
}

.debug {
	background-color: #ffff88;
	font-style: italic;
}

.error {
	color: #ff0000;
	font-style: italic;
}

ul li {
	list-style-image: url('/images/li.gif');
}

/****************************************/

#container {
	width: 100%;
	margin: 0;
	text-align: justify;
	background-color: #ffffff;
}

/****************************************/

#header {
	height: 80px;
	background-color: #1b96c2;
}
#header img {
	_margin-bottom: -3px;
}

#header h1 {
	display: none;
}
#header ul {
	position: absolute;
	top: 12px;
	right: 12px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#header li {
	display: inline;
}
#header ul li a {
	padding: .3em .8em;
	border: solid 1px #66aadd;
	color: #000000;
	background-color: #aaeeff;
	font-size: .9em;
	text-decoration: none;
	opacity: .6 !important;
	filter: alpha(opacity=60) !important;
	-moz-opacity: .6;
}
#header ul li a:hover {
	border: solid 1px #000088;
	color: #000000 !important;
	background-color: #4499bb;
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1;
}
#header a:visited {
	color: #000000;
}

/****************************************/

#menu {
	float: left;
	width: 200px;
	margin: 1em 0 1em 10px;
	padding: 0;
}

#menu dl, #menu dt, #menu dd, #menu ul, #menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
#menu_container dt {
	margin: 2px 0;
	height: 20px;
	border: 1px solid gray;
	background-color: #5e84cb;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
}
#menu_container dd {
	background-color: #97b3e6;
	border: 1px solid gray;
}
#menu_container dd li {
	_width: 99%;
}
#menu_container dd.hidden {
	display: none;
}
#menu_container li {
	text-align: center;
}
#menu_container li a, #menu_container dt a {
	display: block;
	height: 100%
	border: 0px none;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
#menu_container dt a {
	font-weight: bold;
}

#menu_container li a:hover, #menu_container dt a:hover {
	color: #ffffff !important;
	background-color: #0b2850;
}

#menu_container .selected {
	font-style: italic;
	letter-spacing: 1px;
}

/****************************************/

#content {
	margin-left: 210px;
	padding: 2em;
	background-color: #ffffff;
}
#content h2 {
	margin: 0 0 1.4em 0;
	color: #5e84cb;
	text-transform: uppercase;
}
#content h3 {
	margin: 0 0 1.4em 0;
	font-size: 1.1em;
	color: #053868;
}

#content #messages ul{
	margin: 0 0 1em 0;
	padding: 0;
	list-style-type: none;
}
#content #messages ul {
	margin: 0 0 .8em 0;
	padding: 0;
}
#content #messages li {
	margin-bottom: 2px;
	padding: .4em;
	-moz-border-radius: 12px;
	list-style-image: none;
}
#content #messages li.errorMessage {
	border: solid 1px #ff0000;
	color: #ff0000;
	background-color: #fff8f8;
}
#content #messages li.errorMessage div strong {
	color: #ff0000 !important;
}
#content #messages li.warningMessage {
	/*
	border: solid 1px #888800;
	color: #888800;
	background-color: #fffff8;
	*/
	border: solid 1px #ff0000;
	color: #ff0000;
	background-color: #fff8f8;
}
#content #messages li.warningMessage div strong {
	color: #ff0000 !important;
}
#content #messages li.infoMessage {
	border: solid 1px #000088;
	color: #000088;
	background-color: #f8f8ff;
}
#content #messages li.infoMessage div strong {
	color: #000088 !important;
}
#content #messages li.successMessage {
	border: solid 1px #008800;
	color: #008800;
	background-color: #f8fff8;
}
#content #messages li.successMessage div strong {
	color: #008800 !important;
}
#content #messages img {
	float: left;
	width: 28px;
	height: 28px;
	margin: 0 1em 0 4px;
	vertical-align: middle;
}

/****************************************/

#footer {
	clear: both;
	margin-top: 2em;
	padding: .4em;
	border-top: solid 1px #cccccc;
	color: #aaaaaa;
	font-size: .8em;
}

/****************************************/

#globalvision {
	float: right;
}
#globalvision a {
	color: #aaaaee;
}
#globalvision span {
	display: none;
}

/****************************************/

input[type="image"] {
	border: none;
	background-color: transparent;
	cursor: pointer;
}
input[type="image"][disabled] {
	color: #404040;
	opacity: .4;
	filter: alpha(opacity=40);
	-moz-opacity: .4;
}
input[type="button"], input[type="submit"], input[type="reset"] {
	cursor: pointer;
}
input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active {
}
input[type="button"][disabled], input[type="submit"][disabled], input[type="reset"][disabled] {
	margin-top: 2px;
	cursor: default;
}
input[disabled], select[disabled] {
	color: #666666;
}

form {
	float: left;
	width: 100%;
	margin: 0;
}
form fieldset {
	width: 500px;
	margin-bottom: 1em;
	padding: .6em;
	background-color: #97b3e6;
}
form fieldset > fieldset {
	background-color: #e8ffff;
}
form fieldset > fieldset > fieldset {
	margin-bottom: 0;
	background-color: #e0ffff;
}
/*
form fieldset > fieldset {
	width: 490px;
}
form fieldset > fieldset > label {
	width: 160px;
}
form fieldset > fieldset > fieldset {
	width: 480px;
}
form fieldset > fieldset > fieldset > label {
	width: 150px;
}
*/
form legend {
	_display: none;
	margin-left: 8px;
	font-size: .85em;
	font-weight: bold;
	color: #053868;
}
form legend > img {
	vertical-align: middle;
	margin-right: .3em;
}

form p {
	width: 480px;
	margin: .4em 0 2px 5px;
	font-size: .9em;
	font-style: italic;
}
form fieldset > fieldset > p {
	width: 470px;
}
form div.requiredFields {
	margin-bottom: 1em;
	color: #aa0000;
	font-size: .8em;
}
form br {
	clear: left;
}
form .inputError {
	outline: solid 2px #ff0000;
	_border: solid 2px #ff0000;
}

form label {
	width: 170px;
	padding-top: 3px;
	padding-right: 20px;
	text-align: left;
}
form label span {
	margin-right: .4em;
	color: #aa0000;
	font-size: .8em;
}
form label, form input, form textarea, form select, form div.input {
	float: left;
	display: block;
	margin-bottom: .3em;
}
form div.inputNoLabel {
	margin-left: 190px;
	margin-bottom: .3em;
}
form div.inputNoLabel label, form div.input label {
	width: 260px;
}

form input.input, form textarea.input, form select.input {
	width: 300px;
}
form input[type="text"], form input[type="password"], form input[type="file"], form textarea, form select {
	width: 300px;
	background-color: #ffffff;
}
form input[type="text"]:focus, form input[type="password"]:focus, form input[type="file"]:focus, form textarea:focus {
	background-color: #f0faff;
}

form div.buttons {
	margin-top: 1.2em;
	margin-left: 190px;
}
form div.buttons input {
	margin-right: 4px;
	padding: 0 1em;
}

/****************************************/

.autologin_warning {
	font-size: .8em;
}

/****************************************/

.intro {
	text-align: center;
}
.intro_text {
	color: #003668;
	font-size: 1.2em;
}

div.block {
	margin: 1em 20% 1.5em;
	padding: 1em;
	color: #ffffff;
	background-color: #5e84cb;
	font-weight: bold;
	text-align: center;
}
.i {
	font-style: italic;
}
.u {
	text-decoration: underline;
}

div.download {
	width: 300px;
	margin: 1em auto;
	padding: 1em;
	color: #ffffff;
	background-color: #5e84cb;
	font-weight: bold;
	text-align: center;
}

td.comite {
	padding: 1em;
	text-align: center;
	vertical-align: top;
}
td.comite2 {
	padding-right: 2em;
	padding-bottom: .4em;
	text-align: left;
}
td.comite3 {
	padding-bottom: .4em;
	text-align: right;
}

img.comite {
	border: solid 1px black;
}
td.comite a.comite {
	text-decoration: none;
}

ul.sitemap {
	margin-top: .5em;
}
ul.sitemap li {
	margin-bottom: .5em;
}

td.agenda {
	vertical-align: top;
}
td.a_date {
	padding-right: 3em;
	color: #053868;
	font-weight: bold;
	white-space: nowrap;
}
p.a_title {
	color: #053868;
	font-weight: bold;
}

td.testimonial {
	vertical-align: top;
}
td.testimonial img {
	width: 85px;
	margin-right: 3em;
	border: solid 1px black;
}

