/********************************************** Sytles ***************************************************/

.PopupFrocen 
{
	background-color:#444444;
	z-index:1000;	
}



.PopupWindow
{
	z-index:1001;
}

.PopupWindowContent
{
	width:100%;
	height:100%;
}

.PrintContainer
{
	position:relative;
	width:100%;
	height:100%;
	overflow:auto;
}

.PrintContent
{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:0;
	width:97%;
}

.PrintLock
{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:10;
}

.ScrollBoxContainer{position:relative;width:100%; height:100%; overflow:auto; padding-right:10px; margin:solid 1px black; }
.ScrollBox{position:absolute; top:0; bottom:0; left:0; right:0; width:615px; height:100%; overflow:auto; padding-right:10px;}

.ScrollContainer
{
	position:relative;
	width:100%;
	height:100%;
	overflow:auto;
}

.ScrollContent
{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:0;
	width:80%;
	padding-left:20;
	padding-right:20;
}

.PopupWindowTitle
{
	background-color: #43352D;
	padding-left: 10px;
	color: White;
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana;
}

.PopupWincowContent
{
	background-color: #ffffff;
	padding: 10px;	
}

/********************************************** /Styles ***************************************************/

.clear
{
    clear: both;
    line-height: 0px;
    font-size: 0px;
    height: 0px;
}

/*****************************GENERAL*****************************/
body, form
{
	overflow: auto;
	margin: 0px;
}
body, p, li, dl, ul, ol, h1, h2, h3, h4, h5, h6, table
{
	font-family: verdana;
}

a:link, a:active, a:visited
{
	text-decoration:underline;
}

a:hover
{
	text-decoration:none;
}

.newsticker
{
   text-decoration: none;
}

/*****************************TEXT*****************************/
.text
{
	text-decoration: none;
	font-family: verdana;
}

.text:hover

{
	text-decoration: none;
}

.textsmall
{
	text-decoration: none;
	font-family: verdana;
}

.textsmall:link, .textsmall:active, .textsmall:visited
{
	text-decoration: underline;
}

.textsmall:hover

{
	text-decoration: none;
}

.textsmallwhite, textsmallwhite:hover
{
	text-decoration: none;
	font-family: verdana;
}

.textsmallwhite:link, .textsmallwhite:active, .textsmallwhite:visited
{
	text-decoration: underline;
}

.title, .titlewhite
{
	font-weight: bold;
}

.title:link
{
	text-decoration: underline;
}

.title:hover
{
	font-weight: bold;
	text-decoration: none;
}

.titleBig
{
	font-weight: normal;
}

.textinput, .textinput2
{
	font-family: verdana;
}

.linkbutton
{
	text-decoration: underline;
	text-transform:lowercase;
}

.linkbutton:hover
{
	text-decoration: none;
	text-transform:lowercase;
}

/*****************************MODULES*****************************/
.linkModuleTitle
{
	text-decoration: underline;
	font-weight: bold;
}

.linkModuleTitle:hover
{
	text-decoration: none;
}

.moduleTitle
{
	font-family:verdana;
	text-decoration: none;
}

/*****************************CONTENT*****************************/
#content
{
	padding: 30px 20px 20px 20px;
	height: 100%;
}

/*****************************path*****************************/
#path
{
	padding: 0px 20px 0px 20px;
}

/*****************************MENU LEFT*****************************/
#menuLeft .menu0, #menuLeft .menu0active
{
	font-family:arial;
	text-transform:uppercase; 
	text-decoration:none; 
	padding:3 3 3 5;
}

#menuLeft .menu1, #menuLeft .menu1active
{
	font-family:verdana;
	text-decoration:underline; 
}

#menuLeft .menu1:hover, #menuLeft .menu1active:hover
{
	text-decoration:none; 
}

#menuLeft .menu2
{
	font-family:verdana;
	font-style:italic; 
	text-decoration:none;
}

#menuLeft .menu2:hover
{
	text-decoration:underline;
}

#menuLeft .menu2active
{
	font-family:verdana;
	font-style:italic; 
	text-decoration:underline;
}

#menuLeft .menu2active:hover 
{
	text-decoration:none;
}

/*****************************SITEMAP***********************************/
.menuSitemapM1
{
	font-family:arial;
	text-transform:uppercase; 
	text-decoration:none; 
}

.menuSitemapM2
{
	font-family:verdana;
	text-decoration:underline; 
}

.menuSitemapM2:hover
{
	text-decoration:none; 
}

.menuSitemapM3
{
	font-family:verdana;
	font-style:italic; 
	text-decoration:none;
}


/*****************************MENU LANGUAGE*****************************/
#language, #language .languageItem, #language .languageItemActive
{
	font-family:arial; 
	text-transform:uppercase;
	text-decoration:none;
}

/*****************************MENU SERVICE*****************************/
#service .serviceItem
{
	font-family:verdana; 
	text-decoration:underline;
}

 #service .serviceItem:hover
{
	text-decoration:none;
}

/*****************************BOX*****************************/
#Box .titleBox
{
	font-family:arial; 
	text-transform:uppercase;
	padding:3 3 3 10;
	text-decoration:none;
}

/*****************************FRAME MODULES*****************************/

#frameModules 
{
	padding:5px;
}

#frameModules .frameContent 
{
	font-family:verdana;
}

#frameModules .frameContent:link, .frameContent:visited, .frameContent:active
{
	text-decoration:underline;
}

#frameModules .frameContent:hover
{
	text-decoration:none;
}


#frameModules .frameTitle 
{
	font-weight:bold;
}

#frameModules .frameTitle:hover
{
	text-decoration:none;
}