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

#page
{
	margin-top: 5px;
	margin-bottom: 5px;
}

#header
{
        overflow: auto;
	margin: 0;
	padding: 0;
}

#content
{
    padding: 20px;
}

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

#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
}

#logo
{
        float: left;
	padding: 10px 20px;
	font-size: 200%;
}

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
{
	padding: 3px 8px;
	background: #B7D6E7;
	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;
	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;
}

#loginWindow input.text_{
	display: block;	
}

#loginWindow input{
    padding: 6px;
}

.ui-dialog .ui-dialog-buttonpane button{
	padding: 0 !important;
}

.loggedInSection, .loginSection {
	float: right;
	margin-bottom: 10px;
	font-size: 12px;
	margin-top: 5px;
	color: #FFFFFF;
}


#menu {
        font-family: Arial, sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0 0;
        padding: 0;
        list-style-type: none;
        background-color: #eee;
        font-size: 13px;
        height: 40px;
        border-top: 2px solid #eee;
        border-bottom: 2px solid #ccc;
}
#menu li {
        float: left;
        margin: 0;
}
#menu li a {
        text-decoration: none;
        display: block;
        padding: 0 20px;
        line-height: 40px;
        color: #666;
}
#menu li a:hover, #menu li.active a {
        background-color: #f5f5f5;
        border-bottom: 2px solid #DDD;
        color: #999;
}
#menu_wrapper ul {margin-left: 12px;}
#menu_wrapper {padding: 0 16px 0 0; background: url(/images/grey.png) no-repeat right; margin-top: 20px; margin-bottom: 20px;}
#menu_wrapper div {float: left; height: 44px; width: 12px; background: url(/images/grey.png) no-repeat left;}

/* Black Menu */
#menu_wrapper.black ul {
        border-top: 2px solid #333;
        border-bottom: 2px solid #000;
        background: #333;}
#menu_wrapper.black a {color: #CCC;}
#menu_wrapper.black li a:hover, #menu_wrapper.black li.active a {color: #999; background: #555; border-bottom: 2px solid #444;}
#menu_wrapper.black {background: url(/images/black.png) no-repeat right;}
#menu_wrapper.black div {background: url(/images/black.png) no-repeat left;}

/* Blue Menu */
#menu_wrapper.blue ul {
        border-top: 2px solid #356AA0;
        border-bottom: 2px solid #204061;
        background: #356AA0;}
#menu_wrapper.blue a {color: #fff;}
#menu_wrapper.blue li a:hover, #menu_wrapper.blue li.active a {color: #90CDFF; background: #3D7BBB; border-bottom: 2px solid #356AA0;}
#menu_wrapper.blue {background: url(/images/blue.png) no-repeat right;}
#menu_wrapper.blue div {background: url(/images/blue.png) no-repeat left;}

/* Red Menu */
#menu_wrapper.red ul {
        border-top: 2px solid #660000;
        border-bottom: 2px solid #450000;
        background: #660000;}
#menu_wrapper.red a {color: #fff;}
#menu_wrapper.red li a:hover, #menu_wrapper.red li.active a {color: #F27F84; background: #990000; border-bottom: 2px solid #660000;}
#menu_wrapper.red {background: url(/images/red.png) no-repeat right;}
#menu_wrapper.red div {background: url(/images/red.png) no-repeat left;}

/* Orange Menu */
#menu_wrapper.orange ul {
        border-top: 2px solid #d15600;
        border-bottom: 2px solid #B44500;
        background: #d15600;}
#menu_wrapper.orange a {color: #fff;}
#menu_wrapper.orange li a:hover, #menu_wrapper.orange li.active a {color: #FA9B5B; background: #B44500; border-bottom: 2px solid #d15600;}
#menu_wrapper.orange {background: url(/images/orange.png) no-repeat right;}
#menu_wrapper.orange div {background: url(/images/orange.png) no-repeat left;}


/************** Tab CSS *****************/

.noBackgroundTabs.ui-tabs {
    padding: .2em;
    zoom: 1;
}

.noBackgroundTabs.ui-tabs .ui-tabs-nav {
    list-style: none;
    position: relative;
    padding: .2em .2em 0;
}

.noBackgroundTabs.ui-tabs .ui-tabs-nav li {
    position: relative;
    float: left;
    border-bottom-width: 0 !important;
    margin: 0 .2em -1px 0;
    padding: 0;
}

.noBackgroundTabs.ui-tabs .ui-tabs-nav li a {
    float: left;
    text-decoration: none;
    padding: .5em 1em;
}

.noBackgroundTabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    padding-bottom: 1px;
    border-bottom-width: 0;
}

.noBackgroundTabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav
li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing
a { cursor: text; }

.noBackgroundTabs.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav
li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems
obsolete, but required to overcome bug in Opera applying cursor: text overall
if defined elsewhere... */

.noBackgroundTabs.ui-tabs .ui-tabs-panel {
    padding: 1em 1.4em;
    display: block;
    border-width: 0;
    background: none;
}

.noBackgroundTabs.ui-tabs .ui-tabs-hide { display: none !important; }

.noBackgroundTabs.ui-tabs .ui-widget-header {
    background: none;
}

.noBackgroundTabs.ui-tabs{ padding: 0; }

.noBackgroundTabs .ui-tabs-nav {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    padding: 0;
}

.noBackgroundTabs .ui-tabs-nav li {
    margin-right: .5em;
}

.noBackgroundTabs .ui-tabs-nav li.ui-tabs-selected {
     margin-bottom: -3px;
}

.noBackgroundTabs .ui-tabs-nav a {
     font-size: 1.3em;
     padding-top: .7em;
     padding-bottom: .7em;
}

.noBackgroundTabs .ui-tabs-panel {
     border-top-width: 0;
     padding-top: 1.5em;
}

.noBackgroundTabs .ui-tabs img {
    padding-right: 10px;
}

.form input{
    padding: 6px;
}

.mainHeader2{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}