body{
  margin: auto;
  width: 100%;
/*  height:100%;*/
/*  overflow:hidden;*/
  background-image: url("../image/orange/fullbackground.png");
  font-family: Tahoma;
  font-size: 11px;
}

div.background {
	background-position: left top;
	background-repeat: no-repeat;
	text-align:center;
}

div.frAll {
	margin-top:5px;
	margin-left: 2%;
	display: block;
	background-color: #f4f5f5;
	background: url("../image/orange/background.gif") repeat-y;
	width: 96%;

	margin-left:auto;
	margin-right:auto;
	text-align:left;
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	min-width:990px;
	position:relative;
	margin-bottom:20px;
/*	padding-bottom:64px;*/
}

div.header {
	display: block;
	height: 65px;
	width: 100%;
	background-color: #ffffff;
	position:relative;
	font-family:Tahoma, Geneva, sans-serif;
}

div#dropdown{
	position:absolute;
	left:0px;
	width:100%;
	height:10px;
	bottom:15px;
}

div#dockbar {
	display:block;
	position: absolute;
	height: 120px;
	width: 100%;
	background: url("../image/orange/dockbar2.gif");
	background-position: right;
	z-index:100;
/*	background-repeat:no-repeat;*/
}
div#dockbar[id]
{
	background: url("../image/orange/dockbar2.png");
	background-position: right;
	background-repeat:no-repeat;
}
div.dockbar{
	top: -112px;
	top: -100px;
}

div.dockbar_docked{
	top: -52px;
}
a#thumbTack {
	display: block;
	position:absolute;
	top:60px;
	right:-10px;
	width: 32px;
	height: 32px;
}

a.thumbTack {
	background: url("../image/orange/thumbtack.gif") no-repeat;
}
a.thumbTack[class]{
	background: url("../image/orange/thumbtack.png") no-repeat;
}

a.thumbTack_pushed {
	background: url("../image/orange/thumbtack_pushed.gif") no-repeat;
}
a.thumbTack_pushed[class]{
	background: url("../image/orange/thumbtack_pushed.png") no-repeat;
}

div.title {
	height: 48px;
	width: 100%;
	background: url("../image/orange/titleMiddle.png") repeat-x;
}
div.incalogo, img.incalogo{
	float: left;
	width: 292px;
	background-color:white;
	background-position:left;
	border:0px;
	padding: 0px;
	margin: 0px;
}

div.incalogo{
	width:296px;
}

div.titleLeft {
	display: block;
	float: left;
	width: 10px;
	height: 48px;
	background: url("../image/orange/titleLeft.png");
	background-repeat:no-repeat;
}

div.moduleName{
	position:absolute;
	left:304px;
	font-family: Tahoma;
	font-size: 14px;
	padding-top: 14px;
	color: #3f3f3f;
	font-variant:small-caps;
	font-weight:bold;

}

div.localeSelector, div.logout {
	position:absolute;
	right:79px;
	display: block;
}
div.localeSelector{
	top:10px;
}

div.localeSelector a {
	display: block;
	float: left;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	margin-left: 10px;
	padding-top:15px;

}
div.localeSelectorMobile {
	position:absolute;
	right:79px;
	display: block;
}
div.localeSelectorMobile {
	top:30px;
}

div.localeSelectorMobile a {
	display: block;
	float: left;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	margin-left: 10px;
	padding-top:15px;

}

a.localeHu, a.localeHu:visited {
	background: url("../image/orange/flag_hu.png") no-repeat;
	background-position: top center;
}

a.localeEn, a.localeEn:visited {
	background: url("../image/orange/flag_en.png") no-repeat;
	background-position: top center;
}

a.localeRO, a.localeRO:visited {
	background: url("../image/orange/flag_ro.png") no-repeat;
	background-position: top center;
}

a.localeYU, a.localeYU:visited {
	background: url("../image/orange/flag_yu.png") no-repeat;
	background-position: top center;
}

a.localeSV, a.localeSV:visited {
	background: url("../image/orange/flag_sv.png") no-repeat;
	background-position: top center;
}

div.titleRight {
	display: block;
	float: right;
	width: 10px;
	height: 48px;
	background: url("../image/orange/titleRight.png") repeat-x;
	background-repeat:no-repeat;
}

div.header2{
	display: block;
	height: 20px;
	width: 100%;
	position:relative;
	z-index:10000;
	font-family:Tahoma, Geneva, sans-serif;
}

div.logout{
	display: block;
	text-align: right;
}

div.logout a, div.logout a:visited {
	font-size: 11px;
	color: #888888;
}

div.logout a:hover {
	color: #888888;
}

div.provider{
/*	display:none;*/
	position:absolute;
	bottom:5px;
	left:6px;
	font-size: 13px;
	color: black;
	color: #888888;
	font-weight:bold;
	text-align: right;
}

div.requestTime {
	position:absolute;
	left:300px;
	font-size: 11px;
	color: #888888;
	text-align: right;
}

div.mainContent {
	display: block;
	margin:0px;

	width: 98%;
	margin-left: 1%;
/*	padding-right: 1%;*/
	padding-bottom:20px;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
/*	overflow-x:auto;*/
	overflow:hidden;
	margin-bottom:32px;
}

div.footer {
	display: block;
	color: #888888;
	font-family: Tahoma;
	font-size: 11px;
	border-top: 1px solid #DDDDDD;
	background: url("../image/orange/footer.png") repeat-x;
	height: 32px;
/*	width: 100%;*/
	text-align: center;
	margin-top:0px;
}

