#bbx_logo {
	position: absolute;
	left: 15px;
	top: 17px;
}

#bbx_version {
	position: absolute;
	left:5px;
	top:0;
}

.menu_category {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

.menu_sub_category {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

a.menu_item:ACTIVE {
	white-space: nowrap;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	color: #000000;
	text-decoration: none;
}

a.menu_item:LINK {
	white-space: nowrap;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	color: #000000;
	text-decoration: none;
}

a.menu_item:VISITED {
	white-space: nowrap;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	color: #000000;
	text-decoration: none;
}

a.menu_item:HOVER {
	white-space: nowrap;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	color: #ffffff;
	text-decoration: none;
	background-color: #0065df;
}

.bbxreport {
	width: 100%;
	height: 100%;
}

.bbxreport_print {
    overflow: visible;
    width: 100%;
    height: 100%;
}

.validationErrorText
{
	font-family: arial;
	font-size:9pt;
	color:#ff0000;
}

.validationErrorHeader
{
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color:#ff0000;
}


/*--- display tag --*/

div#displaytag thead {
	white-space: nowrap;
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #ffffff;
	background-color: #339933;
	text-align: center;
	height: 24px;
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

div#displaytag table {
	text-align: center;
	font: 10pt sans-serif;
	border: solid 1px gray;
	width: 90%;
/*	margin: 20px 0 20px 0 !important; */
}

div#displaytag tr.odd {
	font-family: Verdana, Arial;
	font-size: 7pt;
	color: #000000;
	background-color: #ffffff;
	text-align: center;
	height: 24px;
	padding-left: 5px;
/* 	padding-right: 5px; */
}

div#displaytag tr.even {
	font-family: Verdana, Arial;
	font-size: 7pt;
	color: #000000;
	background-color: #cccccc;
	text-align: center;
	height: 24px;
	padding-left: 5px;
/* 	padding-right: 5px; */
}

div#displaytag th {
	padding: 2px 4px 2px 4px !important;
	text-align: center;
	vertical-align: top;
}

div#displaytag td {
	padding: 2px 4px 2px 4px !important;
	text-align: center;
	vertical-align: top;
}

div#displaytag th.sorted {
	background-color: #339933;
	color: #ffffff;
}

div#displaytag th a:link, div#displaytag th a:visited {
	color: #ffffff;
	text-decoration: none;
}

div#displaytag th a:hover {
	color: #ffffff;
	text-decoration: underline;
}

div#displaytag th.sorted a,th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
}

div#displaytag th.sortable a {
	background-repeat: no-repeat;
}

div#displaytag th.order1 a {
	background-image: url(../images/sort_mark_asc.gif);
}

div#displaytag th.order2 a {
	background-image: url(../images/sort_mark_dsc.gif);
}

