/*
$Header: http://subversion.invantive.com:81/repos/p104/trunk/fixes/b40_mp-005/web/screen.css 6938 2010-06-11 08:02:49Z mbo $
$Name: not supported by cvs2svn $

(C) Copyright 2004-2010 Invantive Software BV, the Netherlands. All rights reserved.
*/
body
{
color: #000000;
font-family: Tahoma, Arial, SunSans-Regular, sans-serif;
margin: 0px;
font-size: 11px;
overflow: auto;
background-color: #ffffff;
margin: 0px;
padding: 0px;
border: 0px;
}
form
{
margin: 0px;
padding: 0px;
border: 0px;
}
img
{
vertical-align:bottom;
}
table
{
}
th
{
}
tr
{
}
table.bubsGridTable tr td
{
font-size:11px;
}
ul
{
}
ol
{
}
li
{
list-style-type: square;
}
p
{
}
font
{
}

a
{
padding: 1px;
}
a:link
{
font-size:11px;
color: #115c7b;
text-decoration:underline;
padding: 1px;
}
a:hover
{
font-size:11px;
color: #115c7b;
text-decoration:none;
padding: 1px;
}
a:visited
{
font-size:11px;
color: #115c7b;
text-decoration:underline;
padding: 1px;
}
blockquote
{
}
label, input[type="radio"]{
  vertical-align:middle;
}
select
{
  font-size: 11px;
  font-family: Tahoma, Arial, SunSans-Regular, sans-serif;
  border: 1px solid #000000;
  padding: 0px;
  max-width:350px;
  width: expression(this.clientWidth > 350 ? '350px':true);
}
input:focus 
{
  border: 2px solid #ff0000;
  padding: 0px;
} 
a:focus 
{
  border: 2px solid #ff0000;
  padding: 0px;
} 
textarea:focus 
{
  border: 2px solid #ff0000;
  padding: 0px;
} 
checkbox:focus 
{
  border: 2px solid #ff0000;
  padding: 0px;
} 
select:focus 
{
  border: 2px solid #ff0000;
  padding: 0px;
} 
input
{
  font-size: 11px;
  font-family: Tahoma, Arial, SunSans-Regular, sans-serif;
  border: 1px hidden #000000;
  padding: 1px;
}
textarea
{
  border: 1px solid #000000;
  padding: 1px;
} 
checkbox
{
  border: 1px none #000000;
  padding: 1px;
} 
.bubsTitle
{
  padding:5px 5px 5px 5px;
  font-size: 14px;
  font-weight: bold;
  color: #636163;
  margin-top:0px;
}
.bubsFormHeaderFont
{
  font-size: 14px;
  font-weight: bold;
  margin-top:25px;
  margin-bottom:5px;
}
.bubsFormTABLE
{
  border: 0;
  border-spacing: 0px;
  padding: 0px;
  margin: 0px;
}
.bubsColumnTDText.moveOnHandle {
	cursor: move;
}
/* For the resizing. See tableklit. */
.bubsColumnTDText.resize-handle-active {
	cursor: e-resize;
}
.bubsColumnTDInteger.moveOnHandle {
	cursor: move;
}
.bubsColumnTDInteger.resize-handle-active {
	cursor: e-resize;
}
.bubsGridTABLE
{
  border-collapse: collapse;
  border: 0;
  border-spacing: 0px;
}
.bubsGridAltTABLE
{
  border: 0;
  border-spacing: 0px;
  background-color:#beccdf;
  cursor: pointer;
  cursor: hand; 
}
.bubsGridSelected
{
  font-weight:bold;
}
.bubsGridHighlightTABLE
{
  border: 0;
  border-spacing: 0px;
  background-color:#8099ad;
  cursor: pointer;
  cursor: hand; 
}
.bubsSearchTABLE
{
  border: 0;
  border-spacing: 0px;
}
div#popupwindowcontent *
{
font-size: 11px;
}
.bubsColumnTD
{
font-size: 11px;
padding-left: 5px;
padding-right: 5px;
padding-top: 6px;
padding-bottom: 6px;
color: #ff0000;
font-weight:bold;
}
.bubsColumnTDText
{
border: 1px solid #15597A; /* For table resize handle. */
font-size: 11px;
padding-left: 5px;
padding-right: 5px;
padding-top: 6px;
padding-bottom: 6px;
color: #ffffff;
background-image:url(bluefireback.gif);
font-weight:bold;
}
.bubsColumnTDSize
{
border: 1px solid #15597A; /* For table resize handle. */
  text-align: right;
white-space: nowrap;
font-size: 11px;
padding-left: 5px;
padding-right: 5px;
padding-top: 6px;
padding-bottom: 6px;
color: #ffffff;
background-image:url(bluefireback.gif);
font-weight:bold;
}
.bubsColumnTDNumber
{
border: 1px solid #15597A; /* For table resize handle. */
  text-align: right;
font-size: 11px;
padding-left: 5px;
padding-right: 5px;
padding-top: 6px;
padding-bottom: 6px;
color: #ffffff;
background-image:url(bluefireback.gif);
font-weight:bold;
}
.bubsColumnTDInteger
{
border: 1px solid #15597A; /* For table resize handle. */
  text-align: right;
font-size: 11px;
padding-left: 5px;
padding-right: 5px;
padding-top: 6px;
padding-bottom: 6px;
color: #ffffff;
background-image:url(bluefireback.gif);
font-weight:bold;
}
.bubsColumnTDDate
{
border: 1px solid #15597A; /* For table resize handle. */
  text-align: center;
font-size: 11px;
padding-left: 5px;
padding-right: 5px;
padding-top: 6px;
padding-bottom: 6px;
color: #ffffff;
background-image:url(bluefireback.gif);
font-weight:bold;
}
.bubsColumnTDSize.moveOnHandle {
	cursor: move;
}
.bubsColumnTDSize.resize-handle-active {
	cursor: e-resize;
}
.bubsColumnTDNumber.moveOnHandle {
	cursor: move;
}
.bubsColumnTDNumber.resize-handle-active {
	cursor: e-resize;
}
.bubsColumnTDDate.moveOnHandle {
	cursor: move;
}
.bubsColumnTDDate.resize-handle-active {
	cursor: e-resize;
}
.bubsColumnTDDateTime.moveOnHandle {
	cursor: move;
}
.bubsColumnTDDateTime.resize-handle-active {
	cursor: e-resize;
}

.bubsColumnTDIcon.moveOnHandle {
	cursor: move;
}
.bubsColumnTDIcon.resize-handle-active {
	cursor: e-resize;
}
.bubsColumnTDAmount.moveOnHandle {
	cursor: move;
}
.bubsColumnTDAmount.resize-handle-active {
	cursor: e-resize;
}
.bubsColumnTDPercentage.moveOnHandle {
	cursor: move;
}
.bubsColumnTDPercentage.resize-handle-active {
	cursor: e-resize;
}
.bubsColumnTDCheckbox.moveOnHandle {
	cursor: move;
}
.bubsColumnTDCheckbox.resize-handle-active {
	cursor: e-resize;
}
.bubsColumnTDWithPad.moveOnHandle {
	cursor: move;
}
.bubsColumnTDWithPad.resize-handle-active {
	cursor: e-resize;
}
div.move-handle {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #8099ad;
	cursor: move;
	filter: alpha(opacity = 40);
	-moz-opacity: 0.40;
}

.bubsColumnTDDateTime
{
border: 1px solid #15597A; /* For table resize handle. */
  text-align: center;
font-size: 11px;
padding-left: 5px;
padding-right: 5px;
padding-top: 6px;
padding-bottom: 6px;
color: #ffffff;
background-image:url(bluefireback.gif);
font-weight:bold;
}
.bubsColumnTDIcon
{
border: 1px solid #15597A; /* For table resize handle. */
  text-align: center;
font-size: 11px;
padding-left: 5px;
padding-right: 5px;
padding-top: 6px;
padding-bottom: 6px;
color: #ffffff;
background-image:url(bluefireback.gif);
font-weight:bold;
}
.bubsColumnTDAmount
{
border: 1px solid #15597A; /* For table resize handle. */
  text-align: right;
font-size: 11px;
padding-left: 5px;
padding-right: 5px;
padding-top: 6px;
padding-bottom: 6px;
color: #ffffff;
background-image:url(bluefireback.gif);
font-weight:bold;
}
.bubsColumnTDPercentage
{
border: 1px solid #15597A; /* For table resize handle. */
  text-align: right;
font-size: 11px;
padding-left: 5px;
padding-right: 5px;
padding-top: 6px;
padding-bottom: 6px;
color: #ffffff;
background-image:url(bluefireback.gif);
font-weight:bold;
}
.bubsColumnTDCheckbox
{
border: 1px solid #15597A; /* For table resize handle. */
  text-align: center;
font-size: 11px;
padding-left: 5px;
padding-right: 5px;
padding-top: 6px;
padding-bottom: 6px;
color: #ffffff;
background-image:url(bluefireback.gif);
font-weight:bold;
}
.bubsColumnTDWithPad
{
border: 1px solid #15597A; /* For table resize handle. */
font-size: 11px;
padding-left: 5px;
padding-right: 5px;
padding-top: 6px;
padding-bottom: 6px;
color: #ffffff;
background-image:url(bluefireback.gif);
font-weight:bold;
font-size: 11px;
}
.bdtl3
{
background-color: #00659c;
border: 1px solid #ffffff;
color: #c3dee9;
font-size: 11px;
font-weight: bold;
vertical-align: top;
padding-left: 2px;
padding-right: 2px;
padding-top: 1px;
padding-bottom: 1px;
}
.bubsLov
{
border: 0px;
}
.bubsFieldCaptionTD
{
color: #636163;
border: 0pt;
font-size: 11px;
white-space: nowrap;
text-align:right;
font-weight: normal;
vertical-align: top;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
}
.bubsDataTD
{
vertical-align: top;
border-bottom: 1px;
border-left: 1px;
border-right: 1px;
border-top: 1px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
color:#ff0000;
background-color:#00ff00;
font-size: 11px;
}
.bubsDataTDText
{
vertical-align: top;
border-bottom: 1px;
border-left: 1px;
border-right: 1px;
border-top: 1px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
font-size: 11px;
}
.bubsDataTDSelect
{
vertical-align: top;
border-bottom: 1px;
border-left: 1px;
border-right: 1px;
border-top: 1px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
font-size: 11px;
}
.bubsDataTDNumber
{
vertical-align: top;
border-bottom: 1px;
border-left: 1px;
border-right: 1px;
border-top: 1px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
font-size: 11px;
}
.bubsGridTable .bubsDataTDNumber
{
vertical-align: top;
text-align: right;
border-bottom: 1px;
border-left: 1px;
border-right: 1px;
border-top: 1px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
font-size: 11px;
}
.bubsDataTDInteger
{
vertical-align: top;
border-bottom: 1px;
border-left: 1px;
border-right: 1px;
border-top: 1px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
white-space: nowrap;
font-size: 11px;
}
.bubsGridTable .bubsDataTDInteger
{
vertical-align: top;
text-align:right;
border-bottom: 1px;
border-left: 1px;
border-right: 1px;
border-top: 1px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
white-space: nowrap;
font-size: 11px;
}
.bubsDataTDSize
{
white-space: nowrap;
vertical-align: top;
border-bottom: 1px;
border-left: 1px;
border-right: 1px;
border-top: 1px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
font-size: 11px;
}
.bubsGridTable .bubsDataTDSize
{
white-space: nowrap;
vertical-align: top;
text-align: right;
border-bottom: 1px;
border-left: 1px;
border-right: 1px;
border-top: 1px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
font-size: 11px;
}
.bubsDataTDDate
{
vertical-align: top;
border-bottom: 1px;
border-left: 1px;
border-right: 1px;
border-top: 1px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
white-space: nowrap; 
font-size: 11px;
}
.bubsGridTable .bubsDataTDDate
{
vertical-align: top;
text-align: center;
border-bottom: 1px;
border-left: 1px;
border-right: 1px;
border-top: 1px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
white-space: nowrap; 
font-size: 11px;
}
.bubsGridTable .bubsDataTDDateTime
{
vertical-align: top;
text-align: center;
border-bottom: 1px;
border-left: 1px;
border-right: 1px;
border-top: 1px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
white-space: nowrap; 
font-size: 11px;
}
.bubsDataTDDateTime
{
vertical-align: top;
border-bottom: 1px;
border-left: 1px;
border-right: 1px;
border-top: 1px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
white-space: nowrap; 
font-size: 11px;
}
.bubsGridTable .bubsDataTDAmount
{
vertical-align: top;
text-align: right;
border-bottom: 1px;
border-left: 1px;
border-right: 1px;
border-top: 1px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
white-space: nowrap; 
font-size: 11px;
}
.bubsDataTDAmount
{
vertical-align: top;
border-bottom: 1px;
border-left: 1px;
border-right: 1px;
border-top: 1px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
white-space: nowrap; 
font-size: 11px;
}
.bubsDataTDPercentage
{
vertical-align: top;
border-bottom: 1px;
border-left: 1px;
border-right: 1px;
border-top: 1px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
white-space: nowrap; 
font-size: 11px;
}
.bubsGridTable .bubsDataTDPercentage
{
vertical-align: top;
text-align: right;
border-bottom: 1px;
border-left: 1px;
border-right: 1px;
border-top: 1px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
white-space: nowrap; 
font-size: 11px;
}
.bubsGridTable .bubsDataTDIcon
{
vertical-align: top;
text-align: center;
border-bottom: 1px;
border-left: 1px;
border-right: 1px;
border-top: 1px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
font-size: 11px;
}
.bubsDataTDIcon
{
vertical-align: top;
border-bottom: 1px;
border-left: 1px;
border-right: 1px;
border-top: 1px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
font-size: 11px;
}
.bubsGridTable .bubsDataTDCheckbox
{
vertical-align: top;
text-align: center;
border-bottom: 1px;
border-left: 1px;
border-right: 1px;
border-top: 1px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
font-size: 11px;
}
.bubsDataTDCheckbox
{
vertical-align: top;
border-bottom: 1px;
border-left: 1px;
border-right: 1px;
border-top: 1px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
font-size: 11px;
}
.bdtl4
{
vertical-align: top;
border: 1px solid #ffffff;
padding-left: 2px;
padding-right: 2px;
padding-top: 1px;
padding-bottom: 1px;
}
.bdtl5
{
background-color: #ffffff;
color: #000000;
vertical-align: top;
border: 1px solid #ffffff;
padding-left: 2px;
padding-right: 2px;
padding-top: 1px;
padding-bottom: 1px;
}
.bubsErrorDataTD
{
font-weight: bold;
vertical-align: top;
border-bottom: 1px;
border-left: 1px;
border-right: 1px;
border-top: 1px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
font-size: 11px;
}
.bubsFooterTD
{
font-size: 11px;
border-bottom: 0px solid;
border-left: 0px solid;
border-right: 0px solid;
border-top: 0px solid;
font-weight: bold;
vertical-align: top;
padding-left: 5px;
padding-right: 0px;
padding-top: 10px;
padding-bottom: 0px;
font-size: 11px;
}
.bubsFormButtonBar
{
font-size: 11px;
vertical-align: top;
padding-left: 5px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 5px;
}
a.bubsSorterLink:link
{
color: #f7f7f7;
font-size: 11px;
text-decoration: none;
cursor: pointer;
cursor: hand; 
}
a.bubsSorterLink:visited
{
color: #f7f7f7;
font-size: 11px;
text-decoration: none;
cursor: pointer;
cursor: hand; 
}
a.bubsSorterLink:hover
{
color: #f7f7f7;
font-size: 11px;
text-decoration: underline;
cursor: pointer;
cursor: hand; 
}
a.bubsSorterLink:active
{
background-color: #f7f7f7;
color: #c3dee9;
font-size: 11px;
text-decoration: none;
cursor: pointer;
cursor: hand; 
}
a.bubsDataLink:link
{
color: #00659c;
text-decoration: underline;
}
a.bubsDataLink:visited
{
color: #00659c;
text-decoration: underline;
}
a.bubsDataLink:hover
{
color: #00659c;
text-decoration: none;
}
a.bubsDataLink:active
{
color: #00659c;
text-decoration: none;
}
.bubsNavigatorLink img
{
border: 0px;
}
a.bubsNavigatorLink:link
{
color: #115c7b;
font-size: 11px;
text-decoration: none;
}
a.bubsNavigatorLink:visited
{
color: #115c7b;
font-size: 11px;
text-decoration: none;
}
a.bubsNavigatorLink:hover
{
color: #115c7b;
font-size: 11px;
text-decoration: none;
}
a.bubsNavigatorLink:active
{
color: #115c7b;
font-size: 11px;
text-decoration: none;
}
input.bubsButton:focus
{
  border: 2px solid #ff0000;
  padding:2px 18px;
}
input.bubsButton
{
overflow: visible;
cursor:pointer;
color: #ffffff;
border: 0px solid #d0d0d0;
text-align: center;
padding:4px 20px;
margin:0px 5px;
background-image:url(bluefireback.gif);
font-weight:bold;
}
.bubsInput
{
border-bottom: 1px solid;
border-left: 1px solid;
border-right: 1px solid;
color: #ff0000;
background-color:#00ff00;
border-top: 1px solid;
border-top-color: #636163;
border-right-color: #636163;
border-bottom-color: #636163;
border-left-color: #636163;
height: 17px;
font-size: 11px;
}
.bubsInputText
{
border-bottom: 1px solid;
border-left: 1px solid;
border-right: 1px solid;
border-top: 1px solid;
border-top-color: #636163;
border-right-color: #636163;
border-bottom-color: #636163;
border-left-color: #636163;
height: 17px;
font-size: 11px;
}
.bubsInputDate
{
border-bottom: 1px solid;
border-left: 1px solid;
border-right: 1px solid;
border-top: 1px solid;
border-top-color: #636163;
border-right-color: #636163;
border-bottom-color: #636163;
border-left-color: #636163;
height: 17px;
font-size: 11px;
}
.bubsInputTime
{
border-bottom: 1px solid;
border-left: 1px solid;
border-right: 1px solid;
border-top: 1px solid;
border-top-color: #636163;
border-right-color: #636163;
border-bottom-color: #636163;
border-left-color: #636163;
height: 17px;
font-size: 11px;
}
.bubsInputDateTime
{
border-bottom: 1px solid;
border-left: 1px solid;
border-right: 1px solid;
border-top: 1px solid;
border-top-color: #636163;
border-right-color: #636163;
border-bottom-color: #636163;
border-left-color: #636163;
height: 17px;
font-size: 11px;
}
.bubsInputTimeNoSec
{
border-bottom: 1px solid;
border-left: 1px solid;
border-right: 1px solid;
border-top: 1px solid;
border-top-color: #636163;
border-right-color: #636163;
border-bottom-color: #636163;
border-left-color: #636163;
height: 17px;
font-size: 11px;
}
.bubsInputDateTimeNoSecs
{
border-bottom: 1px solid;
border-left: 1px solid;
border-right: 1px solid;
border-top: 1px solid;
border-top-color: #636163;
border-right-color: #636163;
border-bottom-color: #636163;
border-left-color: #636163;
height: 17px;
font-size: 11px;
}
.bubsInputCheckbox
{
border-bottom: 1px solid;
border-left: 1px solid;
border-right: 1px solid;
border-top: 1px solid;
border-top-color: #636163;
border-right-color: #636163;
border-bottom-color: #636163;
border-left-color: #636163;
height: 17px;
font-size: 11px;
}
.bubsInputAmount
{
border-bottom: 1px solid;
border-left: 1px solid;
border-right: 1px solid;
border-top: 1px solid;
border-top-color: #636163;
border-right-color: #636163;
border-bottom-color: #636163;
border-left-color: #636163;
height: 17px;
font-size: 11px;
}
.bubsInputPercentage
{
border-bottom: 1px solid;
border-left: 1px solid;
border-right: 1px solid;
border-top: 1px solid;
border-top-color: #636163;
border-right-color: #636163;
border-bottom-color: #636163;
border-left-color: #636163;
height: 17px;
font-size: 11px;
}
.bubsInputIcon
{
border-bottom: 1px solid;
border-left: 1px solid;
border-right: 1px solid;
border-top: 1px solid;
border-top-color: #636163;
border-right-color: #636163;
border-bottom-color: #636163;
border-left-color: #636163;
height: 17px;
font-size: 11px;
}
.bubsInputNumber
{
border-bottom: 1px solid;
border-left: 1px solid;
border-right: 1px solid;
border-top: 1px solid;
border-top-color: #636163;
border-right-color: #636163;
border-bottom-color: #636163;
border-left-color: #636163;
height: 17px;
font-size: 11px;
}
.bubsInputInteger
{
border-bottom: 1px solid;
border-left: 1px solid;
border-right: 1px solid;
border-top: 1px solid;
border-top-color: #636163;
border-right-color: #636163;
border-bottom-color: #636163;
border-left-color: #636163;
height: 17px;
font-size: 11px;
}
.bubsInputListing
{
border-bottom: 1px solid;
border-left: 1px solid;
border-right: 1px solid;
border-top: 1px solid;
border-top-color: #636163;
border-right-color: #636163;
border-bottom-color: #636163;
border-left-color: #636163;
height: 17px;
font-size: 11px;
font-family: Tahoma, Arial, SunSans-Regular, sans-serif;
}
.bubsCheckbox:focus
{
  outline: 2px solid #ff0000;
}
.bubsCheckbox
{
font-size: 11px;
font-family: Tahoma, Arial, SunSans-Regular, sans-serif;
}
.bubsRadioButton
{
border-bottom: 0px solid;
border-left: 0px solid;
border-right: 0px solid;
border-top: 0px solid;
border-top-color: #636163;
border-right-color: #636163;
border-bottom-color: #636163;
border-left-color: #636163;
height: 17px;
font-size: 11px;
}
.bubsTextArea
{
border-bottom: 1px solid;
border-left: 1px solid;
border-right: 1px solid;
border-top: 1px solid;
background-color: #FFFFFF;
border-top-color: #636163;
border-right-color: #636163;
border-bottom-color: #636163;
border-left-color: #636163;
font-size: 11px;
}
.bubsTextAreaUnlimited
{
border-bottom: 1px solid;
border-left: 1px solid;
border-right: 1px solid;
border-top: 1px solid;
background-color: #FFFFFF;
border-top-color: #636163;
border-right-color: #636163;
border-bottom-color: #636163;
border-left-color: #636163;
font-size: 11px;
}
.bubsTextAreaListing
{
border-bottom: 1px solid;
border-left: 1px solid;
border-right: 1px solid;
border-top: 1px solid;
background-color: #FFFFFF;
border-top-color: #636163;
border-right-color: #636163;
border-bottom-color: #636163;
border-left-color: #636163;
font-family: Tahoma, Arial, SunSans-Regular, sans-serif;
font-size: 11px;
}
.bubsSelect
{
background-color: #FFFFFF;
border-bottom: 1px solid;
border-left: 1px solid;
border-right: 1px solid;
border-top: 1px solid;
border-top-color: #636163;
border-right-color: #636163;
border-bottom-color: #636163;
border-left-color: #636163;
font-size: 11px;
height: 17px;
color: #000000;
}
a.today:link
{
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
border-top-color: #000000;
border-right-color: #000000;
border-bottom-color: #000000;
border-left-color: #000000;
}
a.today:visited
{
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
border-top-color: #000000;
border-right-color: #000000;
border-bottom-color: #000000;
border-left-color: #000000;
}
a.today:hover
{
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
border-top-color: #000000;
border-right-color: #000000;
border-bottom-color: #000000;
border-left-color: #000000;
}
a.today:active
{
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
border-top-color: #000000;
border-right-color: #000000;
border-bottom-color: #000000;
border-left-color: #000000;
}
a.selectedDay:link
{
font-weight: bold;
text-decoration: none;
background-color: #6666CC;
border-top-color: #000000;
border-right-color: #000000;
border-bottom-color: #000000;
border-left-color: #000000;
}
a.selectedDay:visited
{
font-weight: bold;
text-decoration: none;
border-top-color: #000000;
border-right-color: #000000;
border-bottom-color: #000000;
border-left-color: #000000;
}
a.selectedDay:hover
{
font-weight: bold;
text-decoration: none;
background-color: #FFFFFF;
border-top-color: #000000;
border-right-color: #000000;
border-bottom-color: #000000;
border-left-color: #000000;
}
a.selectedDay:active
{
font-weight: bold;
text-decoration: none;
background-color: #FFFFFF;
border-top-color: #000000;
border-right-color: #000000;
border-bottom-color: #000000;
border-left-color: #000000;
}
a.weekDay:link
{
text-decoration: none;
background-color: #FFFFFF;
border-top-color: #000000;
border-right-color: #000000;
border-bottom-color: #000000;
border-left-color: #000000;
}
a.weekDay:visited
{
text-decoration: none;
background-color: #FFFFFF;
border-top-color: #000000;
border-right-color: #000000;
border-bottom-color: #000000;
border-left-color: #000000;
}
a.weekDay:hover
{
text-decoration: none;
background-color: #FFFFFF;
border-top-color: #000000;
border-right-color: #000000;
border-bottom-color: #000000;
border-left-color: #000000;
}
a.weekDay:active
{
text-decoration: none;
background-color: #FFFFFF;
border-top-color: #000000;
border-right-color: #000000;
border-bottom-color: #000000;
border-left-color: #000000;
}
TD.selectedDay
{
margin: 1px;
border-top-color: #636163;
border-right-color: #636163;
border-bottom-color: #636163;
border-left-color: #636163;
background-color: #0099FF;
font-weight: bold;
border-top-color: #000000;
border-right-color: #000000;
border-bottom-color: #000000;
border-left-color: #000000;
}
TD.today
{
border-top: 1px solid #000000;
border-left: 1px solid #000000;
border-bottom: 1px solid #000000;
border-right: 1px solid #000000;
background-color: #FFFFFF;
}
TD.workday
{
    background-color: #C0C0C0;
    border-top-color: #000000;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
}
TD.weekend
{
    background-color: #FFFFFF;
    border-top-color: #000000;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
}
TH.calendar
{
margin: 1px;
border-top: 1px solid #000000;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
border-left: 1px solid  #000000;
color: #FFFFFF;
font-weight: bold;
}
.CalendarButtons
{
border-top: 1px solid #636163;
border-right: 1px solid #636163;
border-bottom: 1px solid #636163;
border-left: 1px solid #636163;
}
.CalendarControls
{
    border-top-color: #000000;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
}
A.Menuitem:LINK
{
    background-color: #636163;
}
.bubsFooterHeader
{
font-size: 11px;
color: #000000;
vertical-align: top;
border: 0px;
margin: 0px;
padding: 2px;
}
.bubsFooterData
{
font-size: 11px;
color: #000000;
vertical-align: top;
border: 0px;
margin: 0px;
padding: 2px;
}

.bubsFooterPower
{
font-size: 11px;
vertical-align: top;
font-weight: bold;
margin: 0px;
padding: 0px;
}
.bubsSeparatorTD
{
font-weight: bold;
background-image:url(i/separator.gif);
}
.bubsFooterButton
{
border-top-color: #636163;
border-right-color: #636163;
border-bottom-color: #636163;
border-left-color: #636163;
border-bottom: 1px solid;
border-left: 1px solid;
border-right: 1px solid;
border-top: 1px solid;
color: #636163;
font-size: 11px;
font-weight: bold;
vertical-align: middle;
text-align: center;
}
/* Calendar 3 */
.Calendar td{ padding: 3px; border-left: 1px solid #777777; width: 100%; white-space: nowrap; color: #000000; color: #000000; font-size: 80%; font-weight: bold; text-align: center; }
.Calendar img{ margin: 2px; vertical-align: middle; }
.CalendarWeekdayName{ padding: 3px; border: 1px solid #777777; border-right: 0px; white-space: nowrap; background-color: #F7F7F7; color: #000000; font-family: Tahoma, Arial, SunSans-Regular, sans-serif; font-size: 80%; font-size: 80%; font-weight: bold; text-align: center; vertical-align: top; }
.CalendarWeekdayName a:link { color: #3662A5; }
.CalendarWeekdayName a:visited{ color: #8A8A8A; }
.CalendarWeekdayName a:hover, CalendarWeekdayName a:active{ color: #CC4141; }
.CalendarWeekendName{ padding: 3px; border: 1px solid #777777; border-right: 0px; white-space: nowrap; background-color: #ECECEC; color: #000000; font-size: 80%; font-weight: bold; text-align: center; vertical-align: top; }
.CalendarWeekendName a:link { color: #000000; }
.CalendarWeekendName a:visited{ color: #000000; }
.CalendarWeekendName a:link, CalendarWeekendName a:visited{ color: #CC4141; }
/* Calendar Day */
.CalendarDay{ border-left: 1px solid #777777; background-color: #F7F7F7; color: #000000; font-family: Tahoma, Arial, SunSans-Regular, sans-serif; font-size: 80%; text-align: center; }
.CalendarDay a:link { color: #3662A5; }
.CalendarDay a:visited{ color: #8A8A8A; }
.CalendarDay a:hover, CalendarDay a:active{ color: #CC4141; }
/* Calendar Weekend */
.CalendarWeekend{ border-left: 1px solid #777777; background-color: #ECECEC; color: #000000; font-family: Tahoma, Arial, SunSans-Regular, sans-serif; font-size: 80%; text-align: center; }
.CalendarWeekend a:link { color: #3662A5; }
.CalendarWeekend a:visited{ color: #8A8A8A; }
.CalendarWeekend a:hover, CalendarWeekend a:active{ color: #CC4141; }
/* Calendar Today */
.CalendarToday{ border-left: 1px solid #777777; border: 2px solid #777777; background-color: #F7F7F7; color: #000000; font-family: Tahoma, Arial, SunSans-Regular, sans-serif; font-size: 80%; text-align: center; }
.CalendarToday a:link { color: #3662A5; }
.CalendarToday a:visited{ color: #8A8A8A; }
.CalendarToday a:hover, CalendarToday a:active{ color: #CC4141; }
/* Calendar Weekend Today */
.CalendarWeekendToday{ border-left: 1px solid #777777; border: 2px solid #777777; background-color: #ECECEC; color: #000000; font-family: Tahoma, Arial, SunSans-Regular, sans-serif; font-size: 80%; text-align: center; }
.CalendarWeekendToday a:link { color: #3662A5; }
.CalendarWeekendToday a:visited{ color: #8A8A8A; }
.CalendarWeekendToday a:hover, CalendarWeekendToday a:active{ color: #CC4141; }
/* Calendar Weekday Today */
.CalendarWeekdayToday{ }
.CalendarWeekdayToday a:link { color: #3662A5; }
.CalendarWeekdayToday a:visited { color: #8A8A8A; }
.CalendarWeekdayToday a:hover, CalendarWeekdayToday a:active{ color: #CC4141; }
/* Calendar Other Month's Day */
.CalendarOtherMonthDay{ border-left: 1px solid #777777; background-color: #F7F7F7; color: #777777; color: #000000; font-family: Tahoma, Arial, SunSans-Regular, sans-serif; font-size: 80%; text-align: center; }
.CalendarOtherMonthDay a:link { color: #777777; }
.CalendarOtherMonthDay a:visited{ color: #777777; }
.CalendarOtherMonthDay a:hover, CalendarOtherMonthDay a:active{ color: #CC4141; }
/* Calendar Other Month's Today */
.CalendarOtherMonthToday{ border-left: 1px solid #777777; border: 2px solid #777777; background-color: #ECECEC; color: #000000; font-family: Tahoma, Arial, SunSans-Regular, sans-serif; font-size: 80%; text-align: center; }
.CalendarOtherMonthToday a:link { color: #777777; }
.CalendarOtherMonthToday a:visited{ color: #777777; }
.CalendarOtherMonthToday a:hover,.CalendarOtherMonthToday a:active{ color: #CC4141; }
/* Calendar Other Month's Weekend */
.CalendarOtherMonthWeekend{ border-left: 1px solid #777777; color: #777777; background-color: #ECECEC; font-family: Tahoma, Arial, SunSans-Regular, sans-serif; font-size: 80%; text-align: center; }
.CalendarOtherMonthWeekend a:link { color: #777777; }
.CalendarOtherMonthWeekend a:visited{ color: #777777; }
.CalendarOtherMonthWeekend a:hover, CalendarOtherMonthWeekend a:active{ color: #CC4141; }
/* Calendar Other Month's Weekend Today */
.CalendarOtherMonthWeekendToday{ border-left: 1px solid #777777; border: 2px solid #777777; color: #777777; background-color: #ECECEC; font-family: Tahoma, Arial, SunSans-Regular, sans-serif; font-size: 80%; text-align: center; }
.CalendarOtherMonthWeekendToday a:link { color: #777777; }
.CalendarOtherMonthWeekendToday a:visited{ color: #777777; }
.CalendarOtherMonthWeekendToday a:hover, CalendarOtherMonthWeekendToday a:active{ color: #CC4141; }
/* Calendar Selected Day (for DatePicker) */
.CalendarSelectedDay{ border-left: 1px solid #777777; background-color: #D7D7D7; color: #000000; font-family: Tahoma, Arial, SunSans-Regular, sans-serif; font-size: 80%; font-weight: bold; text-align: center; }
.CalendarSelectedDay a:link { color: #000000; }
.CalendarSelectedDay a:visited{ color: #000000; }
.CalendarSelectedDay a:hover, CalendarSelectedDay a:active{ color: #CC4141; }
/* Calendar Navigator */
.CalendarNavigator td { padding: 3px; white-space: nowrap; color: #000000; font-family: Tahoma, Arial, SunSans-Regular, sans-serif; font-size: 80%; text-align: center; vertical-align: middle; vertical-align: top; }
.CalendarNavigator a:link { color: #3662A5; }
.CalendarNavigator a:visited{ color: #8A8A8A; }
.CalendarNavigator a:hover, CalendarNavigator a:active{ color: #CC4141; }
.CalendarNavigator img{ margin: 2px; vertical-align: middle; }
/* Calendar Extra */
.CalendarEvent{ font-family: Tahoma, Arial, SunSans-Regular, sans-serif; font-size: 80%; }
.CalendarEvent a:link { color: #3662A5; }
.CalendarEvent a:visited{ color: #8A8A8A; }
.CalendarEvent a:hover, CalendarEvent a:active{ color: #CC4141; }

#zoom {
position: absolute;
right: 10px;
top: 115px;
}

#zoom td {
vertical-align: top;
}

#zoom a {
color : #636163;
font-size : 11px;
text-align : center;
padding : 1px 3px 1px 3px;
margin : 3px;
display : block;
float : left;
width : 60px;
}

#bubsLevel3 a
{ color: #c3dee9;
text-decoration: underline;
}
#bubsLevel4 a
{
color: #00659c;
text-decoration: underline;
}
#bubsLevel5 a
{
color: #00659c;
text-decoration: underline;
}
label
{
 cursor: pointer;
 cursor: hand; 
}
#customizations{
position: absolute;
right: 10px;
top: 115px;
}

#customizations td {
vertical-align: top;
}

#customizations a {
color : #636163;
font-size : 11px;
text-align : center;
padding : 1px 3px 1px 3px;
margin : 3px;
display : block;
float : left;
width : 100px;
}

div#containerAuditText
{
  display: none;
}
div#containerUserMessagesText
{
  display: none;
}
.bubsMakeWhiteTxtBg
{
font-size : 12px;
background-color:#f7f7f7;
margin:0px 10px;
padding:0px 10px;
font-size:11px;
}
fieldset
{
padding:5px 5px 5px 5px;
border: 1px solid #781351;
margin:5px 5px 5px 5px;
width: 98%;
background-color:#f7f7f7;
}
fieldset.login
{
padding:25px 25px 25px 25px;
border: 1px solid #781351;
background-color:#f7f7f7;
width: 600px;
}
legend
{
border: 1px solid #781351;
font-size: 11px;
padding: 3px 12px;
margin: 6px 12px;
font-weight:bold;
background-color:#f7f7f7;
} 
div#crumbtrail
{
padding:5px 5px 5px 5px;
}
div#zoomspaceholder
{
padding:0px 0px 50px 0px;
display: none;
}
td.zoom
{
vertical-align: top;
}

a.crumbtrail:hover
{
text-decoration:none;
}
.nowrap
{
overflow: hidden;
height:14px;
}
div.dimmer 
{
visibility:hidden;
position:absolute;
left:0px;
top:0px;
z-index:9999;
background-image:url(i/gray.png);
/* ieWin only stuff */
_background-image:none;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='i/gray.png');
}

div.dimming {
background-color: #ffffff;
position:absolute;
/* set z-index higher than possible */
z-index:10000;
visibility: hidden;
border-style: solid;
border-color: black;
border-width: 1px;
}

table.floatingHeader
{
background-image:url(i/popuptop.gif);
color:#ffffff;
}

div#contextlogo
{
position:absolute;
right:3px;
top:10px;
}
div#fastcontext
{
position:absolute;
right:5px;
top:2px;
height:50px;
}
div#fastcontext *
{
font-size:11px;
}
div#contextdescription
{
padding:5px 0px 0px 0px;
text-align:right;
color:#ffffff;
font-weight:bold;
}
div#footer span.left
{
  float: left;
  padding-left:5px;
  text-align:center;
  padding-bottom:5px;
  padding-bottom:5px;
}
div#footer span.right 
{
  float: right;
  padding-right:5px;
  text-align:center;
  padding-bottom:5px;
  padding-bottom:5px;
}
.bubsDisabled
{
background-color: #eeeeee;
}
.bubsPaginator
{
font-size:11px;
float:right;
width:270px;
text-align:center;
padding:3px 12px 3px 12px;
border:1px solid #781351;
margin-left:25px;
margin-right:5px;
margin-top:-32px;
background-color:#f7f7f7;
font-weight:bold;
margin-top:expression('-26px');
}

@media screen and (-webkit-min-device-pixel-ratio:0) { /* hacked for chrome and safari */
#mainNav li { margin:0 26px 0 0; }
.bubsPaginator{margin-top:-26px;}
}

div.resize-handle {
  cursor: e-resize;
  width: 2px;
  border-right: 1px dashed #1E90FF;
  position:absolute;
  top: 0;
  left: 0;
}
#mainmenu {
	margin: 1em 0 0 0;
}
/* For the tabs. See tableklit. */
.panel {
  clear: both;
  display: none;
  padding:5px 5px 5px 5px;
  border: 1px solid #781351;
  margin:5px 5px 5px 5px;
  width: 98%;
  background-color:#f7f7f7;
}
.panel.active-tab-body {
  display: block;
}
#tabs {
  list-style: none;
  padding: 0;
  margin: 0;
}
#tabs li {
  position: relative;
  float: left;
  padding: 3px 0px 0px 5px;
}
#tabs a {
  float: left;
  padding: 3px 18px;
  margin: 6px 12px 0px 0px;
  font-weight: bold;
  border: 1px solid #781351;
  background-color: #f7f7f7;
  border-width: 1px 1px 0 1px;
  text-decoration: none;
  color: #000;
}
#tabs a:hover {
  background-color: #8dd8f8;
}
#tabs a.active-tab {
  background-color: #00adef;
  color: #fff;
}
pre
{
white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
white-space: -pre-wrap; /* Opera 4 - 6 */
white-space: -o-pre-wrap; /* Opera 7 */
white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
word-wrap: break-word; /* IE 5.5+ */
}