/*  */

.red {
color:#FF0000;
}
/* trailer */

a.link_bad_trailer:link{
	color:#333333; 
	text-decoration:underline;
}

a.link_bad_trailer:visited{
	color:#333333;
	text-decoration:underline;
}

a.link_bad_trailer:hover{
	color:#333333;
	text-decoration:none;
}


/* AJAX STUFF 2*/
	
	/* Big box with list of options */
	#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:300px;	/* Width of box */
		height:300px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #317082;	/* Dark green border */
		background-color:#FFF;	/* White background color */
		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:#317082;
		color:#FFF;
	}
	#ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
	}
	
	form{
		display:inline;
	}
	
	

/* AJAX Stuff */
#txtHint{
position:absolute;
border:1px solid #E3E3E3;
font:normal 11px Verdana;
/*line-height: 18px;*/
z-index: 100;
background-color: white;
width: 134px;
}
/* ADS */
.xstooltip 
{
visibility: hidden; 
position: absolute; 
top: 0;  
left: 0; 
z-index: 2; 
font: normal 12pt sans-serif; 
padding: 3px; 
border: solid 1px;
background-color:#339999;
background-repeat: repeat;  
/* background-image: url(images/blue.png); */
}
/* Old Stuff */


tr.header
{
	background-color:#999999;
}
tr
{
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom:thin;
	
}


body{
margin:0px;
padding:0px;
background:/*#28313A old*//*#35414F*/#333;
/*background-image:url(../images/bg.jpg);*/
text-align:center;
font:11px Verdana,Arial,Helvetica,sans-serif;
}
#container{
float:left;
width:700px;
margin:auto;
padding-bottom:20px;
}
#ads{
padding-top:70px;
padding-left:200px;
width:160px;
float:left;
padding-bottom:20px;
}

/******* form *************/
.index_input{
width:320px;
padding:6px;
font-size:14px;
margin-bottom:10px;
}

.index_button{
padding:5px;
font-size:14px;
}

.id1{
width:134px;
}

.id2{
width:53px;
}
/***********************/
/* basic styles */
h1,h2,h3,h4,h5,h6{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:lighter; 
margin:10px 0px 0px 0px;
color:#222;
}
h1{
font-size:16px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
color:#333;
}
h1 a{
font-size:15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
color:#0a294f;
text-decoration:underline;
}
h2{
font-size:15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
color:#0a294f;
}
h3{
font-size:15px;
color:#202f0f;
}
h4{
font-size:15px;
color:#911322;
}
h5{
font-size:15px;
color:#af3d0a;
}
h6{
font-size:11px;
font-weight:bold;
color:#222;
}
del{
color:#999;
}
acronym{
/*border-bottom:1px dotted #222;*/
border:none;
background:url(../images/dottedborder_dark.gif) repeat-x bottom center;
padding-bottom:1px;
cursor:help;
}
hr{
width:100%;
border:0;
margin:5px 0px !important;
margin:2px 0px 5px 0px;
height:1px;
color:#777;
background-color:#777;
}
a {
color:#3366CC;
font-weight: normal;
font:11px Verdana,Arial,Helvetica,sans-serif;
text-decoration:none;
}
.big a
{
font:11px Verdana,Arial,Helvetica,sans-serif;
}
.big
{
font:11px Verdana,Arial,Helvetica,sans-serif;
}
.norm
{
font:11px Verdana,Arial,Helvetica,sans-serif;
}
a:hover{
text-decoration:underline;
}
p{
line-height:22px;
margin:5px 0px 15px 0px;
/*text-align:justify;*/
}
.noborder{
border:0;
}
#content ul{
margin:0px;
padding:0px 10px 5px 15px;
list-style-type:none;
}
#content ol{
margin:0px;
padding:0px 10px 5px 33px;
}
#content ul li{
padding-bottom:7px;
background:transparent url(../images/arrow.gif) no-repeat 0px 5px;
padding-left:10px;
}
#content ol li{
padding-bottom:7px;
}
#content ul li ul{
margin:8px 0px -7px 0px;
}
/* I can't get <pre> to display inline very well so just use <span class="pre"> */
#content .pre{
font:11px "Courier New",Courier,sans-serif;
color:#af454a;
}
img{
border:none;
}
img.floatright,
img.floatleft,
#left img{
/* border:1px solid #222; */
}
a:hover img.floatright,
a:hover img.floatleft,
#left a:hover img{
border:1px solid #587348;
}
/* floats, positioning, and widths */
.floatleft{
float:left;
}
.floatright{
float:right;
}
.w50{
width:50%;
}
.floatleft p{
padding:0px 10px 0px 0px;
}
.floatright p{
padding:0px 0px 0px 10px;
}
img.floatleft{
margin:15px 15px 5px 0px;
}
img.floatright{
margin:15px 0px 5px 15px;
}
/* rounded corners */
.tl{background:#222 url(../images/corners/tl.gif) no-repeat top left;}
.tr{background:transparent url(../images/corners/tr.gif) no-repeat top right;}
.br{background:transparent url(../images/corners/br.gif) no-repeat bottom right;}
.bl{background:transparent url(../images/corners/bl.gif) no-repeat bottom left;}
.ltl{background:#efefef url(../images/corners/l_tl.gif) no-repeat top left;}
.ltr{background:transparent url(../images/corners/l_tr.gif) no-repeat top right;}
.lbr{background:transparent url(../images/corners/l_br.gif) no-repeat bottom right;}
.lbl{background:transparent url(../images/corners/l_bl.gif) no-repeat bottom left;}
/* blockquotes and code*/
blockquote{
min-height:35px;
width:100%;
display:block;
margin:10px auto;
/*background:transparent url(../images/blockquote/quote.gif) no-repeat 10px 10px; */
}
* html blockquote{
min-height:35px;
height:auto !important;
height:35px;
}
blockquote p{
margin:0px;
line-height:17px;
padding:10px 10px 10px 50px;
}
blockquote span{
color:#999;
font-size:9px;
padding-top:5px;
display:block;
}
blockquote span a{
color:#555;
text-decoration:none;
}
blockquote span a:hover{
text-decoration:underline;
}
blockquote.go{
background:transparent url(../images/blockquote/go.gif) no-repeat 10px 50%;
}
blockquote.none{
}
blockquote.stop{
background:transparent url(../images/blockquote/stop.gif) no-repeat 11px 50%;
}
blockquote.exclamation{
background:transparent url(../images/blockquote/exclamation.gif) no-repeat 23px 50%;
}
code{
display:block;
width:92%;
margin:0px auto 15px auto;
line-height:17px;
}
code .red{
color:#af454a;
}
/* forms */
form select,
form input,
form textarea{
font:11px Verdana,Arial,Helvetica,sans-serif;
border:1px solid #888;
}
form input:hover,
form input:focus,
form textarea:hover,
form textarea:focus,
form select:hover,
form select:focus{
background-color:#f9f9f9;
/*border:1px dotted #888;  optional thought */
border:1px solid #444;
}
form select{
padding:1px;
}
form input{
padding:1px;
}
form option{
font-size:11px;
}
form label{
display:block;
color:#777
}
form textarea{
padding:1px;
line-height:16px;
}
form p{
margin:10px 0px;
}
/* top section */
#top{
background:url(../images/contentbg.gif) repeat-y top center;
}
/* very bottom curve */
#bottom{
background:url(../images/container_b.gif) no-repeat bottom center;
height:9px;
}
* html #bottom{
margin-top:-8px;
}
/* header */
#header{
font:30px Georgia,Verdana,Arial,Helvetica,sans-serif;
width:680px;
height:120px; /* Prin itan 175 */
margin:auto;
background:url(http://subs.greeksubtitles.info/images/project_header.png) no-repeat top center;
text-align:left;
}
#title{
margin-top:130px;
margin-left:13px;
position:absolute;
color:#fff;
background-color:transparent;
cursor:default;
}
/* menubar */
.nav{
height:30px;
background-color:#222;
color:#fff;
width:680px;
margin:auto;
text-align:left;
font-size:11px;
cursor:default;
}
.nav2{
height:30px;
}
#slogan{
position:relative;
margin:5px 0px 0px 5px;
font-size:12px;
left: 5px;
top: 0px;
}
test
{
margin:11px 0px 0px 15px;
font-size:14px;
left: 266px;
top: 176px;
}
#navdiv{
text-align:right;
}
#navlist{
list-style-type:none;
margin:0px;
padding:5px 8px 0px 0px;
}
#navlist li{
display:inline;
}
#navlist li a{
color:#fff;
font-weight:bold;
text-decoration:none;
height:40px;
padding:8px 6px 9px 6px;
}
#navlist li a:hover{
color:#CCC;
/* other thoughts
border-top:5px solid #fff;
color:#df521b;
*/
}
/* content */
#content{
min-height:50px;
width:680px;
margin:auto;
color:#222;
text-align:left;
}
* html #content{
min-height:00px;
height:auto !important;
height:400px;
}
#left{
width:840px;
float:left;
padding:10px 10px 20px 10px;
}
* html #left{
padding-top:20px;
}
/* sidebar */
#right{
width:150px;
float:right;
padding:20px 10px 20px 20px;
}
* html #right{
padding-top:30px;
}
.sideitem{
margin-bottom:25px;
font:11px Verdana,Arial,Helvetica,sans-serif;
}
.sideitem h4{
font:11px Verdana,Arial,Helvetica,sans-serif;
font-weight:bold;
color:#222;
background:#fff url(../images/dottedborder.gif) repeat-x bottom center;
padding-bottom:3px;
margin-bottom:13px;
}
#right .sideitem b{
/*display:block;*/
}
#right .sideitem p{
padding:0px 5px;
}
#right .sideitem ul{
margin-left:-4px;
}
/* footer */
.footer{
height:30px;
width:680px;
margin:auto;
color:#fff;
text-align:left;
clear:both;
}
.footer div{
height:30px;
}
#copyright{
text-align:left;
float:left;
padding:8px;
margin-top:0px !important;
margin-bottom:-16px;
}
#copyright a{
color:#FFFFFF;
text-align:left;

padding:3px;
margin-top:0px !important;
margin-bottom:-16px;
}
#designcredit{
float:right;
text-align:right;
padding:8px;
margin-bottom:-16px;
}
#designcredit a{
color:#CCCCCC;
font:11px Verdana,Arial,Helvetica,sans-serif;
}
#designcredit a:hover{
color:#ffffff;
text-decoration:underline;
}


/*=========== message box =================*/

.message-box{
	/*background-image:url(message-box.gif);*/
	border-bottom:2px solid #efefef;;
	background-color:#F6F6F6;
	padding:5px;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

a.message_box:link{font-size:11px; color:#000000; text-decoration:underline;}
a.message_box:visited{font-size:11px; color:#000000; text-decoration:underline;}
a.message_box:hover{font-size:11px; color:#000000; text-decoration:none;}

a.link_menu:link{font-size:11px; color:#FF6600; text-decoration:underline;}
a.link_menu:visited{font-size:11px; color:#FF6600; text-decoration:underline;}
a.link_menu:hover{font-size:11px; color:#FF6600; text-decoration:none;}

/******************** results style *******************/
.result_top{
	background-color:#efefef;
	padding-top:5px;
	padding-bottom:5px;	
}

.result_top_k{
	background-color:#FFFFFF;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px dotted #CCC;
}

.result_num{
	background-color:#efefef;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:2px;
}

.result_num_k{
	background-color:#FFFFFF;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:2px;
	border-bottom:1px dotted #CCC;
color:#666;
font-weight:bold;
}

.result_bottom{
	padding-top:5px;
	padding-bottom:5px;
	color:#666;
}

#radiocast{
text-align:center;
}

#radiocast img{
margin-bottom:15px;
border:1px solid #DCDCDC;
}

a.link_rl:link{font-size:11px; color:#666; text-decoration:underline;}
a.link_rl:visited{font-size:11px; color:#666; text-decoration:underline;}
a.link_rl:hover{font-size:11px; color:#666;}

a.link_rl2:link{font-size:10px; color:#666; text-decoration:none;}
a.link_rl2:visited{font-size:10px; color:#666; text-decoration:none;}
a.link_rl2:hover{font-size:10px; color:#666; text-decoration:none;}


/*********** new **********/
.details{
background:#EEE;
border-bottom:2px solid #E1E1E1;
padding:10px;
margin:0px;
overflow:auto;
}

.details h2{
color:#666;
font-size:18px;
margin-bottom:10px;
}

.details img{
float: left; 
margin: 0px 10px 0 0;
}

.details_tag{
background:#666;
display: inline-block;
padding:4px 6px;
-moz-border-radius: 3px;
border-radius:  3px;
color:#FFF;
text-shadow:0 1px #000;
margin-bottom:4px;
}

.details_tag a{
color:#FFCC00;
text-shadow:none;
}


.details_tag_plot{
background:#FFCC00;
display: inline-block;
padding:4px 6px;
-moz-border-radius: 3px;
border-radius:  3px;
color:#000;
text-shadow:0 1px #FFF;
margin-bottom:4px;
}

.movie_img{
width: 180px;
height : auto;
}
