body {
    background: #F9F9FD;
    color: black;
    font-family: Arial, sans-serif;
    cursor: pointer;
    margin: 0px;
}

/* IE 5.0 and 5.5 have an implicit font-size of small on the body (and table) */
body, table {font-size: small;}

/* IE 5 doesn't seem to inherit font-family into input, select, and textarea */
.normal, .grid, .gridAlt, .gridSelected, .button, input, select, textarea {
    font-family: Tahoma, 'MS Sans Serif', sans-serif;
    font-size: 11px;
    vertical-align: middle;
}

input#disabledPrototype {background-color: #CCCCCC;}

.label {
    font-family: Tahoma, 'MS Sans Serif', sans-serif;
    font-size: 11px;
    font-weight: bold;
    vertical-align: middle;
}

.biggerText {
    font-size: 12px;
}

.boldText {
    font-weight: bold;
}

.titlebar {
    height: 28px;
    color: #FFFFFF;
    font-size: 11px;
    cursor: pointer;
	text-align: right;
    background-image: url("images/headerFade.gif");
    background-repeat: repeat-x;
    padding-bottom: 0px;
}

input, textarea, img {cursor: auto,default,wait;}
/*.cHand {cursor: pointer;}*/

.imgHidden {visibility: hidden;}

/* Delete soonest */
.searchbasictable {border: 0;}

.tablewithborder {
    border-width: 2px;
    border-style: ridge;
}

.mainTable {
    width: 100%;
    border: 0;
}

div#headerDivision {overflow: hidden;}
div#dataDivision {overflow: auto;}

table#headerTable, table#dataTable {border: 0px;}

table#dataTable {border-bottom: 1px solid gray;}

.dataTable {
    border: 0px;
    border-bottom: 1px solid gray;
    border-left: 1px solid gray;
    width: 100%;
}

table.searchData {cursor: pointer;}

input.date {width: 6.5em;}
input.time {width: 5.5em;}

.gridTd {
    line-height: 1.35em;
    border-right: 1px solid gray;
}

.middleLeftSpace {
/*    margin-before: 10px; */
}

.middleRightSpace {
/*    margin-after: 10px; */
}

.activeTab, .inactiveTab {
    font-size: 11px;
}

.activeTab {
    color: #000000;
    background: #BDD3DE;
    font-weight: normal;
/*    padding-after: 4px; */
}

.inactiveTab {
    color: #FFFFFF;
    background: #00598C;
    font-weight: normal;
/*    padding-after: 4px;     */
}

.actionMenu {
    background: #E5EAF1;
    font-size: 68%;
    font-weight: bold;
    cursor: pointer;
}

.tabsBackground {
    color: #CCFFFF;
    font-size: 68%;
    font-weight: bold;
    cursor: pointer;
}

.tabsBackground, .tabsBackgroundColor {background: #06568b;}

.topHorizontalSeparator {
    height:1px; 
    background-color:#7fc8ff;
}

.topLogoRow {
    background-image: url('images/headerFade.gif'); 
    background-position: top left; /* rtl = "background-position: top right" */
    background-repeat: repeat-y;
}

.topLogoRow img {
    height: 28px;     
    margin-top: 5px; 
    width: 102px; 
    height: 14px    
}

.helptitle {
    font-size: 68%;
    font-weight: bold;
    text-align: right; /* rtl="text-align: left" */
    height: 25px;
	color: #FFFFFF;
}

.helpCopyright {
    font-size: 50%;
	font-style: italic;
    font-weight: normal;
    text-align: right; /* rtl="text-align: left" */
    height: 25px;
	color: #FFFFFF;
}

.leftToolbarButtons {
    text-align: left; /* rtl="text-align: right" */
    height: 25px;
}

.rightToolbarButtons {
    text-align: right; /* rtl="text-align: left" */
    height: 25px;
}

.leftMargin {
/*    margin-before: 7px; */
}

.rightMargin {
/*    margin-after: 7px; */
}

#submenu {
    position: absolute;
    visibility: hidden;
}

#mainbar {
    background: #0C2C55;
    color: #FFFFCC;
    font-size: 75%;
    font-weight: bold;
}

.contextMenu {
    visibility: hidden;
    position: absolute;
    top: 0px;
}

.menuItem {
    color: black;
    font-size: 75%;
    cursor: pointer;
}

.activeMenuItem {
    background: #A7D3F8;
}

.button {
    background: #bdd3de;
    border: white thin outset;
    color: #000000;
    cursor: pointer;
}

.bpaTT {
    color: black;
    visibility: hidden;
    position: absolute;
    top: 0px;
    font-size: 75%;
}

.tooltip {
    background: #CCFFCC;
    color: black;
    font-size: 68%;
    border: 0;
}

.outline {
    color: blue;
    text-decoration: underline;
}

.outlineN {
    color: black;
    text-decoration: none;
}

.debug {
  text-align: right;
  font-size: 11px;
}

.busyImg {
  position: absolute;
  top: 6px;
  left: 6px;
}

/* BEGIN Layout Enhancements Related CSS please do not use or touch without talking to Framework */
.layoutPageTable {
    border: none;
}

.layoutSectionTable {
    border: 2px ridge;
}

/* Default margins for UI elements only in new templates */
.uiMargin {
    margin: 0px 3px 2px 0px;
}

/* Padding for the Section Table TD's */
.cellPadding {
    padding: 0px 0px 0px 2px;
}

/*Add image sizes for different elements*/
.imageTypeElement {
    border: none;
    vertical-align: middle;
}

/*For to imitate minWidth and minHeight in I.E. v5.5. Used with iframe based UI elements with setting transparent images.*/
.imgMinSize {
    border: none;
    vertical-align: middle;
    padding: 0px;
    margin: -2px;
}

.dimmed {
    color: #999999;
}

body#portalBody {
    margin-left: 1px;
}

.sortImage {
    margin-left: 3px;
    visibility: hidden;
}

.clickable {
    cursor: pointer;
}

