html {
	margin: 0px;
	padding: 0px;
	border: none;
	/*
	background: #6f0505 url(../images/background1.jpg) no-repeat;
	*/
	background: #000000 url(../images/background2.jpg) no-repeat;
	background-position: center top; 
}

body, head {
	margin: 0px;
	padding: 0px;
	border: none;

	color:#fff;
	font-family:arial;
	font-size:13px;
}

h1 {
	text-align: center;
}

h2 {
	margin-top: 12px;
}

p {
	margin-top: 8px;
	margin-bottom: 8px;
}

.leftAlign {
	text-align: left;
}

ol{
	margin-left: 50px;
}

ul{
	margin-left: 50px;
}

#longdesc{
	visibility: hidden;
	display: none;
}

#shortdesc{
	display: block;
}

input#sbi {
	width: 100px;
}

/* ===============================
   = Begin Styles for Main_1.htm =
   =============================== */
#main-header {
	margin-top: 0px;
	width: 910px;
	height: 160px;
	padding: 0px;
	margin-left: 12px;
	background: url(../images/header_bg.gif);
	background-repeat: no-repeat;
	float: left;
	display: inline;
}

.headerBufL {
	float: left;
	width: 15px;
	height: 1px;
}


#top-border, #bottom-border {
 width: 910px;
 height: 10px;
	margin: 0px;
 padding: 0px;
 float: left;
}
#top-border {
	background: url(../images/top-border.gif);
	background-repeat: no-repeat;
}
#bottom-border {
	background: url(../images/bottom-border.gif);
	background-repeat: no-repeat;
}

#logo {
	float: left;
	display: inline;
	margin: 0px;
	margin-left: 30px;
}

#greeting {
 float: right;
 padding-right: 50px;
 margin-top: 0px;
}

/*  Nav Bar */
/* buggered for some readon?*/
#navbar {
  float: left;
  width: 100%;
	margin-top: 0px;
  padding: 0px;
	display: inline;
}

/* this is the new nav bar - not sure why the original navbar doesn't work properly in IE7 */
#navbar2 {
  float: left;
  width: 100%;
	margin-top: 60px;
  padding: 0px;
	display: inline;
}

.button a {
	background-image: url(../images/nav_bg.gif);
	background-repeat: no-repeat;
	height: 14px;
	width: 120px;
	float: left;
	margin-top: 3px;
	padding: 7px 0px;
}

.button a:hover {
	background-position: 0 -28px;
}

a.nav:link {color:#fff; font-family:arial; font-weight: bold; font-size:13px; }
a.nav:visited {color:#fff; font-family:arial; font-weight: bold; font-size:13px; }
/*
a.nav2:link {color:#fff; font-family:arial; font-weight: normal; font-size:9px; }
a.nav2:visited {color:#fff; font-family:arial; font-weight: normal; font-size:9px; }
a.nav2:hover {color:#fff; font-family:arial; font-weight: normal; font-size:9px; }
*/
a.nav2:link {color:#000000; font-family:arial; font-weight: normal; font-size:9px; }
a.nav2:visited {color:#000000; font-family:arial; font-weight: normal; font-size:9px; }
a.nav2:hover {color:#000000; font-family:arial; font-weight: normal; font-size:9px; }

#upload-button {
	float: right;
	margin-right: 15px;
}

#subNavbar {
	margin: 0px;
	padding: 0px;
	float: left;
  width: 910px;
  height: 19px;
  text-align: left;
  background: transparent url(../images/sub-nav-back.gif) no-repeat;
	display: block;
	color:#000000;
}

#subNavbar2 {
	margin: 0px;
	padding: 0px;
	float: left;
  width: 910px;
  height: 19px;
  text-align: left;
  background: transparent url(../images/sub-nav-back.gif) no-repeat;
	display: block;
}

#subNavPad {
	padding: 0px;
	margin-left: 10px;
}

#subHeader {
	width: 100%;
	height: 20px;
	clear: both;
	float: left;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 0px;
}


#table5 {
 width: 100%;
 background-color: #000;
}

#footer {
 clear:left;
 color: #fff;
 width: 910px;
 padding: 0px;
 margin: auto;
 height:82px;
 /*
 background: transparent url(../images/footer_bg.jpg) no-repeat;
 */
 background: transparent url(../images/footer_bg.gif) no-repeat;
 background-position: bottom center;
}

#footer a:link {
	color: #ffffff;
}

#footer a:hover {
	color: #ffffff;
}

#footer a:active {
	color: #ffffff;
}

#footer a:visited {
	color: #ffffff;
}

.copyright {
	font-size: 10px;
	width: 750px; 
	margin: auto;
}

.shawnshouse {
 color: #c8c8c8;
 font-size: 11px;
 font-weight: bold;
 margin: 10px 0px -14px 0px;
}
/* == End Styles for Main_1.htm == */



/* ==========================
   = Begin Styles for Index =
   ========================== */
#IndexNowShowing{
}

#newest-videos {
 width: 642px;
 height: 26px;
 margin: 5px 0px;
 background-color: #000;
 background-image: url(../images/newest-videos-title.gif);
 background-position: left;
 background-repeat: no-repeat;
}


#index-player {
  width: 640px;
  background: #000;
  border: 1px solid #666666;
  border-top: none;
  margin-top: -5px;
}

/* Browse Videos Nav Bar */
#browse-navbar, #browse-navbar2, #browse-navbar3, #browse-navbar4, #browse-navbar5 {
 height: 30px;
 margin: 5px 0px;
 padding: 0px 2px;
 background-color: #111;
 background-position: left;
 background-repeat: no-repeat;
 border: 1px solid #000000;
}

#browse-navbar {
	width: 642px;
	background-image: url(../images/browse-videos-title.gif);
}

#browse-navbar2 {
 width: 672px;
 background-image: url(../images/browse-videos-title2.gif);
}

#browse-navbar3 {
 width: 667px;
 background-image: url(../images/browse-audio-title.gif);
}

#browse-navbar4 {
 width: 672px;
 background-image: url(../images/group-options.gif);
}

#browse-navbar5 {
 width: 672px;
 background-image: url(../images/profile-options.gif);
}

.featuredbutton a {
	width: 102px;
	height: 17px;
	float: right;
	/*
	margin-top: 3px;
	*/
	margin-top: 1px;
	margin-right: 9px;
	padding-top: 2px;
	padding-right: 0px;
	background-image: url(../images/featured-nav-button.gif);
}

.featuredbutton a:hover {
	background-position: 0 -22px;
}


a.featurednav:link {color: #000; font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 10px; }
a.featurednav:visited {color: #000; font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 10px; }

#featured-videos {
 width: 640px;
 margin-top: -5px;
 margin-bottom: 8px;
 background-color: #000;
 border: 1px solid #666666;
 border-top: none;
}

#IndexVideoListContainer{}

#IndexMoreVideo{}

#IndexMoreVideo_title{}

#IndexVideoDetails{
	width: 100%;
	height: 100%;
	margin: 0px;
}

.VideoDetails_All_List{
	display:inline;
	display: block;
	text-align: left;
	padding: 0px 2px 2px 2px;
	width: 125px;
	float: left;
	margin-top: 5px;
	margin-left: 0px;
	border-bottom: 1px dashed #666666;

}

.VideoDetails_All_List li{
	list-style-type: none;
}

.VideoDetails_Info_List{
	list-style-type: none;
	display: block;
	margin-top: 3px;
	padding: 0px 10px 8px 3px;
	text-align: left;
	margin-left: 0px;
	width: 492px;
	float: right;
	border-bottom: 1px dashed #666666;

}

.VideoDetails_Info_List li{
	margin-bottom: 3px;
}

#login-title {
 width: 258px;
 height: 28px;
 margin-top: -18px;
 background: transparent url(../images/login-title.gif) no-repeat;
}

#login-block {
 width: 258px;
 height: 93px;
 padding: 8px 0px;
 float: right;
 margin-top: 0px;
 text-align: left;
 background: #000;
 border: 1px solid #666666;
 border-top: none;
}

.login-block-list{
	display: block;
	margin: auto;
	margin-top: 8px;
	padding-left: 0px;
	margin-bottom: 0px;
	width: 225px;
}

#loginUsername {
	float: left;
	width: 60px;
}
#loginUsernameEntry {
	float: left;
}
#loginPassword {
	float: left;
	width: 60px;
}
#loginPasswordEntry {
	float: left;
}


.FormIndexLogin{
	margin-top: 0px;
}

.FormIndexLoginText {
	width: 50px;
	background: #ff0000;
}


.FormIndexLogin input{
	margin-left: 20px;
}

#ad-block-right {
 width: 252px;
 padding: 3px;
 float: right;
 margin: 5px 0px;
 text-align: center;
 background: #000;
 border: 1px solid #666666;
}


#ad-block-right2 {
 width: 256px;
 padding: 3px;
 float: right;
 margin: 5px 13px 0px 0px;
 text-align: left;
 background: #000;
 border: 1px solid #666666;
}

#adPadding {
	width: 200px;
	margin: auto;
}

#friends-menu{
 width: 220px;
 background: #000;
 border: 1px solid #666666;
 padding: 3px;
 float: right;
 text-align: left;
 margin: 5px 0px;
}

.tags-title {
  width: 254px;
  height: 20px;
  padding: 3px;
  margin-top: 5px;
  float: right;
  margin: 0px;
  background: #111 url(../images/popular-tags.gif) no-repeat;
}

#tags-block {
 width: 252px;
 padding: 3px;
 float: right;
 text-align: left;
 background: #000;
 border: 1px solid #666666;
 border-top: none;
}

#stats-block {
 font-weight: bold;
 width: 252px;
 padding: 3px;
 float: right;
 margin-top: 5px;
 text-align: left;
 background: #000;
 border: 1px solid #666666;
}
/* End Styles for Index Page */


/* ====================================
   = Begin Styles for See More Pages =
   ==================================== */
#ad-block-left {
 width: 222px;
 height: 610px;
 padding: 3px;
 float: left;
 margin-top: 5px;
 text-align: center;
 background: #000;
 border: 1px solid #666666;
}

#browse-videos {
 width: 671px;
 margin-top: -5px;
 margin-bottom: 8px;
 background-color: #000;
 border: 1px solid #666666;
 border-top: none;
}

.favorite-videos {
 width: 671px;
 margin-top: -5px;
 margin-bottom: 8px;
 background-color: #000;
 border: 1px solid #666666;
 border-top: none;
}

.CategoryVideoDetails_Info_List{
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 510px;
	float: right;
	padding-bottom: 5px;

}

.CategoryVideoDetails_Info_List li{
	margin-bottom: 3px;

}

.CategoryVideoDetails_All_List{
	display: block;
	text-align: left;
	padding-left: 10px;
	width: 120px;
	float: left;
	margin-top: 5px;
	margin-left: 0px;
	padding-bottom: 10px;

}

.CategoryVideoDetails_All_List li{
	list-style-type: none;
}

/* ====================================
   = Begin Styles for Video Play Page =
   ==================================== */
#main-player {
  width: 640px;
  background: #000;
  border: 1px solid #666666;
  border-top: none;
}

#video-title {
 color: #af0c0c;
 font-size: 14px;
 font-weight: bold;
 text-align: right;
 padding: 4px 3px 0px 0px;
 width: 444px;
 height: 22px;
 margin: 0px 3px 0px 0px;
 border-left: none;
 float: right;
}

#now-playing {
  width: 100%;
  height: 26px;
  background: #111 url(../images/now-playing.gif) no-repeat;
  border-right: none;
  margin: 0px;
  padding: 0px;
  float: left;
}

#video-info {
  width: 640px;
  background: #000;
  border: 1px solid #666666;
  margin: 5px 0px;
}


#options-title {
 width: 100%;
 height: 22px;
 background: #111;
 border: 1px solid #666666;
}

#options {
 width: 100%;
 margin: 5px 0px;
 padding: 4px 0px;
 border-bottom: 1px dotted #666666;
}

#rating {
 width: 250px;
 float: left;
 text-align: left;
 margin-left: 5px;

}

#bookmarks {
 width: 257px;
 padding:  4px 0px 0px 4px;
 margin: 8px 0px;
 border-top: 1px dotted #666666;
}


#details-block {
 width: 258px;
 background-color: #333;
 padding: 2px;
 float: right;
 margin-top: 0px;
 text-align: left;
 background: #000;
 border: 1px solid #666666;
}

.ThumbMembersPic_VideoDetails{
	width:200px;
	height:250px;
	margin-left: 2px;
	background: transparent;
}

.memberDetails {
 float:right;
 width: 258px;
 padding-bottom: 3px;
 margin-bottom: 5px;
 text-align: left;
 background: #111;
 border-bottom: 1px dotted #666666;
}

.member-thumb {
 width: 89px;
 background: #111;
}

.memberDetails2 {
 float:left;
 width: 180px;
 text-align: left;
}

#video-description {
 margin: 0px 5px;
 border-bottom: 1px dotted #666666; 
}

#tags {
 margin: 5px 5px;
 border-bottom: 1px dotted #666666; 
}

.EmbeddedBox_list{
	display:block;
	margin: 1px 2px;
	padding-left: 0px;
}

input.embed {
	width: 250px;
}

.EmbeddedBox_list li{
	list-style-type:none;

}

/* comments box */
#comm-title {
  width: 100%;
  height: 25px;
  background: #111 url(../images/comments.gif) no-repeat;
  text-align: right;
  margin: 2px 0px -8px 0px;
  padding: 4px 4px 0px 0px;
}
#comm_title_text {
	margin-right: 10px;	
}

.CommentBoxList_TopLinks li{
	display:inline;
	margin: 0px;
	padding: 0px;
}

#CommentBoxPostNew{
	border: 1px dotted #666666;
	width: 635px;
	background-color: #000;
	clear: left;
	padding: 3px;
	margin: -10px 0px 10px 0px;
}

.CommentsBox{
	background-color: #111;
	border: 1px dotted #666666;
	border-right: none;
	width: 628px;
	height: 42px;
	text-align: left;
	padding: 2px 0px 0px 6px;
}

.CommentBoxList_TopLinks ul{
	list-style-type: none;
	padding: 0px;
	background-position: right;
	text-align: right;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.CommentBoxList_TopLinks li{
	display:inline;
	margin: 0px;
	padding: 0px;
}

#commentsdiv{
	width: 100%;
	margin-bottom: 10px;
}


.member-info-comment {
 width: 635px;
 text-align: left;
 background-color: #000;
 border: 1px solid #666666;
 padding-left: 5px;
 margin: 5px 0px;
}
/* Video Comments thumb */
.ThumbMembersVideos_Comments{
    background-color: #111;
	float:left;
	padding: 2px;
	width:40px;
	height:40px;
}

#related-videos {
 position: inherit;
 width: 256px;
 padding: 3px;
 float: right;
 margin: 20px 13px 0px 0px;
 text-align: left;
 background: #000;
 border: 1px solid #666666;
 clear: right;
}

#members-videos {
 width: 256px;
 padding: 3px;
 float: right;
 margin: 20px 13px 10px 0px;
 text-align: left;
 background: #000;
 border: 1px solid #666666;
 clear: right;
}

/*Boxes Titles, Related, members etc*/
#RelatedVideosTitle, #EmbeddedTitle{
  width: 264px;
	height: 27px;
	margin: -12px 0px 15px -4px;
	background: #111 url(../images/related-videos.gif) no-repeat;
}

#MembersVideosTitle{
	width: 264px;
	height: 27px;
	margin: -12px 0px 15px -4px;
	background: #111 url(../images/more-from-member.gif) no-repeat;
}

.colDivider {clear:both; margin-bottom:0px; margin-left:7px; margin-right:7px; padding-bottom:4px; border-bottom: 1px dotted #CCC}
/* == End Styles for Video Play Page == */



/* ====================================
   = Begin Styles for Audio Play Page =
   ==================================== */
#audio-player {
  width: 640px;
  background: #000;
  padding: 0px;
  border: 1px solid #777;
}

/*Boxes Titles, Related, members etc*/
#RelatedAudioTitle {
    width: 256px;
	height: 23px;
	margin: 0px 0px 3px 0px;
	background: #111 url(../images/related-audio.gif) no-repeat;
	border-bottom: 1px dotted #666666;
}



/*Boxes Titles, Related, members etc*/
#audio-tag-title {
	width: 222px;
	height: 23px;
	margin: 0px 0px 3px 0px;
	background: #111 url(../images/audio-tag.gif) no-repeat;
	border-bottom: 1px dotted #666666;
}

#audio-tag-cloud {
  width: 222px;
  margin: 20px 0px 0px 0px;
  padding: 3px;
  background: #000;
  border: 1px solid #666666;
}

/* (2) inner_category.htm */
/*************************/


/* left menu boxes */
#CategoryLeftBox1, #CategoryLeftBox2{
	text-align:left;
}

#CategoryLeftBox1 ul, #CategoryLeftBox2 ul{
	list-style-type:none;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
}

#CategoryLeftBox1 li, #CategoryLeftBox2 li{
	margin-bottom: 1px;
}

#CategoryLeftBox1 p, #CategoryLeftBox2 p{
	display:block;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 7px;
	padding-left: 15px;
	padding-bottom: 10px;
}


/* (2) Horizontal boxes */
.CategoryBoxHorizontal{
	width: 200px;
	float: left;
	height: 175px;
	display:inline;
	margin-bottom: 20px;
	border: 1px solid #666666;
	background-color: #000;
	margin-right: 15px;
}

.CategoryBoxHorizontal ul{
	list-style-type:none;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 5px;
	margin-left: 0px;
}

.CategoryBoxHorizontal li{
	margin-bottom: 2px;
	padding-right: 3px;
	padding-left: 3px;

}



/*******************************************/
/* Min text coloring, links and formating */
/************************************/

a:link {
	color: #af0c0c;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #c82424;
}

a:active {
	color: #af0c0c;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #af0c0c;
	font-weight: bold;
	text-decoration: none;
}

a.icon:link {
 font-size: 11px;
 text-decoration: none;
}

a.icon:visited {
 font-size: 11px;
 text-decoration: none;
 }
 
a.icon:hover {
 color: #c82424;
}

#search {
 width: 249px;
 height: 26px;
 margin-top: 0px;
 padding-top: 8px;
 padding-left: 15px;
 background: url(../images/search-back.gif) no-repeat;
 float: right;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #000000;
	border-style: solid;
	border-color: #666666;
	border-width: 1px;
}
input, button
{
	font-size: 90%;
}

input[type=file] {
	color: #D62525;
}

.submit {
	color: #fff;
	width: 54px;
	height: 18px;
	background: transparent url(../images/button-back.gif) no-repeat;
	border:none;
}

#login-submit {
	color: #fff;
	width: 54px;
	height: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 155px;
	background: transparent url(../images/button-back.gif) no-repeat;
	border:none;
}

.submit:hover {
 background-color: #ccc;
}


input:focus, textarea:focus {
    color: #fff;
    border-style: solid;
    border-color: #cccccc;
    border-width: 1px;
}

textarea {
	font-size: 100%;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select {
	font-size: 90%;
	font-weight: normal;
	color: #fff;
	background-color: #222;
	font-family: Arial, Helvetica, sans-serif;
}

/* =============================
   = Begin General Page Styles =
   ============================= */
img { border:none; }

.font4_12 {
	color: #c8c8c8;
	font-size: 12px;
	font-weight: bold;
}

.font4_12a {
	color:#AF0C0C;
	font-family:arial;
	font-weight: bold;
	font-size:13px;
}




/* gray/black - 14px*/
.font4_14 {
	color: #c8c8c8;
	font-size: 14px;
	font-weight: bold;
}

.font4_14_l {
	color: #fff;
	font-size: 14px;
}


/* gray/black - 16px*/
.font4_16 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

/* gray/black - 18px*/
.font4_18 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

/* Dark Brown - 14px*/
.font5_14 {
	color: #c8c8c8;
	font-size: 14px;
	font-weight: bold;
}

.font5_16 {
	color: #c8c8c8;
	font-size: 16px;
	font-weight: bold;
}

.font5_14_l {
	color: #994800;
	font-size: 14px;
}

/* Dark Brown - 12px*/
.font5_12 {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

.font5_12_l {
	color: #994800;
	font-size: 12px;
}


/* white - 12px*/
.font6_12 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

/* white - 14px*/
.font6_14 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

/* white - 16px*/
.font6_16 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

#AllHeaderTitles {
	width: 100%;
  margin: 0px 14px;
}
/* == End General Page Styles == */

/* Provide right hand side container - small */
#ContentSplitContainer_left_2 {
    margin-left: 12px;
	float: left;
	width: 230px;
	height: 100%;
}

/* Provide Left hand side container - large */
#ContentSplitContainer_right_2 {
	margin-right: 12px;
	float: right;
	width:675px;
	height: 100%;
}

/* (1) Provide right hand side container - Large */
#ContentSplitContainer_left2 {
	margin-left: 14px;
	float: left;
	width: 645px;
	height: 100%;
}

/* (1) Provide Left hand side container - small */
#ContentSplitContainer_right2 {
    margin-right: 14px;
	float: right;
	width:260px;
	height: 100%;
}

/* Provide right hand side container - Large */
#ContentSplitContainer_left {
    margin-left: 13px;
	float: left;
	width: 645px;
	height: 100%;
}

/* Provide Left hand side container - small */
#ContentSplitContainer_right {
    margin-right: 13px;
	float: right;
	width:260px;
	height: 100%;
}

/* Provide right hand side container - large */
#ContentSplitContainer_left_3 {
	float: left;
	width: 660px;
	height: 100%;
}

/* Provide Left hand side container - small */
#ContentSplitContainer_right_3 {
	float: right;
	width:220px;
	height: 100%;
}

/* Provide right hand side container - large */
#ContentSplitContainer_wide {
	float: left;
	width: 900px;
	margin: auto;
	margin-left: 18px;
	height: 100%;
	text-align: left;
}

/* Provide right hand side container - large */
#ContentSplitContainer_left_4 {
	float: left;
	width: 445px;
	height: 100%;
}

/* Provide Left hand side container - small */
#ContentSplitContainer_right_4 {
	float: right;
	width:445px;
	height: 100%;
}





/* ===============================
   = Begin Default PHPmotion CSS =
   =============================== */

/**************************/
/* Main Layout Containers */
/**************************/

@charset "utf-8";

.MainBody {
	margin: 0px;
	padding: 0px;
	border: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

.MainBody_TEMP {
	background-repeat: repeat-x;
	background-color: #F2F2F2;
	text-align:center;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

/* Main big box 900px wide*/
.MainBody_Container {
	background: #e7e7e7 url(../images/wrap-back.png);
	margin: auto;
	margin-top: 0px;
	border: none;
	padding: 0px;
	width: 936px;
	text-align: center;
}

#InnerBody_Container {
	width: 100%;
	text-align: center;
	padding: 0px;
	height:auto;

}

.InnerBody {
	top: 0px;
	text-align:center;
	margin-top: 0px;
}

/* Hold all the other templates when they load */
#InnerTemaplates_Container {
	height: auto;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	text-align: center;
	margin-top: 0px;
	padding: 0px;
	border: 0px;
}


/*Hold the search box, logo etc*/
#top_container {
	height: 76px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	clear: right;
}

/* Top Banner container */
.TopBanner_Container {
	clear: both;
	height: auto;
	margin: auto;
	padding-top: 15px;
	width: 100%;
	text-align: center;
}

/* Sub menu container  */
.SubMenu_Container {
	height: 75px;
	width: 920px;
	text-align: center;
}

.MainBody_Container_TEMP {
	height: auto;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	text-align: center;
	border: 1px solid #FF0000;
}

/* Bottom of page Banner container */
#BottomBanner_Container {
	height: auto;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
}

/* Footer of page Container */
#MainFooter_Container {
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #CCCCCC;
	margin-top: 20px;
	padding: 0px;
	height: 100px;
}






/* general text */
.TextBlackGold{
	font-family: Arial, Helvetica, sans-serif;
	color: #E9B501;
}


/***********************************************/
/* Boxed, Divs, Tables etc borders and shadings*/
/***********************************************/
.GrayBorderOnly{
border:solid;
border-width:1px;
border-color:#CCCCCC;
}


#AllHeaderTitles{
	float: left;
	text-align: left;
	height:25px;

}


/* smal grey menu boxes top and bottom*/
.GenericMenuGray220{
background-position:top;
background-repeat:no-repeat
}

.GenericMenuGray220_btm{
background-position:bottom;
background-repeat:no-repeat
}

/* smal gold menu boxes top and bottom*/
.GenericMenuGold220{
background-image:url();
background-position:top;
background-repeat:no-repeat
}

.GenericMenuGold220_btm{
background-image:url();
background-position:bottom;
background-repeat:no-repeat
}


/* Player box */
.PlayerBox_main {
	background-color: #000000;
	width: 600px;
	height: 400px;
	float: left;
}
#PlayerBox_1 {
	background-image: url(../images/slice2_player_top_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100%;
}
#PlayerBox_2 {
	background-image: url(../images/slice2_player_top_right.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 100%;
}
#PlayerBox_3 {
	background-image: url(../images/slice2_player_top_run.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 100%;
}
#PlayerBox_4 {
	background-image: url(../images/slice2_player_run_left.png);
	background-repeat: repeat-y;
	background-position: left;
	height: 100%;
}
#PlayerBox_5 {
	background-image: url(../images/slice2_player_run_right.png);
	background-repeat: repeat-y;
	background-position: right;
	height: 100%;
}
#PlayerBox_6 {
	background-image: url(../images/slice2_player_btm_left.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 100%;
}
#PlayerBox_7 {
	background-image: url(../images/slice2_player_btm_right.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100%;
}
#PlayerBox_8 {
	background-image: url(../images/slice2_player_run_btm.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 100%;
}
#PlayerBox_flv {
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	height: 365px;
	width: 590px;
	position: relative;
	top: 5px;
}

#PlayerBox_tags {
	top: 6px;
	line-height:30px;
	height: 32px;
}


/* video details box */
#VideoDetails{
	clear:left;
	float:left;
	margin-top: 10px;
	width: 600px;
	height: 100%;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border: 1px double #E1E1E1;
	background-image: url(../images/reel.png);
	background-position: right bottom;
	margin-bottom: 10px;

}



.VideoDetails_MemberDetails_List{
	display:inline;
	display: block;
	text-align: left;
	padding-left: 10px;
	width: 20%;
	float: left;
	margin-top: 5px;
	margin-left: 0px;
	padding-bottom: 10px;

}

.VideoDetails_MemberDetails_List li{
	list-style-type: none;
	margin-left: 15px;
}



/* Side Boxes - Gold */
#GoldBox_1{
	width:100%;
	background-position:top;
	background-position:left;
	background-repeat:repeat-y;
	background-image: url(../images/slice_goldbox_middle.png);
}
#GoldBox_2{
	width:100%;
	background-image:url(../images/slice_goldbox_top.png);
	background-position:top;
	background-repeat:no-repeat;
}
#GoldBox_content{
	width:100%;
	background-position:bottom;
	background-repeat:no-repeat;
	background-image: url(../images/slice_goldbox_bottom.png);
	text-align: left;
}
.GoldBox_list{
	list-style-type: none;
	margin: 0px;
}


/* Side Boxes - Silver */
#SilverBox_1{
	width:100%;
	background-position:top;
	background-repeat:repeat-y;
	background-image: url(../images/slice_silverbox_middle.png);
	margin-top: 15px;
}
#SilverBox_2{
	width:100%;
	background-image:url(../images/slice_silverbox_top.png);
	background-position:top;
	background-repeat:no-repeat;
}
#SilverBox_content{
	width:100%;
	background-position:bottom;
	background-repeat:no-repeat;
	background-image: url(../images/slice_silverbox_bottom.png);
	text-align: left;
}

/* Embedded Code Box */
#EmbeddedBox_1{
	width:100%;
	background-position:top;
	background-repeat:repeat-y;
	background-image: url(../images/slice_silverbox_middle.png);
	margin-top: 15px;
}
#EmbeddedBox_2{
	width:100%;
	background-image:url(../images/slice_silverbox_top.png);
	background-position:top;
	background-repeat:no-repeat;
}



/* Ads Box- Play Video Page Right 275px wide*/
#AdsPlayRight_1{
	width:100%;
	background-position:top;
	background-repeat:repeat-y;
	background-image: url(../images/slice_silverbox_middle.png);
	margin-top: 15px;
}
#AdsPlayRight_2{
	width:100%;
	background-image:url(../images/slice_silverbox_top_plain.png);
	background-position:top;
	background-repeat:no-repeat;
}
#AdsPlayRight_content{
	width:100%;
	background-position:bottom;
	background-repeat:no-repeat;
	background-image: url(../images/slice_silverbox_bottom.png);
	text-align: left;
}

.AdsPlayRight_list{
	display:block;
	margin-right: 7px;
	margin-left: 7px;
	padding-left: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 5px;

}

.AdsPlayRight_list li{
	list-style-type:none;

}


/* Ads Box- All left pages - white 220px wide */
#AdsLeft_1{
	width:100%;
	background-position:top;
	background-repeat:repeat-y;
	background-image: url(../images/slice_silverbox_middle_220_11.png);
	margin-top: 15px;
	margin-bottom: 15px;
}
#AdsLeft_2{
	width:100%;
	background-image:url(../images/slice_silverbox_top_plain_220_11.png);
	background-position:top;
	background-repeat:no-repeat;
}
#AdsLeft_content{
	width:100%;
	background-position:bottom;
	background-repeat:no-repeat;
	background-image: url(../images/slice_silverbox_bottom_plain_220_11.png);
	text-align: left;
}

.AdsLeft_list{
	display:block;
	margin-right: 7px;
	margin-left: 7px;
	padding-left: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 5px;

}

.AdsLeft_list li{
	list-style-type:none;

}


/* Logo on right of page -- and its layers */
#LogoTop_main {
	height: 70px;
	width: 200px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
}

/* Logo on right of page -- and its layers */
.SearchBoxMain {
	height: 70px;
	width: 700px;
	float: left;
	text-align: right;
}



/****************************/
/*     Menus Run of Site   */
/***************************/

/* Top Menu and its buttons */
.MenuTop_main {
	color: #0099FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 25px;
	width: 100%;
	position: absolute;
	top: 132px;
	left: 132px;
	margin-right: auto;
	margin-left: auto;
}
.Memu_Container {
	height: 42px;
	margin-left: 63px;
	margin-top: 0px;

}
.MenuButtons_main {
	height: 42px;
	width: 890px;
	text-align: center;
	margin-left: 6px;
}
.MenuButtons_main ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-left: 0px;
}

.MenuButtons_main li {
	display:inline;
	background-image: url(../images/slice_button_gray.png);
	background-position: top;
	background-repeat: no-repeat;
}


.MenuButtons_main a:link, .MenuButtons_main a:visited, .MenuButtons_main a  {
	margin-right: 1px;
	float: left;
	display: block;
	width: 126px;
	height: 38px;
	text-decoration: none;
	font-weight: bold;
	line-height: 38px;
	background-image: url(../images/slice_button_gray1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	border: 1px none #999999;
	color:#333333;
	font-size: 15px;
}
.MenuButtons_main a:hover, .MenuButtons_main a:active {
	margin-right: 1px;
	float: left;
	display: block;
	width: 126px;
	height: 38px;
	text-decoration: none;
	font-weight: bold;
	line-height: 38px;
	background-image: url(../images/slice_button_gold2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	border: 1px none #999999;
	color: #994800;
	font-size: 16px;
	
}

#MenuButtons_main_upload{
	background-image: url(../images/slice_button_gold2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* Sub Menu Links */
.SubMenuLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height:70px;
	height: 100%;

}

.SubMenuLinks a:link, .SubMenuLinks a:active, .SubMenuLinks a:visited  {
	color: #000000;
    text-decoration:none;
}

.SubMenuLinks a:hover {
	color: #0099FF;
	text-decoration:none;
}


/* Warning messages box */
.WarningMessagesContainer {
	height: 23px;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	text-align: center;
}
#WarningMessage {
	color: #C82424;
	height: 24px;
	width: 100%;
	font-size: 15px;
	font-weight: bold;
}


/* Footer of Site */



.SubBody {
	top: 0px;
	background-color: #F2F2F2;
	text-align:center;
	margin-top: 0px;
}




/*******************************/
/*     Thumbs and Images       */
/*******************************/


/* Related Videos, thumb */
.ThumbRelatedVideos, .ThumbMembersVideos{
	float:left;
	width:100px;
	height:75px;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 0px;
	border: 1px solid #999999;

}

.ThumbRelatedAudio, .ThumbMembersAudio{
	float:left;
	width:50px;
	height:50px;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 0px;
	border: 1px solid #999999;

}



/* Video details, members pic thum*/

/* Index page video list, */
.IndexVideoDetails_Thumb{
	width:120px;
	height:90px;
	border: 1px solid #999999;

}

/* Most thumbs, search results, categories, video details etc */
.CategoryVideoDetails_Thumb{
	width:120px;
	height:90px;
	border: 1px solid #999999;
}

/***********************************************************/
/*  Template Specific Code - Excluding Main Play Page      */
/***********************************************************/



#IndexCurrentShowingDiv{

}


/* (1) Ads Box- Play Video Page Right */
#IndexGrayBox_1{
	width:100%;
	background-position:top;
	background-repeat:repeat-y;
	background-image: url(../images/slice_silverbox_middle2.png);
	margin-top: 15px;
}
#IndexGrayBox_2{
	width:100%;
	background-image:url(../images/slice_silverbox_top_plain2.png);
	background-position:top;
	background-repeat:no-repeat;
}
#IndexGrayBox_content{
	width:100%;
	background-position:bottom;
	background-repeat:no-repeat;
	background-image: url(../images/slice_silverbox_bottom2.png);
	text-align: left;
}



.IndexGrayBox_list li{
	list-style-type:none;

}


/* (1) Site stats  */
#SiteStatsBox_1{
	width:100%;
	background-position:top;
	background-repeat:repeat-y;
	background-image: url(../images/slice_silverbox_middle2.png);
	margin-top: 15px;
}
#SiteStatsBox_2{
	width:100%;
	background-image:url(../images/slice_silverbox_top_plain2.png);
	background-position:top;
	background-repeat:no-repeat;
}
#SiteStatsBox_content{
	width:100%;
	background-position:bottom;
	background-repeat:no-repeat;
	background-image: url(../images/slice_silverbox_bottom2.png);
	text-align: left;
}

.SiteStatsBox_list{
	display:block;
	margin-right: 7px;
	margin-left: 12px;
	padding-left: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 5px;

}

.SiteStatsBox_list li{
	list-style-type:none;
	margin-bottom: 7px;

}

/* (1) Todays Random Video */
#IndexPreviewBox_1{
	width:100%;
	background-position:top;
	background-repeat:repeat-y;
	background-image: url(../images/slice_silverbox_middle2.png);
}
#IndexPreviewBox_2{
	width:100%;
	background-image:url(../images/slice_silverbox_top_plain2.png);
	background-position:top;
	background-repeat:no-repeat;
}
#IndexPreviewBox_content{
	width:100%;
	background-position:bottom;
	background-repeat:no-repeat;
	background-image: url(../images/slice_silverbox_bottom2.png);
	text-align: left;
}

.IndexPreviewBox_list{
	display:block;
	margin-right: 7px;
	margin-left: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 5px;
	padding-left: 0px;

}

.IndexPreviewBox_list li{
	list-style-type:none;

}

/* (1) Login Box - Gold */
#IndexLoginGoldBox_1{
	width:100%;
	background-position:top;
	background-position:left;
	background-repeat:repeat-y;
	background-image: url(../images/slice_goldbox_middle2.png);
	height: 100%;
	margin-top: 15px;
}
#IndexLoginGoldBox_2{
	width:100%;
	background-image:url(../images/slice_goldbox_top2.png);
	background-position:top;
	background-repeat:no-repeat;
	height:100%;
}
#IndexLoginGoldBox_content{
	width:100%;
	background-position:bottom;
	background-repeat:no-repeat;
	background-image: url(../images/slice_goldbox_bottom2.png);
	text-align: left;
	height:100%;
}


/* (1) popular tags */
#IndexTagCloudBox_1{
	width:100%;
	background-position:top;
	background-position:left;
	background-repeat:repeat-y;
	background-image: url(../images/slice_silverbox_middle2.png);
	height: 100%;
	margin-top: 15px;
}
#IndexTagCloudBox_2{
	width:100%;
	background-image:url(../images/slice_silverbox_top_plain2.png);
	background-position:top;
	background-repeat:no-repeat;
	height:100%;
}
#IndexTagCloudBox_content{
	width:100%;
	background-position:bottom;
	background-repeat:no-repeat;
	background-image: url(../images/slice_silverbox_bottom2.png);
	text-align: left;
	height:100%;
}
.IndexTagCloudBox_list{
	display:block;
	margin: 0px 3px;
}

.IndexTagCloudBox_list li{
	list-style-type:none;
	padding-bottom: 0px;

}



/* (1) Now Showing */

#IndexRecentlyAdded_title{
	background-image:url(../images/slice_silverbox_top4.png);
	background-position:top;
	background-repeat:no-repeat;
	margin-top:15px;
	margin-bottom:5px;
	text-align: left;
		height: 36px;
	line-height: 36px;
}


/* (1) Videos List */


#IndexVideoDetails{
	width: 100%;
	height: 100%;
}

#VideoDetails_MemberDetails{
	width:22%;
	float: left;
	margin-left: 0px;
	background-color: #99FFFF;
}

#VideoDetails_More{
	width:77%;
	float: right;
}



#IndexAjaxtitle{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F1CF5B;
	text-align: left;
	height:20px;

}


/* (3) inner_category_more.htm */
/*******************************/

/* (3) Videos List */
#CategoryVideoListContainer{
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-image: url(../images/reel.png);
	background-position: right bottom;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E1E1E1;
	border-bottom-color: #E1E1E1;
	border-left-color: #E1E1E1;
}

#CategoryVideoDetails{
	width: 100%;
	height: 100%;
	background-color: #000;
}

#CategoryVideoDetails_MemberDetails{
	width:22%;
	float: left;
	margin-left: 0px;
	background-color: #99FFFF;
}

#CategoryVideoDetails_More{
	width:77%;
	float: right;
}


/* (4) inner_group_home  */

.GroupAdmin{
	border: 1px solid #666666;
	margin-top: 20px;
	background-color: #000;
}

.GroupAdmin1{ /*with brighter boarder for admin status*/
	border: 2px solid #39784c;
	margin-top: 20px;
	background-color: #000;
}

.GroupAdmin2{ /*with no border or image*/
	margin-top: 20px;
}

.GroupAdmin3{ /*with no border or image*/
	margin-top: 5px;
}

/* (5) inner_see_even_more.htm */
/******************************/

/* (2) Horizontal boxes */
.CategoryBoxHorizontal_2{
	width: 200px;
	float: left;
	height: 195px;
	display:inline;
	margin-bottom: 20px;
	border: 1px solid #666666;
	background-color: #000;
	margin-left: 18px;
}

.CategoryBoxHorizontal_2 ul{
	list-style-type:none;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.CategoryBoxHorizontal_2 li{
	margin-bottom: 2px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;

}


/* (6) inner_welcome */
/*********************/

#WelcomeMain{
	border: 1px solid #666666;
	background-color: #000;
	text-align: left;
	margin-bottom: 0px;
	height: 300px;


}

#WelcomeMain ul{
	list-style-type: none;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 25px;
	margin-left: 0px;
	
}

#WelcomeMain li{
	margin-bottom: 42px;
	display:inline;
	display:block;
	width: 300px;
	float: left;
	margin-left: 90px;
	list-style-type: none;
}


/* (7) inner_myaccount_update_profile.htm */
/*********************/

#MyaccountUpdateProfile{
	background-color: #000;
	margin-bottom: 50px;
}
.MyaccountUpdateProfile_Span1{
}
#MyaccountUpdateProfile_Span1 ul{
	list-style-type: none;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 25px;
	margin-left: 0px;
}

#MyaccountUpdateProfile_Span1 li{
	margin-bottom: 42px;
	display:inline;
	display:block;
	width: 300px;
	float: left;
	margin-left: 90px;
	list-style-type: none;
}

#MyaccountUpdateProfile_Span2{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #ebe8e8;
	border-bottom-color: #ebe8e8;

}


/* (8) email read etc */
/**********************/
#EmailRead{
	text-align: left;
}

#EmailRead ul{
	list-style-type: none;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 25px;
	margin-left: 0px;
	
}

#EmailRead li{
	list-style-type:none;
	margin-bottom: 10px;
	padding-left: 40px;

}

.EmailRead_span{
	display:block;
	background-color: #333;
	border: 1px dotted #666666;
	border-left: none;
	border-right: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


/* (9) Members Profile */
/**********************/

.MembersProfileView{
	background-color: #000;
	margin-bottom: 20px;
	text-align: left;
	border: 1px solid #666666;

}

.MembersProfileView ul{
	padding-bottom: 10px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;

}

.MembersProfileView li{
	list-style-type: none;
	margin-left: 50px;
	margin-right: 15px;
	margin-bottom: 20px;

}


.MembersProfileAudioView{
	background-color: #000;
	margin-bottom: 20px;
	text-align: center;
	border: 1px dotted #666666;

}


/* (8) Horizontal boxes */
.CategoryBoxHorizontal_3{
	width: 200px;
	float: left;
	height: 195px;
	display:inline;
	margin-bottom: 20px;
	border: 1px solid #666666;
	background-color: #000;
	margin-left: 13px;
}

.CategoryBoxHorizontal_3 ul{
	list-style-type:none;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 5px;
	margin-left: 0px;
}

.CategoryBoxHorizontal_3 li{
	margin-bottom: 2px;
	padding-right: 3px;
	padding-left: 3px;

}



/* (10) inner_signup_form */
/**************************/

#Register{
	float: left;
	background-color: #000;
	height: 100%;
	width: 450px;
	text-align: left;
	margin: 0px 0px 10px 13px;
}

#Register ul{
	list-style-type: none;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 25px;
	margin-left: 0px;
	
}

#Register li{
	margin-bottom: 10px;
	display:inline;
	display:block;
	width: 213px;
	float: left;
	margin-left: 6px;
	list-style-type: none;
}
#Signup {
	background-color: #000;
	height: 300px;
	width: 450px;
	text-align: left;
	margin: 0px 0px 10px -20px;
}

#Signup ul{
	list-style-type: none;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 25px;
	margin-left: 0px;
	
}

#Signup li{
	margin-bottom: 10px;
	display:inline;
	display:block;
	width: 213px;
	float: left;
	margin-left: 6px;
	list-style-type: none;
}

#Signup2 {
	float: left;
	height: 50px;
	width: 450px;
	margin-top: 30px;	
	text-align: center;
}



/* (11) inner_notification */
/***************************/

#Notification {
	background-color: #000;
	height: 400px;
	border: 1px solid #666666;
}

#NotificationInt {
	margin: 20px;
	text-align: center;
}

/* (12) inner_upload_video_forn */
/********************************/

#UploadVideo{
	background-color: #000;
	border: 1px solid #666666;
	text-align:left;
	height: 700px;
}

#UploadVideo ul{
	list-style-type: none;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 25px;
	margin-left: 0px;
	
}

#UploadVideo li{
	margin-bottom: 15px;
	display:inline;
	display:block;
	width: 213px;
	float: left;
	margin-left: 6px;
	list-style-type: none;
}

.UploadVideo_Tags{
	background-color: #FFFFFF;
	line-height: 18px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
}


/* (13) inner_upload_complete_forn */
/********************************/

#UploadComplete{
	background-color: #000;
	border: 1px solid #666666;
	text-align:left;
	height: 200px;
	text-align:center;
}

/* (13) inner_groups_create.htm */
/********************************/
.GroupsCreate{
	line-height: 20px;


}
#GroupsCreate ul{
	list-style-type: none;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 25px;
	margin-left: 0px;
	
}

#GroupsCreate li{
	margin-bottom: 42px;
	display:inline;
	display:block;
	width: 300px;
	float: left;
	margin-left: 90px;
	list-style-type: none;
}


/* (14) inner_see_members  */
/***************************/

#MembersSearch{
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 18px;
	margin-left: 18px;
	border: 1px solid #666666;


}

#MembersSearch ul{
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 5px;
	background-color: #000;


}

#MembersSearch li{
	display: inline;
	margin-right: 15px;
}


/* (15) inner_upload_video_forn */
/********************************/

#EditVideo{
    color: #fff;
	background-color: #000;
	border: 1px solid #666666;
	text-align:left;
	height: 590px;
	margin-right: auto;
	margin-left: auto;
	width: 660px;
	margin-top: 0px;
}

#EditVideo ul{
	list-style-type: none;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 25px;
	margin-left: 0px;
	
}

#EditVideo li{
	margin-bottom: 15px;
	display:inline;
	display:block;
	width: 213px;
	float: left;
	margin-left: 6px;
	list-style-type: none;
}

.UploadVideo_Tags{
	background-color: #000;
	line-height: 18px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	border: 1px dotted #666666;
}



/* (16) inner_playlist_main */
/********************************/

#Playlists{
	background-color: #000;
	border: 1px solid #666666;
	text-align:center;
	/*
	height: 1200px;
	*/
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	width: 820px;
	margin-top: 0px;
}

#Playlists ul{
	list-style-type: none;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 25px;
	margin-left: 0px;
	
}

#Playlists li{
	margin-bottom: 15px;
	display:inline;
	display:block;
	width: 213px;
	float: left;
	margin-left: 6px;
	list-style-type: none;
}

.Playlistdivs{
	margin-top: 10px;

}

.Playlistdivs2{
	margin-top: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	background-color: #363636;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #E9E9E9;
	border-bottom-color: #E9E9E9;

}

#PlaylistNotification{
	margin-top: 10px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
	line-height: 20px;
	border: 1px solid #999999;

}

/**********************************/
/*         various fixes          */
/*********************************/

/* strech container div with floats in it */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix2 {
    clear: both; 
}

.RelatedVideosSpacer{
height:10px;

}


/*********************
/*  Various Forms   */
/********************/

.FormGeneric{
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	border:none;
}

/*
.FormGeneric input{
	margin-top: 0px;
	margin-bottom: 0px;
	border:none;
}
/*/

.FormSearch{
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: left;

}



/* corrective form filed formatting */
.FormSpecialInput_1{ /* gray order */
	width: 80px;
	border: 1px solid #DFDCDC;
}

.UpdateProfileForm{
	padding-top: 0px;
	text-align: left;
	padding-left: 100px;
	padding-right: 0px;
	margin-right: 0px;
	margin-left: 0px;

}

.CreateGroupForm{
	padding-top: 0px;
	text-align: left;
	padding-left: 100px;
	padding-right: 0px;
	margin-right: 0px;
	margin-left: 0px;

}

/* Pagination */

#pagination {
	margin-top: 8px;
	margin-bottom: 8px;

}
#pagination ul {
	list-style-type: none;
	padding-left: 0px;
}
#pagination li {
	display: inline;
	margin: 0 5px 0 0;
	
}
#pagination li a {
	padding: 4px;
	border: 1px solid #999999;
	text-decoration: none;
}
#pagination li a:hover {
	border: 2px solid #999999;
	background-color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;

}



/***************additions by bashbang******************/
.login_block_main{
	/*
	position:relative;
	*/
	margin:0px;
	width:450px;
	/*
	height:50px;
	*/
}
.login_block_reg{
	margin:5px;
	margin-top: 20px;
	color:#ebebeb;
	font-weight:bold;
	width:440px;
	height:20px;
}
.login_block_head{
	margin:5px;
	color:#ebebeb;
	font-weight:bold;
	width:440px;
	/*
	height:20px;
	*/
}
.login_block_body{
	margin-left:5px;
	margin-top:5px;
}
#Register_age_verification{
	width: 250px;
	background-color: #aeaeae;
	/*
	background-image: url(../images/reel2.png);
	*/
	border: 1px solid #ebe8e8;
	height: 100px;
	/*
	background-repeat: no-repeat;
	background-position: right bottom;
	*/
	text-align: left;

}
#ContentSplitContainer_center_4 {
	/*
	float: left;
	*/
	margin-right: auto;
	margin-left: auto;
	width: 445px;
}
.uploadVideoNotice{
	text-align:left;
	margin-left:30px;
	margin-right:30px;
	margin-top:15px;
	margin-bottom:30px;
}
.accountLoginRecoveryForm{
	width:450px;
}
.formLeftColumn{
	float:left;
	width:177px;
}
.formRightColumn{
	float:left;
}
.loginRecoveryFormItemLeft{
	text-align:right;
	margin-bottom:5px;
	height:20px;
}
.recoveryFormItemLeftLarge{
	text-align:right;
	margin-bottom:5px;
	height:60px;
}
.loginRecoveryFormItemRight{
	text-align:left;
	padding-left:5px;
	margin-bottom:5px;
	height:20px;
}
.recoveryFormItemRightLarge{
	text-align:left;
	padding-left:5px;
	margin-bottom:5px;
	height:60px;
	width:250px;
}
.recoveryLoginFormExtras{
	clear:both;
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
}
#greeting a{
	color:#ffffff;
}
.contactForm{
	margin:auto;
	/*
	background-color:lightblue;
	*/
	width:350px;
}
.contactLeft{
	text-align:left;
	margin-bottom:5px;
}
.contactRight{
	float:left;
	width:270px;
	margin-bottom:5px;
}
.contactMessage{
	text-align:left;
}
/**
----------------------------------------------------------------------------------
these below are used temporarily until the avatra engine is ready to go into place
----------------------------------------------------------------------------------
*/
.holderAvatarSelector{
	clear:both;
	margin-left:auto;
	background-color:#ff0000;
	
	
	/*
	width:660px;
	height:300px;
	*/
	
}
.avatarSelectable{
	float:left;
	width:100px;
	height:120px;
	background-color:#252525;
	margin:5px;
}
.avatarTitle{

}
.avatarImage{

}
.refreshCode{
	float:right;
	width:50px;
	text-align:left;
	text-align: top;
	cursor: pointer;
}
.capImg{
	float:left;
}
#capImg {
	width: 165px;
}
#onlineMembersContainer{
	/*background-color : lightgreen;*/
	/*width : 200px;*/
	/*text-align : left;*/
}
/**
---------------------------------------------------------------------------------
chaotic game 1v1 realted
---------------------------------------------------------------------------------
*/
.game1v1Holder{
	clear:both;
	/*
	
	background-image: url(../images/1v1-borderv2.png);
	background-position: 0px 134px;
	background-repeat: no-repeat;
	*/
	/*
	background-color:lightgrey;
	*/
	width:936px;
	height:490px;
}
.chaotic1v1Logo{
	/*
	background-color:grey;
	*/
	width:936px;
	height:134px;
}
.game1v1SwfHolder{
	background-image: url(../images/1v1-border_middle.png);
	/*
	background-color:green;
	*/
	width:936px;
	height:483px;
	padding-top:1px;
}
.game1v1Swf{
	/*
	margin:auto;
	clear:both;
	*/
	/*
	background-color:blue;
	margin-top:100px;
	*/
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	
	width:900px;
	height:400px;
}
.gamve1v1bottom{
	background-image: url(../images/1v1-border_bottom.png);
	width:932px;
	height:272px;
	/*
	border-top:1px;
	
	*/
	padding-top:1px;
	
}
.game1v1ButtonsHolder{
	margin-top:220px;
	/*
	background-color:blue;
	*/
	height:30px;
	text-align:left;
}
