/*
	Adds cosmetic styling to Dijit.  Users may swap with a custom theme CSS file.

	NOTES:
	---
	Dialog.css contains css classes for both Dialog and Tooltip!
	This because currently a dijit.TooltipDialog exist. Until this is resolved
	you need to include Dialog.css for both dijits
	---
	Toolbar.css contains classes also used in Editor. Until this is resolved
	you need to include Toolbar.css for both Toolbar and Editor
	---
	Button.css contains classes for combobox,

*/


body, html {

    font-family: Arial, Verdana;
    font-size: 90%;
    margin: 0px;
}

.mainToolBarItem {
    cursor: pointer;
}

.rich-toolbar-item {
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;
}
.dr-menu-item, .rich-menu-item-label {
    text-align: left;
}

.cmDataEntryRow {
    background-color: lightyellow;
    height: 3em

}

.tsDataEntryRow {
    background-color: white;
    height: 3em
}

.dr-sdt-cbody {
    height: 80px;
}

.rich-sdt-header-cell {
    height: 10px;
}

.dr-pnl-b {
    font-size: 100%;
}

.dr-stglpnl-h-one-on-one {
    background: #1b640e none;
}

.width33 {
    width: 33%;
    vertical-align: top;
}

.width25 {
    width: 25%;
    vertical-align: top;
}

.width50 {
    width: 50%;
    vertical-align: top;
}

.width100 {
    width: 100%;
    vertical-align: top;
}

.width66 {
    width: 66%;
    vertical-align: top;
}

.fieldLabel {
    text-align: right;
}

.fieldValue {
    text-align: left;
}

.align-right {
    float: right;
    margin: 0 0 0 15px;
}

.align-left {
    float: left;
    margin: 0 15px 0 0;
}

.padding40 {
    padding-left: 40px
}

.paddingTop20 {
    padding-top: 20px
}

img {
    border: 0;
}

.largeFont {
    font-size: 14pt;
    font-weight: normal;
}

.welcomePanelBody {
    height: 9em;
}

.welcomePanelNav {
    position: absolute;
    bottom: 0px;
    right: 30px;
    height: 30px;
    width: 150px;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    z-index: 200;
    text-align: right;
}

.welcomePanelTextBox a {
    color: #B2BB1E;
    font-weight: bold;
    text-decoration: none;
}

.welcomePanelTextBox {
    position: absolute;
    bottom: 3px;
    left: 0px;
    height: 90px;
    width: 575px;
    padding: 0px;
    margin: 0px;
    z-index: 200;
}

.welcomePanelText {
    margin-right: 30px;
    margin-top: 5px;
    color: white;
    font-weight: bold;
    padding: 0 0 0 30px;
    font-size: 11pt;
    text-align: left;
    z-index: 201;
    line-height: 120%;
}

.slide_active {
    cursor: pointer;
    color: #b2bb1e;
}

.slide {
    cursor: pointer;
    color: white;
}

.hidden {
    display: none;
}

.margingTop4 {
    margin-bottom: 4px;
}

.font100Pct {
    font-size: 100%;
}

.dr-tree-h-ic {
    vertical-align: top;
}

.control-panel-body A {
    color: #B2BB1E;
}

.applicantTable {
    font-family: Verdana;
    font-size: 10pt;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
    border-collapse: collapse;
}

.siteSmoothingLeftSide {
    vertical-align: top;
    height: 30px;
    width: 100px;
    border-width: 1px;
}

.siteSmoothingRightSide {
    vertical-align: top;
    height: 30px;
}

.savedStyle {
    font-weight:bold;
    color: green;
}

.lineHeight30px {
    line-height: 30px;
}