/* 
CSS Implementation
		AFI Uk Fan Pack
		
Date
		24th February 2003
		
Author
		 Rich McCoy
	 	rich.mccoy@pool.net
		
Agency
		Pool.net LTD
		http://www.pool.net
		+44 (0)1733 253 723
		
*/

/* stuppid browser trap */
#dummy
{
	background : Black;
}

/* general body rules with tiled background*/
.mainbody
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #000000;
	background-image: url(../pixels/bgtile.gif);
	margin: 0px;
	padding: 0px;
	background-attachment : fixed;
}

/* popup  body rules without tiled background */
.subbody
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #ffffff;
	margin: 5px;
	padding: 5px;
	background : url(../pixels/paper.jpg) fixed;
}


/* general paragraph rules */
p, td, th, input, select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color : Black;
	margin-top : 4px;
	margin-bottom: 4px;
	margin-right:7px;
}

th
{
	background-color : #630000;
	color : White;
}

/* the rules paragraph rules */
.subbody p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color : Black;
	margin-top : 8px;
	margin-bottom: 8px;
	margin-right:0px;
}

/* the rules paragraph rules */
.subbody ol
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color : Black;
	margin-top : 8px;
	margin-bottom: 8px;
	margin-right:0px;
}

/* the rules paragraph rules */
.subbody ul
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color : Black;
	margin-top : 8px;
	margin-bottom: 8px;
	margin-right:0px;
	margin-left: 5px
}

/* the rules paragraph rules */
.subbody ul
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color : Black;
	margin-top : 8px;
	margin-bottom: 8px;
	margin-right:0px;
}

/* general link rules */
a
{
	color : Black;
	text-decoration : underline;
}

/* link hover psudoclass */
a:hover
{
	color : Black;
	text-decoration : none;
}



/*  Sudo flash loading notification */
#loading
{
	position : absolute;
	height : auto;
	width: auto;
	top: 40px;
	left: 40px;
	z-index : 8;
	color : #630000;
	background-color : White;
	padding : 5px 5px 5px 5px;
	vertical-align : middle;
}


/* Family pannel rules */
#one, #two, #three
{
	position : absolute;
	width: 303px;
	height : 477px;
	top: 30px;
	z-index : 1;
	visibility : hidden;
	background : url(../pixels/paper.gif);
}


/* first pannel */
#one
{
	left: 40px;
}

/* second pannel */
#two
{
	left: 350px;
}

/* third pannel */
#three
{
	left: 665px;
}

/* ONE GROUP */

#afilogo
{
	position : relative;
	left: 85px;
	top: 30px;
	z-index : 2;	
}

#afiphoto
{
	position : relative;
	left: 60px;
	top: 40px;
	z-index : 2;
}

#afiphototext
{
	position : relative;
	left: 60px;
	top: 45px;
	z-index : 2;
	width : 183px;
}

/* TWOGROUP */

#title_news
{
	position : relative;
	left: 20px;
	top: 25px;
}

#title_tour
{
	position : relative;
	left: 20px;
	top: 250px;
}


/* SCROLLING CONTROLLERS  */

#newsup
{
	position: absolute;
	width:30px;
	height:22px;
	z-index:5;
	left: 615px;
	top: 110px;
	visibility: hidden;
}

#newsdown
{
	position:absolute;
	width:54px;
	height:21px;
	z-index:3;
	left: 615px;
	top: 298px;
	visibility: hidden;
}

#tourup
{
	position: absolute;
	width:30px;
	height:22px;
	z-index:5;
	left: 615px;
	top: 380px;
	visibility: hidden;
}

#tourdown
{
	position:absolute;
	width:54px;
	height:21px;
	z-index:3;
	left: 615px;
	top: 470px;
	visibility: hidden;
}

#rulesup
{
	position: absolute;
	width:30px;
	height:22px;
	z-index:5;
	left: 265px;
	top: 70px;
	visibility: visible;
}

#rulesdown
{
	position:absolute;
	width:54px;
	height:21px;
	z-index:3;
	left: 265px;
	top: 268px;
	visibility: visible;
}

/* THREE GROUP  */

#threecontent
{
	position : relative;
	top : 20px;
	left : 20px;
	width : 200px;
}

#logos
{
	position : absolute;
	top : 15px;
	left : 290px;
	width : auto;
}

.colour
{
	background : #630000;
	color: white;
	display : inline;
	padding : 2px 2px 2px 2px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}

color a:hover
{
	color : white;
}

/* FANSITE PACK   */
#fansitelogin
{
	position : absolute;
	left : 10;
	top : 70px;
	border : 1px solid #630000;
}

#pleasenote
{
	position : absolute;
	left : 10;
	top : 240px;
}
