/*  (C) GlobalVision Solutions  */

body {
	background-color: #ffffff;
	direction: ltr;
	background-image: none;
}
body,input,select,textarea {
	color: #000000;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 1em;
}

a {
	color: #0000ff;
	text-decoration: underline;
}
a:visited {
	color: #0000ff;
}
a:hover {
	color: #000088 !important;
	cursor: pointer;
}
a:active {
	color: #ee0000;
}
a.logout:hover {
	color: #880000 !important;
}

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;
}

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

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

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

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

table#header {
	display: none;
}

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

#container {
	width: 100%;
	margin: 0;
	text-align: justify;

}

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

#menu {
	display: none;
}

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

#content, #footer {
}

#content {
	font-size: .8em;
}

#content h2 {
	/*margin: 0 0 1.4em 0;*/
}

#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: .8em;
	-moz-border-radius: 12px;
}
#content #messages li.errorMessage {
	border: solid 1px #ff0000;
	color: #ff0000;
	background-color: #fff8f8;
}
#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.infoMessage {
	border: solid 1px #000088;
	color: #000088;
	background-color: #f8f8ff;
}
#content #messages li.successMessage {
	border: solid 1px #008800;
	color: #008800;
	background-color: #f8fff8;
}
#content #messages img {
	float: left;
	width: 28px;
	height: 28px;
	margin-right: 1em;
	vertical-align: middle;
}

#content #lang {
	display: none;
}

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

#footer {
	clear: both;
	margin-top: 20px;
	font-size: .6em;
	color: #aaaaaa;
	text-align: left;
}

#footer .links {
	display: none;
}

#footer  #globalvision {
	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: #aaaaaa;
}

form {
	float: left;
	width: 100%;
	margin: 0;
}
form fieldset {
	width: 500px;
	margin-bottom: 1em;
	padding: .6em;
	background-color: #ece6c4;
}
form fieldset > fieldset {
	background-color: #f5efcb;
}
form fieldset > fieldset > fieldset {
	margin-bottom: 0;
	background-color: #fcf6d2;
}
/*
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: #444444;
}
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: #ff0000;
	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: #ff0000;
	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: #f8f8ff;
}

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;
}

img.extLink {
	margin-left: 4px;
	vertical-align: middle;
	cursor: pointer;
}

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

h1 {
	text-align: right;
	font-size: 1.1em;
	color: #aaaaaa;
}

h2 {
}

#content .box h3 {
	display: inline;
	padding: 2px 80px 0 10px;
	border: solid 1px #9a938b;
	border-bottom: none;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #dddddd;
}

#content .box .content {
	_margin-left: 3px;
	padding: 2em;
	border: solid 1px #9a938b;
}

