
/*
screen_standard.css

default css for on-screen layout and formatting

encoding: UTF-8

*/

BODY {
	position: absolute;
	background-color: #000000;
	color: #ffa800;
	font-family : verdana, arial, helvetica;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

H1 {
	font-size: 22px;
	margin-top: 0px;
	margin-bottom: 0px;
}

H2 {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
}

HR {
	color: #98b898 ;
	border-style: solid;
}

A, A:hover, A:visited {
	color: #ffa800;
	border: 0;
}

#MainContents {
	width: 995px;
}

.custpage {
	width: 995px;
	font-size: 12px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: left;
}
#Header {
	position: relative;
	margin-bottom: 40px;
}

#Header TABLE {
	width: 988px;
}

#Header TD {
	width: 33%;
}

#Footer {
	margin-top: 40px;
}

.videowall2, .videowall3 {
/* videowall with large thumbnails */
	margin-top: 20px;
 	margin-bottom: 1px;

}

#thumbnail2 {
/* large thumbnail image */
	border: 0px;

}

#thumbnail3 {
/* small thumbnail image */
	border: 0px;

}

.divthumbsmall {
/* div section for a small thumbnail image */

	width: 126 ;
	height: 74 ;

}

.divthumblarge {

	width: 246px ;
	height: 155px ;

}

.shorttitle {
	font-size: 9px;
	align: left ;
}

.shorttitle {
	font-size: 9px;
	align: left ;
}

.shorttitlegroups, .shorttitlegroups A {
	font-size: 9px;
	align: left ;
	color: #98b898;
	text-decoration: none ;
}

.description {
/* for formatting descriptions of groups and videos */
	margin-top: 20px;
	margin-bottom: 20px;
}

.tags {
/* for formatting tags section */
	font-size: 10px;
}

#videosection {
/* for formatting the section where the video is played */

	border-width: 1px;
	border-color: #ffa800;
	border-style: none ;
	width: 990px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 11px;
	
	margin-top: 0px;
	margin-bottom: 0px;
	
	position: relative ;
}

.videosectiondescription {
	/* takes care of formatting description section in video section */

	border-width: 1px;
	border-color: #ffa800;
	border-style: solid ;
	
	padding-left:  3px;
	padding-right: 3px;
	padding-top:  3px;
	padding-bottom: 3px;
	overflow: auto;
	height: 275px;

	scrollbar-3dlight-color:#000000;
	scrollbar-arrow-color: #ffffff ;
	scrollbar-base-color: #98b898;
	scrollbar-darkshadow-color:#000000 ;
	scrollbar-face-color:#000000 ;
	scrollbar-highlight-color:#000000 ;
	scrollbar-shadow-color:#000000 ;
	
	text-align: left;

}

.videotitle {
	height: 55px;
	text-align: left;
	border-width: 1px;
	border-color: #ffa800;
	border-style: solid ;
	padding-left:  5px;
	padding-right: 5px;
}

.videosectiontags{
	border-width: 1px;
	border-color: #ffa800;
	border-style: solid ;

	position: relative ;
	top: 5px;
	height: 52px;
	padding-top:  3px;
	padding-bottom: 3px;
	padding-left:  3px;
	padding-right: 3px;
	overflow: auto;
	font-size: 11px;
	text-align: left;
	
	scrollbar-3dlight-color:#000000;
	scrollbar-arrow-color: #ffffff ;
	scrollbar-base-color: #98b898;
	scrollbar-darkshadow-color:#000000 ;
	scrollbar-face-color:#000000 ;
	scrollbar-highlight-color:#000000 ;
	scrollbar-shadow-color:#000000 ;
	
}

.videosectioncodes {
	border-width: 1px;
	border-color: #ffa800;
	border-style: solid ;

	position: relative ;
	top: 10px;
	height: 66px;
	padding-top:  3px;
	padding-bottom: 3px;
	padding-left:  3px;
	padding-right: 3px;
	overflow: auto;
	font-size: 11px;
	text-align: left;
	
}

.videosectioncodes INPUT {
	width: 160px;
	border-width: 1px;
	border-color: #ffa800;
	border-style: solid ;
	
	background-color: #000000;
	color: #ffa800;

	font-size: 11px;
	
}

.videosectioncodes TABLE TBODY TR TD {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}

.videosectioncodes TABLE {
	position: relative ;
	left: -2px;
}

#alternativevideolink {
	font-size: 11px;
	text-align: center;
	position: relative;
	top: 5px;
}

#videoplayer {
	border-width: 1px;
	border-color: #ffa800;
	border-style: solid ;

	width: 720px;
	height: 425px;

}

#passiton {
	height: 17px;
	text-align: left;
}

#help {
	height: 17px;
	text-align: left;
}

.videodescriptionsearch {
	position: relative ;
	top: -2px;
	overflow: hidden ;
	height: 126px ;
	font-size: 11px;
	border-width: 1px;
	border-color: #ffa800;
	border-style: solid ;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: left;
}

.videodescriptionsearch H1 {
	font-size: 16px;
	margin-bottom: 7px;
	color: #98b898;
}

#searchbox {
	position: absolute;
	top: 175px;
	right: 7px;
	text-align: right;
}


#search, .searchbutton {
	border-width: 1px;
	border-color: #ffa800;
	border-style: solid ;
	background-color: #000000;
	color: #ffa800;
}

.searchbuttonimg {
	position: relative;
	top: 4px;
	cursor: pointer;
}

#sitemap {
	position: relative;
	left: 40px;
	width: 930px;
	text-align: left ;
	font-size: 12px;
}

#sitemap H1, #sitemap H2 {
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: none;
	color: #98b898;
}

#sitemap H1 {
	color: #98b898;
}

#sitemap H2 {
	font-size: 14px;
}

#sitemap A {
	margin-left: 20px;
	text-decoration: none;
}

#sitemap A:hover {
	color: #FFFFFF;
}

#topvideos {
	width: 988px;
	position: relative;
	font-size: 10px;
	text-align: center;
}

.topvideoimage {
	width: 480px;
	height: 270px;
	border-style: none;
}

#latestvideo {
	
}

#mostviewed {
	
}

#sidebar {
	position: absolute;
	top: 5px;
	left: 1010px;
	font-size: 11px;
}

#groupswalllarge, #groupwallsmall, #tagwall, #videowallsmall, #videowalllarge {
	width: 995px;	
}

#morevideowalllarge, #lessvideowalllarge {
	width: 972px;
}

#moregroupswalllarge {
	width: 970px;
}

.pagebrowser, .pagebrowser A {
	font-size: 12px;
}
