﻿body
{
font-family: Arial;
font-size: 12pt
}

.site
{
	width:1000px;
	vertical-align:top;
}
	
.tableSite
{
	border: 1px solid Black;
	width: 980px;
	height: 100%;
	border-collapse: collapse;
	text-align: left;
	background-color: White;
}

.tableHeader
{
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	width: 980px;
	color:Black;
	background-color: White;
	text-align: center;
	border-collapse: collapse;
	border-width: 0px;
}
.tableMain
{
	border-style: none;
	padding: 0px 0px 0px 10px;
	margin: auto;
	border-collapse: collapse;
	border-width: 0px;
	text-align: left;
}
.tableFooter
{
	border-style: none;
	padding: 0px 0px 0px 10px;
	margin: auto;
	border-collapse: collapse;
	border-width: 0px;
	text-align: center;
	width: 980px;
}
.MenuTop
{
	font-size: 2pt;
    width: 100%;
    border-bottom: 1px solid #7E9FFF;
}
.TekstTabelL
{
	
	font-family: Arial;
	font-size: 13px;
	border-style: none;
	padding: 3px 0px 0px 10px;
	margin: auto;
	border-collapse: collapse;
	border-width: 0px;
	text-align: left;
	width: 680px;
	vertical-align:top;
}
.TekstTabelR
{
	
	font-family: Arial;
	font-size: 13px;
	border-style: none;
	padding: 3px 0px 0px 10px;
	margin: auto;
	border-collapse: collapse;
	border-width: 0px;
	text-align: center;
	width: 300px;
}
.TekstFooter
{
	font-family: Arial;
	font-size: 10px;
	border-style: none;
	padding: 5px 0px 0px 10px;
	margin: auto;
	border-collapse: collapse;
	border-width: 0px;
	text-align: center;
	}
	
.TextHeader
{
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	color:#7BAEC1;
	height:30px;
	text-align:left;
	line-height:24px;
	padding-bottom:5px;
	padding-left:9px;
	padding-top:5px;
	padding-right:0px;
	letter-spacing:0px;
	width:980px;
}

.hyperlinkBlack
{
	text-decoration:none;
	color:black;
}

#glowingtabs{
width:100%;
font-size:90%;
line-height:normal;
overflow: hidden;
border-bottom: 1px solid #7e9fff; /*Add border strip to bottom of menu*/
}

#glowingtabs ul{
float:left;
list-style-type: none;
margin:0;
margin-left: 5px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

#glowingtabs li{
display:inline;
margin:0;
padding:0;
}

#glowingtabs a{
float:left;
background:url(menu/glowtab-left.gif) no-repeat left top;
margin:0;
margin-right: 5px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
}

#glowingtabs a span{
float:left;
display:block;
background:url(menu/glowtab.gif) no-repeat right top;
padding: 4px 12px 2px 3px;
font-weight:normal;
color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#glowingtabs a span {float:none;}
/* End IE5-Mac hack */

#glowingtabs a:hover span {
color: black;
}

#glowingtabs #current a{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs #current a span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: black;
}

#glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}


