/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
margin: 0px;
padding: 0px;
}

a:link {
	text-decoration: none;
	color: #D72020;
}

a:hover {

	text-decoration: underline;
	color: #FF0000;
}

a:visited {
	text-decoration: none;
	color: #D72020;
}

body {
	
	background: #ffffff url(images/back_all.gif) repeat-x;
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
}
#version{
font-weight: bolder;
font-size: 11px;
}

#movielist_p{
height: 200px;
width: 98%;
background: #FFFF99;
border: 1px solid #999999;
padding: 2px; 
overflow: auto;

}

#moviecontent{
padding: 5px;
}
#usernotice{
background-color:#3399FF;
color:#000000;
width:90%;
padding-left:5px;
font-weight:bold;

}
.addedmovie{

background-color:#3399FF;
color:#000000;
width:90%;
padding-left:5px;
font-weight:bold;
margin:10px;

}
#adv_ai{
background-color:#3399FF;
color:#000000;
width:90%;
padding-left:5px;
display:none;
}
#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
#content
{
	margin: 0 auto;
	background: #ffffff;
	width: 811px;
	min-height: 900px;
	
}
#back_all
{
background: #ffffff url(images/white.gif);
}

#main
{
background: #ffffff url(images/white.gif);
}

#header {
	background: #ffffff;
	height: 244px;
	text-align: right;		
}

#menu
{
float: left;
padding-left: 110px;
border-left: 7px solid #FFFFFF;
width: 687px;
background: url(images/header_top.gif) repeat-x;
}

#menu ul {
	list-style: none;
	
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 79px;
	height: 46px;
	background: #FFFFFF url(images/header_top.gif) repeat-x;
	text-align: center;
	text-decoration: none;
	color: #D72020;
	font-weight: bold;
	font-size: 12px;
	padding-top: 35px;

}

#menu a:hover {
	width: 79px;
    height: 46px;
	text-decoration: underline;
	background: #FFFFFF url(images/header_top_over.gif) repeat-x;
}


#logo {
background: #ffffff url(images/header.png) no-repeat;
width: 771px;
height: 98px;
float: left;
text-align: left;
padding-top: 60px;
padding-left: 40px;
}


#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: #FFFFFF;
}
#logo H2 a
{
font-size: 12px;
}

#left
{
	float: left;
	padding: 2px;
	width: 240px;
	padding-right: 1em;
}

#left H3
{
width: 225px;
height: 25px;
font-size: 14px;
font-weight: bold;
padding-left: 15px;
padding-top: 15px;
text-transform: uppercase;
color: #ffffff;
background: url(images/title.png) no-repeat
}

#left ul {
	list-style: none;
	border-bottom: 1px solid #D72020;
	border-left: 1px solid #D72020;
	border-right: 1px solid #D72020;
}

#left li ul {
	border: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#left li li {
	padding: 4px 5px;
    background: url(images/small.gif) no-repeat left;
}

#left a {
	color: #D72020;
}
#left a:visited {
	color: #D72020;
}

#left p
{
padding: 10px;
border-bottom: 1px solid #D72020;
border-left: 1px solid #D72020;
border-right: 1px solid #D72020;
}

.leftboxes
{
padding: 2px;
border-bottom: 1px solid #D72020;
border-left: 1px solid #D72020;
border-right: 1px solid #D72020;
height: 200px;
width: 232px;
overflow:auto;
}
.alphabet
{
 
 
border-left: 1px solid #D72020;
border-right: 1px solid #D72020;
padding-bottom:2px;
padding-top:2px; 
width: 236px;
}#right
{
float: right;
width: 550px;
padding-right: 2px;
margin-top: 25px;
}

#right H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #D72020;
}

#right a
{
color: #D72020;
text-decoration: none;


}

#right a:hover
{
color: #D72020;
text-decoration: underline;


}
















#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #D72020;
}
.date {
	text-align: right;
	color: #808080;
	font-size: 11px;
	background-color: #fff;
}

.date a {
	color: #D72020;
	background-color: #fff;
}



#footer {
	height: 47px;
	clear: both;
	padding-top: 20px;
	background: url(images/header_top_over.gif) repeat-x;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #8E8E8E;
}

#footer a {
	color: #666666;
}

.searchbox{
background:#FFFF99;
border: 1px solid #990000;
font-size:11px;
color:#990000;
font-weight:bold;

}
div tr {
font-size:11px;

}

.highlightfound{
background-color:#000000;
color:#FFFFFF;


}

.movie_result{

margin: 3px;
padding: 2px;
border: 1px solid #000000;

}



#addsaleicon{ 
border: 1px solid #990000;
padding: 2px; 
 width: 100px;
 font-weight:bold;
 background: #000000;
 color:#FFCC00;
 margin-bottom: 3px;
 }

#addsaleicon:hover{ 
border: 2px solid #FFFF00;
padding: 2px;
background-color: #990000;
color:#FFCC00;
cursor:pointer;
width: 100px;
 margin-bottom: 5px;
 }
 .headingback{
 width: 225px;
height: 25px;
font-size: 14px;
font-weight: bold;
padding-left: 15px;
padding-top: 15px;
text-transform: uppercase;
color: #ffffff;
background: url(images/title.png) no-repeat
}