html {height: 100%;}

body
{
    margin              : 0px;
    background-color    : #D0E0FF;
    color               : #0F2030;
    font-size           : 12px;
    font-family         : Arial,Helvetica,sans-serif;
}

div.uiHeaderLogo
{
    background-repeat   : no-repeat;
    width               : 180px;
    height              : 60px;
    background-image    : url(../img/be_images/default/uiHeaderLogo.gif);
    float               : left;
    margin              : 0px;
}


div.uiHeader
{
    margin: 0px;
    background-repeat   : repeat-x;
}

div.uiSideBar
{
    background-repeat   : repeat-x;
	width				: 280px;
	height				: 100%;
	float				: left;
	margin-right		: 10px;
    background-image    : url(../img/be_images/default/uiSidePanelBk.gif);
	background-color    : #5373BF;
}

div.uiSeparator
{
    display             : block;
    height              : 2px;
    background-color    : #D0E0FF;
    background-image    : url(../img/be_images/default/uiSeparate.gif);
    background-repeat   : repeat-x;
    margin              : 4px 2px;
    font-size           : 1px;
    overflow            : hidden;
}

a.uiButton
{
    background-color    : #D0E0FF;
    color               : #0F2030;
    background-image    : url(../img/be_images/default/uiButton.gif);
    background-repeat   : repeat-x;
    height              : 22px;
    line-height         : 22px;
    text-decoration     : none;
    font-weight         : bold;
    min-width           : 60px;
    font-size           : 11px;
    font-family         : Arial,Helvetica,sans-serif;
    border              : 1px solid #3366CC;
    padding             : 0px 8px;
    float               : left;
    display             : block;
    margin              : 4px;
    text-align          : center;
}

div.pics img {
	height:96px;
	left:0;
	padding:0;
	top:0;
	width:170px;
}


.jquery-live-search div:hover {
    background: #ccc;
}