.GoToTheleft {
	direction: ltr;
}
.GoToTheright {
	direction: rtl;
}


/* Mask */
#loading-mask{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:20000;
	background-color:white;
}
#loading{
	position:absolute;
	left:45%;
	top:40%;
	padding:2px;
	z-index:20001;
	height:auto;
}
#loading a {
	color:#225588;
}
#loading .loading-indicator{
	background:white;
	color:#444;
	font:bold 13px tahoma,arial,helvetica;
	padding:10px;
	margin:0;
	height:auto;
}
#loading-msg {
	font: normal 10px arial,tahoma,sans-serif;
}

/* account toolbar - top toolbar design */
.accountToolbar {
	background-image: url( /site/include/images/greyBg.gif ) !important;
	background-repeat: repeat-x;
}

#accountToolbar .xtb-sep {
	background-position: 50% 50%;
	background-image: url( /site/include/images/greyBorder.gif ) !important;
	background-repeat: no-repeat;
}

/*
.MainToolbarDesign {
	background: none !important;
	background-color: #438eb9 !important;
}
#MainToolbar .x-btn-inner {
	color: white !important;
}
.departIDdesign {
	color: white !important;
	font-size: 12px;
}
*/
.x-panel-body-default {
	border-width: 1px;
}


/* Side menu interface output */
/* ************************** */
/* ************************** */
/* ************************** */
/* ************************** */
.nav-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-list>li {
	display: block;
	padding: 0;
	margin: 0;
	border: 0;
	border-top: 1px solid #fcfcfc;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}

li {
	line-height: 20px;
}

.nav-list>li>a {
	display: block;
	height: 38px;
	line-height: 36px;
	padding: 0 16px 0 7px;
	background-color: #f9f9f9;
	color: #585858;
	text-shadow: none!important;
	font-size: 13px;
	text-decoration: none;
}

.nav-list>li>a {
	line-height: 36px;
	color: #585858;
	text-shadow: none!important;
	font-size: 13px;
}

.nav-list>li>a, .nav-list .nav-header {
	margin: 0;
}

.nav-list>li.activeTab a {
	background-color: #fff;
}

.nav-list>li:first-child {
	border-top: 0;
}

.nav-list>li>a:hover {
	background-color: #FFF;
	color: #1963aa;
}

.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background-color: #eee;
}

.nav-list>li>a:hover:before {
	display: block;
	content: "";
	position: absolute;
	top: -1px;
	bottom: 0;
	left: 0;
	width: 3px;
	max-width: 3px;
	overflow: hidden;
	background-color: #3382af;
}
.nav-list>li.activeTab>a, .nav-list>li.activeTab>a:hover, .nav-list>li.activeTab>a:focus, .nav-list>li.activeTab>a:active {
	color: #0b6cbc;
	font-weight: bold;
	font-size: 13px;
}
.nav-list>li.activeTab:after {
	display: inline-block;
	content: "";
	position: absolute;
	left: -2px;
	top: -1px;
	bottom: 0;
	border-left: 5px solid #0b6cbc;
}


/* Sub Menu */
.nav-list>li.open {
	border-bottom-color: #e5e5e5;
}
.nav-list>li .submenu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #fff;
	border-top: 1px solid #e5e5e5;
}
.nav-list>li .submenu>li {
	margin-left: 0;
	position: relative;
}
.nav-list>li .submenu>li:first-child>a {
	border-top: 1px solid #fafafa;
}
.nav-list>li .submenu>li>a {
	display: block;
	position: relative;
	color: #616161;
	margin: 0;
	border-bottom: 1px dotted #e4e4e4;
}
.icon-chevron-down {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-top: 1px;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url("/include/frameworks/bootstrap/bootstrap-2.3.1/img/glyphicons-halflings.png");
	background-position: 14px 14px;
	background-repeat: no-repeat;
	background-position: -313px -119px;
	position: absolute;
	right: 9px;
	top: 11px;
}
.submenu>li.activeTab>a, .submenu>li.activeTab>a:hover, .submenu>li.activeTab>a:focus, .submenu>li.activeTab>a:active {
	color: #0b6cbc;
	font-weight: bold;
	font-size: 13px;
}
.submenu>li.activeTab:after {
	display: inline-block;
	content: "";
	position: absolute;
	left: -2px;
	top: -1px;
	bottom: 0;
	border-left: 5px solid #0b6cbc;
}
/* ************************** */
/* ************************** */
/* ************************** */
/* ************************** */
/* Side menu interface output */