/* This is all of the CSS in PortalBase.css that includes paths, so the paths can be easily customized: */

#header
{
   background-color: transparent;
   background-image: url('../../Images/Site/HSU/top-logo.png');
   background-repeat: no-repeat;
   background-position: left;
}

#header img 
{   
    display: none;
}

#profilemenu 
{
   background-color: transparent;
   height: 110px;
}

#profilemenu .container {
    background-color: transparent;
}

#aspnetForm, body 
{
    background: #816b42 url('../../Images/Site/HSU/body-bg.jpg') no-repeat scroll left top;
}

#footer
{
	background: transparent url('../../images/title-bg.gif') repeat-x scroll left top;
}

div.container.ui-container.shadow {
    -moz-box-shadow: 0 0 9px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 9px rgba(0,0,0,.5);
    box-shadow: 0 0 9px rgba(0,0,0,.5);
}

#modulemenu {
    font-family: Arial;
    font-size: 14px;
    background-color: #2b2b2b;
    padding-top: 5px;
    padding-bottom: 5px;
}

#modulemenu .header-4 {
    color: #d1b06d;
    font-weight: normal;
}

div.login-box {
    background-color: #eeeeee;
}

div.login-box a {
    color: #871922;
}

body.popup-container {
    background: #FFFFFF;
}

div.ui-dialog {
    background: white!important;
}