/* formato generico */
body, div, td, th, h2, h3, h4 { /* redundant rules for bad browsers  */

	voice-family: "\"}\"";
	voice-family: inherit;
}
form {
margin:0px;
font-size:11px;
font-family:helvetica, arial, sans-serif;

}

input {
font-size:10px;
margin-top:2px;
margin-bottom:0px;
margin-left:0px;
border-top:1px solid #666;
border-right:1px solid #999;
border-bottom:1px solid #999;
border-left:1px solid #666;
clear:right;
padding:2px;
border:1px solid #ccc;
background:#fff;
padding:2px;
color:#444;

}

textarea {
font-size:13px;
margin-top:2px;
margin-bottom:0px;
margin-left:0px;
border-top:1px solid #666;
border-right:1px solid #999;
border-bottom:1px solid #999;
border-left:1px solid #666;
clear:right;
padding:2px;
width:350px;
}

select
{

font-size:11px;
font-weight:normal;
width:350px;

}


input.button {
font-family:verdana;
color:#666;
background:#f3f3f3;
font-weight:bold;
margin-top:10px;
padding:3px 5px 3px 5px;
border-bottom:1px solid #999;
border-right:1px solid #999;
border-top:1px solid #ccc;
border-left:1px solid #ccc;

}

table
{
	width:100%;
}


h1 {
    color: #7c7c7c;
	background: transparent;
	font-weight: bold;
	text-align: center
}
a { color: #06C; }
a:hover { color: #333; }
a:active { color: #000; }
.note {
	background: #EEE;
	padding: 4px;
	line-height: 130%;
}
.divElement
{
  font-size:10px;
  font-family:helvetica, arial, sans-serif;
  margin-top:2px;
  margin-bottom:2px;
  margin-left:0px;
  border-top:0px solid #666;
  border-right:0px solid #999;
  border-bottom:0px solid #999;
  border-left:0px solid #666;
  clear:right;
  padding:0px;
  text-align:center;
  height:50px;
  width:350px;
  color:#444;
}
.headlineWithoutJust {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #c91784;
}
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #c91784;
    text-align: justify;
	text-decoration: none;
}
.grayText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #7c7c7c;
	text-align: justify;
	text-decoration: none;
}
a.grayText:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #C91784;
	text-align: justify;
	text-decoration: none;
}
.pinkText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #c91784;
	text-align: justify;
	text-decoration: none;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.title:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #C91784;
	text-decoration: none;
}
.up {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #7c7c7c;
	text-align: justify;
	text-decoration: none;
}
a.up:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #C91784;
	text-align: justify;
	text-decoration: none;
}
.grayTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #7c7c7c;
	text-decoration: none;
}
a.grayTitle:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #c91784;
	text-decoration: none;
}
.tabletitle{
	font-size:12px;
}
.tableCell {
	font-size:11px;
}
.bigTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #c91784;
	text-decoration: none;
}
.foldOutText{
    font-family:Courier;
    font-size:13px;
}
.blueHeadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #005EC4;
}
.bgTable {
	background:#DEDEDE;
}
.a-normal {
	text-decoration : none;
}
.formatdiv{
    font-size:10px;
    font-family:helvetica, arial, sans-serif;
    margin-top:2px;
    margin-bottom:2px;
    margin-left:0px;
    border-top:0px solid #666;
    border-right:0px solid #999;
    border-bottom:0px solid #999;
    border-left:0px solid #666;
    clear:right;
    padding:0px;
	text-align:center;
	height:50px;
	width:350px;
	color:#444;
}
#rowTitle
{
	text-align:center;
	font-size:12px;

}

#headers
{
	text-align:center;
	font-size:14px;

}
#linkLeft
{
	text-align:right;

}
#linkRight
{
	text-align:left;

}
#main{
    text-align: left;
    border: 1px solid #666;
    background: #FFFFFF;
    clear: both;
    width: 100%;
    margin-top: -1px;
}
#bodyarea {
	margin-left:1%;
	margin-right:1%;
	margin-bottom:5%;
	margin-top:5%;
	width: 100%;
	height:80%;
}
#topbar {
	padding-bottom: 0.5em;
	font-size: 200%;
}

#topbar a { text-decoration: none; color: #000; }

#topbar a:hover { text-decoration: underline; }
#tabs {
	clear: both;
	text-align: center;
	/*height: auto;*/
	padding: 0;
}
#tabs ul,#tabsHelp ul{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#tabs li,#tabsHelp li {
   float: left;
}
#tabs a,span {
   width: 90px;
}
#tabs span {
	position: relative;
	top: 1px;          /*delete line*/
	margin: 0 2px 0 0;
	float: left;
	font-weight: bold;
	background: white;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 6px 4px 6px 10px;
	text-decoration: none;
	color: #7c7c7c;
}
#tabs a {
	position: relative;
	top: 0;
	margin: 1px 2px 0 0;
	float: left;
	background: white;
	border-right: 1px solid #AAA;
	border-top: 1px solid #AAA;
	border-left: 1px solid #AAA;
	padding: 5px 4px 5px 10px;
	text-decoration: none;
	font-weight:normal;
	color: grey;
}
#tabs a:hover {
	background: #C6E2FF;
	position: relative;
	top: 0;
	padding: 5px 4px 6px 10px;
	margin-top: 0px;
}
#tabs a.active {
	position: relative;
	top: 0;
	margin: 0 2px 0 0;
	float: left;
	background: #FFF3B3;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 6px 4px 6px 10px;
	text-decoration: none;
	color: white;
}
#tabs a.active:hover {
	position: relative;
	top: 0;
	margin: 0 2px 0 0;
	float: left;
	background: #FFF3B3;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 6px 4px 6px 10px;
	text-decoration: none;
	color: white;
}
#subtabs ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#subtabs li {
	float: left;
	padding: 0 8px 0 8px;
	border-left: 1px solid #CCC;
	white-space: nowrap;
}

#subtabs li:first-child { border-left: none; }

#subtabs {
	color: #666;
	width:95%;
}
#tableRoot{
	width:95%;
	padding:0px;
	border-spacing:0px;
	text-align:left;
}

#table {
	width:95%;
	padding:0px;
	border-spacing:0px;
	border: 1px solid #000000;
	text-align:left;
	color:#000000;
}
#tableFrame {
	width:95%;
	padding:0px;
	border-spacing:0px;
	text-align:left;
	color:#000000;
}

#tableShow
{
	width:95%;
	padding:0px;
	border-spacing:0px;
	border: 1px solid #000000;
	text-align:center;
	color:#000000;
}
#tableTree
{
	padding:0px;
	border-spacing:0px;
	text-align:left;
	color:#000000;
	margin-left:0px;
}
#tableTreeRoot
{

	padding:0px;
	border-spacing:0px;
	text-align:left;
	color:#000000;
}
#Name
{
	width:200px;
}

#Type
{
	width:200px;
}

#View
{
	text-align:center;
	width:75px;
}
#mainTabs {
    text-align: left;
	border: 1px solid #666;
	background: white;
	clear: both;
	width: 100%;
	height: 93%;
	margin-top: -1px;
}
#bodyareaTabs {
    margin-left:1%;
	margin-right:1%;
	margin-bottom:1%;
	margin-top:1%;
	width: 98%;
	height:97%;
}

/*Help*/
#tableHelp
{
	width:98%;
	border: 1px solid #000000;
	text-align:justify;
}
.table_tour {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #7c7c7c;
	text-align: justify;
	text-decoration: none;
	width:50%;
	border: 1px solid #000000;
	text-align:justify;
}
.td2Col {
	width:200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #7c7c7c;
	text-decoration: none;
}
#mainHelp {
	text-align: justify;
	border: 1px solid #666;
	background: white;
	clear: both;
	width: 100%;
	margin-top: -1px;

}
#bodyareaHelp {
	margin-left:1%;
	margin-right:1%;
	margin-bottom:5%;
	margin-top:5%;
	width: 100%;

}
#topbarHelp {
	padding-bottom: 0.5em;

	font-weight: bold;
	font-size: 200%;
	text-align: center;

}
#tabsHelp {

	clear: both;
	text-align: center;

}
#tabsHelp a,span { width: 150px; }

#tabsHelp span {
	position: relative;
	top: 1px;
	margin: 0 2px 0 0;
	float: left;
	background: #ffffff;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 6px 4px 6px 10px;
	text-decoration: none;
	color: #333;
}
#tabsHelp a {
	position: relative;
	top: 0;
	margin: 1px 2px 0 0;
	float: left;
	background: #ffffff;
	border-right: 1px solid #AAA;
	border-top: 1px solid #AAA;
	border-left: 1px solid #AAA;
	padding: 5px 4px 5px 10px;
	text-decoration: none;
	color: #333;
}
#tabsHelp a:hover {
	background: #FFF7CD;
	position: relative;
	top: 0;
	padding: 5px 4px 6px 10px;
	margin-top: 0px;
}
#tabsHelp a.active {
	position: relative;
	top: 0;
	margin: 0 2px 0 0;
	float: left;
	background: #FFF3B3;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 6px 4px 6px 10px;
	text-decoration: none;
	color: #333;
}
#tabsHelp a.active:hover {
	position: relative;
	top: 0;
	margin: 0 2px 0 0;
	float: left;
	background: #FFF3B3;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 6px 4px 6px 10px;
	text-decoration: none;
	color: #333;
}

#headlineHelp
{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
        color: #c91784;
        text-align: center;
        text-decoration: none;
}

/* Viewer */
#tableViewer {
    width:auto;
	padding:0px;
	border-spacing:3px;
	text-align:left;
}

/* Registration */
.selectReg
{
	width:200px;
}

#tableMonitors
{
	width: 25%; 
}


/*Interface*/

.grayTextRight {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #7c7c7c;
	text-align: right;
	text-decoration: none;
}

/*Administration*/

.pinkTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #c91784;
	text-decoration: none;
}
.pinkTitleLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #c91784;
	text-align: justify;
	text-decoration: none;
}
.highlightText  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #0087ff;
	text-align: justify;
	text-decoration: none;
}
.blueText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #0087ff;
	text-align: justify;
	text-decoration: none;
}
iframe.tabContent{
    background-color: #FFFFFF;
	border: 1px solid #000000;
	width: 100%;
	height: auto;
}
iframe.formContent{
    background-color: #FFFFFF;
	border: 1px solid #000000;
}
#mainAdmin{
    text-align: left;
	border: 1px solid #666;
	background: white;
	clear: both;
	width: 100%;
	height: 90%;
	margin-top: -1px;
}
