body {
	background: White;
	border: 0px none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: black;
	list-style: disc;
	margin: 0px 0px 0px 0px;  
	font-size: 10pt;
}

/* default style for paragraphs */
p {
	cursor: default;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 7px;
}

/* Global style for tables */
table {
	border: 0px none;
	cursor: default;
	border-collapse: collapse;
	border: 1px solid #E3CF5B;
}
/* global style for table cells */
td {
	font-size: 10pt;
	vertical-align: top;
	padding: 5px;
	border: 1px solid #E0E0E0;
	text-overflow:ellipsis;
}
/* global style for table rows */
tr {

}
/* global style for table headers */
th {
	font-size: 8pt;
	font-weight: normal;
	border: 0px none Window;
	padding: 3px;
	background-color: #FFFFCC;
}


/*****
 * VRGrid stuff 
 **/
td.gridToolbar {
/*	background-color: #FFFFCC;*/
/*	border: 1px solid #F0F0F0;	*/
	padding: 3px;
	font-size: 8pt;
	white-space: nowrap;
    background-image: url(/img/oranbg.gif);	
}

td.gridToolbar a {
	color: black;
}


.vrgrid td {
	padding: 4px;
	border-top: none;
	border-bottom: none;
	font-size: 9pt;
	border-left: 1px solid #E3CF5B;
	border-right: 1px solid #E3CF5B;
}


.vrgridgallery table {
	border: none;
	border-collapse: collapse;
}

.vrgridgallery td {
	background-color: #555555;
	font-size: 9pt;
	border: none;
	color: silver;
}

.vrgridgallery td > a {
	color: white;
}


.vrgridgallery a {
	color: white;
}
.vrgridgallery a:visited {
	color: white;
}

.vrgrid th {
	padding: 3px;
	background-color: #F9F5DC;
	border-left: 1px solid #E3CF5B;
	border-right: 1px solid #E3CF5B;
}

.gridRow:hover {
	background-color: #FBF9EA;
}

.gridRowOptions img {
	border: none;
}

.gridRowOptions {
	background-color: #F9F5DC;
}


/* global style for links */
a {
    text-decoration: none;
    color: red;
    background: none;
}
a:link {
    color: red;
}

a:visited {
    color: red;
}
a:active {
    color: red;
}
a:hover {
    text-decoration: underline;
}

/* button style */
button {
	background: #FFDEAD;
	font-size: 9pt;
	border: 1px solid #CD853F;
	cursor: hand;
/*	width: 80px;*/
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	height: 22px;
    background-image: url(/img/oranbg.gif);
}



/* preformated blocks */
pre {
    padding: 1em;
    border-bottom: 1px solid #FABD23;
    color: black;
    background-color: #f9f9f9;
    line-height: 1.2em;
	 font-family: Consolas, "Courier New", Courier, monospace;
    overflow-x: auto;
	/*    width: 100%;*/
    padding-bottom: 25px;	 
}



/* horizontal ruler default style */
hr {
	color: silver;
}
/* default styles for headers */
h1,h2,h3,h4 {
	color: black;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 175%;
}
h3 {
	font-size: 125%;
}
h4 {
	font-size: 100%;
}

/* default for fieldset/groupboxes */
fieldset {
	padding: 0px;
	border: 1px solid silver;
}


/************************
  stuff for tableless quickforms
 ************************/
form {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 564px;
	min-width: 564px;
	max-width: 564px;
/*	width: 500px;*/
	width: auto;
	background-color: #F9F5DC;
	margin-bottom: 5px;
	border: 1px solid #E3CF5B;
/*	filter: Shadow(Color=#666666, 	
			Direction=135, 
			Strength=5);*/
	
}
form ol {
	text-indent: 0px;
	margin: 0px;
	list-style:none;
	padding: 0px;
}
form fieldset {
    padding: 5px 0;
    margin: 0;
    width: 560px;
	 font-weight: normal;
}
form fieldset.hidden {
    border: 0;
}
form fieldset legend {
/*    font-weight: bold;*/
}
form label {
    margin: 0 0 0 5px;
    font-size: 8pt;
}
form label.qflabel {
	display: block;
	float: left;
	width: 150px;
	overflow: hidden;
	color: #645711;
	padding: 0;
	margin: 5px 0 0 0;
	text-align: right;
}

form label.qflabellogin {
	display: block;
	float: left;
	width: 140px;
	overflow: hidden;
	color: #645711;
	padding: 0;
	margin: 5px 0 0 0;
	text-align: right;
	text-overflow: ellipsis;	
}


form input, form textarea, form select {
    width: auto;
    font-size: 10pt;
}
form textarea {
    overflow: auto;
}
form br {
    clear: left;
}
form div.qfelement {
    display: inline;
    float: left;
    margin: 2px 0 0 5px;
    padding: 0;
}
form span.error, form span.required {
    color: red;
}
form div.error {
    border: 1px solid red;
    padding: 5px;
} 


/************************
   smallstuff - use with <span class="smallstuff">***contents***</smallstuff> 
 ************************/

/* default style for right box elements */
.smallstuff {
	font-size: 8pt;
}
 
/* table style for smallstuff */
.smallstuff table {
}

/* table cell style for smallstuff */
.smallstuff td {
	font-size: 8pt;
	padding: 2px;
}

/* table header style for smallstuff */
.smallstuff th {
	font-size: 7pt;
}


/************************
   main div's
 ************************/


/* This one is right after <body> and ends right before </body> */
#bodydiv {
	height: 100%;
	
}


/* Header for www pages */
#wwwheader {
	position: absolute;
	top: 0px;
/*	width: 100%;*/
	color: white;
	display: block;
	height: 80px;
	right: 0px;
	left: 0px;
	z-index: 100;
	overflow: hidden;
	padding-left: 130px;
	background-color: #C20023;
	background: url(/img/headerbg.png)  repeat-x bottom left;
	/*border-bottom: 1px solid black;*/
}

#logoimage {
	position: absolute;
	top:10px;
	left: 5px;
}

/* h3 - site title */
#wwwheader h3 {
	color: white;
	font-size: 10pt;
	margin-top: 5px;
	margin-bottom: 0px;
	font-weight: normal;
	font-family: "Book Antiqua";
}
/* h1 - page title */
#wwwheader h1 {
	/*color: black;*/
	color:white;
	font-size: 15pt;
	margin-top: 5px;
	margin-bottom: 0px;
	font-weight: normal;
	font-family: "Book Antiqua";
	/*text-transform: capitalize;*/
}

/* Header for PRINT layout */
#printheader {
	display: none;
	background-color: yellow;
}

/* workarea div - existis to hold the contentarea only */
#oldworkarea {
/*     height: 100%;*/
	position: absolute;
	width: 100%;
	top: 0px;
	bottom: 0px;
	/*background-color:white;*/
	/*background:#F9F5DC;*/
	padding-top: 80px;
	z-index: 50;
	overflow: hidden;
	display: none;
}



/* where the contents are */
#contentarea {
/*
	margin: auto;
	overflow:auto;
	overflow-x: auto;
	overflow-y: scroll;

    display: inline;
*/

    /*background-color: #F9F5DC;*/
/*    
	position:absolute;
	top: 81px;
	right: 0px;
	left: 120px;
	bottom: 21px;
*/	
	padding-top: 91px;
	padding-left: 120px;
	
/*	width: 100%;*/
/*	padding-left: 10px;*/
/*	padding-right: 10px;*/
/*	padding-top: 10px;*/
	
	min-height: 280px;
	border-left: 1px solid silver;
}

/* left area div */
#leftareadiv {
	position: absolute;
	left: 0px;
	width: 115px;
	top: 85px;
	z-index: 150;
}

#statusbar {
	font-weight:bold;
}
#bottombar {
/*	
	position: absolute;
	right: 0px;
	bottom: 0px;
	left: 0px;*/
	
	display: block;
	margin-top: 30px;
	padding-top: 10px;
	padding-left: 120px;
	z-index: 100;
/*	width: 100%;*/
	overflow: hidden;
	margin-left: 0px;
	color: black;
	font-size: 7pt;
	background: url(/img/bg-std.png)  repeat-x top left;
	
}

/************************
   leftmenu classes
 ************************/
.leftmenu {
	font-size: 8pt;
	font-family: arial;
}
.leftmenuopt {
/*debug	background-color: red;*/
	padding-left: 20px;
	background-position: 2px;
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	display: block;
}
.leftmenuopt:hover {
	/*background-color: white;*/
	text-decoration: none;
	background-color: #FFDEAD;
}

.leftmenusel {
	background-color: #FFDEAD;
	padding-left: 20px;
	background-position: 2px;
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	display: block;
	color: #515151;
}


/************************
   toptmenu classes
 ************************/

#topmenudiv {
	position : absolute;
/*	background: red;*/
	top: 59px;
	left: 0px;
	height: 26px;
/*	width: 100%;*/
	overflow: hidden;
	margin-left: 130px;
	padding-left: 5px;
	padding-right: 5px;
	z-index: 150;
}
 
 
.topmenu {
	font-size: 8pt;
/*	font-family: arial;*/
}
.topmenuopt {
/*	background-color: #F9F5DC;*/
	background-position: 4px;
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 21px;
	padding-right: 2px;
	color: WHITE;
	/*border-bottom: 1px solid #910006;*/
	border-top: 1px solid #910006;
	border-left: 1px solid #910006;
	border-right: 1px solid #910006;
	vertical-align: bottom;
	margin-right: 2px;
/*
	display: inline-block;
*/
	display: block;
	float: left;
}

A.topmenuopt  {
	color: white;
}
A.topmenuopt:visited  {
	color: white;
}

/*.topmenu A {
	color: white;
}*/


.topmenusel {
	background-color: white;
	background-position: 4px;
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 21px; 
	padding-right: 2px;	
	color: #515151;
	border-bottom: 1px solid white;
	border-top: 1px solid #910006;
	border-left: 1px solid #910006;
	border-right: 1px solid #910006;
	vertical-align: bottom;
	margin-right: 2px;
/*
	display: inline-block;
	
*/
	display: block;
	float: left;
}

/*
.topmenuopt:hover {
	background-color: white;
	text-decoration: none;
	background-color: #eed9b9;
}
*/



.numfield {
	text-align: right;
	border: 1px solid black;
	font-size: 8pt;
}



/**
 * Login form
 */
.loginform form {
/*	width: 250px;
	margin: 5px;*/
}
.loginform fieldset {
    /*border: 1px solid black;*/
    padding: 10px 0;
    margin: 0;
    width: 260px;
	 font-weight: normal;
}
.loginform table {
	background: none;
	width: 600px;
}
.loginform td {
	background: none;
	border: none;
	width: 50%;
}


/****
 * Static fields
 */
div.fieldbox {
	margin-top: 2px;
	margin-bottom: 2px;
	display: inline-block;
}
div.fieldname {
   font-size: 8pt;
	display: block;
	float: left;
	width: 100px;
	padding: 0;
	text-align: right;
	color: #483D8B;
} 
div.fieldvalue {
	font-size: 9pt;
	display: block;
	padding: 0;
	margin-left: 105px;
	text-align: left;
	padding-left: 5px;
	
	background-color: #F7F7F7;
	border-left: 2px solid #EFEFEF;	
	text-align: left;
} 

/*****
 * Error message
 **/
div.error {
	border: 1px solid red;
	padding-left: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	color: red;
	background-color: #FFEEEE;
/*	background-image: url(/vrglyphs/44.png);*/
	background-repeat: no-repeat;
	background-position: 5px;
	/*width: 536px;*/
}


/**
 * Info
 **/
div.info {
	border: 1px solid #00008B;
	padding-left: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	color: #00008B;
	background-color: #D4D6FF; /*	background-image: url(/vrglyphs/44.png);*/
	background-repeat: no-repeat;
	background-position: 5px;
}


/****
 * Overview stuff 
 */
div.overview {
	/*	border: 2px solid #C0C0C0;	*/
	/*	padding: 5px;*/
	padding-left: 2px;
	padding-right: 2px;
/*	border-left: 1px solid silver;
	border-right: 1px solid silver;*/
    width: 560px;	
    height:auto;
}

div.overviewsub {
	border-top: 1px solid #C0C0C0;
	display: inline-block;
}

div.overviewleft {
	display: inline-block;
	float: left;
	width: 270px;
	padding-right: 5px;
} 
div.overviewbottom {
	display: block;
	width: 100%;
} 
div.overviewright {
	font-size: 9pt;
	display: inline-block;
	padding: 0;
	margin-left: 276px;
	padding-left: 5px;
	border-left: 1px solid #C0C0C0;
} 

div.overview h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	color: black;
	display: inline-block;
	overflow-x: hidden;
	text-overflow: ellipsis;
	font-family: Times,"Book Antigua";
	font-weight: normal;
	border-bottom: 1px solid gray;
	
}

div.overview h5 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: gray;
	display: inline-block;
	overflow-x: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
}

div.overview h4 {
	margin-top: 4px;
	margin-bottom: 4px;
}


div.overviewlist {
	border: 1px solid #E3CF5B;
	margin-top: 5px;
	background-color: #FDFCF2;
}
div.overviewlist p {
	padding: 5px;
	margin: 0px 0px 0px 0px;
}	

div.overviewlist b {
	font-weight: normal;
}	

/***
 * Login box
 **/
#loginbox {
	float: right;
	color: white;
	padding-right: 5px;
	padding-top: 5px;
	font-size: 8pt;
}
#loginbox a {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid black;
	color: black;
/*    background-image: url(/img/oranbg.gif);	*/
	background: #F9F5DC;
}


/**
 * Context menu
 */
/************************
   toptmenu classes
 ************************/
.contextmenu {
	font-size: 8pt;
    width: 560px;	
	display: inline-block;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: black;
/*	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=white,endColorStr=#FFDEAD);	*/
	border: 1px solid #FFAA2B;
	background-color: #FFEACA;
    background-image: url(/img/oranbg.gif);	

}
.contextmenuopt {
	background-color: transparent;
	background-position: 4px;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 24px;
	padding-right: 6px;
	color: black;
	vertical-align: bottom;
	margin-right: 1px;
	display: inline-block;
}

.contextmenu a {
	color: black;
}
.contextmenu a:visited {
	color: black;
}
.contextmenu a:link {
	color: black;
}

.contextmenusel {
	background-color: transparent;
	background-position: 4px;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 24px;
	padding-right: 6px;
	color: black;
	vertical-align: bottom;
	margin-right: 1px;
	display: inline-block;
}

.contextmenuopt:hover {
	background-color: white;
	text-decoration: none;
}

div.evtday{
	height: 50px;
	text-align: left;
	background-color: White;
	
}
div.noevtday{
	height: 50px;
	text-align: left;
}


.statictext {
	width: 566px;
	text-align:justify;
/*	border-left: 3px solid #FFFF99;
	background-color: #FFFFEE;*/
	color: #222222;
	line-height:130%;
	margin-bottom: 10px;
	
}
 
.modalCaption {
	background-color: orange;
	padding: 0px;
}

#modalContents {
    overflow:auto;
    width: 600px;
    text-align:left;
    margin: 0px;
    padding: 0px;
    background-image:none;
}

#modalContents form {
    background-image:none;
	background-color:transparent;
	border-style: none;
	padding: 0px;
	margin: 0px;
}
 
 
/* Células de contadores */
.c_value {
	color: gray;
	background-color: #EFEFEF;
	font-size: 110%;
}

/* Células de contadores, com valor */
.c_withvalue {
	background-color: #FFEEEE;
	color: red;
	font-weight: bold;
	font-size: 110%;
}

/* Tabela dos contadores */
.countertable {
	background-image:none;
	border-style: none;
}
.countertable td {
	border-style:none;
	border-bottom: 1px solid silver;
	vertical-align: middle;
}

/* Div para a tabela dos contadores, na primeira página */
.countertablediv {
	width: 300px;
	border: 1px solid silver;
	border-right: 2px solid silver;
}

/* Texto de ajuda de um contador */
.counterhelp {
	margin: 0px;
	font-size: 8pt;
	line-height: 95%;
}







/************************
  stuff for popup tables
 ************************/
.popup_table {
	background-color: #DFDFDF;
	border: 3px solid #0066CC;
	background-image: url(/img/backg.gif);	
	background-repeat:repeat;
	width: 399px;
	
}
.popup_table td {
	border: 0px none;
	text-align: center;
	padding: 2px;
}


.popup_table a {
	text-align: center;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-right: 10px;
	background: white;
	display: inline-block;
	color: black;
	text-overflow: ellipsis;
	
	background: #FFDEAD;
	font-size: 9pt;
	height: 22px;
	border: 1px solid #CD853F;
	cursor: hand;
	text-align: center;
	height: 22px;
    background-image: url(/img/oranbg.gif);
}
.popup_table a:hover {
	text-decoration:none;
	border: 1px solid red;
}

/* Formulários dos popups */
.popup_table form {
	width: 360px;
	min-width: 360px;
	max-width: 360px;
	
	background-color: transparent;
	background-image: none;
	padding: 0px;
	border-style: none;
}

.popup_table textarea {
}

.popup_table td {
/*	border: 1px solid red;*/
}


/* Histórico de ficheiros, para mostrar do lado direito */
.historyLog {
	float: right;
	position: absolute;
	left: 695px;
	top: 95px;
	font-size: 8pt;
}
.historyLog h4 {
	margin: 0px;
}

/* Item do log de históricos */
.logitem {
	padding: 3px;
	font-size: 8pt;
	background-color: #FAFAFA;
	margin-bottom: 3px;
}
.logitem i {
	margin: 0px;
	font-weight: bold;
	font-style: normal;
	color: red;
}




.hiddenelem {
	visibility: hidden;
	
}
	


/* div do spellchecker */
.docspelldiv {
	visibility: visible;
	float: right;
	position: absolute;
	left: 695px;
	top: 95px;
/*	right: 0px;*/
	font-size: 8pt;
/*	border: 1px solid silver;	*/
}

.spelltable td {
	padding: 1px;
}

/** Words OK do spellchecker */
.wok {
	background-color: #AAFFAA;
}	

/** Words UNKNOWN do spellchecker */
.wun {
	background-color: #FFFFAA;
}	

/** Words ERRORS do spellchecker */
.wer {
	background-color: #FF5555;
}

/** Words sem estado do spellchecker */
.wxx {
	background-color: #AAAAAA;
}


/** Tabelas de campos na horizontal */
.horizontalfields {
	border-style: none;
	margin-bottom: 5px;
}
.horizontalfields td {
	padding: 2px;
	font-size: 8pt;
	background-color:#F7F7F7;
	border-style: none;	
	border-right: 2px solid white;
}	
.horizontalfields th {
	background-color: white;
	border-style: none;	
	border-bottom: 2px solid #EFEFEF;		
	color: #483D8B;	
	padding: 1px;
	font-size: 8pt;
	border-right: 2px solid white;
}	


textarea {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

/*************
 * Conteúdo do documento
 */
.doccontents {
	background-color: #FFFFEE;
	cursor: text;
	margin-top:2px;
	overflow-y:scroll;
	min-height: 300px;
	border: 1px solid silver;
	padding: 5px;
/*	font-family:"Courier New", Courier, monospace;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;*/
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}



.stat1 {
	border-style: none;
	font-size: 8pt;
}
.stat2 {
	background-color: #EFEFEF;
	border-style: none;
	font-size: 8pt;
}

/* Links mini, alinhados á direita */
.minilinks {
	float: right;
	font-size: 7pt;
	font-weight: bold;
}
.minilinks A {
	padding-left: 2px;
	padding-right: 2px;
}

.loading {
	width: 100%;
	border: 1px solid red;
	padding: 5px;
	margin: 1px;
	text-align: center;
	color: red;
	font-weight:bold;
}

.previewtd {
	font-size: 8pt;
	padding-top: 2px;
	padding-bottom: 3px;
	height: 5px;
	background-color: #FAFAFA;
	color: #333333;
}

.previewdiv {
}


.hiddenelement {
	
	display: none;
}


.xerror {
	color: red;
	background-color: #FFE6E6;
}



.infobox {
	float: right;
	width: 150px;
	visibility: visible;
	float: right;
	position: absolute;
	left: 695px;
	top: 95px;
/*	right: 0px;*/
	font-size: 8pt;
/*	border: 1px solid silver;	*/
	
}
.infobox td {
	padding: 2px;
	margin: 0px;
	
}
.infobox th {
	padding: 2px;
	margin: 0px;
	border-top: 1px solid #7998FF;
	border-right: 1px solid #7998FF;
	border-left: 1px solid #7998FF;
	font-size: 8pt;
	font-weight: normal;
	color: black;
	background-color: #DCEBFE;
	text-align: left;
	
}
.infobox tr {
	padding: 2px;
	border-style: none;
}

.infoboxtbl {
	width: 100%;
	background-image:none;
	border-color: #7998FF;
}



/* widgets */
.widget {
	border: 1px solid #E3CF5B;
	font-size: 8pt;
	display: block;
	margin-bottom: 8px;
}
.widget P {
	margin: 0px 0px 0px 0px;
	padding: 3px;
}
.widget HR {
	border: 1px solid silver;
	height: 1px;
	margin: 1px 0px 1px 0px;
	padding: 0px;
}
.widget TABLE {
	width: 100%;
	border-style: none;
	background-image:none;	
}
.widget TD {
	border-style: none;
	padding: 3px;
}

.widgettitle {
 	padding: 3px;
	background-color: #F9F5DC;
	color: black;
}
.widgettip {
 	padding: 3px;
	background-color: #FEFADC;
	border-bottom: 1px solid #F9F5DC;
	font-weight: bold;
}
.wt_update {
	float: right;
	font-size: 7pt;
	border: 1px solid black;
	padding-left: 2px;
	padding-right: 2px;
}



/* widget table for main page */
.wt {
	border-style:none;
	background-image: none;
	width: 670px;
}
.wt_left {
	width: 480px;
	border-style: none;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 5px;
}
.wt_right {
	width: 220px;	
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	border-style: none;
}

/* help message */
.vrhelpmessage {
	background-color: #DCEBFE;
	max-width: 536px;
	padding-left: 25px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	
	color: #00186A;
	border-bottom: 1px solid #7998FF;
	background-image: url(/vrglyphs/0.png);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	font-size: 9pt;
	font-family: Verdana, Arial;
	
}


/* warn message */
.vrwarnmessage {
	background-color: yellow;
	max-width: 536px;
	padding-left: 25px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	
	color: red;
	border: 1px solid red;
	background-image: url(/vrglyphs/615.png);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	font-size: 9pt;
	font-family: Verdana, Arial;
	
}


div.overviewbody {
	font-size: 10pt;
	display: block;
	padding: 0;
	text-align: left;
	padding: 5px;
	
	
	background-color: #F7F7F7;
	border-top: 2px solid #EFEFEF;	
	border-bottom: 2px solid #EFEFEF;	
	text-align: left;
	
	min-height: 190px;
}

.galleryimage {
	padding: 2px;
	background-color: white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.galleryimage:hover {
	background-color: #F9F5DC;
}

.mainimage {
	border: 1px solid silver;	
	padding: 2px;
	background-color: white;
	float: left;
	margin-right: 10px;
}

div.oview_image {
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #555555;
	text-align: center;
	color: white;
}
.oview_image img {
	padding: 5px;
	background-color: white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

div.galleryRowOptions {
	position: absolute;
	padding: 2px;
	background-color: white;
	opacity: 0.7;
}
div.galleryRowOptions:hover {
	opacity: 1;
}

.galleryRowOptions img {
	border: none;

}


/* caixa para mostrar galeria, com scroll horizontal, nos overviews*/
div.oview_gallery_box {
	width: 100%;
	overflow: scroll;
	background-color: #555555;
	overflow-y: hidden;
}

/* mini toolbar para mostrar dentro dos oviews */
div.miniToolbar {
	font-size: 8pt;
	text-align: right;
	height: 22px;
}
div.miniToolbar A {
	display: inline-block;
	padding: 3px;
	background-color: #F9F5DC;
	margin-left: 5px;
	color: black;
	border-left: 1px solid #E3CF5B;
	border-right: 1px solid #E3CF5B;
	border-bottom: 1px solid #E3CF5B;
}

div.miniToolbar A:hover {
	background-color: #FDFCF2;
}



div.wtoption {
	color: black;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	line-height: 95%;
	cursor: hand;
	border-bottom: 1px solid #DCEBFE;
	background-image: url(/vrglyphs/394.png);
	background-repeat: no-repeat;
	background-position: 2px;
	
}

div.wtoption:hover {
	background-color: #FBF9EA;
}


div.linkedlist {
	background-color: #FCFAEF;
	cursor: hand;
	display: block;
	color: silver;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #7F9DB9;
	minmin-width:300px;
}
div.linkedlist:hover {
	background-color: white;
	border-color: red;
}

.linkedlist b {
	color: black;
	font-weight: normal;
}


.fldstatic {
	display: block;
	width: 550px;
	border-bottom: 1px solid #E3CF5B;
	margin-left: 0px;
}
