img.logo 
{
	position: absolute;
	top: 14px;
	left: 12px;
	height: 38px;
	width: 171px;
	border: none;
}

/*** top links ***/

span.toplinks
{
	position: absolute;
	float: right;
	top: 4px;
	right: 10px;
	font-size: 1px; /* avoid changes because of Text size modification */
}	

span.toplinks a, span.toplinks a:link, span.toplinks a:active, span.toplinks a:visited, span.toplinks a:hover 
{
	margin-left: 6px;
	font-family: Arial;
	font-size: 8pt; /* fixed font size*/
	text-transform: uppercase;
	color: #ccc;
	text-decoration: none; 
}

span.toplinks a:hover {
	color: #fff;
}


/*** international ***/

span.pub 
{
	position: relative;
	top: 48px;
	left: 420px;
	margin-left: 6px;
	font-size: 12px; /* avoid changes because of Text size modification */
}

span.pub span 
{
	font-family: Arial;
	color: #666;
	font-size: 9pt; /* fixed font size */
	vertical-align: middle;
}

span.pub select {
	color: #222; 
	background-color: #fff;
	font-family: Sans-Serif;
	font-size: 8pt; /* fixed font size */
}


/*** language selection ***/

span.languageselect
{
	position: absolute;
	float: right;
	top: 70px;
	right: 10px;
	padding: 1px;
	font-size: 1px; /* avoid changes because of Text size modification */
}

span.languageselect a, span.languageselect a:link, span.languageselect a:active, 
span.languageselect a:visited, span.languageselect a:hover 
{
	font-family: Arial;
	font-size: 7pt; /* fixed font size */
	text-transform: uppercase;
	color: #fff;
	text-decoration: none; 
	background-color: #e55;
	border: 1px solid #b33;
}

span.languageselect a:hover 
{
	background-color: #f88;
}


/*** QuickBar ***/

span.quickbar 
{
	position: absolute;
	float: right;
	top: 70px;
	left: 12px;
	margin: 0px;
	padding: 1px;
	font-size: 10px; /* avoid changes because of Text size modification */
	vertical-align: top;
}

input.quicksearchinput
{
	width: 150px;
	/*border: 1px solid #fff;
	background-color: #e55;*/
	border: 1px solid #868686;
	background-color: #fff;
	font-family: Sans-Serif;
	font-size: 8pt;
	color: Black;
	margin: 0px;
	padding: 0px;
}

img.quicksearch
{
	height: 18px;
	padding: 0px;
	margin-top: 2px;
	margin-left: 2px;
}


/*** Top menu ***/

div.topmenu 
{
	background-image: url(../Images/topmenu_back.png);
	background-repeat: repeat-x;
	position: absolute;
	top: 92px;
	left: 0px;
	width: 100%;
	height: 23px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

table.menulist 
{
	border: none;
	padding: 0px;
	height: 100%;
	margin: 0px;
}

table.menulist td 
{
	height: 100%;
	vertical-align: middle;
	border-right: 1px solid #aaa;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	margin: 0px;
}

td.menulistSelected 
{
	background-image: url(../Images/topmenu_selected_back.png);
	background-repeat: repeat-x;
}

a.menuhead, a.menuhead:link, a.menuhead:visited,
a.activemenuhead, a.activemenuhead:link, a.activemenuhead:visited 
{
	font-family: Verdana;
	font-size: 9pt; /* fixed font size */
	text-decoration: none;
}

a.menuhead, a.menuhead:link, a.menuhead:visited 
{
	color: #333;
}

a.activemenuhead, a.activemenuhead:link, a.activemenuhead:visited 
{
	color: #000;
}

a.menuhead:hover, a.activemenuhead:hover
{
	color: #851;
}





/*** Left Menu ***/

div.menuitem, div.menuitemchild
{
	float: left;  
	width: 205px;
	/*font-size: 1px; avoid changes because of Text size modification */
}

div.menuitem
{
  background-image: url(../Images/menu_left_separator.png);
  background-repeat: no-repeat;
  background-position: right top;
  padding-bottom: 10px;
}

div.menuitemchild
{
  padding-top: 3px;
}

div.menuiteminner
{
  float: left;      
  position: relative;
  font-size: 1px; /* avoid changes because of Text size modification */
}

div.menuitem div.menuiteminner
{
  top: 9px;
  margin-top: 8px;
}

div.leftmenuarrow
{
	float: left;
	margin-top: 3px;
	width: 10px;
	position: relative;
}

div.leftmenulink
{
	float: left;
	overflow: hidden;
}

a.menulink, a.menulink:link, a.menulink:visited,
a.menulinkactive, a.menulinkactive:link, a.menulinkactive:visited 
{
  font-family: Verdana;
  font-size: 10pt; /*fixed font size*/
  text-decoration: none;
}

a.menulink, a.menulink:link, a.menulink:visited 
{
  color: #fff;
}

a.menulink:hover,
a.menulinkactive, a.menulinkactive:link, a.menulinkactive:visited, a.menulinkactive:hover 
{
  color: #fe8;
}

/**** Breadcrumbs ***/

table.BreadCrumbs 
{
	border: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
	font-size: 1px; /* avoid changes because of Text size modification */
}

table.td 
{
	padding: 0px;
	margin: 0px;
}

td.BreadCrumbsLeft
{
	width: 7px;
	background-image: url(../Images/breadcrumbs_left_back.png);
	background-repeat: no-repeat;
}

span.BreadCrumbs 
{
	background-image: url(../Images/breadcrumbs_back.png);
	background-repeat: repeat-x;
	display: block;
	width: 100%;
	height: 14px;
	margin: 0px;
	font-size: 7pt; /* fixed font size */
}

span.BreadCrumbs a, span.BreadCrumbs a:link, span.BreadCrumbs a:visited
{
	font-family: Verdana;
	font-size: 7pt; /* fixed font size */
	text-decoration: underline;
	color: #333;
}

span.BreadCrumbs a:hover
{
	color: #851;
}

span.BreadCrumbs span
{
	font-family: Verdana;
	font-size: 7pt; /* fixed font size */
	text-decoration: none;
	color: #333;
}

/*** Box **/

/*** All Boxes ***/

div.BoxGray, div.BoxSeaGreen, div.BoxCoral, div.BoxOlive, div.BoxPurple, div.BoxGold
{
	width: 254px;
}

div.BoxTop, div.BoxContent, div.BoxBottom
{
	width: auto;
}

div.BoxTop
{
	height: 30px;
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
}

div.BoxContent
{
	background-repeat: repeat-y;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

div.BoxBottom
{
	height: 14px;
	background-repeat: no-repeat;
}

span.BoxTopTitle
{
	background-image: url(../Images/box_title_arrow.gif);
	background-position: left;
	background-repeat: no-repeat;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bolder;
	color: #222;
	padding-left: 14px;
	padding-top: 6px;
	display: block;
}

span.BoxTopTitle a, span.BoxTopTitle a:link, span.BoxTopTitle a:active, span.BoxTopTitle a:visited
{
	color: #444;
	text-decoration: none;
}

span.BoxTopTitle a:hover
{
	color: #666;
	text-decoration: underline;
}

/*** Specific Boxes ***/

/*** BoxGray ***/

div.BoxGray div.BoxTop
{
	background-image: url(../Images/box_top_gray.gif);
}

div.BoxGray div.BoxContent
{
	background-image: url(../Images/box_content_gray.gif);
}

div.BoxGray div.BoxBottom
{
	background-image: url(../Images/box_bottom_gray.gif);
}

/*** BoxSeaGreen ***/

div.BoxSeaGreen div.BoxTop
{
	background-image: url(../Images/box_top_sea_green.gif);
}

div.BoxSeaGreen div.BoxContent
{
	background-image: url(../Images/box_content_sea_green.gif);
}

div.BoxSeaGreen div.BoxBottom
{
	background-image: url(../Images/box_bottom_sea_green.gif);
}

/*** BoxCoral ***/

div.BoxCoral div.BoxTop
{
	background-image: url(../Images/box_top_coral.gif);
}

div.BoxCoral div.BoxContent
{
	background-image: url(../Images/box_content_coral.gif);
}

div.BoxCoral div.BoxBottom
{
	background-image: url(../Images/box_bottom_coral.gif);
}

/*** BoxOlive ***/

div.BoxOlive div.BoxTop
{
	background-image: url(../Images/box_top_olive.gif);
}

div.BoxOlive div.BoxContent
{
	background-image: url(../Images/box_content_olive.gif);
}

div.BoxOlive div.BoxBottom
{
	background-image: url(../Images/box_bottom_olive.gif);
}

/*** BoxPurple ***/

div.BoxPurple div.BoxTop
{
	background-image: url(../Images/box_top_purple.gif);
}

div.BoxPurple div.BoxContent
{
	background-image: url(../Images/box_content_purple.gif);
}

div.BoxPurple div.BoxBottom
{
	background-image: url(../Images/box_bottom_purple.gif);
}

/*** BoxGold ***/

div.BoxGold div.BoxTop
{
	background-image: url(../Images/box_top_gold.gif);
}

div.BoxGold div.BoxContent
{
	background-image: url(../Images/box_content_gold.gif);
}

div.BoxGold div.BoxBottom
{
	background-image: url(../Images/box_bottom_gold.gif);
}


/*** Box Content ***/

span.BoxDate
{
	display: block;
	font-family: Arial;
	font-size: xx-small;
	color: #666;
}

a.BoxLink, a.BoxLink:link, a.BoxLink:active, a.BoxLink:visited, a.BoxLink:hover 
{
	color: Black;
	font-family: Arial;
	text-decoration: underline;
}

a.BoxLink:hover {
	color: #666;
}


span.WebsiteInfo
{
	font-family: Arial;
	font-size: 8pt; /* fixed font size */
	color: #555;
	position: relative;
	margin-top: 50px;
	float: left;
	left: 340px;
}