/**************************/
/******* Template ********/
/************************/
/* {margin:0;padding-right:10px}*/
body {
  margin:0;
  padding:0;
  font-family: arial, arial;
  font-size: 10pt;
  background-image: url(../images/bg1.jpg);
  text-decoration: none;
/*  text-transform:lowercase; */
}



#site_container {
  position: absolute;
  padding: 2px 2px 2px 2px;
  width:999px;
  top: 0px;
  left: 50%;
  margin-left: -502px;
  background-color:#E4ECF1;
  float:left;
  text-decoration: none;
}

#head {
  width: 1000px;
  height:133px;
  text-decoration:none!important;
}

#headerline a:link {
  color: #000000;
  text-decoration: none!important;
  font-size: 10pt;  
}

	}
.head:hover{
	color:black;
	text-decoration: none;
	}

.head:visited{
	color:black;
	text-decoration: none;
	}


#navigation {
  font-size: 10pt;
  width:1000px;
  height:30px;
  margin: 2px 0 0 0;
  text-align:left;
  background-image: url(../images/bg.jpg); 
  text-decoration:none!important;
  color:black;
}

#navigation_top {
  padding: 7px 0 0 175px;
  font-size: 10pt;
  text-decoration:none!important;
  color:black;
}

#navigation_left {
  float: left;
  width:150px;
  height: 500px;
  min-height:500px;  
  padding: 10px 0 0 10px;
  text-decoration:none!important;
  background-repeat: repeat-x;
  color:black;
}

#navi-sail {
  font-size: 10pt;
  text-decoration:none!important;
  color:black;
}

#languages {
  float: right;
  text-align: right;
  width:150px;
  height:25px;
  padding: 5px 0 0 0;
  background-image: url(../images/navigation_background.gif);
  background-repeat: repeat-x;
  text-decoration: none;
}

#footer {
  font-size: 10pt;
  width: 1000px;
  height: 40px;
  margin: 2px 0 0 0;
  padding-bottom: 3px;
  text-align:left;
  background-image: url(../images/bg.jpg);	
  text-decoration: none;
  color:black;
}

#navigation_foot {
  float:left;
  width: 650px!important;
  padding: 15px 0px 0 0px;
  font-size: 10pt;
  text-decoration:none!important;
  color:black;
}

#copyright {
  float: left;
  width: 90px;
  _width:150px;
  text-align:left;
  padding: 15px 0px 0 90px;
  font-size: 10pt;
  text-decoration:none!important;
  color:black;
}

#navigation_foot_right {
  float: left;
  width:165px;
  text-align:right;
  padding: 15px 0px 0 0px;
  font-size: 8pt;
  text-decoration:none!important;
  color:black;
}


#counter {
  width: 270px;
  float: right;
  padding: 0 0 0 10px;
}


/*----------------------------------------- Content Box -----------------------------------*/

#bg_content{
  width:1000px;
  float:left;
  margin: 2px 0px 0px 0px;
  text-decoration:none!important;
  background-color:#FFFFFF;
  overflow:auto;
  vertical-align:top;
  min-height:500px!important;
  background-image: url(../images/bg.jpg);	
}


#content{
  float:left;
  width: 650px!important;
  min-height:500px!important;
  _height:500px!important;
  margin: 0 0 0 10px;
  border-left: 2px solid #E4ECF1;  
  border-right: 2px solid #E4ECF1;
  text-align:left;
  padding:5px;
  height:40em;
  overflow:auto;
}
	
#right_content{

  width:165px;
  height: 500px;
  min-height:500px;  
  float:right;
}

.galerylist{
  width:460px;
  height:10px;
  margin: 4px 4px 4px 80px;
  padding: 4px 4px 4px 4px;
  color: #CFCFCF;
  background-color:#FFFFFF;
  background-repeat: repeat;
}

#search_h {
  width:165px;
  height:20px;
  margin: 0 0px 2px 0;
/*  background-image: url(../images/bg_orange.jpg);*/
  font-weight: bold; 
  /*background-color:#a2a2a2;*/
}

#search{
  width:165px;
  height:50px;
  color:#000000 !important;
  margin: 0 0px 2px 0;
  background-color:transparent;

  }

#login_h {
  width:165px;
  height:20px;
  margin: 0 0px 2px 0;
/*  background-image: url(../images/bg_orange.jpg);*/
  font-weight: bold;
  /*background-color:#a2a2a2;*/
}

#login {

  width:165px;
  height:70px;
  color:#000000 !important;
  margin: 0 0px 2px 0;
  background-color:transparent;
}


#news_h {
  width:162px;
  height:20px;
  padding-left: 3px;
  margin: 0 0px 2px 0;
  background-image: url(../images/bg_yellow.jpg);
  font-weight: bold;
}
#news{
  width:165px;
  height:120px;
  margin: 0 0px 2px 0;
  background-color:transparent;
}

#actual_h {
  width:165x;
  height:36px;
  margin: 0 0px 2px 0;
/*  background-image: url(../images/bg_yellow.jpg);*/
  font-weight: bold;
}

#slideshow{
  width:165px;
  height:120px;
  margin: 0 0px 2px 0;
  background-color:transparent;
}


.text{
  background-color:white!important;
}

#toolTip{
  border:1px solid #CCC;
  background-color:#F9F9F9;
  width:450px;
  position:absolute;
  visibility: hidden;
  overflow: hidden;
  font-family: arial;
	font-size: 11px;
	font-weight: normal;
  color:#333;
}

#toolTip h1{
  display:block;
  font-family: arial;
	font-size: 12px;
	font-weight: bold;
  background-color:#F1F1F1;
  border-bottom:1px solid #CCC;  
  margin:0px;
  padding:0px 2px;   
}

#toolTip p {
  margin:0px;
  padding:4px 2px;   
}




A:link { 
text-decoration:underline!important;
font-size: 10pt;
color:black;
/*  text-transform:lowercase; */
}

A:visited { 
text-decoration:underline!important;
font-size: 10pt;
color:black;
/*  text-transform:lowercase; */
}

A:active { 
text-decoration:underline!important;
font-size: 10pt;
color:black;
/*  text-transform:lowercase; */
}

A:hover { 
text-decoration:underline!important;
font-size: 10pt;
background-image: url(../images/bg_yellow.jpg);
color:black;
/*  text-transform:lowercase; */
}
      

.internal-link{
	font:arial, arial, arial;
	text-decoration:underline;
	color:black;

	}
.internal-link:hover{
/*	background-color:#CCCCCC;*/
/*	color:#990000;*/
/*	background-color:#FCD450;*/
	color:black;
	text-decoration: none;
	}

.internal-link:visited{
/*	background-color:#CCCCCC;*/
/*	color:#990000;*/
/*	background-color:#FCD450;*/
	color:black;
	text-decoration: underline;
	}

.link-for-link{
	font:arial, arial, arial;
	text-decoration:none;
	color:black;

	}
.link-for-link:hover{
	color:black;
	text-decoration: none;
	}

.link-for-link:visited{
	color:black;
	text-decoration: none;
	}


.download{
	font:arial, arial, arial;
	text-decoration:underline;
	color:black;

	}
.download:hover{
/*	background-color:#CCCCCC;*/
/*	color:#990000;*/
/*	background-color:#FCD450;*/
	color:black;
	text-decoration: none;
	}

.download:visited{
/*	background-color:#CCCCCC;*/
/*	color:#990000;*/
/*	background-color:#FCD450;*/
	color:black;
	text-decoration: underline;
	}



.external-link-new-window{
	font:arial, arial, arial;
	text-decoration:underline;
	color:black;

	}
.external-link-new-window:hover{
/*	background-color:#CCCCCC;*/
/*	color:#990000;*/
/*	background-color:#FCD450;*/
	color:black;
	text-decoration: none;
	}

.external-link-new-window:visited{
/*	background-color:#CCCCCC;*/
/*	color:#990000;*/
/*	background-color:#FCD450;*/
	color:black;
	text-decoration: underline;
	}


#top_link {
  font-size: 10pt;
  float: left;
  text-decoration: none;
}

.hiddentextbuttom
  {
	margin: 2px;
	color: #CACACA;
	background-color: #CCCCCC;
  }

.nicebuttom
  {
	margin: 2px;
	color: #445DEB;
	background-color: #CCCCCC;
  }

#progress_iframe
  {
	height: 20px;
	width: 100%;
	background-color: transparent;
  }

