a img{
	border-style:none;
}
td{
	vertical-align:top;
}
#topbar{
	height:110px;
	max-width:1050px;
	min-width:650px;
}
#topbar .logo{
	float:left;
	width:253px;
}
#topbar .links{
	float:right;
	width:168px;
	padding-top:15px;
	padding-right:15px;
}
#map{
	/* set the max width of the map to one over the javascript 
	imposed limit.  This allows the over the limit trigger to 
	be hit, but minimizes the resizing needed */
	max-width:1051px;
}
#bottombar{
	background-color:#09F;
	color:#FFF;
	font-family:verdana,sans-serif;
	font-size:10px;
	line-height:24px;
	padding:0px 10px;
	text-align:right;
	min-width:650px;
}
#bottombar a{
	color:#FFF;
	text-decoration:none;
}
#copyright{
	float:left;
}
#widthchecker{
	width:96%;
}

/*	if the user has an old version of flash
		display a placeholder and a message
		------------------------*/

#oldflashmain{
	background:url(images/noflash_main.jpg) no-repeat;
	height:546px;
	padding:100px;
}
#oldflashvideo{
	background-color:#000;
	height:136px;
	padding:100px;
}
#oldflashusermap{
	background:url(images/noflash_usermap.jpg) no-repeat;
	height:107px;
	padding:100px;
}
.oldflash .message{
	background-color:#61c713;
	padding:30px;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	max-width:330px;
}
.oldflash .message a{
	color:#FFF;
	text-decoration:underline;
}

/*	if the user doesn't have javascript enabled they 
		will see this message at the top of their screen
		------------------ */
#javascriptmessage{
	text-align:center;
	color:#FFF;
	background-color:#DD0000;
	padding:40px;
	font-size:16px;
}

/*	error messages
		--------------- */
.error{
	color:#F00;
}

/*	default font
		----------------- */
body,td,textarea,input,select
{
	font-family: verdana,san-serif;
	font-size:11px;
}

a, .link{
	color:#0099FF;
	text-decoration:none;
	cursor:pointer;
}

/*	tab formatting
		---------------- */
#tabs{
	background-color:#C0F380;
	min-width:650px;
}
#tabs .tab{
	border:solid 1px #FFF;
	border-bottom-style:none;
	border-left-style:none;
	float:left;
}
#tabs .tabcloser{
	clear:both;
}


/*	a small icon that floats to the left of text
		--------------------------- */
.texticon{
	float:left;
	width:13px;
	margin-right:5px;
}

/*	video information
		----------------- */
#videoinfo{
	padding:10px;
	overflow:hidden;
}
#videoinfo .col1{
	float:left;
	width:60%;
}
#videoinfo .col2{
	float:right;
	width:40%;
}
#video .category{
	text-transform:uppercase;
	color:#66C000;
	font-size:9px;
}
#video .categories{
	color:#66c000;
	text-transform:uppercase;
	font-size:10px;
	line-height:10px;
	margin-bottom:2px;
}
#video .title{
	color:#0099FF;
	font-weight:bold;
	font-size:12px;
	text-transform:capitalize;
	margin:0px 0px 4px 0px;
}
#video .location{
	margin:4px 0px;
}
#video .author{
	margin:4px 0px;
}
#video .subscribers{
	margin-bottom:10px;
}

/*	the container for the flash video player & sometimes messages
		----------------------- */

#videoplayer{
	background-color:#000;height:379px;color:#FFF;
}
#videoplayer .text{
	text-align:center;
	line-height:379px;
}

/*	links to the right of video information */

#videolinks{
	text-transform:uppercase;
	font-size:10px;
}
#videolinks .link{
	margin-bottom:5px;
}

/* infopadding provides padding around videoinfo AND popboxes */

#infopadding{
	padding:10px;
}

/*	a URL for users to copy and paste the video
		-------------------*/
#videourl{
	clear:both;
	margin:10px 0px;
}
#videourl input{
	width:70%;
}

/*	comments in the video info section
		--------------- */

#comment_header{
	background-color:#C0F380;
	color:#333;
	padding:7px;
	clear:both;
}
#comment_header .icon{
	float:left;
	width:13px;
	margin-right:5px;
}
#comment_header .addcomment{
	display:block;
	width:100px;
	float:right;
	text-align:right;
	text-transform:uppercase;
}
#comments .odd{
	background-color:#E6FACD;
}
#comments .comment, #videoinfo .nocommentmessage{
	padding:8px;
}
#comments .comment .username{
	
}
#comments .comment .date{
	color:#999;
}
#comments .comment .col1{
	float:left;
	width:50%;
}
#comments .comment .col2{
	float:left;
	width:45%;
	text-align:right;
}
#comments .closer{
	clear:both;
}

/*	popup boxes for entering information
		--------------------*/
.popbox{
	background-color:#e6facd;
	color:#666;
	height:248px;
}
.popbox .header{
	background-color:#c0f380;
	padding:7px;
}
.popbox .header .text{
	font-weight:bold;
}
.popbox .header .closebutton{
	float:right;
	width:13px;
}
.popbox form, .popbox .success{
	display:block;
	padding:10px;
}
.popbox label{
	display:block;
	margin:7px 0px 3px 0px;
}
.popbox input, .popbox textarea{
	width:95%;
}
.popbox select{
	height:23px;
	width:100%;
}
.popbox .leftselect{
	float:left;
	width:80%;
	margin-right:5px;
}
.popbox .submit{
	text-align:right;
	width:95%;
	margin-top:7px;
}

/*	a container for all text pages
		--------------*/
#content{
	padding:0px 20px 20px 20px;
}

h2{
	font-size:14px;
	font-weight:bold;
	margin:14px 0px 8px 0px;
}

/*	formatting of the video list page
		------------------------- */
#video_list h5{
	font-weight:bold;
	margin:0px;
	font-size:12px;
}
#video_list p{
	margin:0px;
	padding:0px;
}
#video_list li{
	margin-bottom:3px;
}

/*	headings on the my_yurth/user page
		----------------- */

.listheader
{
	background-color:#c0f380;
	font-weight:bold;
	padding:5px;
	font-size:13px;
}
.headerlink{
	display:block;
	float:right;
	width:50%;
	text-align:right;
	font-weight:normal;
	text-transform:uppercase;
	font-size:11px;
	line-height:17px;
	padding-right:5px;
}