@charset "windows-1252";

/*
File: just10.css
Author: Nathan Davies
Created: 09/05/2007
Purpose: To provide the style for the Just10 pages of the NE1Online.org site
*/

/* Basic Formatting and Layout Options*/

html, body
{
height:100%;
}

html
{
background:#D3E2EB;
}

body
{
font-size:12px;
font-family: verdana, "trebuchet MS", helvetica, sans-serif; 
line-height: 1.5;
width:1024px;
}		  

table,tr,td,p
{
font-family: verdana, "trebuchet MS", helvetica, sans-serif;
font-size:12px;
}
h1,h2,h3,h4,h5,h6
{
color:#000080;
margin:4px;
padding:0px;
margin-left:0px;
}

h1
{
font-size:18px;
}

h2
{
font-size:16px;
}			

h3
{
font-size:14px;
}
  
h4
{
font-size:12px;
}
			
h5
{
font-size:10px;
}

li
{
color:#000000;
}

/* Classification */

.lrMargin
{	
position:absolute;
top:140px;
left:156px;
width:650px;
}	

div.maintext
{	
position:absolute;
top:240px;
left:156px;
width:650px;
}	

div.maintextleft
{	
position:absolute;
top:140px;
left:156px;
width:320px;
}

div.maintextright
{	
position:absolute;
top:140px;
left:485px;
width:320px;
}

div.left
{	
position:absolute;
top:50px;
left:1px;
width:153px;
margin:0;
padding:1em;
} 

div.right
{	 
position:absolute;
top:50px;
left:806px;
width:204px;
margin:0;
padding:1em; 
} 

div.next
{
position:absolute;
top:420px;
left:365px;
}

div.previous
{
position:absolute;
top:420px;
left:1px;
}

div.movie
{
position:absolute;
width:425px;
height:350px;
top:140px;
}

img.titleimg
{
position:absolute; 
top:5px;
left:226px;
width:520px;
}			 

img.header							  
img.separator 
{
background:transparent; 
}	

img.footer
{
float:right;
background:transparent;
}
img.intext
{
background:transparent;
text-align:center;
}	  

hr.sidebar
{
width:55px;
height:1px;
}

ul.navigation
{
font-family: verdana, "trebuchet MS", helvetica, sans-serif;
font-size:14px;
list-style-type:none;
}  

ul.bulleted
{
list-style:outside circle; 
font-family: verdana, "trebuchet MS", helvetica, sans-serif;
font-size:14px;
} 	  

.linklist
{
font-size:14px;
color:#000080;
}

p.subheaderred
{
font-size:18px;
font-weight:bold;
color:#DA392E;
}	   

p.copyright
{
font-size:8px;
font-style:italic;
color:#808080;
}

p.subscribe
{
font-size:10px;
font-style:italic;
color:#808080;
}

p.warning
{
color:#FF0000;
} 

td.extrainfo
{
font-size:10px;
font-style:italic;
}
	 
a.linkleft
{
float:left;
}

/* the order of items relating to links is vital in order for them all to be effective */
a:link,
a:visited
{
color:#000080;
text-decoration:none;
}	   

a:hover
{
color:#000080;
text-decoration:underline;
}		 

a:active
{
color:#000080;
text-decoration:none;
}


/* Form Design */

div.row
{
	clear				: both;
	padding-top			: 3px;
	padding-bottom		: 5px;	
}					  

div.rowItalics
{
	font-style			: italic;
}


	div.row hr
	{
		width			: 390px;
		margin-left		: 2px;
		margin-right	: 2px;
		height			: 1px;
	}

div.row span.label 
{
	padding-left		: 5px;
	padding-right		: 0px;
	float				: left;
	width				: 100px;
	text-align			: right;  
}

span.warninglabel
{	
	padding-left		: 0px;
	padding-right		: 0px;	
	padding-top			: 0px;
	padding-bottom		: 0px;
	width				: 100px;
	text-align			: right;
}

div.row span.formw 
{
	float				: right;
	width				: 280px;
	text-align			: left;	 
} 								 

	span.formw img
	{  
		float				: left; 
		padding-right		: 2px ;
		padding-left		: 2px ;
	} 
	
	span.formw select
	{
		width				: 250px;
	}

div.finalText
{
	display				: none;
	position			: absolute ;
	left				: -900px ;
}