@charset "utf-8";
Body {
	background: url(../images/bodybg.jpg) no-repeat center top #e9e9e9;
	top: 0px;
	text-align:center;
	margin-top: 0px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	font-size: 11px;
	color: #333333;
	margin-left: 0px;
	margin-right: 0px;
}

input, select, textarea {
	font-size: 11px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	padding: 4px;
	border: 1px solid #a9a9a9;
	}

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

.MainBody_TEMP {
	top: 0px;
	background-color: #cccccc;
	text-align:center;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width:940px;
	margin-left:auto;
	margin-right:auto;
	height: 100%;
	padding: 5px;
}

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

#InnerBody_Container {
	margin-right: auto;
	margin-left: auto;
	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: 12px;
}

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

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


/* Provide right hand side container - small */
#sidebar2 {
	float: left;
	width:260px;
	padding-left: 15px;
	padding-right: 5px;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	text-align:left;
	color: #CCCCCC;
}

#sidebar2 a {
	color: #c9c9c9;
}

#sidebar2 a:hover {
	color: #ffffff;
}

#sidebar2 .side_module {
	margin: 10px 0;
	}

#sidebar2 h1 {
	font-family: 'Lucida Sans';
	font-size: 14px;
	text-indent: 5px;
	text-transform: capitalize;
	color: #fc006d;
	background: #1f1f1f;
	padding: 5px;
	margin: 0;
}

#sidebar2 ul, #sidebar2 li {
	list-style: none;
	padding: 3px 5px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	font-size: 11px;
}

#sidebar2 .main, #sidebar2 table{
	padding: 5px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	font-size: 11px;
	color: #090909;
	background-color: #7f7f7f;
}

/* Provide Left hand side container - large */
#contents2 {
	float: right;
	width: 650px;
	padding-right: 10px;
	padding-left: 5px;
	font-family:"Lucida Grande", "Lucida Sans", Arial, tahoma;
	font-size: 11px;
}

.default_text, #contents2 table {
	font-family:"Lucida Grande", "Lucida Sans", Arial, tahoma;
	font-size: 11px;
	padding: 5px;
}

/* 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 */
#left_half {
	float: left;
	width: 450px;
	padding-left: 15px;
	padding-right: 5px;
}

/* Provide Left hand side container - small */
#right_half {
	float: right;
	width:450px;
	padding-left: 5px;
	padding-right: 15px;
}

/*Hold the search box, logo etc*/
#top_container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: right;
	padding-bottom: 10px;
	text-align: right;
	font-family: 'trebuchet ms';
	font-size: 11px;
}

/* 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: 42px;
	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;
	margin-top: 15px;
}

/* Footer of page Container */
#footer {
	text-align: left;
	background-color: #2e2e2e;
	color: #cccccc;
	padding: 5px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	font-size: 11px;
	line-height: 14px; 
	border-top: solid #666666 1px;
	vertical-align: baseline;
	margin:0px;
}

#footer a:hover {
	color: #FFFFFF;
	}

#footer ul{
	list-style: none;
}

#footer li {
	list-style: none;
	padding: 3px;
}

#footer li:hover {
	list-style: none;
	padding: 3px;
	background-color: #cccccc;
}

#footer table {
	border: 0;
	}


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

a {
	color: #ff006e;
	text-decoration: none;
}

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



/***********************************************/
/* Boxed, Divs, Tables etc borders and shadings*/
/***********************************************/
.GrayBorderOnly{
border:solid;
border-width:1px;
border-color:#CCCCCC;
}


#AllHeaderTitles{
	text-align: left;
	text-indent: 30px;
	padding: 0;
	width: 60%;
	line-height: 22px;
	font-family: arial;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #fc006d;
	margin: 15px 0;
}

#AllHeaderTitles a{
	color: #FFFFFF;
}

/* smal grey menu boxes top and bottom*/
.GenericMenuGray220{
background-image:url(../images/slice_silverbox_top_220_38.png);
background-position:top;
background-repeat:no-repeat
}

.GenericMenuGray220_btm{
background-image:url(../images/slice_silverbox_bottom_220_38.png);
background-position:bottom;
background-repeat:no-repeat
}

/* smal gold menu boxes top and bottom*/
.GenericMenuGold220{
background-image:url(../images/slice_goldbox_top_220_38.png);
background-position:top;
background-repeat:no-repeat
}

.GenericMenuGold220_btm{
background-image:url(../images/slice_goldbox_bottom_220_38.png);
background-position:bottom;
background-repeat:no-repeat
}


/* Player box */
.PlayerBox_main {
	background-color: none;
	width: 600px;
	height: 100%;
	margin-bottom: 20px;
}

#PlayerBox_flv {
	margin-right: auto;
	margin-left: auto;
	background-color: none;
	height: 365px;
	width: 590px;
	position: relative;
	top: 5px;
}

.PlayerBox_main h1 {
	font-size: 25px;
	font-family: arial;
	font-weight: lighter;
	letter-spacing: -1px;
	word-spacing: 2px;
	color: #fc006d;
	text-transform: capitalize;
	padding: 5px;
}



/* video details box */
#VideoDetails{
	clear:left;
	padding: 5px;
	margin-top: 10px;
	width: 580px;
	height: 100%;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-image: url(../images/reel2.jpg);
	background-position: right bottom;
	margin-bottom: 10px;
	border: 1px solid #FFFFFF;
	-moz-border-radius:  6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px;
}

#VideoDetails_MemberDetails{
	width:25%;
	margin-left: 0px;
	background-color: #99FFFF;
	text-align: center;
	padding: 5px 10px;
	margin-top: 5px;
	margin-left: 0px;
	font-family:"Lucida Grande", "Lucida Sans", Arial, tahoma;
	font-size: 11px;
}

.VideoDetails_More{
	width:75%;
	font-size: 11px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	padding: 10px;
}

.VideoDetails_More ul{
	list-style: none;
	margin: 2px;
	padding: 2px;
}

.VideoDetails_More li{
	list-style: none;
	margin: 2px;
	padding: 4px 0;
}



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

#CommentBoxPostNew{
	border: 1px solid #1f1f1f;
	-moz-border-radius:  6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px;
	width: 580px;
	margin: 10px auto;
	background-color: #FFFFFF;
	clear: left;
	padding: 5px;
}

#CommentBoxPostNew h2 {
	font-size: 17px;
	padding: 5px 0 5px 10px;
	color: #1f1f1f;
	}

.CommentsBox{
	background-color: #FFFFFF;
	border: 1px dotted #D5D4D4;
	float: right;
	width: 470px;
	background-image: url(../images/slice_comments_run.png);
	background-repeat: repeat-x;
	background-position: left top;
}

.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%;
	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;
}
#EmbeddedBox_content{
	width:100%;
	background-position:bottom;
	background-repeat:no-repeat;
	background-image: url(../images/slice_silverbox_bottom.png);
	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%;
	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;

}

/*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;
}



/* Search Form */
.SearchBoxMain {
	height: 42px;
	width: 305px;
	float: right;
	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: 0;
	padding: 0;
}

.MenuButtons_main {
	height: 42px;
	width: 645px;
	text-align: center;
	margin: 0;
	padding: 0;
	float: left;
}
.MenuButtons_main ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}

.MenuButtons_main li {
	display:inline;
}


.MenuButtons_main a:link, .MenuButtons_main a:visited, .MenuButtons_main a  {
	margin-right: 1px;
	float: left;
	display: block;
	height: 42px;
	text-decoration: none;
	font-weight: bold;
	line-height: 42px;
	border-right: 1px solid #4b4b4b;
	border-left: 1px solid #9a9a9a;	
	color:#333333;
	font-size: 12px;
	padding: 0 15px;
	font-family: 'Lucida Sans';
}
.MenuButtons_main a:hover, .MenuButtons_main a:active {
	margin-right: 1px;
	float: left;
	display: block;
	height: 42px;
	text-decoration: none;
	font-weight: bold;
	line-height: 42px;
	border-right: 1px solid #4b4b4b;
	border-left: 1px solid #9a9a9a;	
	color:#fc006d;
	background-color: #1f1f1f;
	font-size: 12px;
	padding: 0 15px;
	font-family: 'Lucida Sans';
}


/* Sub Menu Links */
.SubMenuLinks {
	color: #000000;
	font-family: arial;
	font-size: 11px;
}

.SubMenuLinks a:link, .SubMenuLinks a:active, .SubMenuLinks a:visited  {
	color: #1f1f1f;
    text-decoration:none;
	padding: 1px 2px;
}

.SubMenuLinks a:hover {
	color: #fc006d;
	text-decoration:none;
	padding: 1px 2px;
}


/* Warning messages box */
.WarningMessagesContainer {
	margin: 15px auto;
	width: 90%;
	text-align: center;
}

#WarningMessage {
	background-color: #1f1f1f;
	width: 100%;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	font-size: 14px;
	color: #fc006d;
	padding: 10px 0;
}


/* 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 #fc006d;
	-moz-border-radius:  3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;
}

/* 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:100px;
	height:100px;
	margin: 4px;
}

/* Index page video list, */
.VideoDetails_Thumb{
	width:130px;
	height:100px;
	border: 1px solid #999999;
	padding: 2px;
}

/* 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      */
/***********************************************************/


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

#wrapper {
	width: 951px;
	padding: 5px 0 15px 0;
	text-align: left;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	font-size: 11px;
}

p {
	margin: 10px 0;
	}

/* (1) Provide right hand side container - Large */
#contents {
	float: left;
	width: 600px;
	padding-left: 10px;
	padding-right: 5px;
}

/* (1) Provide Left hand side container - small */
#sidebar {
	float: right;
	width:320px;
	padding-right: 10px;
	padding-left: 5px;
	font-size: 11px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
}

#sidebar a {
	color: #fb1478;
	}
	
#sidebar a:hover {
	color: #cccccc;
	}

#sidebar .side_module {
	margin: 10px 0;
	}

#sidebar h1 {
	font-family: 'Lucida Sans';
	font-size: 14px;
	text-indent: 5px;
	text-transform: capitalize;
	color: #fc006d;
	background: #1f1f1f;
	padding: 5px;
	margin: 0;
}

#sidebar .main, #sidebar table{
	padding: 5px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	font-size: 11px;
	color: #0f0f0f;
	background-color: #666666;
}

#sidebar ul, #sidebar li {
	list-style: none;
	margin: 2px;
	padding: 2px;
}

/* (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{
	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;
	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;
}
#VideoPreviewBox{
	width:100%;
	text-align: center;
}

.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%;
}
.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{
	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-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 */

#NowShowing{
	padding: 7px;
	background-color: none;
}

/* (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;
}


#video_menu{
	text-align: left;
	background-color: #1f1f1f;
	color: #cccccc;
	padding: 3px 5px;
}

#video_menu a{
	text-align: left;
	color: #fc006d;
	font-family: arial;
	font-size: 12px;
	margin: 0 3px;
}

#IndexMoreVideo_title{
	height: 36px;
	line-height: 36px;
	margin-top: 30px;
	

}

/* (1) Videos List */
#VideoList_Container{
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-image: url(../images/reel2.jpg);
	background-position: right bottom;
}

#IndexVideoDetails{
	width: 180px;
	height: 100%;
	padding: 7px;
	margin: 3px 5px;
	font-size: 11px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	float: left;
}

div#IndexVideoDetails:hover {
	width: 180px;
	height: 100%;
	padding: 7px;
	margin: 3px 5px;
	font-size: 11px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	float: left;
	background-color: #f3f3f3;
}

#IndexVideoDetails h1{
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	text-transform: capitalize;
	padding: 3px 0;
}

.Video_Description {
	text-align: left;
	background: none;
	padding-top: 3px;
	}

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

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

}

.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: 10px;

}

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

#IndexAjaxtitle{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e9e9e9;
	text-align: left;
	height:20px;
	font-size: 15px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	padding: 3px;
}

/* (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: 190px;
	float: left;
	display:inline;
	background-color: #fafafa;
	margin: 10px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	font-size: 11px;
	text-align:left;
}

div.CategoryBoxHorizontal:hover {
	width: 190px;
	float: left;
	display:inline;
	background-color: #efefef;
	margin: 10px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	font-size: 11px;
	text-align:left;
}

.CategoryBoxHorizontal h2 {
	font-size: 13px;
	padding: 5px;
	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;
}


/* (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%;
}

.CategoryVideoDetails_Inside {
	background-color: #fafafa;
	margin-bottom: 10px;
	}

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

#CategoryVideoDetails_More{
	width:77%;
	float: right;
}

.CategoryVideoDetails_Info_List{
	padding: 5px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	font-size: 11px;
}

.CategoryVideoDetails_Info_List h3{
	padding: 5px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	font-size: 13px;
	text-transform: uppercase;
}


.CategoryVideoDetails_Info_List li{
	padding: 3px 0;
	list-style-type: none;
	}

.CategoryVideoDetails_All_List{
	text-align: center;
	padding: 10px;
	vertical-align: top;
	font-size: 11px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
}

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



/* (4) inner_group_home  */

.GroupAdmin{
	border: 1px solid #eae8e8;
	margin-top: 20px;
	background-color: #FFFFFF;
	background-image: url(../images/reel.png);
	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-image: url(../images/reel.png);
	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: 180px;
	float: left;
	display:inline;
	margin-bottom: 20px;
	background-color: #fafafa;
	margin-left: 20px;
	text-align: left;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	font-size: 11px;
	padding: 5px;
}

div.CategoryBoxHorizontal_2:hover {
	width: 180px;
	float: left;
	display:inline;
	margin-bottom: 20px;
	background-color: #e8e8e8;
	margin-left: 20px;
	text-align: left;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	font-size: 11px;
	padding: 5px;
}

.CategoryBoxHorizontal_2 a {
	color: #fc006d;
	}
	
.CategoryBoxHorizontal_2 a:hover {
	color: #1f1f1f;
	}

.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: 3px;
	padding-top: 0px;
	margin-top: 0px;

}


/* (6) inner_welcome */
/*********************/

#WelcomeMain{
	border: 0px solid #ebe8e8;
	background-color: #ffffff;
	background-image: url(../images/reel2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;
	margin: 0;
	font-size: 12px;
}

#WelcomeMain table{
	width: 90%;
}

#WelcomeMain td {
	width: 50%;
	padding: 10px;
}

#WelcomeMain a {
	color: #fc006d;
	font-size: 16px;
	font-family: 'lucida sans';
}

#WelcomeMain a:hover {
	color: #323330;
	font-size: 16px;
	font-family: 'lucida sans';
}


/* (7) inner_myaccount_update_profile.htm */
/*********************/

.MyaccountUpdateProfile{
	background-color: #FAFAFA;
	margin-bottom: 30px;
	font-family:"Lucida Grande", "Lucida Sans", Arial, tahoma;
	font-size: 11px;
	text-align: left;
}

.MyaccountUpdateProfile_Inside, td.MyaccountUpdateProfile_Inside, .MyaccountUpdateProfile_Inside td {
	padding: 10px;
	font-size: 11px;
	}

.MyaccountUpdateProfile h1 {
	background-color: #323330;
	color: #e9e9e9;
	text-align: left;
	padding: 5px 7px;
	font-size: 12px;
	font-family: 'Lucida Sans';
}

.MyaccountUpdateProfile 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: 20px;
	text-align: left;
	font-size: 11px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
}

.MembersProfileView h1 {
	background-color: #323330;
	color: #e9e9e9;
	text-align: left;
	padding: 5px 7px;
	font-size: 12px;
	font-family: 'Lucida Sans';
}

.MembersProfile_Inside {
	padding: 10px;
	}


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

}




/* (10) inner_signup_form */
/**************************/

#Register{
	background-color: #dadada;
	text-align: left;
	padding: 10px;
	font-size: 11px;
	font-family: tahoma, verdana;

}

#Register h1{
	background-color: #323330;
	color: #e9e9e9;
	text-align: left;
	padding: 5px 7px;
	font-size: 12px;
	font-family: 'Lucida Sans';
}

#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: #dadada;
	text-align: left;
	padding: 10px;
	font-size: 11px;
	font-family: tahoma, verdana;
}

#Signup h1{
	background-color: #323330;
	color: #e9e9e9;
	text-align: left;
	padding: 5px 7px;
	font-size: 12px;
	font-family: 'Lucida Sans';
}


#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-image: url(../images/reel2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 200px;
	border: 1px solid #ebe8e8;


}


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

#UploadVideo{
	background-color: #eeeeee;
	border: 0px solid #ebe8e8;
	text-align:left;
}

#UploadVideo h2{
	background-color: #323330;
	border: 1px solid #1f1f1f;
	text-align:center;
	color: #FFFFFF;
	font-family: verdana;
	font-size: 15px;
	padding: 2px 0;
}

#UploadVideo table{
	padding: 5px;
	margin-top: 10px;
	margin-left: 0px;
	
}

#UploadVideo td{
	margin: 5px;
	padding: 5px;
}

#UploadVideo small{
	font-size: 10px;
	font-family: tahoma, verdana;
	}


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

#UploadComplete{
	background-color: #eeeeee;
	text-align:center;
}

#UploadComplete h2{
	text-align:center;
	color: #1f1f1f;
	font-family: verdana;
	font-size: 20px;
	padding: 2px 0;
}

/* (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: center;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 18px;
	margin-left: 18px;
	border: 1px solid #E3E3E3;
	font-family: tahoma, verdana;
	font-size: 12px;
}

#MembersSearch ul{
	margin: 0;
	padding: 5px 0px;
	background-color: #FAFAFA;
}

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


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

#EditVideo{
	background-color: #fafafa;
	background-image: url(../images/reel2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid #ebe8e8;
	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: #FFFFFF;
	line-height: 18px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
}



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

#Playlists{
	background-color: #fafafa;
	background-image: url(../images/reel2.png);
	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;
	background-color: #FFFFFF;
	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{
	margin-top: 10px;
	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: 0px;
	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: 0 auto;
	font-size: 12px;
	font-family: arial;
	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: 1px solid #999999;
	background-color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	padding: 4px;

}
