body 	{

     	background-color: #333333;
		background-image: url(../images/background.jpg);
     	background-repeat: repeat-x;    
		background-position: 0 0;
     	color: #ffffff;
		font-family: Arial, 'Trebuchet MS', 'Lucida Grande', sans-serif;
		font-size: 0.85em;
		margin-top: 5px;
	}
	
#printheader, #printfooter {display: none;}

#wrapper
{
width: 900px;
margin-left: auto;
margin-right: auto;
color: #ffffff;
border-top: 4px solid #000;
border-bottom: 4px solid #000;
}

#header {
     	margin-top: 0;
		margin-left: auto;
		margin-right: auto;
     	text-align: left;
     	height: 110px;
		width: 900px;
		color: #000;
		background-color: #fff;
 	}
	
#content-header {
		width: 600px;
		height: 20px;
		background-image: url(../images/background-content-top.png);
     	background-repeat: no-repeat;    
		background-position: 0 0;
		float: right;
		margin-top: 10px;
		margin-right: 10px;
		}
		
		
#content {
    	text-align: left;
		width: 580px;
    	background-color: #fff;  
		color: #000000;
		padding: 10px;
		float: right;
		margin-right: 10px;
		line-height: 1.8em;
		min-height: 400px;
		}
		
#content-bottom {
		width: 600px;
		background-image: url(../images/background-content-bottom.png);
     	background-repeat: no-repeat;    
		background-position: 0 0;
		float: right;
		margin-bottom: 10px;
		margin-right: 10px;
		height: 20px;
		}
		
#footer {
     	height: 150px;
		width: 900px;
		text-align: left;
		background-color: #fff;
		border: 0px;
		padding-top: 10px;
		color: #000;
		margin-left: auto;
		margin-right: auto;
 	}

li.selectionlist	{
	margin-left: -20px;
	}
.selection {
		width: 160px;
		height: 275px;
		background-image: url(../images/green-vertical-banner.jpg);
		background-repeat: no-repeat;    
		background-position: 0 0;
		padding: 10px;
		color: #fff;
		line-height: 1.2em;
		float: left;
		margin: 3px;
		}
		
.selection-blue {
		width: 160px;
		height: 275px;
		background-image: url(../images/blue-vertical-banner.jpg);
		background-repeat: no-repeat;    
		background-position: 0 0;
		padding: 10px;
		color: #fff;
		line-height: 1.2em;
		float: left;
		margin: 3px;
		}
		
.selection-red{
		width: 160px;
		height: 275px;
		background-image: url(../images/red-vertical-banner.jpg);
		background-repeat: no-repeat;    
		background-position: 0 0;
		padding: 10px;
		color: #fff;
		line-height: 1.2em;
		float: left;
		margin: 3px;
		}
		
.footercontent {
		float: left;
		width: 200px;
		margin-left: 15px;
		margin-right: 10px;
		}
.footercontentright {
		float: left;
		text-align: right;
		width: 200px;
		margin-left: 12px;
		margin-right: 10px;
		}
			
		
#menu {
		background: none;
		float: left;
		margin-top: 25px;
		margin-left: 10px;
		line-height: 2em;
		color: #ffffff;
	}
	
#menu ul {
list-style: none;
padding: 0;
margin: 0;
}


#menu li	{
padding-left: 10px;
}

li.active
		{
		background-image: url(../images/background-menu-active.png);
     	background-repeat: no-repeat;    
		background-position: 0 0;
		color: #000066;
		padding-left: 10px;
		width: 270px;
		background-color: none;
		}

img.advert {
		margin-top: 25px;
		margin-left: 5px;
		margin-bottom: 10px;
		}
		
h1
{
font-size: 1.8em;
margin: 0px;
}

h2
{
font-size: 1.2em;
margin: 0px;
}		
		
a.menu:focus, a.menu:link, a.menu:visited {
color : #fff;
text-decoration: none;
}
a.menu:hover{
color : #000;
background-color: #fff;
text-decoration: none;	
}
a.active:focus, a.active:link, a.active:visited , a.active:hover {
color : #000;
text-decoration: none;
}
a:focus, a:link, a:visited {
color : #000;
text-decoration: underline;
}
a:hover{
color : #fff;
background-color: #000;
text-decoration: none;	
}

.cssform p{
width: 400px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 400px; /*width of left column containing the label elements*/
border-top: 1px solid #999999;
height: 1%;
font-size: 0.9em;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -400px; /*width of left column*/
width: 400px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 100px;
}

.cssform input[type="submit"]{
width: 180px;
border: 1px solid #000099;
background-color: #fff;
color: #000099;
font-weight: bold;
}


table.account
{
width: 580px;
border-collapse: collapse;
}

td.accountheading
{
background-color: #333333;
color: #fff;
padding: 3px;
border-bottom: 1px solid #000;
font-size: 1em;
}

td.accountdata
{
background-color: #fff;
color: #000;
padding: 3px;
font-size: 0.8em;
border-bottom: 1px dashed #333333;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}


.cssloginform p{
width: 240px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 10px; /*width of left column containing the label elements*/
border-top: 1px solid #D8E4F8;
height: 1%;
}

.cssloginform label{
float: left;
margin-left: 10px; /*width of left column*/
width: 50px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.admincssform label{
float: left;
margin-left: 10px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.admincssform p{
width: 580px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 10px; /*width of left column containing the label elements*/
border-top: 1px solid #D8E4F8;
height: 1%;
}

.cssloginform input[type="submit"]{
width: 100px;
border: 1px solid #000099;
background-color: #fff;
color: #000099;
font-weight: bold;
}





.csscontactform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 150px; /*width of left column containing the label elements*/
border-top: 1px solid #999999;
height: 1%;
font-size: 0.9em;
}

.csscontactform label{
font-weight: bold;
float: left;
margin-left: -150px; /*width of left column*/
width: 155px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.csscontactform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.csscontactform textarea{
width: 250px;
height: 100px;
}

.csscontactform input[type="submit"]{
width: 180px;
border: 1px solid #000099;
background-color: #fff;
color: #000099;
font-weight: bold;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

table.webtable
{
width: 580px;
}

td.webheading
{
background-color: #000066;
color: #fff;
font-weight: bold;
padding: 5px;
}

td.webdata
{
background-color: #4848ff;
color: #fff;
padding: 5px;
}

li.web {
list-style-image: url(../images/tick-bullet.jpg);
line-height: 14px;
}

#pscroller1{
width: 250px;
height: 300px;
padding: 5px;
}


#pscroller2 a{
text-decoration: none;
}

/* ABOVE IS SORTED - BELOW TO BE COMPLETED. */

	
#webmailcontent {
    	text-align: center;
		width: 885px;
    	background-color: #fff;  
		padding-left: 15px;
		}


	
#webmailheader {
     	margin-top: 0;
     	text-align: left;
     	height: 95px;
		width: 858px;
		background-color: #FFFFFF;
		background-image: url(../images/webmail_heading.jpg);
     	background-repeat: no-repeat;    
		background-position: 0 0;
		padding-left: 21px;
		padding-right: 21px;
		padding-top: 20px;
 	}
	

	
#webmailfooter {
     	height: 77px;
		width: 875px;
		background-image: url(../images/footer_background.jpg);
     	background-repeat: no-repeat;    
		background-position: 0 0;
		line-height: 77px;
		padding-left: 25px;
		text-align: center;
 	}
	
#topmenu
		{
		height: 30px;
		width: 900px;
		color: #fff;
		background-color: #414141;
		font-size: 1.05em;
		}

		
#rightcol {
		float: right;
		width: 250px;
		}
#leftcol { 
		float: left;
		width: 500px;
}	
		

.newsitem
{
width: 835px;
border: 1px solid #000;
margin-bottom: 10px;
padding: 20px;
background-color: #B3D9FF;
color: #000;
}

.status_stable
{
width: 515px;
border: 1px solid #124EA5;
margin-bottom: 10px;
padding: 20px;
background-color: #99ff99;
}

.status_fault
{
width: 515px;
border: 1px solid #124EA5;
margin-bottom: 10px;
padding: 20px;
background-color: #ff9999;
}
.comment
{
width: 835px;
border: 1px solid #000;
margin-bottom: 10px;
padding: 20px;
background-color: #B3D9FF;
color: #000;
}
.notification
{
width: 540px;
border: 1px solid #000;
margin-bottom: 10px;
padding: 20px;
background-color: #B3D9FF;
color: #000;
margin-top: 10px;
}
.status
{
width: 500px;
border: 1px solid #000;
margin-bottom: 10px;
padding: 20px;
background-color: #B3D9FF;
color: #000;
margin-top: 10px;
}
.portfolio
{
width: 835px;
border: 1px solid #000;
margin-bottom: 10px;
padding: 20px;
background-color: #B3D9FF;
color: #000;
}

h1
{
font-size: 1.8em;
margin: 0px;
}

h2
{
font-size: 1.2em;
margin: 0px;
}



hr
{
color: #D8E4F8;
}

p.error
{
color: #ff0000;
font-weight: bold;
}





td.techheading
{
background-color: #158AFF;
color: #fff;
font-weight: bold;
padding: 5px;

}

td.techdata
{
background-color: #B3D9FF;
color: #000;
padding: 5px;
}




.clear
{
clear: both;
}



/* Big box with list of options */
	#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:200px;	/* Width of box */
		height:250px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #000066;	
		background-color:#000066;	
		color: #fff;
		text-align:left;
		font-size:0.9em;
		z-index:100;
	}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;		
		padding:1px;
		cursor:pointer;
		font-size:0.9em;
	}
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
		
	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color:#4c4c94;
		color:#FFF;
	}
	#ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
	}
	
#actionbar {
padding: 5px;
}
	
	
	fieldset {
  padding: 1em;
  font:80%/1 sans-serif;
  }
label {
  float:left;
  width:25%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight:bold;
  }

	
	