html { 100%; }
*
{
	font-family:tahoma,verdana,arial;
	color:#000;
}
#lightbox
{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}
#lightboxDetails
{
	font-size: 0.8em;
	padding-top: 0.4em;
}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }
#lightbox img{ border: none; clear: both;} 
/* #overlay img{ border: none; } */
/* #overlay{ background-image: url(../images/overlay.png); } */
/*
* html #overlay
{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(../images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}
*/
body
{
    background:url('../images/page_background.gif') top left repeat-x #000;
	margin: 0;
    padding: 0;
	height:100%;
	font-size: 14px;
    text-align: center;
}
.textblock
{
	font-size: 10px;
}
img
{
	background:#666;
}
.aright
{
	float:right;
}
.left
{
	float:left;
}
.date
{
    color:#999999;
}
#user_info { list-style: none; }
#user_info_username { font-weight: 700; }
#user_info_title, #user_info_regdate, #user_info_points { font-weight: 300; }
#user_bio
{
  border: 1px solid #cdc;
  width: 375px;
  padding: 8px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
#user_bio form { text-align: center; margin-left: auto; margin-right: auto; }
#user_bio h3 { text-align: center; }
#user_submissions th { font-weight: 600; }
#user_submissions caption { font-weight: 600; }
#user_favorites { text-align: center; list-style: none; }
.profile .bio
{
    width: 400px;
    border: solid 1px #666;
    padding: 7px;
}
.profile ul { list-style: none; }
.search_page_note { text-align:center; font-size:9px; margin-top:20px; }

.ctitle
{
    color:#5796bb;
    font-size: 15px;
    float: left;
}

h1
{
    margin-top: -6px;
	color:#5796bb;
	font-size: 17px;
}
th
{
    font-weight: bold;
}
.button
{
    margin-top:10px;
	float: right;
}
.signupdiv
{
	font-size:13px;
}
.signupdiv #icon
{
    width: 32px;
    height: 32px;
}
.logindiv
{
	font-size:13px;
}
#rightad
{
    background-color:#FFFFFF;
    margin-top:4px;
    width: 300px;
    height: 250px;
}
#all_container
{
    min-width:1000px;
    width: 1000px;
    margin: 0px auto;
    padding: 0;
    text-align: left;
    background:#d0d0d0;
    height:100%;
}
/*
original - June 09, 2008 - 9pm
#all_container
{
    min-width:1000px;
    width:1000px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    background:#d0d0d0;
    height:100%;
    overflow:hidden;
}
*/

/* top_header */
#top_header
{
	background:url('../images/top_header_background.gif') top left repeat-x #000;
	height:108px;
}
#top_header_logo
{
	float:left;
	width:257px;
	height:106px;
}
#top_header_banner_place_container
{
	padding:3px 8px 0px 257px;
}
#top_header_banner_place
{
	background:url('../images/top_header_banner_place_background.gif') top left repeat-x #fff;
	height:96px;
	width:734px;
	float:right;
}
#top_header_banner_place_border_left
{
	background:url('../images/top_header_banner_place_left.gif') top left no-repeat;
	height:96px;
}
#top_header_banner_place_border_right
{
	background:url('../images/top_header_banner_place_right.gif') top right no-repeat;
	height:96px !important;
	height:93px;
	padding:3px 0 0 0;
}
#topad
{
    margin: 0;
}

/* bottom_header */

#bottom_header_container
{
    background-color:#000;
    height:30px;
}

#bottom_header
{
    background-color:#000;
    height:30px;
}

#bottom_header_text_bar
{
    padding:8px 8px 0 8px;
}

#bottom_header_text_bar *
{
	font-size:11px;
	color:#fff;
}
#bottom_header_left_text
{
	float:left;
	font-weight:bold;
}
#bottom_header_right_text
{
	float:right;
}

/* left_column */
#left_column
{
	width:182px;
	float:left;
    height:100%;
}
#left_column ul.left_column_menu
{
	margin:3px 4px;
	padding:0;
	list-style:none;
	list-style-position:outside;
}
#left_column ul.left_column_menu li
{
	width:158px;
	text-align:left;
	padding:0px 10px;
	line-height:26px;
	margin:0px;
	height:26px;
	background:url('../images/left_column_menu_item_background.gif') top left no-repeat;
	font-size:11px;
}
#left_column ul.left_column_menu li.left_column_menu_header
{
	background:url('../images/left_column_menu_header_background.gif') top left no-repeat;
	font-weight:bold;
	color:#fff;
}

/* right_column */
#right_column
{
    display: inline;
	width:306px;
	float:right;
    height:100%;
}
#right_column .right_column_block
{
	margin:4px 4px 4px 3px;
    height: auto;
}
.right_column_block_content
{
    min-height: 110px;
    width: 280px;
    background-color:#FFFFFF;
    padding: 10px;
}
#right_column .right_column_block_header
{
	background:url('../images/right_column_arrow.gif') top left no-repeat #fff;
	height:31px;
	text-align:left;
	line-height:31px;
	font-size:11px;
	padding:0px 8px 0 18px;
	margin-bottom:2px;
	font-weight:bold;
}
#right_column .right_column_block_header_right
{
	float:right;
	font-weight:normal;
}

/* tags block */
#right_column ul.tags {
    text-align: left;
    list-style: none;
    padding-left: 10px;
    margin-top: 0;
}
#right_column ul.tags li {
    float: left;
    width: 120px;
}
.right_column_block_content br {
    clear: left;
}

/* page_content */
#page_content
{
    background:#fff;
    padding:10px;
    text-align:left;
    margin: 4px 306px 4px 184px;
}

.video_description
{
    border: 1px solid #ccc;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

/* footer */
#footer
{
	height:64px;
	background:#424242;
    margin:3px auto;
	padding:16px 8px;
	line-height:28px;
	font-size:11px;
	color: #adadad;
    text-align: center;
    clear: both;
}
#footer div.copyright { margin: 0px auto; text-align: center; }
#footer div.vote_buttons { margin: 0px auto; text-align: center; background-color:#FF0000; }

div.error_message { color: red; font-weight: bold; text-align: center; margin: 4px 0px; }
span.error { color: red; font-weight: bold; text-align: center; }
#overlay
{
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
    background-color: #000;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

#favorites {
    text-align: center;
}
#user_profile #favorites h3 { margin-bottom: 5px; }
#favorites h1 { margin-bottom: 10px; }
#favorites ul { list-style: none; margin-left: 0; padding-left: 0; margin-top: 0;}

/* SHOWVIDEO PAGE */

#flashcontent {
    margin-left: 30px;
    margin-right: 30px;
}

#showvideo h1.videotitle {
    text-align: center;
}
#overlay_button
{
  background-image: url('../images/lightbulb.gif');
  width: 16px;
  height: 22px;
  float: right;
  position:relative;
  margin-top: 0;
}

#showvideo {
    margin: 0;
    padding: 0;
    text-align: center;
}
#showvideo #flashcontent {
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}
#showvideo #flashcontent {
    clear: none;
    overflow: hidden;
    margin-bottom: -1px;
}
#showvideo .videoinfo {
    font-size: 80%;
    width: 430px;
    margin-left: auto;
    margin-right: auto;
    float:none;
    margin-top: 15px;
}
#showvideo .submitter {
    display: block;
    text-align: center;
    width: 100px;
    float: left;
}
#showvideo .language {
    display: block;
    text-align: center;
    width: 80px;
    float: right;
    margin: 0;
    padding: 0;
}
#showvideo .category {
    display: block;
    text-align: center;
    margin-left: 105px;
    margin-right: 105px;
    padding: 0;
}
#showvideo .description {
    margin-top: 20px;
}


/*
    Left - Current Rating (contains 5star table plus rating count div)
    Right - Report Video Broken link
    Center - Login to Rate link or Rating Input Control
*/
#showvideo table { border-spacing: 0; padding: 0;}
#showvideo td { margin: 0; padding: 0; }
#showvideo img { border: 0; }
#showvideo #videocontrols {
    margin-top: 32px;
    margin-bottom: 16px;
    width: 470px;
    height: 60px;
}

#currentrating {
    float: left;
    margin: 0;
    padding: 0;
}
#reportbroken {
    float: right;
    margin: 0;
    padding: 0;
}
#logintorate, #ratingControl {
    margin-left: auto;
    margin-right: auto;
}

#comments {
    margin-top: 20px;
    text-align: center;
}
.commenttext
{
    font-size:14px;
}
.leavecomment
{
    color:#999999;
    border: solid 1px #666;
    text-align:center;
    padding: 7px;
}
.totalvideos { font-size:12px; text-align:center; padding-bottom: 18px; }
