html{
    min-height: 100%;
    height: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 9pt;
    min-height: 100%;
    height: 100%;
}
th, td, tbody, thead {
    font-size: 9pt;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top;
    font-weight: normal;
}
thead {
    font-weight: normal;
    font-size: 9pt;
}
th {
    font-weight: bold;
}
img {
    border-width: 0px;
}
p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    max-width: 600px;
}
a:link {
    text-decoration: underline;
    }
a:visited {
    text-decoration: underline;
    }
a:active {
    text-decoration: underline;
}
a:hover {
    text-decoration: underline;
}
h1 {
    font-size: 14pt;
    font-weight: bold;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
}
h2 {
    font-size: 10pt;
    font-weight: bold;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    padding: 1px;
}
h3 {
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
}
.hide {
    display: none;
}
.tablebg {
    font-size: 9pt;
    font-weight: bold;
}
.tabletitle, .tableSubTitle {
    text-align: left;
    font-weight: bold;
    padding: 2px;
}


.lightbg {
}
.darkbg {
}
.colhead {
    font-weight: bold;
    font-size: 8pt;
    vertical-align: bottom;
}
.tablecomment {
    text-align: left;
    font-weight: normal;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 8pt;
}
.label {
    font-style: italic;
}
.small {
    font-size: 8pt;
}
strong {
    font-weight: bold;
}

.centered {
    position: absolute;
    top: 40%;
    left: 40%;
}

.disclaimer {
    font-size: 8pt;
    text-align: left;
    padding: 5px;
    position: absolute;
    /*bottom: 0px;*/
}
em {
    font-style: italic;
    font-weight: 600;
}
li {
    margin-top: 3px;
}
td.error {
    border: 2px red solid;
}
.error {
    color: red;
    font-weight: bold;
}
input.text, textarea.text, select {
    border: 1px #666 dotted;
}
input.button {
  text-align: center;
  /*width: 100px;
  height: 30px;*/
  font-weight: bold;
  font-size: 9pt;
  color: white;
  border: white 1px solid;
  margin: 2px;
}
input.file {
    font-size: 8pt;
}
button {
  text-align: center;
  width: 100px;
  font-size: 9pt;
  font-weight: bold;
  color: white;
  border: none;
}
ul {
  list-style-type: square;
}
pre {
  font-size: 8pt;
  background-color: white;
}
.login {
    padding: 10px;
}
.treeMenuDefault {
    font-size: 8pt;
    font-style: normal;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
.main {
    background-image: url(/images/bg_1x4.gif);
    background-image: url(/images/bg_dotted_9x9.gif);
    padding: 5px;
}
.agendaItemHead {
    color: white;
    background: black;
    font-weight: bold;
    padding: 1px;
}
.agendaItem {
    color: #666666;
}
.publicAgendaItem {
    background: #ffcccc;
}

td.unreadMessage {
    border: 2px black solid;
}
td.averageMarkDark {
    background: #CCCCCC;
    border-right: 1px solid;
}
td.noAverageMarkDark {
    background: #CCCCCC;
    text-decoration: line-through;
    border-right: 1px solid;
}
td.averageMarkLight {
    background: #DDDDDD;
    border-right: 1px solid;
}
td.noAverageMarkLight {
    background: #DDDDDD;
    text-decoration: line-through;
    border-right: 1px solid;
}
td.noReportMark {
    text-decoration: line-through;
}
p.bbcode {
    background-color: white;
    border: 1px dotted black;
    padding: 3px;
}
p.bbcodeSmall {
    background-color: white;
    border: 1px dotted black;
    padding: 3px;
    font-size: 8pt;

}
.notice {
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    width: 300px;
    font-size: 1.5em;
    height: 50px;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    top: 200px;
    left: 300px;
    background-color: white;
}
.faded {
    color: #999;
}
.warning {
    color: #F90;
}
hr.agenda {
    height: 1px;
    border: none;
    border-bottom: 1px dotted #666;
}
div.detailBoxTitle {
    background-color: #333;
    font-weight: bold;
    color: white;
    width: 100%;
    padding: 3px;
}
div.detailBoxBody {
    border: 1px dotted #666;
    background-color: white;
    padding: 2px;
    width: 100%;
}
fieldset {
    border: 1px dotted #CCC
}
legend {
    font-weight: bold;
}

.green{
    background-color: #CEF6CE;
}

.yellow{
	background-color: #F5F6CE;
}

.red{
	background-color: #F6CECE;
}


/**
* Tabs
*/

.fabpanel {
    clear: both;
    display: none;
    padding-bottom: 1em;
}

fieldset {
    padding: 2em;
}

.fabpanel.active-tab-body {
    display: block;
}
.bar {
    padding: 5px;
    background-color: #3e3e3e;
}

#fabtabs {
    padding: 0;
    margin: 0;
    /*height: 28px;*/
    list-style: none;
    display: block;
    zoom: 1;
    width: 600px;
}

#fabtabs li {
    float: left;
}

#fabtabs a {
    float: left;
    padding: 5px 8px;
    margin-left: 6px;
    background-color: #DCDCDC;
    text-decoration: none;
    color: #999999;
}

#fabtabs a.active-tab {
    background-color: #3e3e3e;
    /*border-top: 3px solid #666;*/
    /*padding-top: 3px;*/
    color: #ccc;
}

/**
* Accordion
*/
.accordion_toggle {
	cursor: pointer;
}

/* Checkboxes in Treemenu */
input.treemenu[type="checkbox"] {
    margin: 0;
    position: relative;
    top: 3px;
}

/* rating plots*/
table.details td {
	padding:0 10px;
	text-align:center;
}

table.details {
	width:450px;
	min-height:100px;
	border:1px solid black;
	margin:30px 100px;
}

.chart {
	margin:-7px;
}

.ratingPlot {
	cursor:pointer;cursor:hand;
}

