/*
    Document   : PropertyMode
    Created on : Apr 6, 2011, 11:12:27 AM
    Author     : Haruki Takechi <haruki@surroundpix.com.au>
    Description:
        Style sheet for PropertyMode Control Panel UI
*/
#mainmenu {
    background: white url(bg_orange.gif) repeat-x left top;
}
#mainmenu ul li a:hover, #mainmenu ul li.active a
{
    color: #950;
    background: #F4ECE5;
}
#mainmenu ul li ul {
    border: solid 1px #EDDEC9;
}
#mainmenu ul li ul li a {
    background: url(bg_orange.gif) repeat scroll left top white;
}
#mainmenu ul li ul li a:hover,
#mainmenu ul li ul li.active a {
    color: #950;
    background: #F4ECE5;
}

#content h1 {
    border-bottom: 1px solid #EDDEC9;
}

.grid-view table.items th {
    background: url(bg_orange.gif) repeat-x scroll left top white;
}
.grid-view table.items tr.odd,
table.detail-view tr.odd {
    background: #F4ECE5;
}

a:focus, a:hover {color:#000;}
a {color:#950;text-decoration:underline;}

.portlet-decoration {
    background: #E7CDB7;
    border-left: 5px solid #CF916F;
}
.portlet-title {
    color: #CD6829;
}
.portlet-content {
    background: #EDDEC9;
}
.operations li a {
    color: #A45700;
}
.operations li a:visited {
    color: #A45700;
}
.operations li a:hover {
    background: #FFBB80;
}

#logo {
    padding: 0 20px 0 10px;
    line-height: 55px;
    height: 55px;
    vertical-align: middle;
}
