@charset "utf-8";
.MainBody {
	
	top: 0px;
	background-repeat: repeat-x;
	background-image:url(../images/bg_gradient.png);
	background-color:#d3d2d2;
	text-align:center;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	margin-left: 0px;
	margin-right: 1px;
}


/**************************/
/* Main Layout Containers */
/**************************/

.MainBody_TEMP {
	top: 0px;
	background-repeat: repeat-x;
	background-color: #F2F2F2;
	text-align:center;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	height: 100%;
}

/* Main big box 900px wide*/
.MainBody_Container {
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	text-align: center;
	padding:0px;
}

#InnerBody_Container {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	text-align:left;
	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: 12px;
	min-height:450px;
}

/* Provide right hand side container - Large */
#ContentSplitContainer_left {
	float: left;
	width: 600px;
}
#ContentSplitContainer_left_play {
padding-left:9px;
	float: left;
	width: 600px;
}
#ContentSplitContainer_left_jom {

	float: left;
	width: 570px;
}


/* Provide Left hand side container - small */
#ContentSplitContainer_right {
	float: right;
	width:275px;
}


/* Provide right hand side container - small */
#ContentSplitContainer_left_2 {
	float: left;
	width: 255px;
	
}

/* Provide Left hand side container - large */
#ContentSplitContainer_right_2 {
	float: right;
}

/* Provide right hand side container - large */
#ContentSplitContainer_left_3 {
	float: left;
	width: 660px;
}

/* Provide Left hand side container - small */
#ContentSplitContainer_right_3 {
	float: right;
	width:220px;
}

/* Provide right hand side container - large */
#ContentSplitContainer_wide {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

/* Provide right hand side container - large */
#ContentSplitContainer_left_4 {
	float: left;
	width: 445px;
}

/* Provide Left hand side container - small */
#ContentSplitContainer_right_4 {
	float: right;
	width:445px;
}

/*Hold the search box, logo etc*/
#top_container {
	height: 147px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: right;
}

/* Top Banner container */
.TopBanner_Container {
	height: auto;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	text-align: center;
}

/* Sub menu container  */
.SubMenu_Container {
	height: 100%;
	width: 100%;
	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;
}

/* Footer of page Container */
#MainFooter_Container {
border-top:dotted  1px;
border-color:#999999;
margin:10px;
font-size:11px;
padding-bottom: 10px;


}




/*******************************************/
/* Min text coloring, links and formating */
/************************************/

a:link {
	color:#0F7799;
	text-decoration: none;
}

a:hover {
	color:#999999;
	text-decoration: none;
}

a:active {
	color: #333333;
	text-decoration: none;
}

a:visited {
color:#0F7799;
text-decoration: none;
}

a:visited:hover {
color:#999999;
	text-decoration: none;

}
/* gray/black - 12px*/
.font4_12 {
	color:#666666;
	font-size: 12px;
	font-weight: bold;
}

/* gray/black - 14px*/
.font4_14 {
	color:#01597A;
	font-size: 14px;
	font-weight: bold;
}
.font4_14:hover {
	color:#039fd9;
}

.font4_14_l {
	color:#666666;
	font-size: 14px;
}


/* gray/black - 16px*/
.font4_16 {
	color:#666666;
	font-size: 16px;
	font-weight: bold;
}

/* gray/black - 18px*/
.font4_18 {
	color:#666666;
	font-size: 18px;
	font-weight: bold;
}

/* Dark Brown - 14px*/
.font5_14 {
	color: #994800;
	font-size: 14px;
	font-weight: bold;
}

.font5_16 {
	color: #994800;
	font-size: 16px;
	font-weight: bold;
}

.font5_14_l {
	color: #994800;
	font-size: 14px;
}

/* Dark Brown - 12px*/
.font5_12 {
	color: #994800;
	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;
}


/* 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{
	text-align: left;
	height:25px;
padding-bottom:5px;
padding-left:270px;
}


/* 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-position:top;
background-repeat:no-repeat
}

.GenericMenuGold220_btm{
background-position:bottom;
background-repeat:no-repeat
}


/* Player box */
.PlayerBox_main {
	width: 600px;
	height: 460px;
}
#PlayerBox_1 {
	height: 100%;
}
#PlayerBox_2 {
	height: 100%;
}
#PlayerBox_3 {
	height: 100%;
}
#PlayerBox_4 {
	height: 100%;
}
#PlayerBox_5 {
	height: 100%;
}
#PlayerBox_6 {
	height: 100%;
}
#PlayerBox_7 {
	height: 100%;
}
#PlayerBox_8 {
	height: 100%;
}
#PlayerBox_flv {
	margin-right: auto;
	margin-left: auto;
	height: 365px;
	width: 590px;
	position: relative;
	top: 5px;
}

#PlayerBox_tags {
	top: 6px;
	line-height:30px;
	height: 32px;
}


/* video details box */
#VideoDetails{

	margin-top: 10px;
	height:inherit;
	margin-bottom: 10px;
	

}

#VideoDetails_MemberDetails{
	width:22%;
	float: left;
	margin-left: 0px;
	background-color: #99FFFF;
}

#VideoDetails_More{
	width:77%;
	float: right;
}
.VideoDetails_More_List{
	list-style-type: none;

	margin-top: 5px;
	padding-left: 0px;
	padding-right: 10px;
	text-align: left;
	margin-left: 0px;
	width: 76%;
	float: right;
	padding-bottom: 10px;

}
.VideoDetails_More_List_play{
list-style-type: none;
	float:left;
	text-align:left;
}

.VideoDetails_More_List li{
	margin-bottom: 8px;

}

.VideoDetails_MemberDetails_List{
	
	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;
}


/* comments box */
.CommentBoxList_TopLinks li{
	display:inline;
	margin: 0px;
	padding: 0px;
}

#CommentBoxPostNew{
	border: 1px dotted #DFDCDC;
	width: 595px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-repeat: repeat-x;
	background-position: left top;
	clear: left;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
}

.CommentsBox{
	background-color: #FFFFFF;
	border: 1px dotted #D5D4D4;
	float: right;
	text-align:left;
	width: 470px;
	
}

.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;


}


/* Side Boxes - Gold */
#GoldBox_1{
	width:100%;
}
#GoldBox_2{
	width:100%;
}
#GoldBox_content{
	width:100%;
	text-align: left;
}
.GoldBox_list{
	list-style-type: none;
	margin: 0px;
}


/* Side Boxes - Silver */
#SilverBox_1{
	width:100%;
	margin-top: 15px;
}
#SilverBox_2{
	width:100%;
}
#SilverBox_content{
	width:100%;
	text-align: left;
}

/* Embedded Code Box */
#EmbeddedBox_1{
	width:100%;
	margin-top: 15px;
}
#EmbeddedBox_2{
	width:100%;
}
#EmbeddedBox_content{
	width:100%;
	text-align: left;
}

.EmbeddedBox_list{
	display:block;
	margin-right: auto;
	margin-left: 40px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-left: 0px;

}

.EmbeddedBox_list li{
	list-style-type:none;

}


/* Ads Box- Play Video Page Right 275px wide*/
#AdsPlayRight_1{
	width:100%;
	margin-top: 15px;
}
#AdsPlayRight_2{
	width:100%;
}
#AdsPlayRight_content{
	width:100%;
	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%;
	margin-top: 15px;
	margin-bottom: 15px;
}
#AdsLeft_2{
	width:100%;
}
#AdsLeft_content{
	width:100%;
	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;

}

/*Boxes Titles, Related, members etc*/
#RelatedVideosTitle, #EmbeddedTitle{
	height: 60px;
	line-height:50px;
	display:block;
	margin-top: 0px;
	margin-bottom: 0px;
}

#RelatedVideosTitle2{
	height: 60px;
	line-height:50px;
	display:block;
	margin-top: 0px;
	margin-bottom: 0px;
}


/* Logo on right of page -- and its layers */
#LogoTop_main {
	height: 78px;
	width: 310px;
	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: 550px;
	float: right;
	text-align: right;
	padding-top:12px;
	font:bold;
}



/****************************/
/*     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-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-repeat: no-repeat;
	background-position: center bottom;
	border: 1px none #999999;
	color:#666666;
	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-repeat: no-repeat;
	background-position: center bottom;
	border: 1px none #999999;
	color: #994800;
	font-size: 16px;
	
}

#MenuButtons_main_upload{
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* Sub Menu Links */
.SubMenuLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:70px;
	height: 100%;

}

.SubMenuLinks a:link, .SubMenuLinks a:active, .SubMenuLinks a:visited  {

    text-decoration:none;
}

.SubMenuLinks a:hover {
	text-decoration:none;
}


/* Warning messages box */
.WarningMessagesContainer {
	height: 23px;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	text-align: center;
}
#WarningMessage {
	border: 1px solid #666666;
	height: 23px;
	width: 100%;
	top: 5px;
	margin-top: 5px;
	color:#CC0000;
}


/* 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;
	padding:4px;
	border:1px solid #DDDDDD;
}
.ThumbRelatedVideos:hover, .ThumbMembersVideos:hover{
	background-color:#0066CC;
}

/* Video Comments thumb */
.ThumbMembersVideos_Comments{
	float:left;
	width:65px;
	height:65px;
	margin-left: 35px;
	margin-top: 0px;
	margin-right: 5px;
}

/* Video details, members pic thum*/
.ThumbMembersPic_VideoDetails{
	width:65px;
	height:65px;
	margin-left: 4px;
}

/* Index page video list, */
.IndexVideoDetails_Thumb{
	width:120px;
	height:90px;
	border: 1px solid #ddd;
	 padding:4px;

}
.IndexVideoDetails_Thumb:hover{
background-color:#0066FF;
}

/* Most thumbs, search results, categories, video details etc */
.CategoryVideoDetails_Thumb{
	width:120px;
	height:90px;
	border: 1px solid #ddd;
	 padding:4px;
}
.CategoryVideoDetails_Thumb:hover{
background-color:#0066FF;
}

/***********************************************************/
/*  Template Specific Code - Excluding Main Play Page      */
/***********************************************************/


/* (1) inner_index.htm */
/*******************/

/* (1) Provide right hand side container - Large */
#ContentSplitContainer_left2 {
	float: left;
	width: 570px;
}

/* (1) Provide Left hand side container - small */
#ContentSplitContainer_right2 {
	float: right;
	width:300px;
}

#IndexCurrentShowingDiv{

}


/* (1) Ads Box- Play Video Page Right */
#IndexGrayBox_1{

}
#IndexGrayBox_2{
	
}
#IndexGrayBox_content{
	
}

.IndexGrayBox_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;

}

.IndexGrayBox_list li{
	list-style-type:none;

}


/* (1) Site stats  */
#SiteStatsBox_1{
	width:100%;
	background-position:top;
	background-repeat:repeat-y;
	margin-top: 15px;
}
#SiteStatsBox_2{
	width:100%;
	background-position:top;
	background-repeat:no-repeat;
}
#SiteStatsBox_content{
	width:100%;
	background-position:bottom;
	background-repeat:no-repeat;
	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;
}
#IndexPreviewBox_2{
	width:100%;
	background-position:top;
	background-repeat:no-repeat;
}
#IndexPreviewBox_content{
	width:100%;
	background-position:bottom;
	background-repeat:no-repeat;
	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%;
	height: 100%;
	margin-top: 15px;
}
#IndexLoginGoldBox_2{
	width:100%;
	height:100%;
}
#IndexLoginGoldBox_content{
	width:100%;
	text-align: left;
	height:100%;
}
.IndexLoginGoldBox_list{
	display:block;
	margin-right: auto;
	margin-left: 10px;
	margin-top: 1px;
	padding-left: 0px;
	padding-bottom: 5px;
	margin-bottom: 0px;
}

.IndexLoginGoldBox_list li{
	list-style-type:none;
	margin-bottom: 20px;

}


/* (1) popular tags */
#IndexTagCloudBox_1{
	
	height: 100%;
	margin-top: 15px;
}
#IndexTagCloudBox_2{
	
	height:100%;
}
#IndexTagCloudBox_content{
	
	text-align: left;
	height:100%;
}
.IndexTagCloudBox_list{
	display:block;
	margin-right: 7px;
	margin-left: 7px;
	margin-top: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}

.IndexTagCloudBox_list li{
	list-style-type:none;
	padding-bottom: 0px;

}


/* (1) Now Showing */

#IndexNowShowing{

}

/* (1) Now Showing */

#IndexRecentlyAdded_title{


}

#IndexMoreVideo{
}



/* (1) Videos List */

#IndexVideoListContainer{
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	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;
}

.IndexVideoDetails{
	width: 100%;
	height: 100%;
	border-bottom:dotted 1px;
	border-color:#CCCCCC;
}

/*
.IndexVideoDetails:hover {
	background-color:#f7f5f5;
}*/

#VideoDetails_MemberDetails{
	width:22%;
	float: left;
	margin-left: 0px;
	background-color: #99FFFF;
}

#VideoDetails_More{
	width:77%;
	float: right;
}
.VideoDetails_Info_List{
	list-style-type: none;
	display: block;
	margin-top: 5px;
	padding-left: 0px;
	padding-right: 10px;
	text-align: left;
	margin-left: 0px;
	width: 400px;
	float: right;
	
	
}

.VideoDetails_Info_List li{
	margin-bottom: 3px;

}

.VideoDetails_All_List{
	display:inline;
	display: block;
	text-align: left;
	padding-left: 10px;
	width: 120px;
	float: left;
	margin-top: 5px;
	margin-left: 0px;
	padding-bottom: 0px;

}

.VideoDetails_All_List li{
	list-style-type: none;
}

#IndexAjaxtitle{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F1CF5B;
	text-align: left;
	height:20px;

}

/* (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: 188px;
	float: left;
	height: 100%;
	display:inline;
	margin-bottom: 1px;
	border: 1px solid #E3E3E3;
	background-color: #fafafa;
	margin-right: 15px;
	text-align:center;
	
}

.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;

}
.CategoryBoxHorizontal:hover{
background-color:#b3dceb;
}


/* (3) inner_category_more.htm */
/*******************************/

/* (3) Videos List */
#CategoryVideoListContainer{
	background-repeat: no-repeat;
	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_MemberDetails{
	width:22%;
	float: left;
	margin-left: 0px;
}

#CategoryVideoDetails_More{
	width:77%;
	float: right;
}
.CategoryVideoDetails_Info_List{
	list-style-type: none;
	display: block;
	margin-top: 5px;
	padding-left: 0px;
	padding-right: 25px;
	text-align: left;
	margin-left: 0px;
	width:321px;
	overflow:hidden;
	float: right;
	
}

.CategoryVideoDetails_Info_List li{
	margin-bottom: 3px;

}

.CategoryVideoDetails_All_List{
	display:inline;
	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;
}



/* (4) inner_group_home  */

.GroupAdmin{
	border: 1px solid #eae8e8;
	margin-top: 20px;
	background-color: #FFFFFF;
	background-position: right bottom;
	background-repeat: no-repeat;

}

.GroupAdmin1{ /*with brighter boarder for admin status*/
	border: 2px solid #FFCC00;
	margin-top: 20px;
	background-color: #FFFFFF;
	background-position: right bottom;
	background-repeat: no-repeat;

}

.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: 255px;
	margin-bottom: 20px;
	border: 1px solid #E3E3E3;
	background-color: #fafafa;
	margin-left: 18px;
	overflow:hidden;
}

.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 #ebe8e8;
	background-color: #FAFAFA;
	
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;
	margin-bottom: 50px;
	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{
	border: 1px solid #ebe8e8;
	background-color: #FAFAFA;
	
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 50px;


}
.MyaccountUpdateProfile_Span1{
	line-height: 20px;


}
#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: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


/* (9) Members Profile */
/**********************/

.MembersProfileView{
	background-color: #fafafa;
	margin-bottom: 5px;
	text-align: left;

}

.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: 5px;
	margin-right: 5px;
	margin-bottom: 20px;

}


.MembersProfileAudioView{
	background-color: #fafafa;
	margin-bottom: 20px;
	text-align: center;
	border: 1px dotted #999999;

}


/* (8) Horizontal boxes */
.CategoryBoxHorizontal_3{
	width: 180px;
	float: left;
	height: 195px;
	display:inline;
	margin-bottom: 20px;
	border: 1px solid #E3E3E3;
	background-color: #fafafa;
	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{
	height: 300px;
	
	text-align: left;

}

#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: 100%;
	float: left;
	margin-left: 6px;
	list-style-type: none;
}
#Signup{
	height: 300px;
	text-align: left;
	
}

#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;
}



/* (11) inner_notification */
/***************************/

#Notification{
	background-color: #fafafa;
	
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 200px;
	border: 1px solid #ebe8e8;


}


/* (12) inner_upload_video_forn */
/********************************/

#UploadVideo{
	background-color: #fafafa;
	
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid #ebe8e8;
	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{
	line-height: 18px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
}


/* (13) inner_upload_complete_forn */
/********************************/

#UploadComplete{
	background-color: #fafafa;
	
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid #ebe8e8;
	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 #E3E3E3;


}

#MembersSearch ul{
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 5px;
	background-color: #FAFAFA;


}

#MembersSearch li{
	display: inline;
	margin-right: 15px;
}


/* (15) inner_upload_video_forn */
/********************************/

#EditVideo{
	background-color: #fafafa;
	
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid #ebe8e8;
	text-align:left;
	height: 100%;
	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{
	line-height: 18px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
}



/* (16) inner_playlist_main */
/********************************/

#Playlists{
	background-color: #fafafa;
	
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid #ebe8e8;
	text-align:center;
	height: 1200px;
	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;
	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{
	margin-top: 0px;
	margin-bottom: 0px;
	border:none;
}

/*
.FormGeneric input{
	margin-top: 0px;
	margin-bottom: 0px;
	border:none;
}
/*/

.FormSearch{
	padding-top: 45px;
	padding-left:40px;
	margin-bottom: 0px;
	text-align: left;

}


.FormIndexLogin{
	margin-top: 0px;
	margin-bottom: 0px;
}

.FormIndexLogin input{
	vertical-align: middle;
/*optional*/
}

/* corrective form filed formatting */
.FormSpecialInput_1{ /* gray order */
	border: 1px solid #DFDCDC;
}

.UpdateProfileForm{
	padding-top: 0px;
	text-align: left;
	padding-left: 30px;
	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;
	text-align:center;
}
#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;

}

#gamegenre{
text-align:left;
height:100px;
}
#gamegenre ul {
  float: left; /* width is changed */
  margin: 0;
  padding: 0;
  list-style: none;
}
 
#gamegenre li {
  float: left;
  width: 136px;
  margin-bottom: 10px;
  background-position: 0 3px;
  background-repeat: no-repeat;
  padding: 0 0 0 1.5em; /* left padding moves the text away from the bullet */
}
#gamegenre li:hover {
background-color:#CCCCCC;
}

/* av edit --------------------------------------------------------------------------------------*/



.maincontentarea{
	background-color:#e5e9f0;
	border-top:solid 1px;
	border-color:#999999;
	border-left:solid 3px #e5e5e5;
	border-right:solid 3px #e5e5e5;
}
	
#footer_container_container{
background-color:#e5e9f0;
}
	
	/*rounded corners*/
	/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
    background: transparent url(../images/drop-box-900-2000.png) no-repeat bottom right; 
} 
.cssbox { 
    width: 579px !important; /* intended total box width - padding-right(next) */
    width: 579px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin: -10px auto; /* use to position the box */ 
} 

/* set the top-right image */ 
.cssbox_head { 
    background-position: top right; margin-right: -15px; /* pull the right image over on top of border */
    padding-right: 40px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.cssbox_head h2 { 
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 20px 0 2px 40px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; height: 1%; /* IE Holly Hack */ 
	font-size:12px;
} 

/* set the lower-left corner image */ 
.cssbox_body { 
    background-position: bottom left; 
    margin-right: 0px; /* interior-padding right */ 
    padding: 15px 0 15px 15px; /* mirror .cssbox_head right/left */ 
} 

h2 {
color:#FFFFFF;

	text-align: left;
}

/*rounded corners right column*/
	/* set the image to use and establish the lower-right position */ 
.cssbox_right, .cssbox_body_right, .cssbox_head_right, .cssbox_head_right h2 {
    background: transparent url(../images/drop-box-900-2000.png) no-repeat bottom right; 
		overflow:hidden;
} 
.cssbox_right { 
    width: 290px !important; /* intended total box width - padding-right(next) */
    width: 290px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin: -10px -10px; /* use to position the box */ 
	text-align:left;
	
} 

/* set the top-right image */ 
.cssbox_head_right { 
    background-position: top right; margin-right: -15px; /* pull the right image over on top of border */
    padding-right: 40px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.cssbox_head_right h2 { 
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 20px 0 2px 40px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; height: 1%; /* IE Holly Hack */ 
	font-size:12px;

} 

/* set the lower-left corner image */ 
.cssbox_body_right { 
    background-position: bottom left; 
    margin-right: 0px; /* interior-padding right */ 
    padding: 0px 0 25px 15px; /* mirror .cssbox_head right/left */ 
} 


.cssbox_body_right ul li {
list-style:none;
padding-top:10px;
padding-left:5px;
font-size:11px;
font:bold;
}
#tags{
list-style:none;
padding-top:10px;
padding-left:15px;
font-size:11px;
font:bold;

}



.cssbox_body_right ul li:hover {
background-color:#b3dceb;
}



.c1 {
background-color:#E1E1E1;
}

/*hide footer motion*/
#table5{
display:none;
}

/* second sliding doors tab menu */
ol#toc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
	float:right;
	font-weight: bold;
	font-size:14px;
	padding-right:30px;
}

ol#toc li {
    float: left;
    margin: 0 1px 0 0;
	
}

ol#toc a {
    background: #bdf url(../images/tab_darker.png);
    color: #FFFFFF;
	
    display: block;
    float: left;
    height: 2em;
    padding-left: 10px;
    text-decoration: none;
	
}

ol#toc a:hover {
    background-color: #3af;
    background-position: 0 -120px;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li.current a {
    background-color: #48f;
    background-position: 0 -60px;
    color: #fff;
    font-weight: bold;
}

ol#toc li.current span {
    background-position: 100% -60px;
}

ol#toc span {
    background: url(../images/tab_darker.png) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}


/* second sliding doors smaller tab menu */
ul#tocsmall {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
	padding-top:4px;
	padding-left:50px;
	font-weight: bold;
	font-size:12px;

}

ul#tocsmall li {
    float: left;
    margin: 0 1px 0 0;
	
}

ul#tocsmall a {
    background: #bdf url(../images/tab.png);
    color:#FFFFFF;
    display: block;
    float: left;
    height: 2em;
    padding-left: 10px;
    text-decoration: none;
}

ul#tocsmall a:hover {
    background-color: #3af;
    background-position: 0 -120px;
}

ul#tocsmall a:hover span {
    background-position: 100% -120px;
}

ul#tocsmall li.current a {
    background-color: #48f;
    background-position: 0 -60px;
    color: #fff;
    font-weight: bold;
}

ul#tocsmall li.current span {
    background-position: 100% -60px;
}

ul#tocsmall span {
    background: url(../images/tab.png) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}



.topmenu{
font-size:14px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
}

/*size content rounded corners*/
.cssbox_content { 
    width: 631px !important; /* intended total box width - padding-right(next) */
    width: 631px; /* IE Win = width - padding */
    padding-right: 25px; /* the gap on the right edge of the image (not content padding) */
    margin: -10px -10px; /* use to position the box */ 
	text-align:left;
} 
.cssbox_play_left { 
    width: 618px !important; /* intended total box width - padding-right(next) */
    width: 618px; /* IE Win = width - padding */
    padding-right: 10px; /* the gap on the right edge of the image (not content padding) */
    margin: -10px -10px; /* use to position the box */ 
	text-align:left;
} 
.cssbox_play_right { 
    width: 255px !important; /* intended total box width - padding-right(next) */
    width: 255px; /* IE Win = width - padding */
    padding-left: 10px; /* the gap on the right edge of the image (not content padding) */
    margin: -10px -10px; /* use to position the box */ 
	text-align:right;
	} 
.cssbox_leftmenu { 
    width: 230px !important; /* intended total box width - padding-right(next) */
    width: 230px; /* IE Win = width - padding */
    padding-left: 15px; /* the gap on the right edge of the image (not content padding) */
    margin: -10px -10px; /* use to position the box */ 
	text-align:left;
	} 
	
	.cssbox_jom { 
    width: 100% !important; /* intended total box width - padding-right(next) */
    width: 100%; /* IE Win = width - padding */
    padding-left: 15px; /* the gap on the right edge of the image (not content padding) */
    margin: -10px -10px; /* use to position the box */ 
	text-align:left;
	} 
	
.cssbox_fullpage { 
    width: 870px !important; /* intended total box width - padding-right(next) */
    width: 870px; /* IE Win = width - padding */
    padding-left: 15px; /* the gap on the right edge of the image (not content padding) */
    margin: -10px -10px; /* use to position the box */ 
	text-align:left;
} 	
.cssbox_halfpage { 
    width: 430px !important; /* intended total box width - padding-right(next) */
    width: 430px; /* IE Win = width - padding */
    /* the gap on the right edge of the image (not content padding) */
    margin: -10px 0px; /* use to position the box */ 
	
} 

.CategoryBoxHorizontal_2{
width:150px;
}
.fullwidth{
width:600px;
text-align:center;
clear:left;
}

.upload_form{
list-style:none;
}
h3{
color:#0099FF;
font-size:14px;
}

h4{
color:#333333;
font-size:14px;
}
.poprev{
float:left;
width:132px;
  
}
.poprevcat{
float:left;
background-color:#FFFFFF;
}
.reviewername{
float:right;
font-weight:bold;
text-align:center;
width:110px;
height:3px;
}
.description{
float:left;
width:300px;
padding-right:21px;
}
.rating{
background-color:lightgoldenRodYellow;
border:1px solid lightgrey;
float:right;
font-size:23px;
font-weight:bold;
height:100%;
margin:20px;
padding:0 10px 5px;
text-align:center;
width:40px;
position:relative;
top:-15px;
height:36px;
}
.ratingplay{
background-color:lightgoldenRodYellow;
border:1px solid lightgrey;
float:right;
font-size:23px;
font-weight:bold;
height:100%;
margin:20px;
padding:0 10px 5px;
text-align:center;
width:40px;
position:relative;
top:-15px;
}
.seemorebtn{
background-color:#BFEFFF;
border:1px solid lightBlue;
padding:5px;
}
.horizontalthumb{
float:left;
height:130px;
padding-left:12px;
padding-right:12px;
padding-bottom:12px;
width:130px;
}
<!-- move from main -->
		.suggestionsBox {
		position: relative;
		left: 30px;
		margin: 10px 0px 0px 0px;
		width: 300px;
		background-color: #212427;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border: 2px solid #000;	
		color: #fff;
		float: left;
		
	}
	
	.suggestionList {
		margin: 0px;
		padding: 0px;
		background-color: #212427;
	list-style-type:none;
	width: 300px;
	color: #fff;
	}
	
	.suggestionList li {
		
		margin: 0px 0px 3px 0px;
		padding: 3px;
		cursor: pointer;
		
		
		
	}
	
	.suggestionList li:hover {
		background-color:#CCCC33;
		width:270px;
	}

span.invitelink{
font-size:17px;
font-weight:600;
font-family:Geneva, Arial, Helvetica, sans-serif;
}

#flash-rotator{
position:relative;
padding-left:15px;
padding-bottom:5px;
padding-top:5px;
}

.heightlight{
color:#CC0000;
font-weight:bold;
}
<!-- jom blog styling -->
#top-module{
clear:both;
}
#branding{
width:560px;
height:120px;
}
#mainarticle{
text-align:left;
margin:10px;
}

.search{
float:right;
}
.whatis{
font-size:18px;
font-family:Helvetica, sans-serif;
text-align:left;
padding:20px;
padding-top:4px;
}
#footermenu{
list-style:none;
text-align:center;
position:relative;
right:25px;
font-size:11px;
}
#footermenu li{
display:inline;
	border-right: 1px solid #C8DCC2;
	padding:3px;
}
.ultimatesbplugin_bottom{
width:525px;
}
.contentheading{
font-size:15px;
color:#0099FF;
font-weight:bold;

}

#longdesc{
        visibility: hidden;
        display: none;
}

#shortdesc{
        display: block;
}

.diggbtn{
float:right; 
padding-right:25px; 
clear:right; 
position:relative; 
top:-20px;
}
.sortby{
float:right;
}
.playsmaller{
font-size:10px;
}
.related{
height: 340px;
width: 250px;
overflow: auto;
position:relative;
right:11px;
top:-10px;
overflow-x: hidden;
}
.playmembervid{
width: 250px;
position:relative;
right:11px;
top:-10px;
}

