.ghost {
    width: 120px;
    padding: 8px;
    color: #fff;
    border: solid #fff;
    text-align: center;
    outline: none;
    text-decoration: none;
    border-radius: 8px;
}

.ghost:hover, .ghost:active {
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

main-accordion {
    margin-top: 60px;
    margin-left: 5px;
}
panelContent {
    padding-left: 125px;
    border: solid #fff;
    width: 80%;
    height: 80%;
}

.form1 {
    margin-left: inherit;
    padding-left: 16px;
    padding-top: 8px;
}

.form2 {
    margin-left: inherit;
    padding-left: 16px;
    padding-top: 8px;
}

.form1 tr:nth-child(even) {
    background-color: rgba(123,220,233,0.3);
}

.rowAlt {
    background-color: rgba(123,220,233,0.3);
}
/*
#wrapper {
    background-size: inherit;
    
}
*/
body {
   background: #455569;
   font-family: Verdana,Arial,Helvetica,sans-serif;
   font-size: 12px;
   color: white;
   margin-left: 0px;
   margin-right: 0px;
   
}

.white {
   background-color: white;
}

table.blue {
   border: 1px solid #5D7894;
}

td {
}

td.blue {
   color: white;
   background: #42556B;
}

td.menu {
   border: 1px solid #5D7894;
   font-weight: bold;
}

table.menu {
   background: #42556B;
   font-size: 12px;
   color: white;
   width: 150px;
   margin-left: 0px;
   margin-right: 0px;
   padding: 10px;
}

table {
   font-family: Verdana,Arial,Helvetica,sans-serif;
   font-size: 14px;
   color: #2B3745;
   border: outset 0pt;
   border-collapse: separate;
   border-spacing: 0pt;
   padding: 0;
   border: none;
   margin-left: auto;
   margin-right: auto;
}

table.white {
#   background-color: rgba(255, 255, 255, 0.5);
   background-color: white;
}

.head1 {
   font-size: 24px;
   font-weight: bold;
}

.head2 {
   font-size: 16px;
   font-weight: bold;
   color: white;
}

.head3 {
   font-size: 16px;
   font-weight: bold;
}
.head4 {
   font-size: 12px;
   font-weight: bold;
   color:white;
}
.head4 a{
    color: white;
}
.head4 a:hover{
    font-size: 14px;
    color: silver;
}

TD.menu A { 
   display: block;
   width: 100%;
   color: white;
   text-decoration: none;
}

TD.menu A:hover { 
   background-color: #617D9B;
   color: white;
   text-decoration: none;
}

.blue {
   color: #455569;
}

.special A {
   color: black;
   text-decoration: none;
}

.special A:Hover {
   color: #637D9C;
   text-decoration: none;
}

A {
   color: black;
   text-decoration: underline;
}

A:hover {
   text-decoration: underline;
   color: #637D9C;
}

.warningTitle .ui-widget-header {
    background:red;
}

.bodytable {
   background-color: white;
}
