body
{
    font-family: Verdana, serif;
    font-size: 14px;
    background-image: url("../img/background.jpg");
}
#menu {
    z-index: 400;
    background-color: #dae6f4;
    border: 1px solid #cccccc;
    box-shadow: 1px 1px 4px black;
    border-radius: 3px;


}

.menuwrapper {
    width: 960px;
    overflow:hidden;

}


.menuLeft {
    float: left;
}

.menuRight
{
    float: right;
}
.menuRight p
{
    text-align: right;
}

#menu ul {
    margin:0;
    list-style-type:none;
    padding:0;
}

#menu ul li {
    display: inline;
    margin: 0 10px;
}

#menu ul li a:link, #menu ul li a:visited {
    color: black;
    text-decoration: none;
    font-weight: bold;
    padding: 5px 0 5px 20px;
}

#menu ul li a:hover
{
    color: #E7E7E7;
    text-decoration: none;
}
#boxLeft
{
    float: left;
}
#boxRight
{
    float: left;
    width: 300px;
}
.box
{
    /*font-family: Verdana, serif;*/
    background-color: #DAE6F4;
    border: 1px solid #CCCCCC;
    box-shadow: 1px 1px 4px black;
    border-radius: 3px;
    margin-bottom: 30px;
    z-index: 400;
    height: 120px;
    /*overflow: auto;*/


}
h2,h3
{
    margin-left: 10px;
}
#tabs { /*font-family: Verdana, sans-serif;*/ }
#tabs li {
    list-style: none;
    float: left;
    width: 200px;
    height: 35px;
    margin: 0 5px;

}
#tabs li a {
    background-color: #CCCCCC;
    color: #222;
    /*font-weight: bold;*/
    text-decoration: none;
    width: 200px;
    height: 35px;
    display: block;
    line-height: 35px;
    text-align: center;
}
#tabs li a:hover, a:active
{
    background-color: #CCCCCC;
}
div.content {
    color: #222;
    background-color: #DAE6F4;
    padding: 25px;
    height: 1000px;
    line-height: 22px;
}

#container { clear: both;
    height: 1000px; /* 350px + 25px (padding sx) + 25px (padding dx) */
    overflow: hidden;
}
.columnName
{
    z-index: 400;
    background-color: #CCCCCC;
    border: 1px solid darkgray;
    width: 180px;

}
.material
{
    box-shadow: 1px 1px 2px black;
}
.customButton{
    background-color: #CCCCCC;
    padding: 0.5em;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    box-shadow: 1px 1px 4px black;

}
.customButton:active
{
    box-shadow: 5px 5px 8px black;
}
.flowButton{
    background-color: #8bc435;
    padding: 0.5em;
    border: 1px solid #222222;
    border-radius: 3px;
    box-shadow: 1px 1px 4px black;

}
.flowButton:active
{
    box-shadow: 5px 5px 8px black;
}
#reminderDialog, #anagReminder, #notificationDialog
{
    background-color: #CCCCCC;
    padding: 0.5em;
    border: 1px solid #222222;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 6px 6px 18px black;
}

#reminderDialog .row
{
    margin:0;
}
#reminderDialog p
{
    white-space: nowrap;
}
.ui-button, .ui-widget, .ui-widget-content, .ui-state-default, .ui-corner-all,
.ui-button-icon-only, .ui-dialog-titlebar-close, .ui-dialog-content
{
    text-align: left;
}
 .ui-widget-header
 {
     text-align: right;
     border-color: #CCCCCC;
     background-color: #222222;
     height:30px;
     color: black;
     border-top-left-radius: 3px;
     border-top-right-radius: 3px;
     box-shadow: 6px 6px 18px black;
 }
.ui-dialog
{
    /*box-shadow: 6px 6px 18px black;*/
}
table,td,th{border:solid #CCC;border-width: 1px 0;border-collapse: collapse}
td{padding: 5px 0;text-align: left;width: 100px}
th{padding: 5px 0;text-align: left}
th{background: #DAE6F4;color: #000}
tr td{background: white}



div.tablewrap
{
    position: relative;width: 1315px;padding-top: 36px;
}
div.tablewrap-inner
{
    width: 1310px;
    height: 300px;
    overflow: auto;

}
div.tablewrap thead tr{position: absolute;top: -3px}

@media print{
    body{font-size: 9pt}
    div.tablewrap,div.tablewrap-inner,td,th{
        width: auto;overflow: visible;height:auto}
    div.tablewrap thead tr{position: static}
    thead{display: table-header-group}}
.address
{
    line-height: 0.9;
}
#bottom-banner{
    position:fixed;
    bottom:0px;
    height:40px;
    width:90%;
    z-index:999999;
}