html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.dojoxGrid table {
margin: 0px;
}

#loading_message {
	position: relative;
	top: 50%;
	width: 180px;
	margin: auto;
	padding: 8px 0px 0px 40px;
}
#loading_message img {
	position: absolute;
	top: 0px;
	left: 0px;
}
.display_no {
	display: none;
}

span.main_leftArea_viewButton {
	display: block;
	width: 16px;
	height: 16px;
	float: right;
	margin: 1px 1px 1px 0px;
	background-repeat: no-repeat;
	cursor: pointer;
	background-color: #ffffff;
	border: 1px solid #ffffff;
}
span.main_leftArea_viewButton_selected {
	background-color: #e1ebfb;
	border: 1px dotted #b1badf;
}
span#main_leftArea_treeViewButton {
	background-image: url('../icons/16x16/actions/top.png');
}
span#main_leftArea_iconsViewButton {
	background-image: url('../icons/16x16/actions/undo.png');
}

.loader {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../scripts/dojo/dojox/image/resources/images/loading.gif');
}
.display_none {
	display: none;
}

.cleaner_left {
	clear: left;
}


h2.mainTitle {
	height: 15px;
	overflow: hidden;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	font-size: 13px;
	color: #243c7b;
	text-align: left;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	border-color: #b1badf;
}
h3.mainSubTitle {
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	font-size: 12px;
	color: #243c7b;
	text-align: left;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	border-color: #b1badf;
}

img.loginBackgroundImage {
	position: absolute;
	bottom: 10px;
	left: 0px;
	opacity: 0.2;
	-moz-opacity: 0.2;
	filter: alpha(opacity: 20);
}
.login_table, .password_table {
	margin: auto;
}
.login_table {
	padding: 30px 0px 0px 0px;
}
.login_table td, .password_table td {
	padding: 4px;
	text-align: right;
}
.login_table h2, .password_table h2 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 13px;
	color: #243c7b;
	text-align: left;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	border-color: #b1badf;
}
hr.separator {
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	border-color: #b1badf;
}

.tbIcon {
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	margin: 0px;
	padding: 0px;
}
.tbIconUserInfo {
	background-image: url(../icons/16x16/actions/user_info.png);
}
.tbIconChangePassword {
	background-image: url(../icons/16x16/actions/encrypted2.png);
}
.tbIconLogOff {
	background-image: url(../icons/16x16/actions/exit.png);
}
.tbIconReload {
	background-image: url(../icons/16x16/actions/reload.png);
}
.tbFileManager {
	background-image: url(../icons/16x16/actions/fileopen.png);
}
.tbIconFilter {
	background-image: url(../icons/16x16/apps/window_list.png);
}
.tbIconFilterActive {
	background-image: url(../icons/16x16/apps/xmag.png);
}

.bottomMessageArea {
	position: relative;
	height: 15px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #b1badf;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}

.dijitTabPaneWrapper {
	border: none;
	background-color: red;
}
.dijitTabContainerTop-container {
	border: none;
}
.dijitAlignClient {
	border: none;
}

img.changePasswordBackgroundImage {
	position: absolute;
	bottom: 40px;
	left: 0px;
	opacity: 0.2;
	-moz-opacity: 0.2;
	filter: alpha(opacity: 20);
}

div.message {
	color: #243c7b;
	font-size: 16px;
	padding: 10px;
	border-width: 0px 0px 0px 4px;
	border-style: solid;
	border-color: #b1badf;
}

.dojoxGridRowTable {
	margin: 0px;
	padding: 0px;
}
.dojoxGridRowTable th.dojoxGridCell {
	margin: 0px;
	padding: 2px;
}
.dojoxGridRowTable th.DndItem {
	margin: 0px;
	padding: 0px;
}
.dojoxGridRowTable td.dojoxGridCell {
	margin: 0px;
	padding: 2px;
}

div.tableIcon {
	width: 16px;
	height: 16px;
	background-image: url('../icons/anim/progress16.gif');
	background-repeat: no-repeat;
}
div.tableIcon img {
	margin: -2px;
	padding: 0px;
	display: none;
	width: 16px;
	height: 16px;
}

