html {
	border: 0;
	margin: 0;
	padding: 0;
	background-color: white;
}

body {
	border: 0;
	margin: 0;
	padding: 0;
	background-color: white;
	font-family: Arial;
}

table {
	margin: 0;
	border-spacing: 0;
}

img {
	border: 0;
	margin: 0;
	padding: 0;	
}

div {
	border: 0;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

#mainbody {
	background-color: white;
	position: absolute;
	left: 15%;
	top: 160px;
	width: 80%;
	z-index: 0;
	margin: 15px;
	padding-bottom: 55px;
}

#mainbodyheader {
	background-image: url(../images/t_back-2.gif);
	background-repeat: repeat-x;
	background-attachment: inherit;
	position: relative;
	top: 83px;
	width: 85%;
	left: 15%;
	height: 70px;
	z-index: 1;
}
#mainbodyheader img {
	position: absolute;
	top: 0px;	
}
img.righttop {
	position: absolute;
	right: 0;
}

#pageheader {
	margin: 0;
	padding: 0;
	position: fixed;
	left: 0;
	width: 100%;
	top: 0;
	height: 83px;
	background-color: white;
	background-image: url(../images/rasting_logo_back.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	z-index: 3;
}

#pageheader a, #pageheader span {

	border: 0;
	color: white;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 7pt;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none;
    vertical-align: middle;
}

#pageheader span {
	position: absolute;
	top: 66px;
	left: 17%;
	z-index: 4;
}

#pageheader a {
	position: absolute;
}

#pageheader a#edekalogo {
	right: 0;
}

#pagefooter {
	position: fixed;
	height: 20px;
	left: 0;
	width: 100%;
	bottom: 0;
	background-color: #31307E;
	font-size: 10px;
	text-align: center;
	color: white;
	z-index: 7;
}

span.footer {
	font-size: 10pt;
}

#pagefooter a {
	color: white;	
	z-index: 4;
	font-size: 10pt;
	
}

#pagefooter img.infoimage {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 4;
}

#pagefooter span {
	position: static;
	z-index: 4;
}

#leftbar {
	background: white;
	position: fixed;
	left: 0;
	width: 14%;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	/*width: 180px;*/
	top: 85px;
	z-index: 2;
}


tr.bartitle {
	background-image: url(../images/tagbar_blue.gif);
	background-repeat: no-repeat;
	background-position: right;
	cursor: pointer;
}	

table.activeMenuGroup {
	border-bottom: 1px solid #d3d3d3;
}

table.activeMenuGroup,  table.unActiveMenuGroup{
	width: 96%;
	position: relative;
	left: 4%;
}	

table.activeMenuGroup tr.bartitle {
	background-image: url(../images/tagbar_red.gif);
	cursor: default;
}

tr.bartitle td {
	padding-top: 7px;
	padding-left: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: white;
}

tr.baritem td {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
	text-align: right;
	padding-right: 16px;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;	
	color: white;
}

table.unActiveMenuGroup tr.baritem td {
	display: none;
}	


tr.baritem td a {
	color: #31307e;
	display: block;
}

tr.baritem:hover td a {
	color: red;
}

tr.baritem:hover {
	background-image: url(../images/arrow_red_r.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: red;
}	

div.mehr
{
	margin: 10px 10px 0 10px;
    COLOR: #31307f;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 7pt;
    FONT-WEIGHT: normal;
    TEXT-ALIGN: right;
    TEXT-DECORATION: none;
    width: 100%;
    height: 1%;
    clear: both;
    float: right;
}

div.mehr p {
	cursor: pointer;
	
}