











@charset "iso-8859-1"; 
/* 
	change the above according to character set required, 
	this character set setting HAS TO BE in the first line 
	of the overload CSS in order for Opera not to cause problems! 
*/


/* ======================================================
   Lycos LSU overload style sheet, version 2003-06-20
	 © Copyright 2003 by Lycos Europe. all rights reserved. 
	 Original author : Frank Deppenmeier
	 ---------------------------------------------------
	 LSU 3.1
	 ---------------------------------------------------
	 Last modified : Frank Deppenmeier, 2003-06-20
====================================================== */


/* Overwritting the width of the center area to expand 
and resetting padding */
#globalcontentcenter{	
	text-align:center;
	width:630px;	
	margin:auto;
}

#globalcontentcentercontent{
	text-align:center;
	margin:auto;		
}


/* changes the section header background */
 .navscheme1 #sectionhead{background-image: url(../../../../g.php/uk/uk/LSU/header_home.gif);}
 .navscheme2 #sectionhead{background-image: url(../../../../g.php/uk/uk/LSU/header_communicate.gif);}
 .navscheme3 #sectionhead{background-image: url(../../../../g.php/uk/uk/LSU/header_search.gif);}
 .navscheme4 #sectionhead{background-image: url(../../../../g.php/uk/uk/LSU/header_meetpeople.gif);}
 .navscheme5 #sectionhead{background-image: url(../../../../g.php/uk/uk/LSU/header_buildasite.gif);}
 .navscheme6 #sectionhead{background-image: url(../../../../g.php/uk/uk/LSU/header_entertainment.gif);}
 .navscheme7 #sectionhead{background-image: url(../../../../g.php/uk/uk/LSU/header_shopping.gif);}
 
/* hides the header text when a graphical header background width text is used*/
// #sectionhead p {visibility: hidden;}

/* ====================================================
LSU progress bar
==================================================== */

/* Progress Bar Stuff */
#progressbar {	
	margin:auto;
	text-align=center;
	width:600px
}

/* previous (inactive) step */
.prv_step{
   
   	text-align:left;
	float:left;
	width:120px;
	height:36px;
	background-repeat: no-repeat;
	background-color: #fff;	
}

/* current (active) step */
.cur_step{ 
	text-align:left;
	float:left;
	width:120px;
	height:36px;
	background-repeat: no-repeat;
	background-color: #fff;	
}

/* empty (to be done) step  */
.empty_step {
   text-align:left;
	float:left;
	width:120px;
	height:36px;		
}

/* description for step */

.step_descr {
	float:left;
	width:120px;	
}

/* nav bar images according to navscheme */
.navscheme1 .cur_step{background-image: url(../../../../g.php/uk/uk/LSU/paw_active_home.gif);}
.navscheme2 .cur_step{background-image: url../../../../g.php/uk/uk/LSU/paw_active_communicate.gif);}
.navscheme3 .cur_step{background-image: url(../../../../g.php/uk/uk/LSU/paw_active_search.gif);}
.navscheme4 .cur_step{background-image: url(../../../../g.php/uk/uk/LSU/paw_active_meetpeople.gif);}
.navscheme5 .cur_step{background-image: url(../../../../g.php/uk/uk/LSU/paw_active_buildasite.gif);}
.navscheme6 .cur_step{background-image: url(../../../../g.php/uk/uk/LSU/paw_active_entertainment.gif);}
.navscheme7 .cur_step{background-image: url(../../../../g.php/uk/uk/LSU/paw_active_shopping.gif);}

.navscheme1 .prv_step{background-image: url(../../../../g.php/uk/uk/LSU/paw_inactive_home.gif);}
.navscheme2 .prv_step{background-image: url(../../../../g.php/uk/uk/LSU/paw_inactive_communicate.gif);}
.navscheme3 .prv_step{background-image: url(../../../../g.php/uk/uk/LSU/paw_inactive_search.gif);}
.navscheme4 .prv_step{background-image: url(../../../../g.php/uk/uk/LSU/paw_inactive_meetpeople.gif);}
.navscheme5 .prv_step{background-image: url(../../../../g.php/uk/uk/LSU/paw_inactive_buildasite.gif);}
.navscheme6 .prv_step{background-image: url(../../../../g.php/uk/uk/LSU/paw_inactive_entertainment.gif);}
.navscheme7 .prv_step{background-image: url(../../../../g.php/uk/uk/LSU/paw_inactive_shopping.gif);}


/* box definition for LSU boxes in the left column */
.normalbox{
	margin:5px 5px 5px 5px;	
	
}




/*
	+++ FORM STUFF +++
*/	

/* Form Box */
.formbox {
	text-align:center;
	margin:auto;
	width:580px;
	padding-bottom:5px;
	overflow:hidden;		
}

/* Common form style settings: */
#globalform {
   width:578px; 
   text-align:center;
   margin:0px 0px 0px 0px;
   background-color :#fff;
   border-left:1px solid #999999;
   border-right:1px solid #999999;   
}

.globalformcontainer {
	width:572px;
	margin:auto; 
	text-align:center;
	background-color :#fff;	
	padding:0px;	
}

/* left column containing containing fields */
.formleft {
	background-color :#fff;
	width:426px;
	margin:auto;
	float:left;
	text-align:left;
	padding:2px;	
}

/* right column containing helper box */
.formright {
	background-color :#fff;
	width:136px;
	margin:auto;
	float:left;
	text-align:left;
	padding:2px;	
}

/* the container containing the field: */
.fbox {
	border:2px solid #fff;
	margin:auto;
	text-align:left;
	padding:4px		
}

/* the error message that occurs below the field: */
.em {
	margin:0px 0px 0px 0px;
	text-align=right;	
}

/* field name */
.fieldname {
	background-color :#fff;
	width:140px;
	margin:2px 2px 2px 2px;
	float:left;
	text-align:left;
	vertical-align:middle;
	font-weight:bold;
	color: #000000;
	border-color:#ffffff; 
	border-style:solid; 
	border-width:1px; 
	padding:2px;	
	
}

/* font settings for LSU input fields */
.field_text {
	font: 12px trebuchet ms, tahoma, Geneva, Arial, Helvetica, sans-serif;	
	position:relative;
	top:0;
	left:0;
}

/* the form input-, select- etc. fields */
.field {
	width:200px;
	text-align:left;
	vertical-align:middle;
	margin:2px 2px 2px 2px;	
	float:left;
	
}

/* Question Mark box */
.qm {
	width:25px;
	text-align:center;
	vertical-align:middle;
	margin:2px 2px 2px 2px;	
	float:left;
}

/* box containing the validation ticker */
.validator {
	width:25px;
	text-align:center;
	vertical-align:middle;
	margin:2px 2px 2px 2px;	
	float:left;
}

/* contains the Form headline */
.cbarformbox h3{	
	font-weight:bold;
	background-image:url(../../../../g.php/uk/uk/LSU/portalcontent-header580.gif);
	background-position: top center;
	background-repeat:no-repeat;
	padding: 9px 9px 0px 9px;
	text-align:left;
	line-height:13px;
}


/* contains the Form headline */
.cbarformbox h4{	
	font-weight:bold;
	background-image:url(../../../../g.php/uk/uk/LSU/portalcontent-header580.gif);
	background-position: top center;
	background-repeat:no-repeat;
	padding: 9px 9px 0px 9px;
	text-align:left;
	line-height:13px;
}

/* Creates a box containing the bottom - used together with the h3 header*/
.cbarformbox .formbox {
	background-image:url(../../../../g.php/uk/uk/LSU/formboxbottom.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	margin:auto;
	text-align:center;
	width:580px;
	padding-bottom:5px;
	overflow:hidden;
}


/*
	+++ Help Box Stuff +++
*/

#helpbox{
	
	width:130px;
	margin:0px;
	overflow:hidden;
	position:absolute;
	z-index:1;
	
}

/* colorsettings depending on the navscheme */
.navscheme1 #helpbox{background:#FFF3C3;}
.navscheme2 #helpbox{background:#C8E7FF;}
.navscheme3 #helpbox{background:#C9E2E3;}
.navscheme4 #helpbox{background:#EBE2D1;}
.navscheme5 #helpbox{background:#E4EBF1;}
.navscheme6 #helpbox{background:#DCECA1;}
.navscheme7 #helpbox{background:#D0D7E7;}

#helpbox .corners{
	overflow:hidden;
	height:5px;
}

#helpbox .lboxtop, #helpbox .lboxbottom{
	width:130px;
	height:5px;	
	line-height:5px;
	overflow:hidden;
	float:left;
}


/* Error Box */
#errorbox {
	background-color:#FFFFFF; 
	border:2px solid #CC3300;
	font-weight:bold; 
	color:#CC3300; 
	padding:4px	
}


#formnav {
	width:410px; 
	margin:auto;
	text-align:center;
}


/* box heading dependig on the navscheme */
.navscheme1 #helpbox .lboxtop {	background-image:url(../../../../g.php/uk/uk/LSU/box_top_home.gif); }
.navscheme2 #helpbox .lboxtop {	background-image:url(../../../../g.php/uk/uk/LSU/box_top_communicate.gif); }
.navscheme3 #helpbox .lboxtop {	background-image:url(../../../../g.php/uk/uk/LSU/box_top_search.gif); }
.navscheme4 #helpbox .lboxtop {	background-image:url(../../../../g.php/uk/uk/LSU/box_top_meetpeople.gif); }
.navscheme5 #helpbox .lboxtop {	background-image:url(../../../../g.php/uk/uk/LSU/box_top_buildasite.gif); }
.navscheme6 #helpbox .lboxtop {	background-image:url(../../../../g.php/uk/uk/LSU/box_top_entertainment.gif); }
.navscheme7 #helpbox .lboxtop {	background-image:url(../../../../g.php/uk/uk/LSU/box_top_shopping.gif); }


/* box bottom dependig on the navscheme */
.navscheme1 #helpbox .lboxbottom { background-image:url(../../../../g.php/uk/uk/LSU/box_bottom_home.gif); }
.navscheme2 #helpbox .lboxbottom { background-image:url(../../../../g.php/uk/uk/LSU/box_bottom_communicate.gif); }
.navscheme3 #helpbox .lboxbottom { background-image:url(../../../../g.php/uk/uk/LSU/box_bottom_search.gif); }
.navscheme4 #helpbox .lboxbottom { background-image:url(../../../../g.php/uk/uk/LSU/box_bottom_meetpeople.gif); }
.navscheme5 #helpbox .lboxbottom { background-image:url(../../../../g.php/uk/uk/LSU/box_bottom_buildasite.gif); }
.navscheme6 #helpbox .lboxbottom { background-image:url(../../../../g.php/uk/uk/LSU/box_bottom_entertainment.gif); }
.navscheme7 #helpbox .lboxbottom { background-image:url(../../../../g.php/uk/uk/LSU/box_bottom_shopping.gif); }

/* actual box containing the content - can be overwritten by javascript */
#helpboxcontent {
	width:118px;	
   border-left:1px solid #999999;
   border-right:1px solid #999999;
   padding:5px;
   
}   


#globalcontentcenterfooter{
   background-image: url(../../../../g.php/uk/uk/LSU/contentroundedbottom.gif);
}


.popup{text-align:center; width:526px; margin:auto;}




