﻿body, table, .multilinetextbox, .titletextbox, .dropdownlist,
.textbox, .smalltextbox, .datepicker, .datepicker select, .listbox, textarea{
	font-family: sans-serif;
	font-size: 11px;	
}
body {
	z-index: -100;
	background: #323232 url(sexpoint-bg.jpg) repeat;
	border-left:0px;/* apply to all browsers */
	#border-left:0px solid #323232;/* override for Microsoft Internet Explorer browsers*/
	_border-left:0px solid #323232;/* override for IE browsers 6.0 and older */
	color:#FFFFFF;
}
a {
	color: #FF8A00; /*#f78c44;*/
	text-decoration:none
}
a:hover {
	text-decoration:underline
}

/*LAYOUT*/
#layout 
{
	position: relative;
	width: 917px;
	margin: auto;
	border: 0;
	xbackground: url(InnerHeaderBgr.jpg) no-repeat top center;
}
/*Layout style for the default page*/
.default #layout
{
	position: relative;
	width: 917px;
	margin: auto;
	border: 0;
	xbackground: url(DefaultHeaderBgr.jpg) no-repeat top center;
/*	background: url(DefaultHeaderBgr.jpg) no-repeat top center;
	min-height: 286px;
	height: auto !important;
	height: 286px;
	width:897px;
	padding:0 10px*/
}
/* End LAYOUT*/

/* HEADER */
#header{
	padding:0 0 0px 0;
	height:183px;
	color: White;
	background: url(InnerHeaderBgr.jpg) no-repeat top center;
}
.default #header{
	padding:0 0 0px 0;
	height:183px;
	color: White;
	background: url(DefaultHeaderBgr.jpg) no-repeat top center;
}
#header img, #header span {
	position:absolute;
	top:0px;
	margin:0 0 0 0px;
	padding:10px 0 0 350px;
	border: none;
}
/*Subheader*/

#subheader {
	width:100%;
	height:25px;
	clear:both;
	marginx:40px 0 20px 0px;
}
.SubheaderColor
{
    color: White;
}
#subheader div{
	padding:0px 0px 0 15px;
	text-align: left;
	line-height:25px;
	height:25px;
}
#subheader div select {
	font-size: 10px;
	margin:auto;
}
.hlinks {
	padding: 0 0px 0 0;
	line-height:25px;
	height:25px;
}
/* End HEADER*/

/* NAVIGATION */

.nav {
	padding: 0px 0 0 0px;
	margin: 0 0 0px 0;
	height: 30px;
	width:100%;
	text-align:right;
	vertical-align: middle;
}
.nav ul 
{
	text-align: left;
	display: block;
	margin: 0 0px 0px 10px;
	padding: 0 0px 0 0;
	clear: both;
	width:100%;
}
.nav li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height:20px;
}
.nav a {
	color: white;
	font-size: 12px;
	text-decoration: none;
	margin: 0;
	text-transformx:uppercase;
	display:inline-block;
	padding: 0 10px 0px 0px;
	font-weight:normal;
}
.nav a:hover {
	text-decoration: underline;
}
/* End NAVIGATION*/

/* FOOTER */
#footer {
	clear:both;
	width: 100%;
	height: 25px;
	line-height: 25px;
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 11px;
	text-align: center;
}
#cplinks{
	height:20px;
}
#cplinks ul{
	text-align: center;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	clear: both;
}
#cplinks li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}
#cplinks a {
	font-size: 12px;
	margin: 0;
	padding: 0 5px 0 5px;
}
/*Footer style for the default page*/

/* End FOOTER */

/* Global Styles */
/*LEFT AND RIGHT*/
#left {	
	width: 250px;  
	padding:0px 0 0 10px;
	float:left;
	margin:0 0px 0 0px;
}
#right {	
	width: 619px; 
	overflow: hidden; 
	float:right;
	margin:0 0px 0 0;
	padding:0 10px 0 0;
}
/*end LEFT AND RIGHT*/

/* Headings */
.slogan {
	margin: 0px;
	padding:0px;
	font-size:11px;
	color: #F47618 !important;
	overflow:hidden;
}
.SectionHeading {
	font-size: 12px !important;
	color: #F47618 !important;
	margin: 0 0 6px 0px;
	padding-left: 0px !important;
	display: block !important;
	line-height: 24px;
	font-weight:bold;
	position: relative;
	overflow:hidden;
	border-bottom:1px solid #eee
}
.BoxSubHeading{
	margin:0;
	padding:0;
	font-size:12px;
	line-height:30px
}
/* end Headings */

/* WidthFix styles */
.contentfix{
	width:530px;
	border-top:1px solid #eee
}
.headerfix{
	display:inline-block;
	width:600px;
	overflow:hidden;
}
.headerfix2{
	display:block;
	width:450px;
	overflow:hidden;
}
.tdfix{
	width:240px !important;
	overflow:hidden;
}
/* table wrap */
.tablewrap{
	width:100%;
	margin:auto;
	border:1px solid #ebebeb;
	border-collapse:collapse;
}
.tablewrap td{
	border:1px solid #ebebeb;
	border-collapse:collapse;
	padding:2px;
}
/* End table wrap */
.wrap-img{
	float:left;
	margin:0 10px 10px 0;
}
.home .wrap-info{
	width:450px;
}
.wrap-info {
	padding: 0px 0 0 0px;
	margin: 0;
	float: left;
}
.wrap-info ul{
	padding: 0px 0 0 0px;
	margin: 0;
	float: left;
}
.home .wrap-info li{
	display:block;
}
.wrap-info li {
	font-size: 11px;
	display:inline-block;
	margin: 0;
	list-style:none;
	line-height:20px;
}
.AlternativeRow, .HeaderRow{
	background:#500902; 
}
/* End table wrap */
.wrap-sized{
	padding:0 0 0 0px;
	margin:0 auto;
	width:520px;
}
/* end wrap styles */
.label {
	font-size: 11px;
	line-height:18px;
	font-weight:bold;
	margin:0;
	padding:0;
}
.value {
	font-weight: normal;
	font-size: 11px;
	display:inline;
}
.date {
	color: #F47618;
	font-size: 11px;
	line-height:16px;
	padding: 0px;
	margin: 0;
}
.photoframe {
	background: #fff url(input.gif) no-repeat scroll -2px -2px !important;
	border: 1px solid #ddd !important;
	padding: 4px !important;
}
.hint{
	padding: 0px 0 10px 0px;
	text-align:justify;
	line-height:16px;
	font-style:italic;
	color:#999;
}
.info{
	float:left;
	font-size:10px;
	padding:0px 0 4px 0;
	margin:0 0 0px 0;
	line-height:10px;
	color:#919191;
}
/* end text styles */
/* borders, margin and padding */
.border{
	border:1px solid #eee;
}
/* end borders, margin and padding */
/* lines and separators */
.line {
	background: #EEE;
	height: 1px;
	line-height:1px;
	font-size:1px;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}
.navline{
	margin:0 auto 0px auto;
	padding:2px 0 0 0;
	height:2px;
	line-height:2px;
	font-size:2px;
	width:100%;
	background:url(NavLine.png) no-repeat center;
	behavior: url(iepngfix.htc);	
}
/* end lines and separators */
/* End Global Styles */

/* Default Page Image */
/* end Default Page Image */

/* DefaultPage Login box */
.LoginBox {
	margin:0 0 10px 0px;
	width: 250px;
	padding: 0px 0 0 0;
}
.LoginBoxTop {
	background:url(LeftTop.png) no-repeat top left;
	behavior: url(iepngfix.htc);
	height:32px;
}
.LoginBoxHeader {
	font-size: 16px;
	padding:0px 0 0 0px;
	font-weight:normal;
	line-height: 32px;
	margin: 0 0px;
	border:0;
	color: #fff;
	text-align:center;
}
.LoginBoxContent {
	color: #fff;
	padding: 5px 10px 10px 10px;
	background:url(LeftBtm.gif) repeat top left;
	behavior: url(iepngfix.htc);
	line-height:30px;
	height:auto	
}
.loginbox input{
	font-size: 10px;
	width: 100px;
	margin: 0;
	padding: 0;
}
.LoginForm{
}
.LoginForm .FormLabel{
	width:25%
}
.LoginForm .FormField{
	width:100px
}
.PassLink, .RegisterLink
{
	display: block;
	margin:0 auto;
	text-align:center;
}
.RegisterLink {
	font-size: 16px;
}
.LoginText {
	padding: 5px 0 10px 0;
	text-align: center;
	line-height:18px;
}
.LoginModes{
	text-align:center;
	padding:2px 0 2px 0;
}
.LoginBtn{
	display:block;
	margin:0 auto
}
.FormBtn{
	display:none
}
.StealthMode{
	clear:both;
	display:block
}
/* end DefaultPage Login Box */

/* DefaultPage Search Box */
.default #SearchBox {
	float:left;
	width: 250px
}
.default .SearchBoxContent {
	padding:5px 10px;
	background:url(LeftBtm.gif) repeat top left;
	behavior: url(iepngfix.htc);
}
/* end DefaultPage Search Box */

/* DefaultPage News Box */
.default #NewsBox {
	margin:0 0px 10px 0px;
	width: 619px;
	padding: 0px 0 0 0;
}
.default .NewsBoxTop {
	background: url(RightTop.png) no-repeat top left;
	behavior: url(iepngfix.htc);		
}
.default .NewsBoxHeader {
	font-size: 16px;
	padding:0px 0 0 0px;
	font-weight:normal;
	line-height: 32px;
	margin: 0 0px;
	border:0;
	color:#333;
	text-align:center;
}
.default .NewsBoxContent {
	width:599px;
	padding:0 10px 0px 10px;
	line-height:16px;
	background-color: #0F0402;/*#E9E9E9;*/
	xbackground: url(RightBtm.png) no-repeat bottom left;
	xbehavior: url(iepngfix.htc);		
}
/* end DefaultPage News Box */

/* DefaultPage NewUsers Box */
.default #UsersBox {
	margin:0 0px 0 0px;
	width: 619px;
	padding: 0px 0 0 0;
}
.default .UsersBoxHeader {
	font-size: 16px;
	padding:0px 0 0 0px;
	font-weight:normal;
	line-height: 32px;
	margin: 0 0px;
	border:0;
	text-align:center;
	color: #000;
}
.default .UsersBoxTop {
	background: url(RightTop.png) no-repeat top left;
	behavior: url(iepngfix.htc);
	height:32px;	
}
.default .UsersBoxContent {
	padding:0px;
	line-height:16px;
	background-color: #0F0402;/*#E9E9E9;*/
	xbackground: url(RightBtm.png) no-repeat bottom left;
	xbehavior: url(iepngfix.htc);				
}
/* end DefaultPage NewUsers Box */

/* Left Navigation Box */
.SideMenuBox {
	padding: 0;
	margin:0 0 10px 0;
}
.SideMenuBoxTop {
	background:url(LeftTop.png) no-repeat top left;
	behavior: url(iepngfix.htc);
	height:32px;
}
.SideMenuBoxHeader {
	font-size: 16px;
	padding:0px 0 0 0px;
	font-weight:normal;
	line-height: 32px;
	margin: 0 0px;
	border:0;
	color: #fff;
	text-align:center;
}
.SideMenuBoxContent{
	padding:5px 10px 5px 10px !important;
	margin: 0 0 0px 0 !important;
	line-height: 14px;
	font-size: 11px;
	background:url(LeftBtm.gif) repeat top left;
	xbackground: url(LeftBtm.png) no-repeat bottom left;
	behavior: url(iepngfix.htc);		
	width: 230px;	
}
.SideMenuBoxInfo{
}
.SideMenuItem {
	position: relative;
	display: block;
	padding: 5px 0px 5px 0px;
}
.SideMenuLink {
	padding: 0 0px 0 0;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 0;
}
/* end Left Navigation Box */

/* Standard Box */
.StandardBox, .StandardBoxX {
	padding: 0px 0 0 0px;
	margin:0 0 10px 0;
}
.StandardBoxTop {
	background: url(RightTop.png) no-repeat top left;
	behavior: url(iepngfix.htc);
	height:32px;	
}
.StandardBoxHeader {
	font-size: 16px;
	padding:0px 0px 0 0px;
	font-weight:normal;
	line-height: 32px;
	margin: 0 0px;
	border:0;
	text-align:center;
	color: #000;
}
.StandardBoxContent {
	padding:5px 10px 5px 10px;
	line-height:16px;
	background-color: #0F0402;/*#E9E9E9;*/
	xbackground: url(RightBtm.png) no-repeat bottom left;
	xbehavior: url(iepngfix.htc);		
	width: 599px; 	
}
/* end Standard Box */

/* Wide box */
.WideBox {
	clear:both;	
	width: 898px;
	margin: 0px auto auto auto;
}
.WideBoxTop{
	background:url(MsgBoxTop.png) no-repeat top;
	behavior: url(iepngfix.htc);
	line-height:32px
}
.WideBoxHeader {
	font-size: 16px;
	padding:0px 0 0 0px;
	font-weight:normal;
	line-height: 32px;
	margin: 0 0px;
	border:0;
	text-align:center;
	color: #000;
}
.WideBoxContent{
	xbackground:url(MsgBoxBtm.png) no-repeat bottom;
	background-color: #0F0402;
	behavior: url(iepngfix.htc);
	padding:5px 10px 5px 10px;
}
/* end Wide Box */

/* WebParts */
.wpzHomePageLeftZone, .StandardEditorZone{
	margin:0 0 10px 0 !important;
}
.SideMenuWebpartTop{
	height:32px !important;
	background: url(LeftTop.png) no-repeat top left;
	behavior: url(iepngfix.htc);	
}
.SideMenuWebpartTop span, 
.SideMenuEditorZone .SideMenuWebpartTop table td{
	font-size: 14px;
	padding:0 0 0 10px !important;
	text-align:left;
	font-weight:normal;	
	height:28px !important;
	line-height:26px;
	line-height:22px\9;	
	color: #fff;
}
.SideMenuWebpartContent{
	padding:5px 10px 5px 10px !important;
	margin: 0 0 0px 0 !important;	 
}
.SideMenuEditorZone{
	background:url(LeftBoxBgr.png) no-repeat top left;
	behavior: url(iepngfix.htc);
}
.SideMenuEditorZone .SideMenuWebpartBtm{
	height:40px;
	background:url(LeftBoxBtm.png) no-repeat bottom left;
	behavior: url(iepngfix.htc);			
	clear:both;	
}
/* Right Web Parts */
.wpzHomePageRightZone, .StandardEditorZone{
	margin: 0 0 10px 0 !important;
}
.StandardWebpartTop{
	height: 32px;
	background: url(RightTop.png) no-repeat top left;	
	behavior: url(iepngfix.htc);	
}
.StandardWebpartTop span,
.StandardEditorZone .StandardWebpartTop table td{
	font-size: 16px;
	padding:0 0 0 10px !important;
	text-align:left;
	height:28px !important;
	line-height:26px;
	line-height:22px\9;	
}
.StandardEditorZone{
	width:619px;
	margin:0px 0 0 0px;
	background-color: #0F0402;/*#E9E9E9;*/
	xbackground:url(RightBoxBgr.png) no-repeat top left;
	xbehavior: url(iepngfix.htc);		
	color: #000;
}
.StandardWebpartContent{
	padding:0 0 30px 0 !important;
	margin: 0 0 0px 0 !important;
	line-height: 14px;
	font-size: 11px;
	background-color: #0F0402;/*#E9E9E9;*/
	xbackground: url(RightBtm.png) no-repeat bottom left;
	xbehavior: url(iepngfix.htc);		
	width: 619px;
}
.StandardEditorZone .StandardWebpartBtm{
	height:40px;
	background-color: #0F0402;/*#E9E9E9;*/
	xbehavior: url(iepngfix.htc);		
	xbackground:url(RightBoxBtm.png) no-repeat bottom left;	
}
/* End WebParts */
/* User Events */
.eventtext, .EventCommentsWrap {
	width:433px;
}
.EventTime{
	color:#666;
}
.EventCommentDate{
	color:#666;
	font-size:10px;
}
/* end User Events */


/* News Box */
.home #NewsBox, .home .NewsBoxTop{
	background:none;
}
#NewsBox {
	padding: 0px 0 0 0;
	height:auto;
}
.NewsBoxTop {
	background:url(LeftTop.png) no-repeat top left;
	behavior: url(iepngfix.htc);
	height:32px;		
}
.NewsBoxHeader {
	font-size: 16px;
	padding:0px 0 0 0px;
	font-weight:normal;
	line-height: 32px;
	margin: 0 0px;
	border:0;
	color: #fff;
	text-align:center;
}
.NewsBoxContent {
	width:230px;
	padding:0 10px 10px 10px;
	background-color: #0F0402;/*#E9E9E9;*/
	xbackground:url(LeftBtm.gif) repeat top left;
	xbehavior: url(iepngfix.htc);			
}
#newswrap{
	padding:5px 0px 5px 0px;
	margin:0 auto;
	border-bottom:1px solid #eee;
}
/* end News Box */

/* NewUsers Box */
/* end NewUsers Box */

/* Search Box */
.SearchBoxTop {
	background:url(LeftTop.png) no-repeat top left;
	behavior: url(iepngfix.htc);
	height:32px;	
}
.SearchBoxHeader {
	font-size: 16px;
	padding:0px 0 0 0px;
	font-weight:normal;
	line-height: 32px;
	margin: 0 0px;
	border:0;
	color: #fff;
	text-align:center;
}
.SearchBoxContent {
	padding:5px 10px 5px 10px !important;
	color: #fff;	
	background:url(LeftBtm.gif) repeat top left;
	xbackground:url(LeftBtm.png) no-repeat bottom left;
	behavior: url(iepngfix.htc);
	width:230px;
}
.expander{
	border-top:1px dotted #666;
} 
/* end Search Box */

/* Register Page */
#registration {
	padding: 0px 0 0px 0px;
	margin:0 auto;	
}
.registration-info {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;	
	text-align:justify;
	padding:5px;
	line-height:18px;
	margin:0 auto;
	clear:both;
}
.captha{
	text-align:center;
	padding:10px 0;
	clear:both;
	width:97%;
	margin:0 auto;	
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}
/* end Register Page */

/* Groups Page */
/* Group Gallery*/
.GroupPhotos ul {
	border-top:1px solid #eee
}
.GroupPhotos li{
	margin: 0;
	font-size:11px;
	padding: 0 5px 0 0px;
	display: inline;
}
.quotetext{
	margin:0 0px 0 10px;
	font-style:italic;
	border:1px solid #eee;
	background-color:#fafafa;
	padding:0px;
}
/* Group Events */
.calendar{
	background-color:#500902;
	margin:0 auto;	
	border:1px solid #f2f2f2 !important;
	width:300px;
	height:220px;
}
.DayHeaderStyle{
	background-color:#500902;
	font-size:12px !important;
}
.DayStyle{
	border:1px solid #f2f2f2
}
.NextPrevStyle a{
	font-weight:bold !important;
	color:#fff !important;
}
.NextPrevStyle a:hover{
	text-decoration:underline !important;
}
.OtherMonthDayStyle{
	border:1px solid #f2f2f2;	
}
.OtherMonthDayStyle a{
	color:#aaa !important;
	text-decoration:none !important;
	font-size:12px !important;
}
.SelectedDayStyle{
	background:#e5e5e5 !important;
	border:1px solid #f2f2f2;	
}
.SelectedDayStyle a{
	text-decoration:none !important;
	font-size:12px !important;
	color:#333 !important
}
.TitleStyle{
	border:0px;
	font-size:14px !important;
	font-weight:bold !important;
	color:#fff;
}
.TodayDayStyle{
	border:1px solid #f2f2f2
}
.WeekendDayStyle{
	border:1px solid #f2f2f2
}
.WeekendDayStyle a{
	color:#9d1308 !important;
	text-decoration:none !important;
	font-size:12px !important;
}
.eventselected{
	background:#f78c46;	
	border:1px solid #f2f2f2
}
.eventselected a{
	text-decoration:none !important;
	font-size:12px !important;	
	color:#fff !important
}
/* end Group Events */
/* end Groups Page */

/* Content Page */
.contentpage #content{
	padding:0px 10px 0 10px;
	line-height:18px;
}
/* end Content Page */

/* Top Users Page */
.topchartswrap{
	text-align:center;
	margin:0px 0 0px 0;
	clear:both;
	padding:4px 0 0 0;
	height:28px;		
}
#topuserstable{
	width:96%;
	margin:0 auto
}
/* end Top Users Page */

/* Search Page */
.modes{
	padding-right:0px;
	width:98%;
	text-align:right;
	margin:0 0 0 10px;
	border-bottom:1px solid #eee
}
.searchtable
{
	width:230px;
}
.searchtable .searchlabel{
	font-weight:normal !important;
	width:110px;
}
.BoxWrapStyle
{
    color: #FFF;
	border: 1px solid #ddd;
	background:url(LeftBtm.gif) repeat-y top left;
	xbackground:#eee;
}
/* Online Filter */
.UserFilter {
	padding:10px 0 10px 0px;
	border-bottom:1px solid #eee;
	line-height:14px;
	width:98%;
}
/* end Online Filter */
/* end Search Page */

/* Favorites Page */
#banner1 {
	display:none
}
/* end Favorites Page */

/* Profile Page */
.choosephoto{
	border:1px solid #eee	
}
/* end Profile Page */

/* Thumbs Style */
.ThumbsInfo{
	background:#fff;
	color: #0F0402;
	border: 1px solid #ddd;
}
/* End Thumbs Style */

/* Broadcast Video */
.videopanelwrap{
	padding:26px 0 0 0;
	color: #0F0402;/*#E9E9E9;*/
}
.broadcastvideotable{
	background:#fff	
}
.userswatching{
	height:30px;
	line-height:30px;
	text-align:center;
	color:#F47618;
}
.BroadcastWatchersHead{
	font-size: 14px;
	font-weight:normal;
	line-height: 40px;
	height:40px;
	padding:0 0 0 10px;
}
.endbox a, .endbox a:hover
{
	color: #FF8A00;
}
.endbox a:hover {
	text-decoration:underline
}

