
#content-wrap {
    background: #fbfcfe;
    margin: -45px 0 0 0;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 700px;
}

.top-menu {
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

#top-wrap {
    background: #2a2a28;
}

#top-inner {
    color: white;
    padding: 5px;
    margin: 0px 0px 0px 0px;
    min-height: 71px;
}

#bottom-inner {
    padding: 5px;
    margin: 0px 0px 0px 0px;
    text-align: center;    
    border-top: 1px #dadada solid;
    background: #186FB2;
    border-bottom: 5px #1064A5 solid;
    color: #FBFCFE;

}

#menu-container{
    min-height: 40px;
    margin-left: 10px;
    margin-right: 10px;
}

#left-inner {
    margin-top: 10px;
    margin-left: 5px;
}

#right {
    padding: 5px;
}

.center_content {
/*    background-color: #dddddd;*/
    padding: 5px;
}

.left_content {
    padding: 10px 0 20px 0;
    margin-left: 10px;
    margin-right: 10px;
}

.right_content {
    background-color: #dddddd;
    padding: 5px;
    margin: 0px 170px 0px 170px;
}

#top a:link, #top a:visited {
  color: white;
  font-weight : bold;
  text-decoration: none;
}

#top a:link:hover, #top a:visited:hover  {
  color: black;
  font-weight : bold;
  text-decoration : underline;
}

#loginpanel {
    text-align: right;
    margin: -5px 0px 5px 0px;
    padding: 3px;
    border-top: 1px #428bc4 solid;
    border-bottom: 2px #0d5186 solid;
    background: #186fb2;
    color: #fbfcfe;
    height: 25px;
}

.home-link {
}

.home-link span.ui-menuitem-text {
    padding-top: 2px;
}

#welcomeForm .ui-widget-header {
    padding-top: 10px;
    height: 30px;
}

.ui-layout-unit{
    
}

.ui-panel {
    display: block;
}