/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 24, 2013, 10:23:57 AM
    Author     : h01379
*/


* {
    font-family: "ubunturegular", "Tahoma";
    font-size: 11pt;
    color: #012754;
}
b {
    font-family: "ubuntubold", "Tahoma";
    font-size: 11pt;
    color: #012754;
}
i {
    font-family: "ubuntuitalic", "Tahoma";
    font-size: 11pt;
    color: #012754;
}
html {
            height: 100%;
            
         }
body {
	
	
	padding:	0px;
	margin:		0px;
	
        background-color: #ffffff;
}
form {
    display: inline;
}
h1 {
    font-size:  12pt;
    margin: 0px;
}
.MultiFunctionTable {
    
    
    border-color: gray;
}
.MultiFunctionTable th {
    font-size: 10pt;
    font-weight: normal;
    color: #039;
    border-bottom: 2px solid #6678b1;
    padding: 7px 5px;
    cursor: default;
}
.MultiFunctionTable tr {
    border-bottom: 1px solid;
}
.EvenRow:hover {
    background-color: antiquewhite;
}
.OddRow:hover {
    background-color: antiquewhite;
}
.OddRow{
    background-color: #eeeeee;
    cursor: pointer;
}
.EvenRow{
    background-color: #ffffff;
    cursor: pointer;
}
.MultiFunctionTable td {
    padding: 2px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    color: #669;
    font-size:  9pt;
    cursor: default;
    vertical-align: top;
}
.MultiFunctionTable i {
    font-size:  9pt;
}
.DBTable {
    
    
    border-color: gray;
    background-color: white;
}
.DBTable th {
    font-size: 10pt;
    font-weight: normal;
    color: #039;
    border-bottom: 2px solid #6678b1;
    padding: 7px 5px;
    cursor: default;
}
.DBTable tr {
    border-bottom: 1px solid;
}
.DBTable td {
    padding: 4px 8px 4px 8px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    color: #669;
    font-size:  9pt;
    cursor: default;
}
.DBTable i {
    font-size:  9pt;
}
.MyButton {
    font-size: 9pt;
}
.MyButton:link{
    font-size:  9pt;
    font-weight:    700;
    cursor:     pointer;
    color: blue;
    text-decoration: none;
}
.MyButton:visited {
    font-size:  9pt;
    font-weight:    700;
    cursor:     pointer;
    color: blue;
    text-decoration: none;
}
.MyButton:hover {
    font-size:  9pt;
    font-weight:    700;
    cursor:     pointer;
    color: red;
    text-decoration: none;
}
.myTab{
    border: 1px solid grey;
    padding: 10px;
    background-color: #eeeeee;
    float: left;
}
.myTab:hover{
    background-color: #dddddd;
    cursor: pointer;
}
.myTabContent{
    border: 1px solid grey;
    padding: 10px;
    background-color: #dddddd;
    width: 95%;
    display: none;
    float: left;
}
/* Styles used in Testing, maybe will be put in the Product */
.MyButton2 {
    background: inherit;
    
    font-size: 9pt;
    margin:8px;
}
.MyButton2:link{
    font-size:  9pt;
    font-weight:    700;
    cursor:     pointer;
    color: blue;
    text-decoration: none;
}
.MyButton2:visited {
    font-size:  9pt;
    font-weight:    700;
    cursor:     pointer;
    color: blue;
    text-decoration: none;
}
.MyButton2:hover {
    font-size:  9pt;
    
    
    cursor:     pointer;
    color: red;
    text-decoration: none;
}
.TreeItem {
    margin-left: 20px;
    margin-top: 10px;
    margin-right: 20px;
    clear: both;
    overflow: auto;
    background-color: lightblue;
    border: 1px solid black;
     
}
.TreeItemTitle {
     width:auto;
     float: left;
     cursor: pointer;
     margin-right: 20px;
     margin-left: 10px;
     font-size: 8pt;
}
.TreeItemData {
    margin-left: 20px;
    display: none;
    background-color: #ffffff;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    border-left: 1px solid black;
    overflow: auto;
    padding-bottom: 10px;
    margin-right: 20px;
    
}
.myInteger{
        width: 30px;
}
#datadisplay {
                position: relative;
	width:1180px;
	float:left;
                padding: 0px;
	
	margin:0px;
	
	
	z-index:5;
	/*font-size: 10px;*/
	background-color: #FFFFFF;
	height: 100%;
	overflow: auto;
}
#leftpanel {
	width:230px;
	background-color:#012754;
	float:left;
	clear: both;
	
	
	padding-left:0px;
	padding-top:0px;
	z-index:5;
	
	
                height: 100%
}
.listitems {
    background-color: white;
    width: 100%;
    box-sizing: border-box;
    padding: 3px 3px 3px 15px;
    float: left;
    cursor: pointer;
}
.listitems2 {
    background-color: #EEEEEE;
    width: 100%;
    box-sizing: border-box;
    padding: 3px 3px 3px 15px;
    float: left;
    cursor: pointer;
}
.listitems:hover {
    background-color: yellow;
}
.listitems2:hover {
    background-color: yellow;
}
.MyButton3 {
    padding: 4px 15px 4px 15px;
    margin: 3px 5px 3px 5px;
    border: solid 1px black;
    background-color: #1883ba;
    float: right;
    cursor: pointer;
    
}
.MyButton3:hover {
    background-color: aqua;
}
.MyButton4 {
    background: inherit;
    font-size: 9pt;
    margin:4px;
}
.MyButton4:link{
    font-size:  9pt;
    font-weight:    700;
    cursor:     pointer;
    color: blue;
    text-decoration: none;
}
.MyButton4:visited {
    font-size:  9pt;
    font-weight:    700;
    cursor:     pointer;
    color: blue;
    text-decoration: none;
}
.MyButton4:hover {
    font-size:  9pt;
    
    
    cursor:     pointer;
    color: red;
    text-decoration: none;
}
.MyButton5 {
    font-size: 10pt;
    padding: 5px 15px;
}
.MyButton5:hover {
    font-size:  10pt;
    
    cursor:     pointer;
    color: red;
    text-decoration: none;
    background-color: #aaa;
    padding: 5px 15px;
}
.AccountMenuItem {
    font-size: 10pt;
    padding: 5px 15px;
    clear:both;
    background-color: #012754;
    color:#D0D0D0;
    border-bottom: #D0D0D0 solid 1px;
    border-top: #D0D0D0 solid 1px;
}
.AccountMenuItem:hover {
    font-size:  10pt;
    cursor:     pointer;
    text-decoration: none;
    color: #012754;
    background-color:#D0D0D0;
    padding: 5px 15px;
    border-bottom: #012754 solid 1px;
    border-top: #012754 solid 1px;
}
.headerRow{
    background-color: cornflowerblue;
    cursor: pointer;
}
.headerRow:hover {
    background-color: darkcyan;
    color: white;
}
.header0Row{
    background-color: cornflowerblue;
    cursor: pointer;
}
.header0Row:hover {
    background-color: darkcyan;
    color: white;
}
.header1Row{
    background-color: darksalmon;
    cursor: pointer;
}
.header1Row:hover {
    background-color: dimgray;
    color: white;
}
.selectable0Row{
    background-color: #eeeeee;
    cursor: pointer;
    border: 1px solid #eeeeee;
}
.selectable0Row:hover {
    background-color: #ffff99;
    color: white;
    border: 1px solid orange;
}
.selectable1Row{
    background-color: #ffffff;
    cursor: pointer;
    border: 1px solid #ffffff;
}
.selectable1Row:hover {
    background-color: #ffff99;
    color: white;
    border: 1px solid orange;
}

.AttRow0{
    background-color: #ffffff;
    
}
.AttRow1{
    background-color: #eeeeee;
    
}
.AttRow0:hover {
    background-color: antiquewhite;
}
.AttRow1:hover {
    background-color: antiquewhite;
}

.selectable0 {
    background-color: #eeeeee;
    border: 1px solid #eeeeee;
    height: 40px;
    padding: 2px;
    font-size: 9pt;
    font-family: Calibri;
}
.selectable1 {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    height: 40px;
    padding: 2px;
    font-size: 9pt;
    font-family: Calibri;
}
.selectable0:hover {
    background-color: #ffff99;
    border: 1px solid orange;
    cursor: pointer;
    font-size: 9pt;
    font-family: Calibri;
}
.selectable1:hover {
    background-color: #ffff99;
    border: 1px solid orange;
    cursor: pointer;
    font-size: 9pt;
    font-family: Calibri;
}
.Row0{
    background-color: #ffffff;
    cursor: pointer;
}
.Row1{
    background-color: #eeeeee;
    cursor: pointer;
}
.Row0:hover {
    background-color: antiquewhite;
}
.Row1:hover {
    background-color: antiquewhite;
}

.headerRow{
    background-color: cornflowerblue;
    cursor: pointer;
}
.headerRow:hover {
    background-color: darkcyan;
    color: white;
}
.menuRow{
    background-color: #435441;
    padding: 3px;
}

.MainButton {
    font-size: 10pt;
    padding: 5px 15px;
}
.MainButton:hover {
    font-size:  10pt;
    
    cursor:     pointer;
    color: red;
    text-decoration: none;
    background-color: #aaa;
    padding: 5px 15px;
}

.MenuButton {
    padding: 3px 8px;
    color: white;
}
.MenuButton:hover {
    padding: 3px 8px;
    color: yellow;
    cursor: pointer;
    background-color: black;
}
.MyButton6 {
    padding: 4px 15px 4px 15px;
    margin: 3px 5px 3px 5px;
    border: solid 1px orange;
    background-color: red;
    float: right;
    cursor: pointer;
    color: white;
    
}
.MyButton6:hover {
    background-color: orange;
    border: solid 1px red;
    color: black;
}
.Shadowed {
    -webkit-box-shadow: 2px 4px 6px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 4px 6px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.75);
}

.ShadowedVery {
    -webkit-box-shadow: 4px 6px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 6px 8px 0px rgba(0,0,0,0.75);
    box-shadow: 4px 6px 8px 0px rgba(0,0,0,0.75);
}
.Flexible {
    overflow-y: auto;
}

.RecordTable *, td {
  font-family: "Calibri";
  font-size: 9pt;
}
.RecordTable td {
  padding: 2px;
  border: 0px solid blue;
  vertical-align: middle;
  text-align: left;
}

.myHidden {
    display: none;
}