/*demo page css*/
html, body {
height: 100%;
margin: 0;
padding: 0;
}

body
{
    font: 90% "Trebuchet MS", sans-serif;
    margin: 20px; color:white;
    background-color:black;
    background-image: url(img/rosette_andreo_bigs.jpg);
    background-position:center;
}
#doc
{
    width: 900px;
    margin: 0 auto;
    position:relative;
}

.ui-tabs-panel a:hover
{
color: #CC00AA;
}
.ui-state-inactive a:hover
{
    border: 1px solid #59b4d4;
    background: #000 url(custom-theme/images/ui-bg_glass_40_0078a3_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #ffffff;
    outline: none;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px; }
}

#header
{
clear: both;
height: 60px;
padding-left: 50px;
font-size: 2em;
color:white;
}
#header h1 a
{
    color:white;
    text-decoration:none;
}
a:hover
{
    color:#CC00AA;
}

#footer
{
padding-left:40px;
clear: both;
height: 23px;
padding-top:5px;
font-size:1em;
}

#footer a
{
color: #fff;
}
#footer a:hover
{
color: #CC00AA;
}

div.banner { margin-bottom: 1px; margin-left: 130px;}
div.banner a {
	display: block;
	background-image:url(/site_media/css/images/murasaki-banner-off.png);
	background-repeat: no-repeat;
	border: none;
        margin-bottom:1px;
}
div.banner a:hover {
	background-image:url(/site_media/css/images/murasaki-banner-on.png);
}

.sidebar{
    margin-top:20px;
    float:right;
    font-size:80%;
    width: 200px;
}
.sidebar a:hover
{
color: white;
}

