/* © 2009 Darren Dignam - Hosted free at BlocSoft.com */
html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/* vertical-align: baseline; */
	background: transparent;
}

 body {
/*	overflow:hidden;  */
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#A8B9FD;
	min-width:990px;    /* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
		font-style: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: "Lucida Sans Unicode";
    }
	a{ color:#ddd; }
	
	.fakea {
		cursor:pointer;
    	color:#ddd;
		text-decoration: underline;
	}
a:link		 		{color: #000; text-decoration: underline; }
a:visited 			{color: #e00; text-decoration: underline; }
a:hover, .fakea:hover	{color: #061282; text-decoration: none; }
a:active 			{color: #061282; text-decoration: underline; }

/* make text trans */
.transparent {
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
float:left;
text-align:center;
padding-left:8px
}

/*transparent div background */
.trans_box2 {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='50p_fff.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box2[class] {
  background-image:url(50p_fff.png);
}


ul{
    margin: 0 auto;
}
ul.nav li{
    text-align: center;
    float: left;
    list-style: none;
    border: 1px solid #fff;
	background:#ccc;
	margin:2px;
	padding:4px 0px;
}
ul.nav li:hover{
background: #fff;
	border: 1px solid #000;
}
ul.nav li.active{
	background: #fff;
	border: 1px solid #000;
}
li > a  { text-decoration: none;
	   padding:0 4px 0 20px; }
li > img{ margin:0 -14px -2px 4px; width:16px; height:16px; }
	
h3 {
	font-size: 14px;
	margin:.8em 0 .2em 0;
    }
p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
b{ font-weight: bold }
.rightcol_td {
margin:1px; padding:1px;
border: 1px solid #fff;
background:#fff;
width:50%;
}
	/* Header styles */
 
#movie{
min-height:385px;
background: url(loading.gif) center no-repeat;
}	
#aboutmovie {
text-align:center;
border: 1px dashed #ff3366;
background:#FFFFFF;
margin-top:10px;
padding-left:2px;
min-height:110px;
}
#divad{
float:right;
padding-top:15px;
padding-right:8px;
}

/* result styling */
#content
{
width:auto
}
.presult{
cursor:pointer;
text-align:left;
float:left;
padding:5px;
margin:10px 0px;
border-bottom:4px solid #ccc;
border-left:4px solid #ccc;
width:100%;
}
.qresult{
text-align:left;
float:left;
padding:5px;
margin:10px 0px;
border-bottom:4px solid #ccc;
border-left:4px solid #ccc;
width:100%;
}
.presult:hover, .qresult:hover {
border-bottom:4px solid #000;
border-left:4px solid #000;
}
#div_login
{
	float:right;
	text-align:center;   
	padding:5px;
	width:auto;   
	margin:1px; 
}
.search_new {
    width:500px;
	height:115px;
	clear:both;
    background: url(bubble1.gif) no-repeat;
}
.search_new .s_new {
	position:relative;
	padding: 0;
	margin: 38px 0 0 -45px;
	border: 0;
	width: 370px;
	background: none;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: "Lucida Sans Unicode";   
	text-align:center;
}
.s_old{ width: 370px; }
.s_plain {
float:left;
font-size:16px;
margin:2px 2px 2px 10px;
padding:2px;
width:370px;
}

input{ border:2px solid #ccc; }
input:focus{ border:2px solid #e00; }

#result_box{
/*	width:80%; 
	padding: 5px 10px 5px 5px;
	border: 2px solid #000000; */ 
}
#result_item{
float:left;
text-align:left;
padding:5px;
margin:5px;
width:100%;
}
/*////////////////////////////////////////////////////////////
				Preview Window
////////////////////////////////////////////////////////////*/
#preview
{
margin:5px;
/* width:425px; */
background:#000 url(loading.gif) center no-repeat;
visibility:hidden;
position:absolute;
border: 4px solid #000
}
/*////////////////////////////////////////////////////////////
				Layout....
////////////////////////////////////////////////////////////*/
#header, #all{
width:100%;
min-width:990px;
text-align:left;
float:left;
padding:4px;
color:#000;
background: #000 url(blocsearch.gif) right no-repeat;
text-align:center;
}
/* position:absolute;
 position: fixed;
z-index:20; 
}
.header[class] {		/*ie ignores this 
position: fixed;
z-index:20;
} */

	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
		padding-top:10px;
		/* margin-top:40px;  fixed search bar thingy */
	}
/*	.colmask[class] {		ie ignores this 
		margin-top:40px;
	}  */
	
	/* 2 column right menu settings */
	.rightmenu {
	    /* background:url(starback.jpg) #ccc; */
	}
	.rightmenu .colleft {
        float:left;
        width:200%;
        margin-left:-415px;
        position:relative;
        right:100%;
        background:#fff;
    }
    .rightmenu .col1wrap {
	    float:left;
	    width:50%;
	    position:relative;
	    left:50%;
	    padding-bottom:1em;
	}
	.rightmenu .col1 {
    /*    margin:0 15px 0 430px;
        overflow:hidden; */
		margin:0 15px 0 420px;
		overflow:hidden;
		padding-right:15px;
	}
    .rightmenu .col2 {
        float:right;
        width:385px;
        position:relative;
        left:400px;
    }
.nojs{	
height:350px;
padding-top:150px;
text-align:center;
}
/*////////////////////////////////////////////////////////////
				Right Column....
////////////////////////////////////////////////////////////*/
#rightad {
float:right;
margin:5px;
margin-right:-15px;
}

/* google news API tweaks! */
.gfg-root
{
background: #fff;
}
/*////////////////////////////////////////////////////////////
				Crap....
////////////////////////////////////////////////////////////*/
#thumb
{
text-align:center;
color:#f00;
float:left;
padding:5px;
margin:5px;
border: 0px;
border:1px dashed #ffd6e0;
width:18%;
height: 180px;
cursor:pointer;
overflow:hidden;    /* This chops off any overhanging 
background:#fff;
*/
}
#thumb:hover{
background: #fff;
border:1px SOLID #000000;
}
#little {
	font-size:12px;
	color:#ff33669;
	font-family: "Arial Black";
	font-style: normal;
}
h1 {
	font-style: normal;
	font-weight:bold;
	font-size: 16px;
	font-family: "Arial Black";
	margin:.8em 0 .2em 0;
	color: #061282;	
}
h2 {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	font-family: "Arial Black";
	margin:.4em;
	color: #061282;	
}
#frame1
{
width:100%;
}
table.floatingHeader
{
	background-color: #000000;
	color:#ffffff;
}
#chatview{
text-align:left;
padding:5px;
margin:0px 5px 5px 5px;
border: 2px solid #ff3366;
background:#fff;
}
#ctable{
margin:0px 5px 5px 5px;
background:#000;
}
/*noscript*/
.alert {
	background: #fff6bf url(alert.gif) 15px 50% no-repeat;
	text-align:center;
	margin:30px;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}


/*/////////////////////////////////*/

.popped{
padding:0px;
border: 4px solid #061282;
position:absolute;

/*	document.getElementById(divId).style.padding='5px';
//	document.getElementById(divId).style.background='#000';
//	document.getElementById(divId).style.color='#fff';
//	document.getElementById(divId).style.position='absolute';
//	document.getElementById(divId).style.border='4px solid #061282'; */

}