input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

input[type='button'][disabled='true'] {
	font-size: 11px;
	background: url("../images/bg_btn_grey.gif") top repeat-x;
	border: 1px solid gray;
	cursor: pointer;
	color: #FFFFFF;
	margin: 0px;
	padding: 1px 5px;
	cursor: auto
}

input[type='button'][disabled='disabled'] {
	font-size: 11px;
	background: url("../images/bg_btn_grey.gif") top repeat-x;
	border: 1px solid gray;
	cursor: pointer;
	color: #FFFFFF;
	margin: 0px;
	padding: 1px 5px;	
	cursor: auto;
}


.button_disabled {
	font-size: 11px;
	background: url("../images/bg_btn_grey.gif") top repeat-x;
	border: 1px solid gray;
	cursor: pointer;
	color: #FFFFFF;
	margin: 0px;
	padding: 1px 5px;	
	cursor: auto;
}

.pageTitle	{
	color:#0D519C;
	font-weight: lighter;	
	font-size: 24px;	
	margin: 15px 0px 10px 0px;
	padding: 0;	
}

.portlet {
	background:#f5f9fd;
	border-top: 1px solid #CCD8E6;
	border-right: 1px solid #CCD8E6;
	border-left: 1px solid #CCD8E6;
	border-bottom: 1px solid #CCD8E6;	
	padding:0px;
	margin: 0px;
	text-align:left;
}

.portletOpen {
	border-top: 1px solid #CCD8E6;
}

.portletClose {
	border-bottom: 1px solid #CCD8E6;
}

.portletDivider {
	border-bottom: 1px solid #CCD8E6;
}

.portletHeader {
	font-size:12px;
	color:#0d519c;
	font-weight:bold;
	padding:2px 2px 2px 10px;
	margin: 0px;
	background: url("../images/bg_portlet_header.gif") repeat-x top;
}

.portletHeader1  {
	color:#6666CC;
	font-size:11px;
	font-weight:bold;
	padding:2px 2px 2px 10px;
}

.portletHeaderText {
	font-size:12px;
	color:#0d519c;
	font-weight:bold;
}

.portletContent {
	padding: 5px 10px 10px 10px;
}

.portletButtonBar {
	background:#f2f6fA;
	border-top:1px solid #CCD8E5;
	padding: 10px;
}

.portletResults {
	border: solid 1px #e5edf5;
	color: #ff6600;
	padding: 2px 0px 2px 10px;
	background: #ffffff url("../images/bg_portlet_results.gif") left top repeat-y;
}

.portletMore {	
	text-align: right;
	background:#FFFFFF;
	border-top:1px solid #CCD8E5;
	padding:0px 10px 0px 10px; 
	margin: 0px 0px 0px 0px;
}

.page {
	width: 760px;
}

.pageside {
	width: 212px;
}


table.page {
	width: 760px;
	border-collapse: collapse;
}

table.std {
	width: 100%;
	border-collapse: collapse;
}

table.resultsPrint {
	color: #000000;
	font-weight: normal;
	padding: 1px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	border: solid 1px #000000;
	border-collapse: collapse;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
}

table.line {
		border-bottom: 1px solid #E0E8F1;
}

tr.resultsPrint{
	border: solid 0px #000000;
}

td.resultsPrint {
	border: solid 1px #000000;
}

tr.resultsPrint:hover{
}

th.resultsPrint {
	border: solid 1px #e5edf5;
}


table.results {
	color: #ff6600;
	font-weight: normal;
	padding: 2px;
	margin-bottom: 1px;
	background: #ffffff url("../images/bg_portlet_results.gif") left top repeat-y;
}

table.results a {
	text-decoration: none;
}
tr.results{
	color: #666666;
	background-color: #f2f5fa;
}

tr.results:hover{
	color: #ff6600;
	background-color: #e5edf5;
}

tr.results a {
	color:#0066FF;
}

tr.results a:hover {
	color:#6699FF;
	text-decoration: underline;
}

tr.resultsAlt {
	color: #666666;
	background-color: #f5f9fd;
}

tr.resultsAlt:hover {
	color: #ff6600;
	background-color: #e5edf5;
}

tr.resultsAlt a {
	color:#0066FF;
}

tr.resultsAlt a:hover {
	color:#6699FF;
	text-decoration: underline;
}

th.results {
	font-weight: bold;
	color: #0066FF;
	border: solid 1px #e5edf5;
}

th.results a {
	color: #0066FF;
	font-weight:bold;
}

th.results a:hover {
	color:#6699FF;
	font-weight:bold;
	text-decoration: underline;
}

td.results td.resultsAlt {
	border: solid 1px #e5edf5;
}

.orange {
	color:#ff6600;
	font-weight:normal;
}

.orangeBold {
	color:#ff6600;
	font-weight:bold;
}

input.txt {
	border-color: #7f9db9;
    border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

input.ro {
	background-color:#eaeaea;
	border-color: #7f9db9;
    border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

img.calendar
{ 
	vertical-align: bottom;
	height:24px;
	width:26px;
}

.perc100 {
	width:100%;
}

.perc75 {
	width:75%;
}

.perc50 {
	width:50%;
}

.xxs {
	width:40px;
}

.xs {
	width:75px;
}

.s {
	width:100px;
}

.m {
	width:120px;
}

.l {
	width:160px;
}

.xl {
	width:200px;
}

label {  
	display: inline; 
	
}

leftAlignedLabels.css
	fieldset.submit {  
	float: none;  
	width: auto;  
	border: 0 none #FFF;  
	padding-left: 12px; 
}

rightAlignedLabels.css
label {  
	float: left;  
	width: 10px;  
	margin-right: 1px;  
	text-align: right; 
}

.infoBox {
	padding:5px;
	background:#f2f6fA;
	border:1px solid #CCD8E5;
}

.closedBox {
	border-style: solid; 
	border-color: #7f9db9;
	border-top: 1px;
	border-right: 1px;
	border-left: 1px;
	border-bottom: 1px;
}

.infoMessage {
	color:#0d519c;
	font-weight: bold;
}

.resultAscImg {
	background: url("../images/arrow_up_orange.gif") no-repeat;

}

.resultDescImg {
	background: url("../images/arrow_down_orange.gif") no-repeat;

}

.coopPortletContent {
	padding: 5px 10px 0px 10px;
}

.coopPortletResults {
	margin: 2px 0px 10px 0px;
}

.coopPortletResults tr td {
	padding: 0px;
	margin: 2px 0px;
}

.coopTableLine {
	border-bottom: 1px solid #E0E8F1;
}

.coopPortletMore {
	color: #0066FF;
	text-align: right;
	background: #FFFFFF;
	border-top:1px solid #CCD8E5;
	padding: 0px 10px 3px 10px;
	margin: 0px 0px 0px 0px;	
}

.coopPortletMore a {
	color:#0066FF;
	text-decoration: none;
}

.coopPortletMore a:hover {
	color:#6699FF;
	text-decoration: underline;
}

.anfSelectFont {
	font-size:9px; 
}