
body {
	background-color: #FFFFFF; /* background color */
	color: #000000; /* text color */
	font-family:Arial, Helvetica, sans-serif; /* font name */
	font-size: 8pt; /* font size */
	margin: 0px 0px 0px 0px; /* top right bottom left */
}

.ubsphp {
	color: #000000; /* text color */
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 8pt; /* font size */	
}

input, textarea, select {	
	font-family: Verdana, Arial, Helvetica, sans-serif;/*  font name */
	font-size: 10pt; /* font size */
} 

pre
{
}



a:active {
	color: #0000CC; /* active link color */
}

a:link {
	color: #0000CC; /* link color */
}

a:visited {
	color: #0000CC; /* visited link color */
}

.button {

	border-color: #9999cc;
	background-color: #eee;
	color: #444;
	background-image: url(images/bgBlue.gif);
	}
	
.buttonOn, .button:hover, .button:focus, .buttonOn:focus {

	color: #242c8f;
	background-color: #eee;
	background-image: url(images/bgBlue.gif);
	border-color: #242c8f;
	}

/* main table */
.ewTable {
	width: auto; /* table width */
	color: #000000; /* text color */

	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 8pt; /* font size */
	border: 1px outset; /* border */
	border-collapse: collapse;
	color: #9999cc;
	background-color: #eeeeee;
	border-color: #9999cc;
}

/* main table data cells */
.ewTable td {
	padding: 5px; /* cell padding */
	border: 0px solid; /* cell spacing */
	border-color: #FFFFFF;  /* table background color */
}

.ewBasicSearch {
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 8pt; /* font size */
	border: 0px;
	border-collapse: collapse;
}

.ewBasicSearch td {
	border: 0px;
	padding: 1px;
}

.ewSearchOpr {
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 8pt; /* font size */
	color: maroon;
}

.ewListAdd {
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 8pt; /* font size */
	border: 0px;
	border-collapse: collapse;
}

.ewListAdd td {
	border: 0px;
	padding: 2px;
}

.ubsphplist td {
	color: #000000; /* text color */
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 8pt; /* font size */
	border: 0px;
	padding: 0px;
	vertical-align: top; 
}

.ewAddOption td {
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 8pt; /* font size */
	padding: 2px; /* cell padding */	
	border: 0px;	
}

/* main table header cells */
.ewTableHeader {
	/*background-color: #0099FF; /* header color */
	color: #000000; /* header font color */	
	vertical-align: top;
	background-color: #f6f6f6;
}

.ewTableHeader a:link {	
	color: #000000; /* header font color */	
}

.ewTableHeader a:visited {	
	color: #000000; /* header font color */	
}

/* main table row color */
.ewTableRow {
	background-color: #FFFFFF;  /* alt row color 1 */
}

/* main table alternate row color */
.ewTableAltRow {
	/*background-color: #FFFFFF; /* alt row color 2 */	
	color: #444444; 
	border-color: #c1c7eb;
	background-color: #FFFFFF;

}

/* main table edit mode row color */
.ewTableEditRow {
	background-color: #00FFFF; /* edit mode color */
}

/* main table highlight color */
.ewTableHighlightRow {
	background-color: #EAEAEA; /* highlight color */
}

/* main table select color */
.ewTableSelectRow {
	background-color: #99FFFF; /* select color */
}

/* main table footer section */
.ewTableFooter {
	background-color: #00CCFF;
}

/* classes for report */
.ewReportTable {
    border: 0px;
    border-collapse: collapse;
}

.ewReportTable td {
    padding: 3px;
}

.ewGroupField {
	font-weight: bold;
}

.ewGroupName {
	font-weight: bold;
}

.ewGroupHeader {
	border-bottom: 3px double Gray;
	border-top: 3px double Gray;
}

.ewGroupSummary {
	border-top: 1px solid Gray;
} 

.ewGroupAggregate {
	font-weight: bold;
}

.ewGrandSummary {
	border-top: 1px solid Gray;
}

/* message */
.info {
	color: red; /* message color */
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 8pt; /* font size */	
}

/* Ajax */
.ewAstList {
	border: solid black;
	background: #ffffff;
	position: absolute;
	padding: 0;
	white-space: nowrap;
}

.ewAstListBase {
	position: absolute;
	padding: 1;
}

.ewAstListItem {
	color: black;
	background: #ffffff;
	cursor: pointer;
	white-space: nowrap;
	padding: 1;
}

.ewAstSelListItem {
	color: white;
	background: Highlight;
	cursor: pointer;
	white-space: nowrap;
	padding: 1;
}

/* MultiPage pager table */
.ewMultiPagePager {
	color: #000000; /* text color */
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 8pt; /* font size */
	border: 0px; /* border */	
}

.ewMultiPagePager td {
	padding: 2px; /* cell padding */	
}

.alert {
	color: #EC1F20;
	border-top: 4px solid #730D0D;
	border-bottom: 4px solid #730D0D;
	background: #381212 url(images/status-alert.png) 10px 50% no-repeat;
}
.outstanding {
	color:#FF0000;
	background-color:#99CCFF;
}
.ewmsg {
	color:#FFFFFF;
	border-top: 3px solid #0E3A72;
	border-bottom: 3px solid #0E3A72;
	background:  url(images/status-note.png) 10px 50% no-repeat; 
	background-color:#FE3F29;
	width: auto;
}
span.alert,
span.ewmsg,
span.download,
span.note {
	display: block;
	padding: 10px 10px 10px 45px;
	margin: 15px 0;	
}
#horiz-menu span.selector {
	display: block;
	position: absolute;
	overflow: hidden;
	bottom: 5px;
	left: 50%;
	margin: 0 auto;
	margin-left: -30px;
	height: 3px;
	width: 59px;
	background: none;
	
}

#horiz-menu li.active span span.selector,
#horiz-menu li:hover span span.selector,
#horiz-menu li.sfHover span span.selector {
	background: url(images/menu-accent.png) 0 0 no-repeat;

}

span.selector br {
	display: none;
}

/*END_SYSTEM_STYLES*/
/*BEGIN_USER_STYLES*/

/* your CSS styles here */

/*END_USER_STYLES*/
.adminform {
	background-color: #fff;
	width: 98%;
	padding: 10px;
	border-collapse: collapse;
}

.black_overlay{
display: none;
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: #CCCCCC;
z-index:1001;
-moz-opacity: 0.8;
opacity:.80;
filter: alpha(opacity=80);
}
.white_content {
display: none;
position: absolute;
top: 25%;
left: 25%;
width: 50%;
height: 50%;
padding: 16px;
border: 16px solid orange;
background-color: white;
z-index:1002;
overflow: auto;
}
