
#page
{
	margin-top: 0px;
	margin-bottom: 0px;
	background: white;
	border: 1px solid #C9E0ED;
}

#header
{	
	width:100%;
	height:103px;
	margin: 0;
	padding: 0;
	border-top: 3px solid #C9E0ED;
}

#content
{
   /* padding: 20px; */
   margin: 15px 0px 0 10px;
   
}

#sidebar
{
	/* padding: 20px 20px 20px 0; */
	margin: 15px 0 0 0px;
}

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

#logo
{	
	position:relative;
	float:left;
	width:30%;	
	/* 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:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

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: 0px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.view a{
	font-size: 14px;
	font-weight:bold;
	text-decoration: none;	
}

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;
}

/* this is new style orriding the portlet default css */
.portlet-content {
    background-color: #EFEFEF;
  /*  border: 1px solid #DEDEDE;*/
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 30px;
    padding: 10px;    
	border-radius: 5px 5px 5px 5px;
}


.portlet-content ul {
    margin-bottom: 20px;
}

.portlet-content ul, .portlet-content li {
    border: 0 none;
    margin: 0;
    padding: 0;
}


.portlet-content li {
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 6px;
    padding-bottom: 6px;
}

.portlet-content li {
    display: block;
    list-style: none outside none;
}

.portlet-content {
    font-size: 12px;
    line-height: 16px;
}


.portlet-decoration
{	
	
	/* fallback (Opera) */
    background: #666E73;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #A9ACAD, #666E73);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#A9ACAD), to(#666E73));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#A9ACAD', EndColorStr='#666E73', GradientType=0);	
	
	border-radius: 5px 5px 5px 5px;
	padding: 3px 8px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
/*	border-left: 5px solid #6FACCF; */

}

.portlet-title
{
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #ffffff;
}

/* new style overriding the portlet default css ENDS HERE */

.portlet
{	width: 100%;		
	
	font-size:13px;
	margin: 0;
	padding: 0;
}


#sidebar .portlet
{
	 margin: 0 10px 0 10px;
}


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

	
}
*/

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

/* original portlet
font-size:0.9em; 
.portlet-content
{
	
	margin: 0 0 15px 0;
	padding: 5px;
	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;
}


.rightsidebar{
	width: 100px;
	height: 200px;
	float: right;
	background: #cfcfcf;
}

#content .hideNewTitle{
	font-size: 14px;	
}

.hideNewTitle th{
	display: none;
}