











/* ======================================================
   Lycos base style sheet, version 09-05-2003
	 © Copyright 2003 by Lycos Europe. all rights reserved. 
	 Original author : Oscar Eg Gensmann (oscar@jubii.dk)
	 ---------------------------------------------------
	 Last changed by : Oscar Eg Gensmann
====================================================== */


/* ------------------------------------------------------
   Default HTML element definitions
------------------------------------------------------ */

/* 
Resetting default browser styles on all elements 
Not working in IE 4.0 though, but a nice thing to do anyway 
for future references.
*/
*{margin:0px;padding:0px;}

/* Removing borders from linked images */ 
a img{border:none;}

/* removing extra margin from form elements */
form{margin:0px;}

/* default font */
body, h1, h2, h3, h4, h5, h6, td{font: 12px "trebuchet ms", tahoma, Geneva, Arial, Helvetica, sans-serif; color: #000;font-size-adjust: 0.51; }

/* Headlines : h1 is used for the main (top) headline/contecnt section
h2 is used for the rest of the content headlines */
h1, h2{margin-bottom:5px;font-size:18px;line-height:1em;}

/* puts the right color on the headlines */
.navscheme1 h1, .navscheme1 h2{color:#FF8800}
.navscheme2 h1, .navscheme2 h2{color:#4F83DF}
.navscheme3 h1, .navscheme3 h2{color:#508A90}
.navscheme4 h1, .navscheme4 h2{color:#A78B60}
.navscheme5 h1, .navscheme5 h2{color:#768996}
.navscheme6 h1, .navscheme6 h2{color:#83A408}
.navscheme7 h1, .navscheme7 h2{color:#5C6B99}

/* Common text elements */
p{padding: 0px 0px 9px 0px;line-height:17px;margin:0px}


/* Link colors */
a:link{color:#000000;text-decoration: underline;}
a:visited{color:#000000;}
a:hover{color:#0000CC;text-decoration: underline;}
a:active{color:#0000CC;}

/* Ordered and unordered list elements */
li{margin-bottom:0px}
ul,ol{margin-left:25px}

/* ------------------------------------------------------
   Blue sky and white plate centering
------------------------------------------------------ */
body{
background-color:#C8E7FF;
background-image: url(../../../../g.php/uk/uk/LSU/bluesky_back.jpg);
background-position: top left;
background-repeat: repeat-x;
text-align:center; /* center all elemnts inside body*/
margin: 5px 0px; /* setting top and bottom margin */
}

#globalcontainer{
text-align:left;
margin: 0px auto;
width:767px;
}


/* ------------------------------------------------------
   Page header
------------------------------------------------------ */

/* Top curve image - rounded corners*/
#globaltopcurve{
	background-image: url(../../../../g.php/uk/uk/LSU/topcurve.gif);
	height:12px;
	width:767px;
	overflow:hidden;
}

/* Header container box */
#globalheader{
	background-image: url(../../../../g.php/uk/uk/LSU/header_back.gif);
	border-left:1px solid #000;
	border-right:1px solid #000;
	height:76px;
	width:auto;
}

/* Lycos logo - remember height and width! */
#globallogo{
	float:left;
	width:275px;
	height:70px;
	margin-right:5px;
}

/* 468x60 banner box space */
#globalbanner{
	float:left;
	width:470px;
	height:63px;
	background:#FFF;
	overflow:hidden;
	margin-top: 3px;
}

#globalbannerborder{
	border-top: 1px solid #B1B3B2;
	border-left: 1px solid #B1B3B2;	
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;		
}

/* ------------------------------------------------------
   Top Navigation (Tabs and submenu)
------------------------------------------------------ */

/* Positioning the submenu background and fixing topnav borders*/
#globalnavigation{
	background-position: bottom left;
	background-repeat: repeat-x;
	background-color :#fff;
	border-left:1px solid black;
	border-right:1px solid black;
	height: 50px;
	width: auto;	
}

/* Background image scheme for the sub menu */
.navscheme1 #globalnavigation{background-image: url(../../../../g.php/uk/uk/LSU/submenu_back_1.gif)}
.navscheme2 #globalnavigation{background-image: url(../../../../g.php/uk/uk/LSU/submenu_back_2.gif)}
.navscheme3 #globalnavigation{background-image: url(../../../../g.php/uk/uk/LSU/submenu_back_3.gif)}
.navscheme4 #globalnavigation{background-image: url(../../../../g.php/uk/uk/LSU/submenu_back_4.gif)}
.navscheme5 #globalnavigation{background-image: url(../../../../g.php/uk/uk/LSU/submenu_back_5.gif)}
.navscheme6 #globalnavigation{background-image: url(../../../../g.php/uk/uk/LSU/submenu_back_6.gif)}
.navscheme7 #globalnavigation{background-image: url(../../../../g.php/uk/uk/LSU/submenu_back_7.gif)}

/* Preloading hover state - always place before the real backgroundimages*/
#globaltab1{background-image: url(../../../../g.php/uk/uk/LSU/tab_hover_1.gif)}
#globaltab2{background-image: url(../../../../g.php/uk/uk/LSU/tab_hover_2.gif)}
#globaltab3{background-image: url(../../../../g.php/uk/uk/LSU/tab_hover_3.gif)}
#globaltab4{background-image: url(../../../../g.php/uk/uk/LSU/tab_hover_4.gif)}
#globaltab5{background-image: url(../../../../g.php/uk/uk/LSU/tab_hover_5.gif)}
#globaltab6{background-image: url(../../../../g.php/uk/uk/LSU/tab_hover_6.gif)}
#globaltab7{background-image: url(../../../../g.php/uk/uk/LSU/tab_hover_7.gif)}

/* Background image scheme for the tabs  */
.navscheme1 div div #globaltab1{background-image: url(../../../../g.php/uk/uk/LSU/tab_active_1.gif)}
.navscheme2 div div #globaltab2{background-image: url(../../../../g.php/uk/uk/LSU/tab_active_2.gif)}
.navscheme3 div div #globaltab3{background-image: url(../../../../g.php/uk/uk/LSU/tab_active_3.gif)}
.navscheme4 div div #globaltab4{background-image: url(../../../../g.php/uk/uk/LSU/tab_active_4.gif)}
.navscheme5 div div #globaltab5{background-image: url(../../../../g.php/uk/uk/LSU/tab_active_5.gif)}
.navscheme6 div div #globaltab6{background-image: url(../../../../g.php/uk/uk/LSU/tab_active_6.gif)}
.navscheme7 div div #globaltab7{background-image: url(../../../../g.php/uk/uk/LSU/tab_active_7.gif)}

/* hover color */
#globaltab1.tabhover{background-image: url(../../../../g.php/uk/uk/LSU/tab_hover_1.gif)}
#globaltab2.tabhover{background-image: url(../../../../g.php/uk/uk/LSU/tab_hover_2.gif)}
#globaltab3.tabhover{background-image: url(../../../../g.php/uk/uk/LSU/tab_hover_3.gif)}
#globaltab4.tabhover{background-image: url(../../../../g.php/uk/uk/LSU/tab_hover_4.gif)}
#globaltab5.tabhover{background-image: url(../../../../g.php/uk/uk/LSU/tab_hover_5.gif)}
#globaltab6.tabhover{background-image: url(../../../../g.php/uk/uk/LSU/tab_hover_6.gif)}
#globaltab7.tabhover{background-image: url(../../../../g.php/uk/uk/LSU/tab_hover_7.gif)}

/* Default inactive tab background image */
#globaltabs div{background-image: url(../../../../g.php/uk/uk/LSU/tab_inactive.gif)}


/* Tabs Font */
#globaltabs div a{color:#000;line-height:32px;text-decoration:none;}

/* Active tab font styling - this is applied on the active tab depending on which navscheme is used */
.navscheme1 #globaltab1 a, .navscheme2 #globaltab2 a, .navscheme3 #globaltab3 a, .navscheme4 #globaltab4 a, .navscheme5 #globaltab5 a, .navscheme6 #globaltab6 a, .navscheme7 #globaltab7 a{font-weight: bold;}

/* Box containing the tabs - remember width for IE 4 compliance - Margin used  for indenting */
#globaltabs{margin:0px 15px;width: 735px;}

/* Box containing the individual tabs */
#globaltabs div{
   width:105px;
   height:31px;
	overflow:hidden;
   float:left;
   text-align:center;
   list-style-type: none;
}

/* 
Styling of the tab links,
using display:block and width to make the whole area clickable, 
not functional in IE 4, but nice in others
*/
#globaltabs div a{display:block;}

/* The sub menu */
#globalsubmenu {margin-left:5px;}
#globalsubmenu a{display:block; float:left; margin: 0px 5px;text-decoration:none;color: #000;line-height:14px;}

#globalsubmenu a.active{font-weight: bold;}
#globalsubmenu a:hover{text-decoration: underline;}

/* ------------------------------------------------------
   Search line - Simple
------------------------------------------------------ */

/* white box containing search items */
#searchline {
	background-color:#FFFFFF;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	text-align:center;
	width:auto;
	padding:2px 0px;
}

#searchline label{font-size: 18px;}

#searchline #querystring {
	width:200px;
	font-family: "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin:0px 5px;
}

#searchline #querycat{
	font-family: "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px 5px;
}

#searchline input.button{margin-bottom:-3px;border:0px solid #000;}


/* ------------------------------------------------------
   Search line - advanced
------------------------------------------------------ */

/* styling the advanced searchbar box strip */
#searchline.advanced{background-color: #FEF1C3;}

/* Fixing the form to float around the right and left search bar boxes */
#searchline.advanced #searchform{
	float:left;
	width:501px;
	margin-top:5px;
	text-align:center;
}

/* creating the left search bar box */
#searchline.advanced .left{
	float:left;
	width:132px;
	text-align: left;
	background-image: url(../../../../g.php/uk/uk/LSU/dot.gif);
	background-position: top right;
	background-repeat: repeat-y;
	margin:0px;
}

/* creating the right search bar box */
#searchline.advanced .right{
	float:left;
	width:132px;
	text-align: right;
	background-image: url(../../../../g.php/uk/uk/LSU/dot.gif);
	background-position: top left;
	background-repeat: repeat-y;
	margin:0px;font-weight: bold;	
}

/* resetting default p styling and fixing for special search bar */
#searchline.advanced p{
	margin:2px 10px 0px 10px;
	padding:0px;
	height:32px;
}

/* fixing the links */
#searchline.advanced a{
	text-decoration:none;
}

/* ------------------------------------------------------
3 column styling (content- left, right and center box area)
------------------------------------------------------ */

/* Default settings for the 3 columns containen the 
2 box areas and the center area */
#globalcontentleft,#globalcontentright, #globalcontentcenter{
   text-align:center;
   float:left;
   width:132px;
   margin-bottom:2px;   
}

/* Overwritting the width of the center area to expand 
and resetting padding */
#globalcontentcenter{
   width:501px;
	padding:0px;
	margin:0px;
}




/* ------------------------------------------------------
Colored plate area styling
------------------------------------------------------ */

/* Container holding the content area below the pageheader 
"Summer Yellow" used for fallback color if not overwrited */
#globalcontent{
   border-left:1px solid #000;
   border-right:1px solid #000;
   padding-top: 3px;
	width:auto;
}
/* Setting the backgroundcolor dependt on the navscheme */
.navscheme1 #globalcontent{background:#FFCC00;}
.navscheme2 #globalcontent{background:#9FD2FF;}
.navscheme3 #globalcontent{background:#A7CDD0;}
.navscheme4 #globalcontent{background:#DCCEB3;}
.navscheme5 #globalcontent{background:#D5E1EA;}
.navscheme6 #globalcontent{background:#C4DF62;}
.navscheme7 #globalcontent{background:#B0BAD5;}


/* ------------------------------------------------------
Center area (content center) styling
------------------------------------------------------ */

/* The area containing the content elements */
#globalcontentcentercontent{
   background:#fff;
   border-left:1px solid #838383;
   border-right:1px solid #838383;
	width:auto;
 }

/* The footer below the content elements this creates
the rounded cornes on the white content center area box */
#globalcontentcenterfooter{
   background-image: url(../../../../g.php/uk/uk/LSU/contentroundedbottom.gif);
   height:9px;
   margin-bottom:3px;
   overflow:hidden;
}


/* ====================================================
The section header including breadcrumb
==================================================== */

/* Styling for the content center header containing the 
headline for the channel/section. This is the default 
styling and should be overwritten by a "local" css file
to display the correct background image and similar */
#sectionhead{
   width:auto;
   text-align:left;
	margin:0px;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #fff;
}

#sectionhead p{
	margin:0px 0px 0px 8px;
	padding:0px;
	color:#FFFFFF;
	font-size:30px;
	font-weight:bold;
	letter-spacing: 1px;
	line-height:46px;
	height:46px;
	overflow:hidden;
}

/* The breadcrumb container below the channel header*/
#globalcontentcenterbreadcrumb{
   border-left:1px solid #838383;
   border-right:1px solid #838383;
   text-align:right;
   padding: 0px 9px 5px 9px; 
   color:#666666;
	width:auto;
	line-height:15px;
	font-size:10px;
	height:15px;
	overflow:hidden;
	background-color:transparent;
}

/* The breadcrumb link styling */
#globalcontentcenterbreadcrumb a, #globalcontentcenterbreadcrumb a.current{
   color:#666666;
   font-size:10px;
   text-decoration:none;
}

/* breacrumb styling for the item currently viewed*/
#globalcontentcenterbreadcrumb a.current{font-weight:bold;}


/* ------------------------------------------------------
 Page Footer
------------------------------------------------------ */
/*  Bottom of page */
#globalfooter {
	background-color:#FFFFFF;
	border-top:1px solid #000000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding-top:9px;
	text-align:center;
	width:auto;
}

/* Footer links */
#globalfooter a,  .popup #footer a {
	color:#666666;
	text-decoration: none;
}	

/* Highlight */
#globalfooter .highlight,  .popup #footer .highlight {
	color:#CC0000;
	font-weight:bold;
}

/* Copyright text */
#globalcopyright{
	font-size:9px;
	color:#999999;
	text-align: center;
	margin-top:3px;
}

#globalbottomcurve{
	background-image: url(../../../../g.php/uk/uk/LSU/bottomcurve.gif);
	height:15px;
	width:767px;
	overflow:hidden;
}

/* resets the p tag margin inside the global footer */
#globalfooter p, .popup #footer p{margin:0px;padding:0px}

/* ------------------------------------------------------
Bar boxes - classes used to generate the bar boxes
------------------------------------------------------ */

/* Creates a box header */
.cbar h3{
	font-weight:bold;
	background-image:url(../../../../g.php/uk/uk/LSU/boxtop.gif);
	background-position: top left;
	margin:0px 3px;
	text-align:left;
	padding: 9px 9px 3px 9px;
	line-height:13px;
}


/* Creates a box containing the bottom - used together with the h3 header*/
.cbar .box {
	background-image:url(../../../../g.php/uk/uk/LSU/boxbottom.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	margin:0px 3px 3px 3px;
	text-align:left;
	width:126px;
	padding-bottom:5px;
	overflow:hidden;
}

/* ------------------------------------------------------
Unordered list for lists of links
------------------------------------------------------ */

/* menu container */
ul.menu{
	list-style-type: none;
	margin:0px 5px 0px 5px;
}

/* menu item styling - creates the dotted line */
ul.menu li{
	background-image:url(../../../../g.php/uk/uk/LSU/dot.gif);
	background-repeat: repeat-x;
	padding: 3px 3px;
}

/* Submenu container */
ul.menu li div ul{
	margin:3px 0px 0px 0px;
	list-style: none;
}

/* Submenu menuitem */
ul.menu li div ul li{
	background-image: none;
	margin:0px 0px 5px 0px;
	padding: 0px;
	line-height: 12px;
}

/* removing underline on menu item */
ul.menu a {text-decoration:none;}

/* class used for setting a menu item to be active*/
ul.menu .active {font-weight:bold;}

/* Link colors for menu items */
ul.menu a:link{color:#000;}
ul.menu a:visited{color:#000;}
ul.menu a:hover{color:#0000CC;text-decoration: underline;}
ul.menu a:active{color:#870101;}

/* arrow bullet for menues */
ul.menu li div{
	background-image: url(../../../../g.php/uk/uk/LSU/bullet_arrow.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	padding-left: 9px;
	margin-left:3px;
	line-height:14px;
}

/* hides all submenus */
ul.menu li ul {display: none}
ul.menu li ul li div {margin-left:-10px}

#globalcontentcentercontent ul.menu li{background: none;padding:2px 9px}

/* ------------------------------------------------------
 Working class' (used for different fixes and generel stuff)
------------------------------------------------------ */
/* used for breaking flows */ 
.breaker{overflow:hidden;height:1px;clear:both}

/* removes margin */
.nomargin{margin:0px;}

/* inserts a dotted line 1px height, breaks the flow */
.hr{background-image:url(../../../../g.php/uk/uk/LSU/dot.gif);height:1px;overflow:hidden;clear:both;margin:0px;padding:0px;}

/* Adds margin if inside content area */
#globalcontentcentercontent .hr{margin: 8px 9px 8px 9px;width:481px;}

/* styles the hr for a colorbox */
#globalcontentcentercontent .colorbox .content .hr{width:auto;margin:0px;padding:0px}

/* styles the hr for a barbox */
.cbar .box .hr{margin:0px 5px}



/* Class' used for floating images around text */
img.left, div.left{float:left;margin: 0px 9px 0px 0px}
img.right, div.right{float:right;margin: 0px 0px 0px 9px}

/* Class' used for floating a box with a text caption around text */
#globalcontentcentercontent div.left{float:left;margin: 0px 9px 0px 0px}
#globalcontentcentercontent div.right{float:right;margin: 0px 0px 0px 9px}

/* caption text */
#globalcontentcentercontent div.right div{font-size:10px}



/* ------------------------------------------------------
 Class' used for creating columns inside the center content area
------------------------------------------------------ */

/* General Column styling */
.columns1,.columns2,.columns3, .columns2l, .columns2r{
   text-align:left;
   margin:0px 9px;
	width:481px;
}

/* 1 Column styling */
.columns1{}


/* 2 Column styling - using floating */
.columns2{
   background-image: url(../../../../g.php/uk/uk/LSU/columns2_back.gif);
   background-repeat: repeat-y; 
	background-position: top center;	
}

.columns2 .col1,.columns2 .col2{
   width:231px;
   float:left;
}

.columns2 .col1{margin-right: 19px;}


/* 2 Column styling small left - using floating */
.columns2l{
   background-image: url(../../../../g.php/uk/uk/LSU/columns2l_back.gif);
   background-repeat: repeat-y; 
	background-position: top center;	
}

.columns2l .col1{
margin-right: 19px;
width:147px;
float:left;
}

.columns2l .col2{
width:315px;
float:left;
}


/* 2 Column styling small right - using floating */
.columns2r{
   background-image: url(../../../../g.php/uk/uk/LSU/columns2r_back.gif);
   background-repeat: repeat-y; 
	background-position: top center;	
}

.columns2r .col1{
margin-right: 17px;
width:315px;
float:left;
}

.columns2r .col2{
width:149px;
float:left;
}

/*3 Column styling - using floating */
.columns3{
   background-image: url(../../../../g.php/uk/uk/LSU/columns3_back.gif);
   background-repeat: repeat-y;
	background-position: top center;
}

.columns3 .col1,.columns3 .col2, .columns3 .col3{
   width:147px;
   float:left;
}

.columns3 .col2{margin:0px 19px;}

/* ------------------------------------------------------
   Full color box
------------------------------------------------------ */

/* default settings for the colorbox */
.colorbox{width:100%;overflow:hidden;}

/* colorsettings depending on the navscheme */
.navscheme1 .colorbox{background:#FFF3C3;}
.navscheme2 .colorbox{background:#C8E7FF;}
.navscheme3 .colorbox{background:#C9E2E3;}
.navscheme4 .colorbox{background:#EBE2D1;}
.navscheme5 .colorbox{background:#E4EBF1;}
.navscheme6 .colorbox{background:#DCECA1;}
.navscheme7 .colorbox{background:#D0D7E7;}

/* styles colorbox corners*/
.colorbox .topleft, .colorbox .topright, .colorbox .bottomleft, .colorbox .bottomright{
width:9px;
height:9px;
line-height:9px;
overflow:hidden;
}


/* inserts the colorbox corners */
.colorbox .topleft{float:left;background-image:url(../../../../g.php/uk/uk/LSU/colorbox_topleft.gif);}
.colorbox .topright{float:right;background-image:url(../../../../g.php/uk/uk/LSU/colorbox_topright.gif);}
.colorbox .bottomleft{float:left;background-image:url(../../../../g.php/uk/uk/LSU/colorbox_bottomleft.gif);}
.colorbox .bottomright{float:right;background-image:url(../../../../g.php/uk/uk/LSU/colorbox_bottomright.gif);}

/* fit's the content into the colorbox */
.colorbox .content{margin: 0px 9px;}

/* div containing the corners */
.colorbox .corners{
	overflow:hidden;
	height:9px;
}

/* ------------------------------------------------------
   columns inside a colorbox - restyling
------------------------------------------------------ */

/* 2 columns */
.colorbox .columns2{background-position: -9px}
.colorbox .columns2 .col1, .colorbox .columns2 .col2{width:222px}

/* 3 columns */
.colorbox .columns3{background-position: -18px}
.colorbox .columns3 .col1, .colorbox .columns3 .col3{width:138px}

/* ------------------------------------------------------
   Buttons
------------------------------------------------------ */

div.button{margin:auto}

div.button .btnleft, div.button .btnright{
height:20px;
width:5px;
background-image: url(../../../../g.php/uk/uk/LSU/button_left.gif);
float:left;

}
div.button .btnright{background-image: url(../../../../g.php/uk/uk/LSU/button_right.gif)}
div.button .btncenter{
	float:left;
	height:20px;
	background-image: url(../../../../g.php/uk/uk/LSU/button_center.gif);
	overflow:hidden;
}
div.button .btncenter a{
	text-decoration: none;
	line-height: 22px;
	padding: 0px 6px;
}

div.button .btncenter a:hover{color:#000}

/* styling an input button */
div.button .btncenter input{
	text-decoration: none;
	border:0px solid #000;
	background: transparent;
	font: 12px "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;color: #000;
	cursor: pointer;
	margin-top:2px;
	height:19px;
}

/* ------------------------------------------------------
   Alternative color 50% of light color - used
	for results splitting in tables and other
------------------------------------------------------ */

/* colorsetting for the alternative color depending on the navscheme */
.navscheme1 .altcol {background:#FFF9E1;}
.navscheme2 .altcol {background:#E3F3FF;}
.navscheme3 .altcol {background:#E4F0F1;}
.navscheme4 .altcol {background:#F5F0E8;}
.navscheme5 .altcol {background:#F1F5F8;}
.navscheme6 .altcol {background:#EDF5D0;}
.navscheme7 .altcol {background:#E6EAF2;}

/* ------------------------------------------------------
   tables inside colorboxes
------------------------------------------------------ */

/* when a table result is used instead of the content div */
.resulttable{width:100%;margin:0px 0px;}
.resulttable th {font-size:12px}
.resulttable td {text-align:left;padding:3px 9px;}

/* ------------------------------------------------------
   Paging navigation line
------------------------------------------------------ */

.pagingnavigation{width:100%}

.pagingnavigation .left{
	float:left;
	width:20%;
	text-align:left;
	}

.pagingnavigation .right{
	float:right;
	width:20%;
	text-align:right;
}

/* ------------------------------------------------------
   boxes with pictures (banner ads)
------------------------------------------------------ */

.cbar .box .square{margin: 8px 0px 0px 0px;width:auto;text-align:center;}
.cbar .box .rounded{margin: 3px 0px -7px 0px;width:auto;text-align:center;}

/* ------------------------------------------------------
   Popup windows
------------------------------------------------------ */

.popup{margin:15px}

.popup #header{height:52px;width:auto;background-image: url(../../../../g.php/uk/uk/LSU/popup_header_center.gif)}

.popup #header .logo{
	width:auto;
	height:52px;
	background-image: url(../../../../g.php/uk/uk/LSU/popup_header_logo.gif);
	float:left;
	background-position: top left;
	background-repeat: no-repeat;
}

.popup #header .right{
	width:auto;
	height:52px;	
	background-image: url(../../../../g.php/uk/uk/LSU/popup_header_right.gif);
	float:right;
	background-position: top right;
	background-repeat: no-repeat;
}

.popup #footer{height:45px;width:auto;background-image: url(../../../../g.php/uk/uk/LSU/popup_footer_center.gif);overflow:hidden;}

.popup #footer .left{
	width:14px;
	height:45px;
	background-image: url(../../../../g.php/uk/uk/LSU/popup_footer_left.gif);
	float:left;
}

.popup #footer .right{
	width:14px;
	height:45px;	
	background-image: url(../../../../g.php/uk/uk/LSU/popup_footer_right.gif);
	float:right;
	
}

.popup #footer .center{padding:6px}
.popup #globalcopyright{margin:0px}

.popup div#content{
	background:#fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

.popup #header .button{margin-top: 17px}

.popup div#content #popcontentarea{padding:9px;background-color:#fff;text-align:left;}

/* Restyling the hr */
.popup div#content #popcontentarea .hr{width:auto;margin:9px 6px;}
