/* Peamenüü */
.msgDiv {
	z-index: 900;
	text-align: left;
	background-color: #FFFFFF;
	color: #000;
	padding: 0px;
	position: absolute;
	border: 2px solid #ababab;
}

* html .msgDiv {
	position: absolute;
}

.msgDivTitleText {
	background: url("../gfx/graphics/msgTopBg.gif");
	background-repeat: repeat-x;
	font-size: 17px;
	padding: 0;
	margin: 0;
	padding-top: 7px;
	padding-left: 6px;
	margin: 0px;
	height: 30px;
	border: none;
	cursor: move;
	width: 100%;
	color: #4d4d4d;
}

.msgDivActionsTd {
	background: url("../gfx/graphics/msgTopBg.gif");
	background-repeat: repeat-x;
	font-size: 12px;
	color: #2897C0;
	text-align: right;
	height: 22px;
	width: 30px;
	float: right;
	border: none;
	padding: 0;
	margin: 0;
	padding-top: 8px;
	padding-right: 8px;
	cursor: pointer;
}

.msgDivCloseTd a {
	color: #2897C0;
}

.msgDivSource {
	margin: 10px;
	text-align: left;
}

#LoadingContainerDiv {
	margin: 0 auto;
	text-align: center;
	background-color: #FFFFFF;
	color: #000000;
	padding: 0px;
	position: fixed;
	border: 1px solid #000;
	width: 200px;
	visibility: hidden;
}

#loadingTitle {
	width: 200px;
	text-align: center;
	display: none;
}

#tabBar {
	z-index: 999;
	width: 100%;
	height: 30px;
	margin: auto;
	position: fixed;
	background: url("../gfx/graphics/msgTopBg.gif");
	border-top: 2px solid #ababab;
	bottom: 0px;
}

.tabBarTd {
	border-right: 2px solid #ababab;
	background: none;
	width: 109px;
	font-weight: bold;
	color: #FFF;
	padding: 0;
	vertical-align: middle;;
	text-align: center;
	cursor: pointer;
}

#tabBar td {
	background: none;
}

#transparentContentDiv {
	z-index: 900;
	width: 100%;
	height: 100%;
	margin: auto;
	position: fixed;;
	left: 0px;
	top: 0px;
	background: url("../gfx/graphics/transparentDivBg.png") #000;
	/* for IE */
	filter: alpha(opacity = 60);
	/* CSS3 standard */
	opacity: 0.6;
	/* for Mozilla */
	-moz-opacity: 0.6;
	text-align: center;
}


/* IE 6 hacks ################################################################################################################ */
* html .msgDiv {
	z-index: 900;
	text-align: left;
	background-color: #FFFFFF;
	color: #000;
	padding: 0px;
	position: absolute;
	border: 2px solid #ababab;
}

* html .msgDiv {
	position: absolute;
}

* html .msgDivTitleText {
	background: url("../gfx/graphics/msgTopBg.gif");
	background-repeat: repeat-x;
	font-size: 17px;
	padding: 0;
	margin: 0;
	padding-top: 7px;
	padding-left: 6px;
	margin: 0px;
	height: 30px;
	border: none;
	cursor: move;
	width: 100%;
	color: #4d4d4d;
}

* html .msgDivActionsTd {
	background: url("../gfx/graphics/msgTopBg.gif");
	background-repeat: repeat-x;
	font-size: 12px;
	color: #2897C0;
	text-align: right;
	height: 22px;
	width: 30px;
	float: right;
	border: none;
	padding: 0;
	margin: 0;
	padding-top: 8px;
	padding-right: 8px;
	cursor: pointer;
}

* html .msgDivCloseTd a {
	color: #2897C0;
}

* html .msgDivSource {
	margin: 10px;
	text-align: left;
}

* html #LoadingContainerDiv {
	margin: 0 auto;
	text-align: center;
	background-color: #FFFFFF;
	color: #000000;
	padding: 0px;
	position: absolute;
	border: 1px solid #000;
	width: 200px;
	visibility: hidden;
}

* html #loadingTitle {
	width: 200px;
	text-align: center;
	display: none;
}

* html #transparentContentDiv {
	z-index: 900;
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;;
	left: 0px;
	top: 0px;
	background: url("../gfx/graphics/transparentDivBg.png") #000;
	/* for IE */
	filter: alpha(opacity = 60);
	/* CSS3 standard */
	opacity: 0.6;
	/* for Mozilla */
	-moz-opacity: 0.6;
	text-align: center;
}
