/**********************************/
/*       Quicknews Part           */
/**********************************/
.newsTab{

	padding-top: 5px;
	padding-bottom: 5px;
}

.newsDiv{
	
	margin-left: 5px;
}

.newsTitle{
	
	padding-left: 5px;
	font-weight: bold;
	color: #000000;
}

.newsImage{
	
	float: left;
	border: 0px;
}

.newsAbstract{

  	padding-left: 5px;
	font-size: 100%;
}

a:link.newsLink{

	font-family: Verdana, Arial, Helvetica, "Adobe Helvetica", sans-serif;
	font-size:80%;
	color:#000000;
	text-decoration: underline;
}


a:hover.newsLink{

	font-family: Verdana, Arial, Helvetica, "Adobe Helvetica", sans-serif;
	font-size:80%;
	color:#000000;
	text-decoration: underline;
}


a:visited.newsLink{

	font-family: Verdana, Arial, Helvetica, "Adobe Helvetica", sans-serif;
	font-size:80%;
	color:#000000;
	text-decoration: underline;
}
/**********************************/
/*       Linkgroup Part           */
/**********************************/

TD.linksTD {

   	padding-top: 1px;
   	padding-left: 1px;
   	padding-right: 1px;
   	padding-bottom: 1px;
    background-color: #FFFFFF;
	text-align:left !important;
}
TD.linksTD *{
text-align:left !important;
}

.qltab{

  width: 183px;
  background-color: #FFFFFF;
  padding-top: 1px;
  border-width: 1px;
  border-color: #a6d6ef;
  padding-left: 8px;
}

.qltab tr td div{

	padding:4px;
}


.qlimage{

  background-color: #FFFFFF;
  border:0px;
  padding-left:3px;
  margin-bottom:5px;
}

.qlimagetext{

  background-color: #FFFFFF;
  margin-left: 10px;
  border:0px;
}

.qlabs{

  background-color: #FFFFFF;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 80%
}

.qllnk{

  background-color: #FFFFFF;
  padding-left: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 85%
}

.qltab2{

  width: 183px;
  background-color: #FFFFFF;
  padding-top: 1px;
  border-width: 1px;
  border-color: #a6d6ef;
}

.qltab2 tr td div{

	padding:4px;
}

.qlimage2{

  background-color: #FFFFFF;
  border:0px;
  padding-left: 15px;
}

.qlimagetext2{

  background-color: #FFFFFF;
  margin-left: 10px;
  border:0px;
}

.qlabs2{

  background-color: #FFFFFF;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 80%
}

.qllnk2{

  background-color: #FFFFFF;
  padding-left: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 85%
}

.qltab3{
  width: 200px;
  background-color: #e1eef6;
  padding-top: 8px;
  border-width: 0px
  padding-bottom: 10px;
}

.qlimage3{

  border:0px;
  padding-left: 15px;
}

.qlimagetext3{

  background-color: #e1eef6;
  margin-left: 20px;
  float: left;
  border:0px;
  padding-top:5px;
  margin-top:5px;
}

.qlabs3{

  background-color: #e1eef6;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 80%;
}

.qllnk3{

  background-color: #e1eef6;
  color: #000000;
  text-decoration: underline;
  font-weight: normal;
  font-size: 85%
}


.qlseparator{

   height:5px;
   background-image: url('/representations/images/linkgroup_line_separator.gif');
   background-position: center middle;
   background-repeat: no-repeat;
}

.curved_corner_up{

   height : 4px;
   background-image: url('/representations/images/lg_curved_corner_up.gif');
   background-position: center middle;
   background-repeat: no-repeat;
}

.curved_corner_down{

   height : 4px;
   background-image: url('/representations/images/lg_curved_corner_down.gif');
   background-position: center middle;
   background-repeat: no-repeat;
}

/**********************************/
/*          Menu Part             */
/**********************************/

a:link.menuLink{
	font-family: Arial,sans-serif;
	font-size: 95%;
	text-decoration: none;
	color: #000000;
}

a:hover.menuLink{
	font-family: Arial,sans-serif;	
	font-size: 95%;
	text-decoration: none;
	color: #000000;
}

a:visited.menuLink{
	font-family: Arial,sans-serif;
	font-size: 95%;
	text-decoration: none;
	color: #000000;
}

TD.menuTD{
	background-color: #FFFFFF;
	width:170px;
}

.menuNolink{
	font-family: Arial,sans-serif;
	font-size: 85%;
	color: #000000;
	text-decoration: none;
}

.menuWidth{
	width:183px;
}


.tableMenu{
	width: 100%;
	color: #000000;
}

.pushedItem {
	font-family: Tahoma,Verdana,Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url('/representations/images/menu_level3_indent_line.gif');
	font-weight:bold;
	text-decoration:none;
	background-position:  12% 50%;
	background-repeat: no-repeat;
}

.nonPushedMenu{
	width: 155px;
}

.arrowlvl1{
	width: 28px;
}

.expandedLevel1{
	width: 155px;
}

.expandedLevel2{
	background-image: url('/representations/images/menu_level2_expanded_line.gif');
	background-position:  left;
	background-repeat: no-repeat;
}

.pushedMenulvl2{
	color: #000000;
	background-image: url('/representations/images/menu_level2_indent_line.gif');
	background-position:  left;
	background-repeat: no-repeat;
}

.pushedMenulvl3{
	color: #000000;
	background-image: url('/representations/images/menu_level3_indent_line.gif');
	background-position:  12% 50% ;
	background-repeat: no-repeat;
}

.menuLevel1{
	font-weight: bold;
	height: 25px;
	padding-left: 5px;
}

.menuLevel2{
	padding-left: 20px;
	height: 15px;
}

.menuLevel3{
	padding-left: 30px;
	height: 15px;
}

.whitespace {
	height : 1px;
	background-image: url('/representations/images/menu_white_spacer.gif');
}

.color1menuLevel1, .color11menuLevel1{background-color: #dce2fb;}
.color1menuLevel2, .color11menuLevel2{background-color: #eff1fa;}
.color1menuLevel3, .color11menuLevel3{background-color: #f3f5f9;}

.color2menuLevel1, .color12menuLevel1{background-color: #dce2fb;}
.color2menuLevel2, .color12menuLevel2{background-color: #eff1fa;}
.color2menuLevel3, .color12menuLevel3{background-color: #f3f5f9;}

.color3menuLevel1, .color13menuLevel1{background-color: #dce2fb;}
.color3menuLevel2, .color13menuLevel2{background-color: #eff1fa;}
.color3menuLevel3, .color13menuLevel3{background-color: #f3f5f9;}

.color4menuLevel1{background-color: #dce2fb;}
.color4menuLevel2{background-color: #eff1fa;}
.color4menuLevel3{background-color: #f3f5f9;}

.color5menuLevel1{background-color: #dce2fb;}
.color5menuLevel2{background-color: #eff1fa;}
.color5menuLevel3{background-color: #f3f5f9;}

.color6menuLevel1{background-color: #dce2fb;}
.color6menuLevel2{background-color: #eff1fa;}
.color6menuLevel3{background-color: #f3f5f9;}

.color7menuLevel1{background-color: #dce2fb;}
.color7menuLevel2{background-color: #eff1fa;}
.color7menuLevel3{background-color: #f3f5f9;}

.color8menuLevel1{background-color: #dce2fb;}
.color8menuLevel2{background-color: #eff1fa;}
.color8menuLevel3{background-color: #f3f5f9;}

.color9menuLevel1{background-color: #dce2fb;}
.color9menuLevel2{background-color: #eff1fa;}
.color9menuLevel3{background-color: #f8e9fa;}

.color10menuLevel1{background-color: #dce2fb;}
.color10menuLevel2{background-color: #eff1fa;}
.color10menuLevel3{background-color: #f3f5f9;}

.menulvl2separator1 {
	height : 3px;
   background-color: #eff1fa;
   background-image: url('/representations/images/menu_item_line.gif');
   background-position : right;
}
.menulvl3separator1 {
	height : 3px;
   background-color: #f3f5f9;
   background-image: url('/representations/images/menu_item_line.gif');
   background-position : right;
}

.pushedMenulvl2color1{
	background-color: #f3f5f9;
   background-image: url('/representations/images/menu_level2_indent_line.gif');
	background-position:  left;
	background-repeat: no-repeat;
}
.pushedMenulvl2color2{
	background-color: #f3f5f9;
   background-image: url('/representations/images/menu_level2_indent_line.gif');
	background-position:  left;
	background-repeat: no-repeat;
}
.pushedMenulvl2color3{
	background-color: #eff1fa;
   background-image: url('/representations/images/menu_level2_indent_line.gif');
	background-position:  left;
	background-repeat: no-repeat;
}

.menulvl2separator2 {
   height : 3px;
   background-color: #eff1fa;
   background-image: url('/representations/images/menu_item_line.gif');
   background-position : right;
}
.menulvl2separator3 {
   height : 3px;
   background-color: #eff1fa;
   background-image: url('/representations/images/menu_item_line.gif');
   background-position : right;
}
.menulvl2separator4 {
   height : 3px;
   background-color: #eff1fa;
   background-image: url('/representations/images/menu_item_line.gif');
   background-position : right;
}

.menulvl3separator2 {
   height : 3px;
   background-color: #f3f5f9;
   background-image: url('/representations/images/menu_item_line.gif');
   background-position : right;
}
.menulvl3separator3 {
   height : 3px;
   background-color: #eff1fa;
   background-image: url('/representations/images/menu_item_line.gif');
   background-position : right;
}

.pushedMenulvl2color4{
	background-color: #f3f5f9;
   background-image: url('/representations/images/menu_level2_indent_line.gif');
	background-position:  left;
	background-repeat: no-repeat;
}

.menulvl3separator4 {
   height : 3px;
   background-color: #f3f5f9;
   background-image: url('/representations/images/menu_item_line.gif');
   background-position : right;
}

.menulvl2separator5 {
   height : 3px;
   background-color: #eff1fa;
   background-image: url('/representations/images/menu_item_line.gif');
   background-position : right;
}

.pushedMenulvl2color5{
	background-color: #f3f5f9;
   background-image: url('/representations/images/menu_level2_indent_line.gif');
	background-position:  left;
	background-repeat: no-repeat;
}

.menulvl3separator5 {
   height : 3px;
   background-color: #f3f5f9;
   background-image: url('/representations/images/menu_item_line.gif');
   background-position : right;
}

.menulvl2separator6 {
   height : 3px;
   background-color: #eff1fa;
   background-image: url('/representations/images/menu_item_line.gif');
   background-position : right;
}

.pushedMenulvl2color6{
	background-color: #f3f5f9;
   background-image: url('/representations/images/menu_level2_indent_line.gif');
	background-position:  left;
	background-repeat: no-repeat;
}

.menulvl3separator6 {
   height : 3px;
   background-color: #f3f5f9;
   background-image: url('/representations/images/menu_item_line.gif');
   background-position : right;
}

.menulvl2separator7 {
   height : 3px;
   background-color: #eff1fa;
   background-image: url('/representations/images/menu_item_line.gif');
   background-position : right;
}

.pushedMenulvl2color7{
	background-color: #f3f5f9;
    background-image: url('/representations/images/menu_level2_indent_line.gif');
	background-position:  left;
	background-repeat: no-repeat;
}

.menulvl3separator7 {
   height : 3px;
   background-color: #f3f5f9;
   background-image: url('/representations/images/menu_item_line.gif');
   background-position : right;
}

.menulvl2separator8 {
   height : 3px;
   background-color: #eff1fa;
   background-image: url('/representations/images/menu_item_line.gif');
   background-position : right;
}

.pushedMenulvl2color8{
	background-color: #f3f5f9;
   background-image: url('/representations/images/menu_level2_indent_line.gif');
	background-position:  left;
	background-repeat: no-repeat;
}

.menulvl3separator8 {
   height : 3px;
   background-color: #f3f5f9;
   background-image: url('/representations/images/menu_item_line.gif');
   background-position : right;
}

.menulvl2separator9 {
   height : 3px;
   background-color: #eff1fa;
   background-image: url('/representations/images/menu_item_line.gif');
   background-position : right;
}

.pushedMenulvl2color9{
	background-color: #f3f5f9;
   background-image: url('/representations/images/menu_level2_indent_line.gif');
	background-position:  left;
	background-repeat: no-repeat;
}

.menulvl3separator9 {
   height : 3px;
   background-color: #f8e9fa;
   background-image: url('/representations/images/menu_item_line.gif');
   background-position : right;
}

.menulvl2separator10 {

   height : 3px;
   background-color: #eff1fa;
   background-image: url('/representations/images/menu_item_line.gif');
   background-position : right;
}

.pushedMenulvl2color10{
	background-color: #f3f5f9;
   background-image: url('/representations/images/menu_level2_indent_line.gif');
	background-position:  left;
	background-repeat: no-repeat;
}

.menulvl3separator10 {
   height : 3px;
   background-color: #f3f5f9;
   background-image: url('/representations/images/menu_item_line.gif');
   background-position : right;
}

.linkgroupwhitelineseparator {
   height : 1px;
   background-image: url('/unitedkingdom/images/linkgroup_line_separator.gif');
   background-position : right;
   padding: 2px;
}

.transparentlineseparator{
   height: 0px;
}

.quickbox{
   border-style: solid;
	border-width:1px;
	border-color:#FFFFFF;
}

/********************************************************************/
/*                    Contextual links box                        */
/********************************************************************/
.tableLinksBox{
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
.linksBoxTitle {
	vertical-align: top;
	background-color: #96C7E5;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
	border-bottom: 1px solid #000000;
}
.linksBoxTitle a:link, .linksBoxTitle a:visited, .linksBoxTitle a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}

.linksBoxTd {
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 101%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.linksBoxLink{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-bottom: 1px;
}

.linksBoxLink a:link, .linksBoxLink a:visited, .linksBoxLink a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	margin-bottom: 1px;
}

.linksBoxAbstract {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-bottom: 1px;
}

.linksBoxDate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
