html {
	overflow: auto;
}

body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt Arial,Helvetica,sans-serif;
	background: #EFEFEF;
	background-image:url('background.png');
}

#page
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: white;
	border: 1px solid #121c28;
}

#header
{
	margin: 0;
	padding: 0;
	background-image: url( 'header.jpg' );
	background-repeat: no-repeat;
	height: 125px;
}

#content
{
    padding: 20px;
	text-align: justify;
}

#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: #678b1d;*/
	color: #000;
}

#mainmenu
{
	/* background:white url(bg.gif) repeat-x left top; */
	background-color: #000;
}

#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:#caf1b0;
	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: #fff;
	background-color:#678b1d;
	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;
	vertical-align: middle;
}

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;
}

.modified
{
	color: red;
}

.criterionValue
{
	margin: 0;
	width: 520px;
}

table.criterionValue tr td
{
	border: 0;
	padding: 0;
	/*font-size: inherit;*/
	font-size: 1em;
}

table.criterionValue tr td.criterionScore
{
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 0;
	padding-top: 0px;
	width: 60px;
	font-weight: bold;
	text-align: right;
}

.appParcel
{
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}

.appParcelScore
{
	text-align:right;
}

.alignRight
{
	text-align:right;
}

.appParcelTotalScore
{
	text-align:right;
}

table.appParcel tr td.appParcelTotalScore
{
	border-bottom-width: 0px;
	border-top-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: solid;
	border-color: black;
}

table.appParcel tr td
{
	border: 0;
	margin: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-top: 0;
	padding-right: 2px;
}

.appParcelField
{
	text-align:left;
}

.appParcelRanking
{
	text-align:right;
}

.npApplicationField
{
	display: none;
	vertical-align: middle;
}

.leApplicationField
{
	display: none;
	vertical-align: middle;
}

.appParcelInsert
{
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}

.grid-view
{
	width:100%;
	height:100%;
	overflow-x:auto;
}

.table-view
{
	padding: 15px 0;
	width:100%;
	height: 100%;
	overflow:auto;
}

.table-view table.items
{
	background: white;
	border-collapse: collapse;
	width: 100%;
	border: 1px #D0E3EF solid;
}

.table-view table.items th, .table-view table.items td
{
	font-size: 0.9em;
	border: 1px white solid;
	padding: 0.3em;
}

.table-view table.items th
{
	color: white;
	background: url("bg.gif") repeat-x scroll left top white;
	text-align: center;
}

.table-view table.items th a
{
	color: #EEE;
	font-weight: bold;
	text-decoration: none;
}

.table-view table.items th a:hover
{
	color: #FFF;
}

.table-view table.items tr.even
{
	background: #F8F8F8;
}

.table-view table.items tr.odd
{
	background: #E5F1F4;
}

.table-view table.items tr.awarded
{
	background: #FF7F55;
}

.table-view table.items tr.selected
{
	background: #BCE774;
}

.table-view table.items tr:hover
{
	background: #ECFBD4;
}

.table-view .link-column img
{
	border: 0;
}

.table-view .button-column
{
	text-align: center;
	width: 60px;
}

.table-view .button-column img
{
	border: 0;
}

.table-view .checkbox-column
{
	text-align:center
	/*width: 15px;*/
}

.table-view .summary
{
	margin: 0 0 5px 0;
	text-align: right;
}

.table-view .pager
{
	margin: 5px 0 0 0;
	text-align: right;
}

.table-view .empty
{
	font-style: italic;
}

.table-view label
{
	font-size: 1em !important;
	
}

.radioTable
{
	border: 0;
	padding: 0;
	margin: 0;
	width: 330px;
}

.table-view table.items tr .radioTable tr td
{
	border: 0;
}

.alignTop
{
	vertical-align: top;
}

.alignMiddle
{
	vertical-align: middle;
}

.checkbox
{
	text-align: center;
}

.itemsDiv
{
	width:100%;
	height:100%;
	overflow-x:auto;
}

.score
{
	font-size: 0.9em;
	font-weight: bold;
}

table.checkboxTable
{
	margin-bottom: 0px;
}

table.checkboxTable tr td.checkboxControl
{
	padding: 0px;
}

table.checkboxTable tr td.checkboxLabel
{
	padding: 0px 0px 0px 10px;
	margin-left: 0px;
	text-align: justify;
}
