a { /* added/edited by nic */
	color: #000;
	text-decoration: none;
	}
		

a:link { /* added/edited by nic */
		color: #671f1c;
		text-decoration: none;
		font-weight: bold;
		}
		
a:visited{ /* added/edited by nic */
		color: #671f1c;
		text-decoration: none;
		font-weight: bold;
		}

a:hover { /* added/edited by nic */
		color: #fff;
		text-decoration: none;
		}
		
a.index1 { /* added/edited by nic */
	color: #000;
	text-decoration: none;
	font-weight: normal;
	}
		
a.index1:link { /* added/edited by nic */
	color: #fff;
	text-decoration: none;
	font-weight: normal;
		}
		
a.index1:visited{ /* added/edited by nic */
		color: #fff;
		text-decoration: none;
		}

a.index1:hover { /* added/edited by nic */
		color: #671f1c;
		text-decoration: none;
		}

a.index1viewall { /* added/edited by nic */
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}
		
a.index1viewall:link { /* added/edited by nic */
	color: #671f1c;
	text-decoration: none;
	font-weight: bold;
		}
		
a.index1viewall:visited{ /* added/edited by nic */
		color: #671f1c;
		text-decoration: bold;
		}

a.index1viewall:hover { /* added/edited by nic */
		color: #fff;
		text-decoration: bold;
		}

/* index2.php */

a.index2 { /* added/edited by nic */
	color: #000;
	text-decoration: none;
	font-weight: normal;
	}
		

a.index2:link { /* added/edited by nic */
	color: #fff;
	text-decoration: none;
	font-weight: normal;
		}
		
a.index2:visited{ /* added/edited by nic */
		color: #fff;
		text-decoration: none;
		}

a.index2:hover { /* added/edited by nic */
		color: #671f1c;
		text-decoration: none;
		}

/* end index2.php */


.title{
border-top: 2px solid #671f1c;
margin-top: 7px !important;
margin-top: 0px;
width: 100%;
}

*:first-child+html .imgUp{
	margin-top: -15px;
	}
/*HR FORMATTING*/

.acTitle{ /* added/edited by nic */
 		height: 1px;
 		color: #CCC;

 		}
/*end hr */
*html .alCenter{
	text-align: center;
	float: left;
	margin-left:1.1em;
	}
	
.alCenter{
	text-align: center;
	float: left;
	margin-left:2em;
	}
	
/*********************************************** INDEX CONTAINERS HEADERS *******************************/

body { /* added/edited by nic */
	width:100%;
	margin: 0;
	padding: 0;
	height: 100%;
	background: #916533 url(../images/lostboyaka/lostboy_background_gradient.gif) repeat-x; /* MAIN SITE BACKGROUND COLOUR */
	color:#FFF; /* MAIN SITE FONT COLOUR */
	font-size: 1em; /* MAIN SITE FONT CHANGES ALL FONTS EXCEPT TEXT ENTRY ES */
	font-family: Arial, sans-serif, Verdana; /* MAIN SITE FONT CHANGES ALL FONTS EXCEPT TEXT ENTRY BOXES */
	}
		
/************************ NEW MAIN LAYOUT ******************************/

img.bg { /* added/edited by nic */
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
	z-index:-100;
}

@media screen and (max-width: 1024px){ /* added/edited by nic */
	img.bg {
		left: 50%;
		margin-left: -512px; }
}

#mainContainer{ /* added/edited by nic */
	margin: 0 auto;
	min-height: 600px;
	min-width: 998px;
	max-width: 1280px;
	/* border-left: #000 solid 1px;
	border-right: #000 solid 1px;
	border-bottom: #000 solid 1px; /* these 3 lines are also commented out in addition to the one below on dlh dem */
	/* background: url(../images/lostboyaka/lostboy_background.jpg) no-repeat top center; */
	}
#flashBGContainer {

}

#header{
	position: relative;
	height: 120px;
	padding-top: 20px;
	margin: 0 10px;
	z-index: 2;
	}
	
#leftColumn { /* added/edited by nic */
	position:relative;
	float: left;
	margin-left: 10px;
	padding:0;
	width:140px;
}

#leftColumnMailClient { /* edited by nic - jan 2011 */
	position:relative;
	float: left;
	margin-left: 5px;
	padding:0;
	width:175px;
}



#rightColumn { /* added/edited by nic */	
	position:relative;
	float: right;
	margin-right: 20px;
	padding:0;
	width:140px;
}

#centerColumn{ /* added/edited by nic */
	margin-left: 180px;
	margin-right: 180px;
	z-index: 100;
}

#adminCenter{
	margin-left: 20px;
	margin-right: 20px;
	border: 0px solid blue;
}

#footer{
	width:99%;
	border: 0px solid white;
	text-align: center;
	margin-top: 20px;
	font-size: 0.8em;
	}	
/*************************************END MAIN LAYOUT ********************/


#headerRightImg{
	position:absolute;
	float: right;
	right: 20px;
	top: 0px;
	}

/***** MEMBERS AREA BANNERS ****/
#leftColAd{
	margin-top: 8px;
	}

#rightColAd{
	margin-top: 8px;
	}

/***** END MEMBERS BANNERS *****/

/***** CART FORMATTING ***/
#rightCart{ /* added/edited by nic */
	width: 140px;
	border: 0px solid #810101;
	text-align: center;
	margin-left: 4px;
	margin-top: 7px !important;
	margin-top: 17px;
	}
	
#yourItems{ /* added/edited by nic */
	width: 150px;
	background-color: #671f1c;
	font-weight: bold;
	font-size: 1em;
	margin-left: -3px;
	}
	
#shoppingCart{ /* added/edited by nic */
	background: #bf0000;
	width: 120px;
	height: 16px;
	margin: 5px auto;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	}
	
.cartItems{
	color: #fff;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
}

.cartPrice{
	color: #fff;
	font-family: arial;
	font-weight: bold;
	font-size: 15px;
}
/****** END CART *********/

/****** RIGHT POLL *******/

#rightPoll{ /* added/edited by nic */
	width: 140px;
	margin-top: 105px;
	padding: 5px 5px;
	font-size: 0.9em;
	background-color: #651f1c;
	}

#rightPollSubmit{ /* added/edited by nic for shop and previous poll page*/
	
	}

#rightPollResults{ /* added/edited by nic for shop and previous poll page*/
	width: 140px;
	margin-top: 20px;
	padding: 5px 5px;
	font-size: 0.9em;
	background-color: #671f1c;
	}
	
#rightPollpp{ /* added/edited by kit - previous poll page only */
	width: 140px;
	margin-top: 10px;
	padding: 5px 5px;
	font-size: 0.9em;
	background-color: #671f1c;
	}

	
/****** END POLL *********/

/******* LEFT COLUMN ADVERTS FOR HOME PAGE *********/
#leftColAdHome{
	float: right;
	margin-right: 10px !important;
	margin-right: 5px; /** THIS IS FOR IE6 **/
	margin-top: 7px !important;
	margin-top: 17px; /** THIS IS FOR IE6 **/
	text-align: center;
	height: 200px;
	width: 130px;
	border: 0px solid red;
	z-index: 0;
	}
	
#leftColAdHomeBottom{
	float: right;
	width: 130px;
	height: 165px;
	margin-right: 10px !important;
	margin-right: 5px; /** THIS IS FOR IE6 **/
	margin-top: 10px !important;
	margin-top: 6px; /** THIS IS FOR IE6 **/
	border: 0px solid red;
	z-index: 0;
	}
	
/************************* NEW GENERAL FORMATTING *************************/
*:first-child+html h1{
	font-size: 1em;
	font-weight: bold;
	line-height: 0px;
	margin-top: 20px;
	}

h1{ /* added/edited by nic */
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	}
	
h2{ /* added/edited by nic */
	font-size: 1.3em;
	color: #fff;
	font-weight:bold;
	}
	
h3 {
	color: #fff;
	font-size: 1.1em;
	}

/*********************** END GENERAL FORMATTING **************************/


a img {
 		border: none;
 		}

.price {
 		margin: 0 0 0.5em 0;
 		}

.btns {
 		text-align:right;
		}


.accountsContent{
 		width:90%;
 		margin: 0 auto;
 		padding: .2em 1.5%;
 		background: none;
 		color: #fff;
 		border: 0px solid #999;
 		}


#ppInsDL { /* added/edited by nic */
		width: 80%;
		height: 80px;
		margin: 0 auto;
		background-color: #671f1c;
		font-weight: bold;
		padding: 3px;
		text-align: center;
		}


#smallerBox {
		width: 60%;
		height: 10px;
		border: 0px solid #810101;
		margin-left: 19%;
		}

/************************************** ERROR / TEXT FORMATTING ****************************************************************/
.errorMsg{ /* added/edited by nic USED FOR: Out of Stock, User Edit Details page, Username not entered, Password not entered, etc */
 		color: #671f1c;
 		text-decoration:none;
		font-weight: bold;
		font-size: 1em;
 		}

.errorMsg A:link{
 		color: #671f1c;
 		text-decoration:none;
		font-weight: bold;
		font-size: 1em;
 		}

.errorMsg A:visited{
		color: #671f1c;
 		text-decoration:none;
		font-weight: bold;
		font-size: 1em;
 		}

.errorMsg A:hover{
 		text-decoration:none;
 		color: #fff;
		font-weight: bold;
 		}
		
.successMsg{
 		color: green;
 		text-decoration:none;
		font-weight: bold;
		font-size: 1em;
 		}

.changeEmailFltRight{
	float: right;
	}
	
.changeEmailFltRightPass{
	float: right;
	margin-top: -1.5em;
	}

.changeEmail{ /* added/edited by nic */
 		}

.changeEmail A:link{ /* added/edited by nic */
 		}

.changeEmail A:visited{ /* added/edited by nic */
 		}

.changeEmail A:hover{ /* added/edited by nic */
 		}

.forgotPass{
 		color: #cccc99;
 		text-decoration:none;
 		}

.forgotPass A:link{
 		color: #cccc99;
 		text-decoration:none;
 		}

.forgotPass A:visited{
		color: #cccc99;
 		text-decoration:none;
 		}

.forgotPass A:hover{
 		text-decoration:none;
 		color: #c6092e;
 		}


.print{
color: #c6092e;
text-decoration:none;
}

.print A:link{
color: #c6092e;
text-decoration:none;
}

.print A:visited{
color: #c6092e;
text-decoration:none;
}

.print A:hover{
text-decoration:none;
color: #ffffff;
}

.details{
color: #fff;
text-decoration:none;
}

.details A:link{
color: #671f1c;
text-decoration:none;
}

.details A:visited{
color: #671f1c;
text-decoration:none;
}

.details A:hover{
text-decoration:none;
color: #ffffff;
}


.backBtn A:link{
 		color: #671f1c;
 		text-decoration:none;
		font-weight: bold;
 		}

.backBtn A:visited{
		color: #671f1c;
 		text-decoration:none;
		font-weight: bold;
 		}

.backBtn A:hover{
 		text-decoration:none;
 		color: #fff;
		font-weight: bold;
 		}

.darkRedText{
		color: #671f1c;
		font-weight: bold;
		}

.highlightText { /* added/edited by nic */
	color: #FC0;
}

.righty {
 		text-align: right;
 		}

.fullRighty {
 		text-align: right;
 		}

.fullRightyReg {
 		text-align: right;
 		margin-top:1px;
 		}

.titleRighty {
 		text-align: right;
 		margin-top: -20px;
 		}
 		
.titleRightyHist {
 		text-align: right;
 		margin-top: -1.3em;
 		}

.lefty {
 		float: left;
 		}

.myInfoText { /* added/edited by nic */
		color: #FF0;
		position:relative;
		}

.myInfoTextReason {
		color: #fff;
		font-size: 1em;
		}

.myInfoTextEmail { /* added/edited by nic */
		font-weight: bold;
		font-size: 1em;
		margin: 4px;
		}
		
.changeEmailFltRight{
	float: right;
	margin-top: -15px;
	}

.myInfoHint {
		color: #999;
		}

.myInfoTextRadio {
		color: #999;

		}

* html .myInfoText {
		color: #999;
		position:relative;
		top: 0.4em;
		}

.errorMsgReg {
 		font-size:7pt;
 		color: #c6092e;
 		float:right;
 		}

.littleFoot{
		font-size: 0.9em;
		color: #fff;
		}

.myDeetsTits{ /* added/edited by nic */
 		color:#fff;
		font-weight: bold;
 		}

.cookTxt{ /* added/edited by nic */
		font-size: 0.8em;
		}

.errorMsgCook{
 		color: #c6092e;
 		text-decoration:none;
 		}

.errorMsgCook A:link{
 		color: #c6092e;
 		text-decoration:none;
 		}

.errorMsgCook A:visited{
		color: #c6092e;
 		text-decoration:none;
 		}

.errorMsgCook A:hover{
 		text-decoration:none;
 		color: #7b7461;
 		}
/*accounts history bits*/
.invNum{
 		color: #c6092e;
 		text-decoration:none;
 		}

.invNum A:link{
 		color: #c6092e;
 		text-decoration:none;
 		}

.invNum A:visited{
		color: #c6092e;
 		text-decoration:none;
 		}

.invNum A:hover{
 		text-decoration:none;
 		color: #fff;
 		}

.refAll{
 		color: #000;
 		text-decoration:none;
 		}

.refAll A:link{
 		color: #000;
 		text-decoration:none;
 		}

.refAll A:visited{
		color: #000;
 		text-decoration:none;
 		}

.refAll A:hover{
 		text-decoration:none;
 		color: #fff;
 		}

.dlid {
 		float:right;
 		text-align:right;
 		color: #c6092e;
 		background:none;
 		margin: -0em 0 0 0em;
 		}

.refFor {
 		float:right;
 		text-align:right;
 		color: #fff;
 		background:none;
 		margin: -1.1em 0 0 0em;
 		}

.viewBtn {
 		float: right;
 		clear: both;
 		text-align:right;
		}

.phat{
		font-weight: bold;
		font-size: 12pt;

	}

/*end accounts history*/

/*.indent{
		margin-left:1.2em;
		margin-right:1.2em;
		}*/

.bulletIndent{
		margin-right:2em;
		}

.indentBack{
		margin-left:1.2em;
		margin-top:4em;
		}

.textJustify{
			text-align: justify;
			}


.frontTitles {
		color: #fff;
		font-size: 1.2em;
		font-weight: bold;
		}

.helpAns {
		color: #fff;
		font-size: 1em;
		}

.endEmail {
		color: #cccc99;
		font-size: 9pt;
		font-weight:normal;
		}

.lessHeadGap {
			margin-top: -0.3em;
			text-align: justify;
			}

.pollText{
			margin-top: 2.5em;
			width: 125px;
			text-align: justify;
			padding-left: 2px;
			}

.pollButts {
			text-align: right;
			padding-right: 2px;

			}

.pollButtsSub {
			text-align: right;
			padding-right: 4px;
			}

.prevPoll{
		position: relative;
		bottom: 0;
		}
/****************************************  TABLE FORMATTING ******************************/
/******* Used for: shopping cart, ***/

.tblHead { /* added/edited by nic */
		background-color: #671f1c;
		padding: 4px;
		}

.tblContent { /* added/edited by nic */
		background-color: #916533;
		padding: 4px;
		}


.tblContentInv { /* added/edited by nic */
		background-color: #916533;
		padding: 4px;
		}

.tblContentRef { /* added/edited by nic */
		background-color: #916533;
		padding: 4px;
		}


.tblContentEnd { /* added/edited by nic */
		background-color: #916533;
		padding: 4px;
		}

.tblContentInner { /* added/edited by nic */
		background-color: #916533;
		padding: 4px;
		}

.moveForgot{
		margin-top: 5px;
		margin-bottom: 5px;
		}


.loginLeft { /* added/edited by nic */
 		vertical-align:top;
		width: 135px;

 		}

.loginMid { /* added/edited by nic */
		width: 300px;
 		}


.loginRight{ /* added/edited by nic */
 		padding-left: 2px;
 		padding-right: 2px;
 		width: 50%;
 		text-align:center;
		border-left: 2px solid #671f1c;
 		}

.forgotP { /* added/edited by nic */
 		text-align: right;
		padding-right: 8px;
 		}

.center{
		text-align:center;
		}

.regText{
		background-color: #000;
		border: 1px solid #810101;
		width:99%;
		padding: 3px;
		font-weight: bold;
		text-align:center;
		color: #cccc99;
		}

.loginRight a { /* added/edited by nic */
		font-size: 1.4em;
}

/*========================== formats table borders around main accounts page ========================*/
.datatablel {
border:0px #78705B;
border-top:1px #78705B;border-bottom:1px #78705B;border-left:1px #78705B;border-style:solid;border-right:1px #78705B;
background-color: #333333;
padding: 4px;}

.datatabler { /* added/edited by nic */
background-color: #671f1c;
padding: 4px;}

.datatablee { /* added/edited by nic */
border:1px #000000;
border-top:1px #000000;
border-bottom:1px #000000;
border-left:1px #000000;
border-style:solid;
background-color: #671f1c;
padding: 4px;}

.datatablez {
border:0px #78705B;
border-top:1px #78705B;border-bottom:1px #78705B;border-left:1px #78705B;border-style:solid;
background-color: #333333;
padding: 4px;}

.datatablet { /* added/edited by nic */
border:0px;
border-top:1px #000000;
border-bottom:1px solid #000000;
border-left:1px #000000;
border-style:solid;
background-color: #671f1c;
padding: 4px;}

.datatablettot {
border:0px;border-top:1px #78705B;
border-bottom:1px solid #000000;
border-left:1px #78705B;
border-style:solid;
background-color: #c6092e;
padding: 4px;}

.datatablemt { /* added/edited by nic */
border:0px;border-top:1px #000000;
border-bottom:1px solid #000000;
border-left:1px solid #000000;
border-style:solid;
background-color: #671f1c;
padding: 4px;}

.datatablemttot {
border:0px;border-top:1px #78705B;
border-bottom:1px solid #000000;
border-left:1px solid #000000;
border-style:solid;
background-color: #c6092e;
padding: 4px;}

.datatablehe { /* added/edited by nic */
border:1px #000000;
border-top:1px #000000;
border-bottom:1px solid #000000;
border-left:1px solid #000000;
border-style:solid;
background-color: #671f1c;
padding: 4px;}

.datatablehetot {
border:1px #78705B;border-top:1px #78705B;
border-bottom:1px solid #000000;
border-left:1px solid #000000;
border-style:solid;
background-color: #c6092e;
padding: 4px;}

.datatablem { /* added/edited by nic */
border:0px #000000;
border-top:0px;
border-bottom:1px solid #000000;
border-left:1px #000000;
border-style:solid;
padding: 4px;
background-color: #916533;}

.datatableb { /* added/edited by nic */
border:0px;
border-top:0px;
border-bottom:1px #000000;
border-left:1px #000000;
border-style:solid;
background-color: #671f1c;
padding: 4px;}

.datatablebe {
border:1px #78705B;border-top:0px;border-bottom:1px #78705B;
border-left:1px #78705B;border-style:solid;
background-color: #c6092e;
padding: 4px;}

.datatablefigs { /* added/edited by nic */
border:0px solid #000000;
border-top:0px solid #000000;
border-bottom:1px solid #000000;
border-left:1px solid #000000;
border-style:solid;
background-color: #916533;
padding: 4px;}

.datatablefigse { /* added/edited by nic */
border:0px #78705B;
border-top:0px solid #000000;
border-bottom:1px solid #000000;
border-left:1px solid #000000;
border-right:1px solid #000000;
border-style:solid;
background-color: #916533;
padding: 4px;}

.datatabletb { /* added/edited by nic */
border:0px;
border-top:0px;
border-bottom:1px #000000;
border-left:1px #000000;
border-right:1px #000000;
border-style:solid;
background-color: #671f1c;
padding: 4px;}

.datatabletbtot {
border:0px;border-top:1px #78705B;border-bottom:1px #78705B;border-left:1px #78705B;border-style:solid;
background-color: #333333;
padding: 4px;}

.datatabletbm {
border:0px;border-top:0px;border-bottom:1px #78705B;border-left:0px;border-style:solid;
background-color: #333333;
padding: 4px;}

.datatabletbe { /* added/edited by nic */
border:0px #000000;
border-top:0px;
border-bottom:1px #000000;
border-right:1px #000000;
border-style:solid;
background-color: #90632a;
padding: 4px;}

.datatabletbetot {
border:1px #78705B;border-top:0px;border-bottom:1px #78705B;border-left:0px;border-style:solid;
background-color: #333333;
padding: 4px;}

.datatabletbtote {
border:1px #78705B;border-top:1px #78705B;border-bottom:1px #78705B;border-left:1px #78705B;border-style:solid;
background-color: #333333;
padding: 4px;}

#banner { background-image:url(../../images/bannerright.gif);
background-position: center bottom; position: absolute; height:32px; width: 100%; top: 6em; left: 0em;
}

#banner2 {background-image:url(../../images/bannerright2.gif); background-position: center bottom;
background-repeat: no-repeat;
position: absolute; height:93px; width: 650px; top: 0em; right: 0em;}

#logo {background-image:url(../../images/logo.gif); background-position: center bottom;
background-repeat: no-repeat; position: absolute;
height:42px; width: 150px;  top: 1em; left: 1em;}

.weeBorder{
		border: 1px solid #333;
		font-size: 7pt;
		}

/*************************************************	 FORM FORMATTING ****************************************/
.smIndBox{
		height: 100px;
		text-align: center;
		width: 50%;
		border-top: 1px solid #810101;
 		border-right: 1px solid #810101;
 		border-bottom: 1px solid #810101;
 		border-left: 1px solid #810101;
		}

.smIndBoxTwo{

		height: 100px;
		width: 50%;
		text-align: center;
		border-top: 1px solid #810101;
 		border-right: 1px solid #810101;
 		border-bottom: 1px solid #810101;
 		border-left: 1px solid #810101;

		}

.myInputReg { /* added/edited by nic */
		 width: 210px;
		 background-color: #fff;
		 font-size: 0.9em;
		 font-family: Arial, sans-serif, Verdana;
		 color: #000;
		 border: 1px solid #999;
		 margin-bottom: 2px;
		}

.myInputMem { /* edited by nic - jan 2011 */
		 width: 410px;
		 background-color: #fff;
		 font-size: 0.9em;
		 border: 0px solid #810101;
		 color: #000;
		 margin: 0px;
		}

.textFieldReg{
		float: left;
		width: 170px;
		font-weight: normal;
		margin-top: 0px;
}

.textFieldAc{
		float: left;
		width: 170px;
		font-weight: normal;
}

.textFieldPromo{
		float: left;
		width: 120px;
		font-weight: normal;
		margin-top: 3px;
}

.mySubmit { /* edited by nic - jan 2011 */
	height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	background: #F00; /* this colour to remain RED */
	color: #fff;
	border: none;
	font-size: 0.9em;
	font-weight: bold;
		}

.myUpdate { /* added/edited by nic */
	height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	background: #F00; /* this colour to remain RED */
	color: #fff;
	border: 0;
	font-size: 0.9em;
	font-weight: bold;
		}


.myReset { /* edited by nic - jan 2011 */
	height: 20px;
	padding-left: 10px;
	padding-right: 10px;
		background-color: #7b7461;
	font-size: 0.9em;
	border:none;
	color: #fff;
	font-weight:bold;
}

.mySelectCountry { /* added/edited by nic */
		 width: 215px;
		 background: #fff;
		 font-family: Arial, sans-serif, Verdana;
		 font-size: 0.9em;
		 color: #000;
		 border: 1px solid #999;
		 margin-bottom: 2px;
		}

.mySelectReg { /* added/edited by nic */
		 width: 60px;
		 background-color: #fff;
		 font-size: 0.9em;
		 color: #000;
		 margin-bottom: 2px;
		}

.mySelect {
		 width: 160px;
		 background-color: #fff;
		 font-family: Arial, sans-serif, Verdana;
		 font-size: 8pt;
		 color: #000;
		 border: 1px solid #810101;
		 margin: 2px;
		}

.myPollSelect { /* added/edited by nic */
		 width: 130px;
		 background-color: #fff;
		 font-size: 10px;
		 color: #000;
		 margin-top: 5px;
		}

.myPollSubmit { /* added/edited by nic */
		 background-color: #bf0000;
		 font-size: 12px;
		 font-weight: bold;
		 font-family: Arial, Verdana, sans-serif;
		 color: #fff;
		 margin-top: 5px;
		 border: 0;
		 padding-bottom: 3px;
		}

.myPollView  {
		 margin-top: 20px;
		 word-wrap: break-word;
		 background-color: #000;
		 font-size: 12px;
		 font-family: Arial, Verdana, sans-serif;
		 color: #fff;
		 border: 0;
		 font-weight: bold;
		}
#viewPoll{
		margin-top: 30px;
		margin-left:6px;
		}
		
.mySelectMedium {
		 width: 100px;
		 background-color: #fff;
		 font-family:  Arial, Verdana, sans-serif;
		 font-size: 8pt;
		 color: #000;
		 border: 1px solid #810101;
		 margin: 2px;
		}

.textField{
		float: left;
		width: 70px;
		margin-top: 4px;
}


.textFieldDisc{
		float: left;
		width: 100px;
		margin-top: 4px;
}
.textFieldDisc2{ /* added by nic - jan 2011 */
		float: left;
		width: 100px;
		margin-top: 4px;
		margin-left: -100px;
}

.textFieldDL{
		float: left;
		width: 90px;
		margin-top: 4px;}

.myInput {
		 width: 115px;
		 background-color: #000;
		 font-size: 8pt;
		 font-family:  Arial, Verdana, sans-serif;
		 color: #fff;
		 border: 1px solid #810101;
		 margin: 1px;
		}

.textFieldLogin{
		float: left;
		width: 135px;
		margin-left: 9px;
		margin-top: 6px;
		margin-bottom: 3px;
}

.myInputLogin { /* added/edited by nic */
		 width: 90%;
		 float:right;
		 background-color: #fff;
		 font-size: 0.9em;
		 font-family:  Arial, Verdana, sans-serif;
		 color: #000;
		 border: 1px solid #999;
		 margin-right: 9px;
		 margin-top: 3px;
		 margin-bottom: 2px;
		}

.ands {
		text-align: center;
		margin-left: -5px;
		}

.myInputUp { /* edited by nic - jan 2011 */
		 width: 320px;
		 background-color: #fff;
		 font-size: 8pt;
		 font-family:  Arial, Verdana, sans-serif;
		 color: #000;
		 border: 1px solid #810101;
		 margin: 1px;
		}


.myInputPrice{ /* edited by nic - jan 2011 */
		 width:60px;
		 background-color: #fff;
		 font-size: 0.9em;
		 font-family:  Arial, Verdana, sans-serif;
		 color: #000;
		 border: 0px solid #810101;
		 margin: 1px;
		}

.myInputDate{
		 width:100px;
		 background-color: #000;
		 font-size: 8pt;
		 font-family:  Arial, Verdana, sans-serif;
		 color: #fff;
		 border: 1px solid #810101;
		 margin: 1px;
		}

.myTextArea { /* added/edited by nic */
		width: 210px;
		background-color: #fff;
		font-size: 0.9em;
		font-family:  Arial, Verdana, sans-serif;
		color: #000;
		border: 1px solid #999;
		margin-top: 2px;
		height: 100px;
		}

.myTextAreaDisc {
		width: 320px;
		background-color: #000;
		font-size: 8pt;
		font-family:  Arial, Verdana, sans-serif;
		color: #fff;
		border: 1px solid #810101;
		margin: 1px;
		height: 100px;
		}

.rember{
		left: 0.5em;
		position:relative;
		top:-2px;
		}

.statsImage{
	border: 1px solid white;
	margin: 7px;
	}
	
#box { /* added/edited by nic */
	}

.centerGraphs{
		width:100%;
		margin-top: 1em;
		margin-bottom: 1em;
		text-align:center;
		}


/*********************************** NEW CSS FOR VERSION 1.1 ****************************************/
.eNotVerified{
        font-weight: bold;
        color: red;
}

.eVerified{
        font-weight: bold;
        color: green;
}

.eNeither{
        font-weight: bold;
        color: yellow;
}

.moveUp{
        margin-top: -1.2em;
}

.alignCenter{
	text-align: center;
	}

.moveDown{
	margin-top: 0.6em;
	}
	
.divxMsg{
 		color: #cccc99;
 		text-decoration:none;
		font-weight: bold;
		font-size: 8pt;
 		}

.divxMsg A:link{
 		color: #cccc99;
 		text-decoration:none;
		font-weight: bold;
		font-size: 8pt;
 		}

.divxMsg A:visited{
		color: #cccc99;
 		text-decoration:none;
		font-weight: bold;
		font-size: 8pt;
 		}

.divxMsg A:hover{
 		text-decoration:none;
 		color: #78705B;
		font-weight: bold;
		font-size: 8pt;
 		}
 		
.divxLinks{
 		color: #cccc99;
 		text-decoration:none;
 		font-size: 8pt;
 		}

.divxLinks A:link{
 		color: #cccc99;
 		text-decoration:none;
 		font-size: 8pt;
 		}

.divxLinks A:visited{
		color: #cccc99;
 		text-decoration:none;
 		font-size: 8pt;
 		}

.divxLinks A:hover{
 		text-decoration:none;
 		color: #c6092e;
 		font-size: 8pt;
 		}
 		
.mySubmitRed {
 		background-color: #c6092e;
		font-family:  Arial, Verdana, sans-serif;
		font-size: 8pt;
		color: #fff;
		border:1px solid #7b7461;
		}
/********************************* CSS FOR STATS TABLE **********************************************/
.statTopLeft {
	border-right:0px #78705B;border-top:1px #78705B;border-bottom:0px #78705B;border-left:1px #78705B;border-style:solid; 
	background-color: #333333;
	padding: 4px;}
	
.statBotLeft {
	border-right:0px #78705B;border-top:0px #78705B;border-bottom:1px #78705B;border-left:1px #78705B;border-style:solid; 
	background-color: #333333;
	padding: 4px;}

.statTopData {
	border-right:0px #78705B;border-top:1px #78705B;border-bottom:0px #78705B;border-left:0px #78705B;border-style:solid; 
	background-color: #777;
	padding: 4px;}

.statTop {
	border-right:0px #78705B;border-top:1px #78705B;border-bottom:0px #78705B;border-left:0px #78705B;border-style:solid; 
	background-color: #333333;
	padding: 4px;}
	
.statTopRight {
	border-right:1px #78705B;border-top:1px #78705B;border-bottom:0px #78705B;border-left:0px #78705B;border-style:solid; 
	background-color: #777;
	padding: 4px;}
	
.statRight {
	border-right:1px #78705B;border-top:0px #78705B;border-bottom:0px #78705B;border-left:0px #78705B;border-style:solid; 
	background-color: #777;
	padding: 4px;}
	
.statMidLeft {
	border-right:0px #78705B;border-top:0px #78705B;border-bottom:0px #78705B;border-left:1px #78705B;border-style:solid; 
	background-color: #333;
	padding: 4px;}
	
.statMid {
	border-right:0px #78705B;border-top:0px #78705B;border-bottom:0px #78705B;border-left:0px #78705B;border-style:solid; 
	background-color: #777;
	padding: 4px;}
	
.statMidRight {
	border-right:1px #78705B;border-top:0px #78705B;border-bottom:0px #78705B;border-left:0px #78705B;border-style:solid; 
	background-color: #777;
	padding: 4px;}

.statBotRight {
	border-right:1px #78705B;border-top:0px #78705B;border-bottom:1px #78705B;border-left:0px #78705B;border-style:solid; 
	background-color: #777;
	padding: 4px;}

.statMidTitle {
	border-right:0px #78705B;border-top:0px #78705B;border-bottom:0px #78705B;border-left:0px #78705B;border-style:solid; 
	background-color: #333;
	padding: 4px;}

.statBot {
	border-right:0px #78705B;border-top:0px #78705B;border-bottom:1px #78705B;border-left:0px #78705B;border-style:solid; 
	background-color: #333;
	padding: 4px;}
	
/**************************** NEW FOR UPLOAD PAGE ***********************************/

.myInputUpFile {
		 width: 320px;
		 background-color: #333;
		 font-size: 8pt;
		 font-family:  Arial, Verdana, sans-serif;
		 color: #fff;
		 border: 1px solid #810101;
		 margin: 1px;
		}

.dlQuestion{ /* added/edited by nic */
	width: 60px;
	background-color: #bf0000;
	color: #fff;
	font-size: 12px; 
	font-weight:bold;
	}
	
/****************************** NEW FORMS ************************************************/
.myInputRegHi { /* added/edited by nic */
		 width: 210px;
		 background-color: #fff;
		 font-size: 0.9em;
		 color: #000;
		 border: 2px solid #f00;
		 margin: 2px;
		}
		
.myInputEditPage { /* added/edited by nic */
		 width: 210px;
		 background-color: #fff;
		 font-size: 0.9em;
		 color: #000;
		 border: 0px solid #810101;
		 margin-bottom: 2px;
		}
		
.mainNewsTitle{ /* added/edited by nic */
	font-weight: bold;
	font-size: 1.2em;
	color: #671f1c;
	}

.mainNewsTime{ /* added/edited by nic */
	font-size: 0.8em;
	color: #CCC;
	}
	
.newsTitle{ /* added/edited by nic */
	font-weight: bold;
	font-size: 1em;
	color: #fff;
	}
	
.newsTitle A:link{ /* added/edited by nic */
	font-weight: bold;
	font-size: 1em;
	color: #fff;
	}

.newsTitle A:visited{ /* added/edited by nic */
	font-weight: bold;
	font-size: 1em;
	color: #fff;
	}

.newsTitle A:hover{ /* added/edited by nic */
	font-weight: bold;
	font-size: 1em;
	color: #edc894;
	}

.newsTime{ /* added/edited by nic */
	font-size: 0.7em;
	color: #CCC;
	}

.newsTitleIndex A{ /* added/edited by nic */
	font-weight: bold;
	font-size: 1m;
	color: #edc894;
}

.newsTitleIndex A:visited{ /* added/edited by nic */
	font-weight: bold;
	font-size: 1m;
	color: #edc894;
}

.newsTitleIndex A:hover{ /* added/edited by nic */
	font-weight: bold;
	font-size: 1em;
	color: #fff;
}

.newsTitleIndex2 A{ /* added/edited by nic */
	font-weight: bold;
	font-size: 1em;
	color: #edc894;
}

.newsTitleIndex2 A:visited{ /* added/edited by nic */
	font-weight: bold;
	font-size: 1em;
	color: #edc894;
}

.newsTitleIndex2 A:hover{ /* added/edited by nic */
	font-weight: bold;
	font-size: 1em;
	color: #fff;
}

.gigTitleIndex { /* added/edited by nic */
	font-weight: bold;
	font-size: 0.8em;
	color: #fff;
}
.newsTimeIndex { /* added/edited by nic */
	font-size: 0.8em;
	font-weight: bold;
	color: #000;
	}
 		

.descOpac {
	color: #9E9E9E;
}


.shortDesc{ /* added/edited by nic */
	font-size: 0.8em;
	color: #fff;
	}

.shortDescIndex2{ /* added/edited by nic */
	font-size: 0.7em;
	color: #fff;
	}
.newsHead{
		
		font-size: 24px;
		font-weight: bold;
		}
		
.newsHeadNew{
	font-size: 1.3em;
	height: 35px;
	line-height: 35px;
}

#viewAllNews {
	float: right;
	margin-top: -22px;
	margin-right: 0px;
	font-size: 0.9em;
}


/******* Jscroll containers for index **************************/
.scroll-pane {
	overflow: auto;
	background: #ccc;
}
	

	
a.jScrollArrowUp {
	background: url(../images/basic_arrow_up.gif) no-repeat 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(../images/basic_arrow_down.gif) no-repeat 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #c6092e;
	height: 9px;
}
a.jScrollArrowUp:hover {
	background-color: #fff;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #c6092e;
	height: 9px;
}
a.jScrollArrowDown:hover {
	background-color: #fff;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-color: #fff;
}
/********************** end jScroll **************************/


		
/**:first-child+html .gigsHeadCont{
		margin: 0px 20px 9px 0px;
		border: 0px solid orange;
		height: 35px;
		}*/

*html .gigsHead{
		margin: 0px 20px -10px 0px;
		padding: 6px 0px 6px 0px;
		border-top: 0pt solid #000;
		border-bottom: 0pt solid #000;
		}

.gigsTxt{
	font-size: 1.2em;
	height: 35px;
	line-height: 35px;
	float: right;
	margin-right: -20px;
	}
	
.mySelectUpload {
		 width: 212px;
		 background-color: #fff;
		 font-family:  Arial, Verdana, sans-serif;
		 font-size: 8pt;
		 color: #000;
		 border: 1px solid #810101;
		 margin: 2px;
		}
		
#newsHeadCont{
	border: 0px solid yellow;
	height: 35px;
	width: 100%;
	}
	
#scroller{/* added/edited by nic */
	width: 142px;
	height: 18px;
	overflow:hidden;
	white-space: nowrap;
	border: 0px solid blue;
	}

.rightArrowScroll{/* added/edited by nic */
	position: relative;
	left: 158px;
	top: -16px;
	
	}
.scrollLinks{
	font-size: 8pt;
	}

#newsDropDown {
	float: right;
	margin-right: 20px;
}

#selectCategoryBox {
	width: 500px;
	margin-top: 20px;
	margin-bottom: -25px;
	float: right;
}

#selectCategoryText {
	margin-bottom:5px;
	width: 300px;
	margin-right:180px;
	text-align: right;
}

#slickbox{/* added/edited by nic */
	border: 0px solid red;
	width: 170px;
	height: 20px;
	position: relative;
	left: 80px;
	top: -20px;
	float: right;
	margin-right: 85px;
	}

.dividers{
	color: #9c9c9c;
	}
	
#newsItemsList{
	list-style: none;
	}

.itemBar{
	border: 1px solid #810101;
	background: #000;
	margin-top: 5px;
	padding: 5px;
	overflow: hidden;
	}
	
.myTextAreaWidget { /* added/edited by nic */
		width: 290px;
		background-color: #fff;
		font-size: 1em;
		color: #000;
		border: 1px solid #810101;
		height: 60px;
		}
		
.indexLinks{
	color: #fff;
	}
	
.indexLinks A:link{
	color: #fff;
	}

.indexLinks A:visited{
	color: #fff;
	}
	
.indexLinks A:hover{
	color: #671f1c;
	}
	
.catLinks{
	color: #b2b2b2;
	font-size: 8pt;
	font-weight: bold;
	float: right;
	margin-top: -20px;
	margin-right: 1px;
	}
	
.catLinks A:link{
	color: #b2b2b2;
	font-size: 8pt;
	font-weight: bold;
	}

.catLinks A:visited{
	color: #b2b2b2;
	font-size: 8pt;
	font-weight: bold;
	}
	
.catLinks A:hover{
	color: #c6092e;
	}
	
.viewAllGigs{
	position: absolute;
	top: 13px;
	font-size: 0.9em;
	}

	
*:first-child+html .fixReg{
	margin-top: 3px
	}
	
.fixReg{
	margin-top: 6px
	}
	
.catTable{
	border: 1px solid #810101;
	}
	
.membersHead {
	color: #671f1c;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
	}

.moveRemove{
	margin-top: 3px;
	margin-bottom: 0px;
	}
	
*:first-child+html .moveRemove{
	margin-top: -29px;
	}
	
.tblHeadPost {
		/* border:1px #78705B;
		border-top:1px #78705B;
		border-bottom: 0px solid #78705B;
		border-left:1px solid #78705B;
		border-style:solid; */ /* these 5 lines above are commented out on lba */
		background-color: #82531f;
		padding: 4px;
		}


.indexEditBtns{
	/*position: absolute;
	top: 10px;
	right: 5px;*/
	float: right;
	}
.rankButtons{
	margin-top: -12px; 
	margin-left: -50px;
	}
	
*:first-child+html  .rankButtons{
	margin-top: -34px; 
	margin-left: -50px;
	}

*:first-child+html .moveThis{
	margin-top: -20px; 
	margin-bottom: -20px;
	}
	
*html .moveThis{
	margin-top: -20px; 
	margin-bottom: -20px;
	}

.widgetLink { /* added/edited by nic */
	margin-left: 1px;
	font-size: 0.9em;
}


/************************** new with lang upgrade *******************************/
a.buttonOne{ /* added/edited by nic */
	height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	background: #671f1c;
	color: #fff;
	margin-bottom: 5px;
	font-size: 0.9em;
	font-weight: bold;
	}
	
a.buyButton{ /* added/edited by nic */
	height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	background: #671f1c;
	color: #fff;
	margin-bottom: 5px;
	font-size: 0.9em;
	font-weight: bold;
	}
	
#accessButton{
	height: 35px;
	width: 120px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	background: #F00; /* this colour to remain RED */
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	font: arial;
	text-align: center;
	float: right;
	margin-top: 0;
	}
	
a.infoButton{ /* added/edited by nic */
	height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	background: #333;
	color: #fff;
	margin-bottom: 5px;
	font-size: 0.9em;
	font-weight: bold;
	}

a.buttonTwo{ /* added/edited by nic */
	height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	background: #333;
	color: #fff;
	margin-bottom: 5px;
	font-size: 0.9em;
	font-weight: bold;
	}
	


/** use this one for submit buttons **/
.buttonThree{ /* added/edited by nic */
	height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	background: #F00; /* this colour to remain RED */
	color: #fff;
	border: 0;
	font-size: 0.9em;
	font-weight: bold;
	}
	
*:first-child+html .buttonThree{
	height: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	background: #671f1c;
	color: #fff;
	border: 0;
	font-size: 12px;
	font-weight: bold;
	font: arial;
	}
	
.buttonFour{
	height: 15px;
	padding-left: 10px;
	padding-right: 10px;
	background: #7c7a7c;
	color: #fff;
	border: 0;
	font-size: 8pt;
	}
	
a.buttonFiveFixed{ /* added/edited by nic */
	float: right;
	height: 18px;
	display: block;
	width: 85px;
	background: #671f1c;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	}

a.buttonSix{ /* added/edited by nic */
	float: right;
	height: 18px;
	display: block;
	width: 85px;
	margin-left: 4px;
	background: #333333;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center
	}

.loginButton{ /* added/edited by nic */
	height: 20px;
	width: 105px;
	margin-top: 5px;
	background: #671f1c;
	color: #fff;
	padding-bottom: 6px;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	border: 0;
	}
	
*:first-child+html .loginButton{
	height: 19px;
	width: 85px;
	margin-top: 1px;
	background: #671f1c;
	color: #fff;
	padding-top: 3px;
	padding-bottom: 7px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border: 0;
	}
	
*html .loginButton{
	height: 19px;
	width: 85px;
	margin-top: 1px;
	background: #671f1c;
	color: #fff;
	padding-top: 3px;
	padding-bottom: 7px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border: 0;
	}

.dimImage{
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
}

#positionFlags{
	position: relative;
	float: right;
	margin-right /*\**/: 5px\9; /* hack for IE8 */
}

/** New date picker stuff ***/
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/calendar.jpg) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}


#viewNews{ /* added/edited by nic */
	display:none;
	position:absolute;
	height: 425px;
	width:750px;
	background:#A67C52;
	border:1px solid #CCC;
	z-index:500;
	padding:15px;
	scrollbar-3dlight-color:#333;
	scrollbar-arrow-color:#fff;
	scrollbar-base-color:#000;
	scrollbar-darkshadow-color:#333;
	scrollbar-face-color:#000;
	scrollbar-highlight-color:#666;
	scrollbar-shadow-color:#000;
	overflow-y: auto;
	overflow-x: hidden;
}

#popupBackground{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:400;
}

.formatStock{
	font: arial;
	font-weight: bold; 
	font-size: 11px; 
	margin-right:-6px;
}

*:first-child+html .formatStock{
	font: arial;
	font-weight: bold; 
	font-size: 11px; 
	margin-top: -13px;
	position: relative;
}

label.error { 
	float: none; 
	color: red; padding-left: .5em; 
	font-weight: bold;
	}
	
.boldHelp{
	   font-weight: bold;
}

#table-1 td { /* added/edited by nic */
	background-color: #671f1c;
}
.IPNinfo {
	font-size: 0.7em;
	color: #fff;	
}

/****** New for referrers 25-09-10 *******/
.standardAdminForm{
     margin: 0;
     padding:0;
         
}
.standardAdminForm fieldset{
    border: 0;
    margin-left: -45px;
     padding:0;

}

.standardAdminForm legend{
     font-size: 20px;
     font-weight: normal;
     color: #FFF;
     
     padding: 5px;
}

.standardAdminForm ol{
     list-style: none;
}

.standardAdminForm ol li{
     padding: 5px;
     
}

.standardAdminForm label{
     display: block;
     margin-left: 2px;
     font-size: 13px;
     color: #FFFFFF;
}

.standardAdminForm input[type='text']{
     width: 300px;
     border: 1px solid #333;
     padding: 2px;
     background: white;
     color: #333;
     
}

.standardAdminForm select{
     border: 1px solid #333;
     padding: 2px;
    background: white;
    min-width: 300px;
}

.standardAdminForm input[type='password']{
     min-width: 300px;
     border: 1px solid #333;
     padding: 5px;
}

.standardAdminForm textarea{
     min-width: 300px;
     min-height: 80px;
     border: 1px solid #333;
     padding: 5px;
}

.standardAdminForm .submit{
     background: #c6092e;
     color: white;
     padding: 3px 5px 3px 5px;
     border: 0;
     font-weight: bold;
}

.standardAdminForm label.error {
            clear: left;
            color: red;
            font-size:11px;
            margin: 0;
        }
	
.buttonTwoRef{
     background: #7c7a7c;
     color: white;
     padding: 3px 5px 3px 5px;
     border: 0;
     font-weight: bold;
}

#existingReferrers{
	padding: 0;
	margin:0;
}

#existingReferrers li{
	list-style: none;
	display: block;
	height: 56px;
	border: 1px solid #cacaca;
	padding: 7px;
	margin: 5px;
	font-size: 12px;
}

#existingReferrers li b{
	display: block;
	float: left;
	width: 120px;
}

#existingReferrers li .links{
	float: right;
	margin-right: 10px;
	display: block;
	padding: 3px 6px 3px 6px;
	margin-top: -3px;
	background: #656565;
	color: white;
}

#existingReferrers li .links:hover{
	background: #444444;
	color: #9B9B9B;
}

.popupBox{
	width: 450px;
	height: 200px;
	padding: 10px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	background: #394b54;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -75px;
	margin-left: -225px;
	display: none;
	font-size: 12px;
}

#mailFolderTree { /* added by nic - jan 2011 */
	font-size: 0.9em;
}

#socialNetworks{
	float: right;
	clear: right;
	margin:10px 0 0 0;
}

#socialNetworks ul{
	margin: 0;
	padding: 0;
}

#socialNetworks ul li{
	list-style: none;
	display: block;
	float: left;
}

#socialNetworks ul li a img{
	margin-left: 3px;
}

.staticCentre{
	width: 970px;
	margin: 0 auto;
	background: #A27D53;
	padding: 10px;
	border: 2px solid #671E28;
}

.centreOuter{
	width: 990px;
	margin: 0 auto;
}

.floatRight{
	float: right;
}

.clear{
	clear: both;
}

.textJustify{
	text-align: justify;
}
