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 #121c28;
}

#header
{
	margin: 0;
	padding: 0;
	background-image: url( 'blueribbon.jpg' );
	background-repeat: no-repeat;
	height: 125px;
}
#header_right
{
        float: right;
        margin-top: -35px;
        margin-right: 5px;
}
#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 #627aad;
}

#logo
{
	padding: 10px 20px;
	font-size: 200%;
	color: #1f499f;
}

#mainmenu
{
	/* background:white url(bg.gif) repeat-x left top; */
	background-color: #fff;
	border-top: 1px solid #1f499f;
	border-bottom: 1px solid #1f499f;
}

#mainmenu ul
{
	padding:6px 20px 5px 20px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline;
}

/* dark superman blue: #121c28 */
/* superman red: #c3352b */
/* superman yellow: #fdf4a5 */

#mainmenu ul li a
{
	color: #1f499f;
	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: #caf1b0;
	background-color:#1f499f;
	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;
        background: #E7F4D2;
}

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
{
        border: 1px solid #7777FF;
}

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

.post {
	background: #E8EFFC;
	border-left: 1px solid #A6CFDD;
        border-bottom: 1px solid #A6CFDD;
        border-top: 1px solid #C7E3ED;
        border-right: 1px solid #C7E3ED;
	padding: 5px 0 5px 8px;
	margin: 15px 15px 0 15px;
}
.post h2 { margin-bottom: 0; }
.post h3 { margin-bottom: 0; }
.texteditId {
	color: gray;
	font-size: 80%;
	text-decoration: underline;
}
.textedit {
	background: #FFFF9E;
}
.textedit textarea {min-height: 50px; overflow-y: scroll;}


/* begin data grid style */
table.dataGrid
{
	margin-top: 5px;
	background: white;
	border-collapse: collapse;
	width: 100%;
}

table.dataGrid th, table.dataGrid td
{
	border: 1px #4F81BD solid;
	padding: 0.3em;
}

table.dataGrid th
{
	background: #d3dfee;
	text-align: center;
}

table.dataGrid th.label
{
	width: 150px;
}

table.dataGrid tr.odd
{
	background: #E6F2FF;
}
/* end of data grid style */

div.item
{
	margin: 10px 0 0 0;
	border: 1px solid silver;
	padding: 5px;
}

.comment h3 {
	margin-bottom: 0;
}
.comment {
	margin: 0 0 10px 0;
	border-left: 1px solid silver;
	padding: 5px;
}

.comment .permalink{
	color: #AAAAAA;
}
.comment .small{
	margin-bottom: 0;
}

.actionBar { 
   /* width: 200px; */
   float: right;
   border: 1px solid #aaccee;
   background: #9999CC;
}

.actionBar ul
{
   /* margin-left: 0; */
   margin: 0px;
   padding-left: 0;
   display: block;
   list-style-type: none;
   font-family: Arial, Helvetica, sans-serif;
}
.actionBar ul li {
   padding-left: 3px;
   padding-right: 3px;
   margin: 0px;
   padding-top: 0px;
   padding-bottom: 0px;
}

.actionBar a
{
margin: 1px;
display: block;
/* padding: 3px; */
/* width: 160px; */
background-color: #036;
border-bottom: 1px solid #eee;
color: #DDD;
}

.actionBar a:link, .actionBar a:visited
{
   color: #EEE;
   text-decoration: none;
}

.actionBar a:hover
{
   background-color: #369;
   color: #fff;
}
