body
{
    /*    margin: 0;
        padding: 0;
        color: #555;
        font: normal 10pt Arial,Helvetica,sans-serif;
        background: #EFEFEF;*/


    background-color:#CFDEEA;
    background-image:url('../images/background.gif');
    background-position:50% 0;
    background-repeat:repeat no-repeat;
    color:#282828;
    font-family:'Lucida Sans Unicode', 'Lucida Sans', 'Lucida Grande', verdana, arial, helvetica;
    font-size:11px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
    margin-bottom:0;
    margin-left:0;
    margin-right:0;
    margin-top:0;
    padding-bottom:16px;
    padding-left:0;
    padding-right:0;
    padding-top:16px;
}

#page
{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 25px;
    margin-right: 25px;
    background: white;
    width: auto;
    min-width: 800px;
    /*	border: 1px solid #C9E0ED;*/

    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
    -moz-box-shadow: 0px 0px 7px #000000;
    -webkit-box-shadow: 0px 0px 7px #000000;
    box-shadow: 0px 0px 7px #000000;
    /*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/

}

#header
{
    margin: 0;
    padding: 0;
    border-top: 3px solid #C9E0ED;
}

#content
{
    padding: 20px;
}

#sidebar
{
    padding: 20px 20px 20px 0;
}

#footer
{
    padding: 10px;
    margin: 10px 20px;
    font-size: 0.8em;
    text-align: center;
    border-top: 1px solid #C9E0ED;
}

#logo
{
    background-image:url('../images/logo.png');
    background-repeat: no-repeat;
    height: 98px;    
    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: transparent;
    border: 1px solid #0e509e;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;    
}

.portlet
{

}

.portlet-decoration
{
    padding: 3px 8px;
    background: #B7D6E7;    
    border: 1px solid #6FACCF;
    border-left: 5px solid #6FACCF;
}

.portlet-title
{
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: #298dcd;
}

.portlet-content
{
    font-size:0.9em;
    margin: 0 0 15px 0;
    padding: 5px 8px;
    border: 2px solid #EFFDFF;
/*    background:#EFFDFF;*/
}

.portlet-content ul
{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin: 0;
    padding: 0;
}

.portlet-content li
{
    padding: 2px 0 4px 0px;
}

.operations
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.operations li
{
    padding-bottom: 2px;
}

.operations li a
{
    font: bold 12px Arial;
    color: #0066A4;
    display: block;
    padding: 2px 0 2px 8px;
    line-height: 15px;
    text-decoration: none;
}

.operations li a:visited
{
    color: #0066A4;
}

.operations li a:hover
{
    background: #80CFFF;
}
/* -------------------------------------------------------------------------- */
.grid-view-loading
{
    background:url(loading.gif) no-repeat;
}

.grid-view
{
    padding: 15px 0;
}

.grid-view table.items
{
    background: white;
    border-collapse: collapse;
    width: 100%;
    border: 1px #D0E3EF solid;
}

.grid-view table.items th, .grid-view table.items td
{
    font-size: 0.9em;
    border: 1px white solid;
    padding: 0.3em;
}

.grid-view table.items th
{
    color: white;
    background: url("bg.gif") repeat-x scroll left top white;
    text-align: center;
}

.grid-view table.items th a
{
    color: #EEE;
    font-weight: bold;
    text-decoration: none;
}

.grid-view table.items th a:hover
{
    color: #FFF;
}

.grid-view table.items th a.asc
{
    background:url(up.gif) right center no-repeat;
    padding-right: 10px;
}

.grid-view table.items th a.desc
{
    background:url(down.gif) right center no-repeat;
    padding-right: 10px;
}

.grid-view table.items tr.even
{
    background: #F8F8F8;
}

.grid-view table.items tr.odd
{
    background: #E5F1F4;
}

.grid-view table.items tr.selected
{
    background: #BCE774;
}

.grid-view table.items tr:hover
{
    background: #ECFBD4;
}

.grid-view .link-column img
{
    border: 0;
}

.grid-view .button-column
{
    text-align: center;
    width: 80px;
}

.grid-view .button-column img
{
    border: 0;
}

.grid-view .checkbox-column
{
    width: 15px;
}

.grid-view .summary
{
    margin: 0 0 5px 0;
    text-align: right;
}

.grid-view .pager
{
    margin: 5px 0 0 0;
    text-align: right;
}

.grid-view .empty
{
    font-style: italic;
}

.grid-view .filters input,
.grid-view .filters select
{
    width: 100%;
    border: 1px solid #ccc;
}


/**
 * CSS styles for CLinkPager.
 *
 * @author Qiang Xue <qiang.xue@gmail.com>
 * @link http://www.yiiframework.com/
 * @copyright Copyright &copy; 2008-2010 Yii Software LLC
 * @license http://www.yiiframework.com/license/
 * @version $Id: pager.css 1678 2010-01-07 21:02:00Z qiang.xue $
 * @since 1.0
*/

ul.yiiPager
{
    font-size:11px;
    border:0;
    margin:0;
    padding:0;
    line-height:100%;
    display:inline;
}

ul.yiiPager li
{
    display:inline;
}

ul.yiiPager a:link,
ul.yiiPager a:visited
{
    border:solid 1px #9aafe5;
    font-weight:bold;
    color:#0e509e;
    padding:1px 6px;
    text-decoration:none;
}

ul.yiiPager .page a
{
    font-weight:normal;
}

ul.yiiPager a:hover
{
    border:solid 1px #0e509e;
}

ul.yiiPager .selected a
{
    background:#2e6ab1;
    color:#FFFFFF;
    font-weight:bold;
}

ul.yiiPager .hidden a
{
    border:solid 1px #DEDEDE;
    color:#888888;
}

/**
 * Hide first and last buttons by default.
*/
ul.yiiPager .first,
ul.yiiPager .last
{
    display:none;
}




/**
* Rights module default style sheet file.
* You may override this style sheet by setting the 'cssFile'
* in the module's configuration.
*
* @author Christoffer Niska
* @copyright Copyright &copy; 2008 Christoffer Niska
* @since 0.5
*/

/**
* Default style.
*/

#rights * { font-family:Trebuchet MS, Verdana, san-serif !important; }
#rights a { color:#666699; font-weight:bold; text-decoration:none; }
#rights a:hover { color:#666699; text-decoration:underline; }
#rights hr { height:0; border-style:none; border-bottom:1px dashed #f0f0f0; }

#rights #content { position:relative; }

#rights #menu { margin:0 0 25px 0; }
#rights #menu ul.actions { margin:0; padding:0; list-style-type:none; }
#rights #menu ul.actions li { display:inline; }
#rights #menu ul.actions a {
    color:#ffffff;
    font-size:12px;
    text-decoration:none;
    padding:8px 12px;
    background:#666699;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
}
#rights #menu ul.actions a:hover { color:#ffffff; text-decoration:none; }

#rights .form label {
    display:block;
    margin:0 0 8px 0;
    font-weight:bold;
    font-size:12px; }
#rights .form input[type=text],
#rights .form input[type=password] {
    padding:5px;
    background:url('../images/bg_formInputText.gif') repeat-x;
    border:1px solid #c0c0c0;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
}

#rights .form input { outline:none !important; }
#rights .form input[type=submit] { padding:2px 5px; }
#rights .form span.required { color:#ff0000; }

/**
* Grid view and table styles.
*/

#rights .grid-view table.items { border:0; margin:0 0 20px 0; }
#rights .grid-view table.items * { font-size:12px; }
#rights .grid-view table.items thead th {
    background:transparent;
    color:#404040;
    font-weight:bold;
    font-size:13px;
    text-align:left;
}
#rights .grid-view table.items thead th { background:#ffffff; }
#rights .grid-view table.items th,
#rights .grid-view table.items td { padding:10px; border-style:none; }
#rights .grid-view table.items .even { background:transparent; }
#rights .grid-view table.items .odd { background:#e8edff; }

#rights .grid-view table.mini { border:0; }
#rights .grid-view table.mini * { font-size:11px; }
#rights .grid-view table.mini th, #rights .miniTable td { padding:8px; }
#rights .grid-view table.mini .odd td { background:#e8edff; }

/**
* Pager style.
*/

#rights .pager { color:#ffffff; }
#rights .pager li { margin:0; padding:0; }
#rights .pager li a { padding:5px 10px; border-style:none; text-decoration:none; }
#rights .pager li.hidden a { color:#c0c0c0; }
#rights .pager li.selected a { 
    background:#666699;
    color:#ffffff;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
}

#rights .bizrule-column,
#rights .data-column {
    color:#808080;
    font-family:Consolas, Arial, san-serif !important;
    font-size:11px;
}

#rights .hover td { background-color:#ffffdd !important; }

#rights .info { color:#808080; font-size:12px; font-style:italic; }
#rights .hint { width:320px; color:#808080; font-size:11px; font-style:italic; }

#rights .permission-table .inherited-item { cursor:pointer; font-style:italic; }
#rights .child-count { font-weight:bold; }

/**
* Jquery UI style.
*/

.ui-widget * { font-family:Trebuchet MS, Verdana, san-serif !important; font-size:11px; }


input[type=button], input[type=submit] {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #ffffff;
    padding: 10px 20px;
    background: -moz-linear-gradient(
        top,
        #3072b8 0%,
        #00338c);
    background: -webkit-gradient(
        linear, left top, left bottom, 
        from(#3072b8),
        to(#00338c));
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 1px solid #00338c;
    -moz-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 1px rgba(255,255,255,0.7);
    -webkit-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 1px rgba(255,255,255,0.7);
    text-shadow:
        0px -1px 0px rgba(000,000,000,0.7),
        0px 1px 0px rgba(255,255,255,0.3);
}

input[type=text], input[type=password], textarea, select, input[type=checkbox] {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #c0c0c0;
width: 250px;
background-color: white;
}
