body, html
{
	height: 100%;
	font-family: 'Bookman Old Style' !important;
	margin: 0px auto;
	overflow: hidden;
	padding: 0px;
	width: 100%;
}

.Logo {
	background-image: url(Scripts/images/ManageRehab.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

/* ICONS */
.resetIcon {
	background-image: url(../images/Reset.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: none !important;
	height: 25px;
	width: 25px;
}

.addIcon {
	background-image: url(../images/new.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 18px;
	width: 18px;
}

.refreshIcon {
	background-image: url(../images/Refresh.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 18px;
	width: 18px;
}

.searchIcon {
	background-image: url(../images/Filters.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 18px;
	width: 18px;
}

.selectIcon {
	background-image: url(../images/Select.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 18px;
	width: 18px;
}

.plusIcon {
	background-image: url(../images/Plus.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 18px;
	width: 18px;
}

.minusIcon {
	background-image: url(../images/Minus.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 18px;
	width: 18px;
}

.clearIcon {
	background-image: url(../images/Clear.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 18px;
	width: 18px;
}

.pdfIcon {
	background-image: url(../images/Pdf.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 18px;
	width: 18px;
}

.excelIcon {
    background-image: url(../images/Excel.png);
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #ddd;
    cursor: pointer;
    cursor: hand;
    float: right;
    height: 18px;
    padding: 0px !important;
    width: 18px !important;
}

.dollarIcon {
	background-image: url(../images/dollar.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 18px;
	width: 18px;
}

.emailIcon {
	background-image: url(../images/Email.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 18px;
	width: 18px;
}

.pinIcon {
	background-image: url(../images/pin.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: none !important;
	height: 26px;
	width: 26px;
}

.mapsIcon {
	background-image: url(../images/Map.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: none !important;
	height: 18px;
	width: 18px;
}

.map-marker-label{
    position: absolute;
    color: blue;
    font-size: 12px;
    font-weight: bold;
}

/* OTHER */
.hyperLink {
	color: #0784b6;
	cursor: pointer;
	!cursor: hand;
	text-decoration: underline;
}

select {
	font: inherit;
	font-family: inherit;
}

.tabLabel {
    color: #00275D;
    font-weight: bold;
    font-size: small;
    outline: none;
}

.frmContainer-labelCell {
    font-size: small;
    height: 25px;
    text-align : right;
    padding-right : 5px;
}

.frmContainer-valueCell {
    height: 25px;
}

.claro .dijitTitlePaneTitle {
	background-color: #0080C0 !important;
	border: none !important;
	font-weight: bold !important;
	padding-top: 2px !important;
	margin-top: -2px !important;
}

.claro .dijitTitlePaneTextNode {
	vertical-align: middle !important;
}

.claro .dijitDialogTitleBar .dijitDialogCloseIcon {
    display:none;
}

.claro .dojoxGrid {
	font-family: 'Bookman Old Style';
	font-size: small;
}

.claro .dojoxGridHeader .dojoxGridCell {
	font-family: 'Bookman Old Style';
	font-size: small;
	font-weight:bold;
	padding-top: 0px !important;
}

.claro .dijitComboBoxMenu {
	font-size:small;
}

.claro .dijitTabChecked {
    background-color: #8ac0dd;
}

.claro .dijitButtonNode, .dijitButtonNode * {
    outline: none;
}

.claro .dojoxGridInactiveSwitch {
    outline: none;
}

.claro .dojoxGridInactived {
    outline: none;
}

.claro .dijitMenuArrowCell {
    text-align: right !important;
}

.claro .dijitIconPrint {
    height: 18px;
}