/* styles by element */
BODY
{
    margin: 0px 0px 0px 0px;
    font-family: Arial, sans-serif;
    font-size: small;
    color: #aaaaaa;
    background-color: #000000;
}
H1
{
	color: silver;
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 0.0em;
	margin-bottom: 1.0em;
}
H2
{
	font-size: 1.2em;
	font-weight: bold;	
	color: silver;
}

A
{
	color: #eeeeee;
	font-weight: bold;
	text-decoration: underline;
}
A:visited
{
	color: #eeeeee;
	font-weight: bold;
	text-decoration: underline;		
}
A:active
{
	color: Red;
}   
A:hover
{
	color: red;
	font-weight: bold;
	text-decoration: underline;
}
	
/* styles by id */
#user
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100px;
	padding: 1px 2px 1px 1px;
}

#banner
{
	white-space: nowrap;
	overflow: hidden;
	width: 800px;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px;
}

#home
{
	margin: 15px auto 0px auto;
	width: 800px;
}

#content
{	
	margin: 0px auto 0px auto;
	width: 788px;
	padding: 5px 5px 2px 5px;
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
	border-top: solid 2px #333333;
	border-bottom: solid 2px #333333;
}


#logo
{
	width: 450px;
	height: 100px;
	margin-left: auto; 
	margin-right: auto; 
}

#search
{
	float: right;	
	text-align: right;
	width: 320px;
	color: White;
	margin: 5px 0px 0px 0px;
	padding: 0px 1px 0px 10px;
	height: 22px;
}

#alertmsg
{
	text-align: center;
	padding: 5px;
	font-size: 1.0em;	
	font-weight: bold;
	color: white;
	background-color: Black;
	border-bottom: solid 1px gainsboro;
}

#footer
{
	width: 800px;
	margin: 0px auto 10px auto;
	text-align: center;
}
#footer A
{
	color: whitesmoke;
}
#footer A:visited
{
	color: whitesmoke;
}

#legal
{
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	font-size: 0.95em;
	color: #555555;
	text-align: center;
	margin-top: 2px;
}

#sponsors
{
	margin-top: 5px;
}

#toolbar
{	
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 560px;
}
#toolbar .tab
{
	margin: 0px 0px 0px 5px;
	float:left;
}

#title
{
		color: black;
		font-size: 1.4em;
		font-weight: bold;
		margin-bottom: 1.0em;
}

#slideshow
{
	width: 800px;
	height: 310px;
	margin: 0px auto 10px auto;
	padding: 10px 0px 0px 0px;
	text-align: center;
}

/* styles by class */
.head
{
    font-weight: bold;
    font-size: 1.1em;
    border-bottom: solid 1px #374d6d;
    min-height: 20px;
    margin: 10px 0px 0px 0px;
}

.moviebox
{
	border: solid 1px #333333;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 4px;
	background-color: #222222;
	color: #cccccc;
}
	.moviebox .img
	{
		text-align: left;
	}
	.moviebox .info
	{
		padding: 2px 0px 2px 0px;
	} 
	.moviebox .linklist UL
	{
		margin-left: 0px;
		margin-top: 3px;
		margin-bottom: 3px;
		padding: 0px;
	}     
	.moviebox .linklist LI
	{   
		display: inline;
		list-style: none;
		margin-left: 5px;
	}   


.pager
{
	text-align: right;	
	padding: 4px;
}

.story
{
	margin-top: 10px;
	border-bottom: solid 2px #374d6d;
}
	.story .title
	{
		color: #bbbbbb;
		font-size: 1.4em;
		font-weight: bold;
		border-bottom: solid 1px black;
	}	
	.story .body
	{
		font-size: 1.1em;
		color: #aaaaaa;
		margin-top: 1px;
		margin-bottom: 10px;	
	}
	.story .info
	{
		color: #555555;
		text-align: left;
		font-size: 0.95em;
		float:left;
	}
	.story .cntx_info
	{
		text-align: right;
		font-size: 0.95em;
		margin: 4px 10px 0.50em 0px;
	}	

.module
{
	/*margin-top: 5px;*/
}
.box
{
	border: solid 1px gainsboro;
}

.pageinfo
{
	font-size: 0.8em;
	color: darkgray;
}


.tabs2
{
	padding: 4px 0px 6px 0px;
	border-bottom: solid 1px #333333;
	margin-bottom: 5px;
}
.tabs2 .item
{
	font-weight: bold;
	float: left;
	padding: 2px 4px 2px 4px;
}
.tabs2 A
{
	color: #dddddd;
}
.tabs2 A:visited
{
	color: #cccccc;
}
.tabs2 .item.on A
{
	color: white;
}
.tabs2 .item.on A:visited
{
	color: white;
}
.tabs2 .item.h1
{
	margin-left: 15px;
}


.player_content
{
	padding: 10px;
	color: White;
}
.player_content A
{
	color: silver;
}
.player_content A:visited
{
	color: silver;
}
.player_content A:hover
{
	color: Red;
}

.player_content .head
{
	color: White;
    border-bottom: solid 1px dimgray;
    min-height: 20px;
}

.player_title
{
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0.0em;
	margin-bottom: 0.2em;
	text-align: center;
}
.player_info
{
	color: white;
	font-size: 0.9em;
	padding: 2px;
	text-align: center;
}
.player_movie
{
	text-align: center;
	margin-top: 10px;
}
.player_select
{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 10px 10px 10px;
	font-size: 1.2em;
	text-align: left;
}


.design_area
{
	margin: 10px;
	padding: 10px;
	border: dashed 2px green;
}
.design_link
{	
	margin-top: 10px;
	font-weight: bold;	
	border-left: solid 3px red;
	padding-left: 5px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.dv
{	
	margin-top: 10px;
	border: solid 1px gainsboro;
}
.vs
{
	border: solid 1px red;
	font-weight: bold;
	color: Red;
}
.validator
{
	color: Red;
	font-weight: bold;
}

