body
{
    margin: 0;
    padding: 0;
    color: #555;
    font: normal 10pt Arial,Helvetica,sans-serif;
    background: #EFEFEF;
}

#page
{
    margin-top: 5px;
    margin-bottom: 5px;
    background: white;
    border: 1px solid #C9E0ED;
}

#header
{
    margin: 0;
    padding: 0;
    border-top: 3px solid #C9E0ED;
}

#footer
{
    padding: 10px;
    margin: 10px 20px;
    font-size: 0.8em;
    text-align: center;
    border-top: 1px solid #C9E0ED;
}

#logo
{
    padding: 10px 20px;
    font-size: 200%;
}

#mainmenu
{
    background:white url(bg.gif) repeat-x left top;
}

#mainmenu ul
{
    padding:6px 20px 5px 20px;
    margin:0px;
}

#mainmenu ul li
{
    display: inline;
}

#mainmenu ul li a
{
    color:#ffffff;
    background-color:transparent;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
    color: #6399cd;
    background-color:#EFF4FA;
    text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
    padding:.8em;
    margin-bottom:1em;
    border:2px solid #ddd;
}

div.flash-error
{
    background:#FBE3E4;
    color:#8a1f11;
    border-color:#FBC2C4;
}

div.flash-notice
{
    background:#FFF6BF;
    color:#514721;
    border-color:#FFD324;
}

div.flash-success
{
    background:#E6EFC2;
    color:#264409;
    border-color:#C6D880;
}

div.flash-error a
{
    color:#8a1f11;
}

div.flash-notice a
{
    color:#514721;
}

div.flash-success a
{
    color:#264409;
}

div.form .rememberMe label
{
    display: inline;
}

div.view
{
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
    font-size: 0.9em;
    padding: 5px 20px;
}

div.breadcrumbs span
{
    font-weight: bold;
}

div.search-form
{
    padding: 10px;
    margin: 10px 0;
    background: #eee;
}

.portlet
{

}

.portlet-decoration
{
    float: left;
    color: gray;
    background: #f2f2f2;
    text-align: center;
    width: 100%;
    padding: 10px 0px;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 1px solid #ababab;
}
.portlet-decoration-second .portlet-decoration
{
    background: #40c8b6 !important;
    color: #fff !important;
}
.portlet-decoration-three .portlet-decoration
{
    background: #f2b657 !important;
    color: #fff !important;
}
.portlet-decoration-four .portlet-decoration
{
    background: #c3aa6e !important;
    color: #fff !important;
}
.portlet-content
{
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px 0;
}


.operations li a
{
    width: 160px;
    float: left;
    clear: both;
    margin-left: 10px;
    padding-left: 15px;
    background: url(../../images/right_gray.png) no-repeat center left;
    color: gray;
    margin-bottom: 12px;
    font-size: 15px;
}


.operations li a:active
{
    background: url(../../images/right_blue.png) no-repeat center left;
    color: #2a80ba;
}

.operations li a:hover
{
    background: url(../../images/right_blue.png) no-repeat center left;
    color: #2a80ba;
}

#menu-home ul {
    list-style: none;
}

#menu-home a{
    text-decoration: none;
    font-size: 24px;
    color:  #fda500;
}

#menu-home a:hover{
    font-size: 24px;
    color:  blue;
}

h1{
    color:#3399ff;
}
.color_yellow{
    background: #FFFF00 !important;
}