/**
*    CSS for Blue themed template for Root
*
* @author		vidhya_29ag04
* @copyright	Copyright (c) 2006 {@link http://www.agriya.com Agriya Infoway}
* @license 		http://www.agriya.com Agriya Infoway Licence
* @version 		SVN: $Id: screen_blue.css 5743 2007-04-03 06:45:19Z balaji_42ag04 $
* @since 		2006-06-10
*/
/*-- Common Styles --*/
body{
	color:#767A79;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;  /*-- Enables font size scaling in MSIE  --*/
	margin:0;
	padding:0;
}
html > body{
	font-size:9.5pt;
}
	#top,#header h2,#footer h2,#selSubHeader h3{		/*-- Nomensa Method to hide the content --*/
		position:absolute;
		left:-999em;
		width:990em;
	}
	form,table,p,h1,h2,h3,h4,h5,h6,ul,li,div{
		margin:0;
		padding:0;
		font-size:100%;
	}
	li{
		padding:0.2em 0;
		list-style:none;
	}
	a{
		color:#3670A7;
		outline:none;
	}
	a:hover{
		text-decoration:none;
	}
	img{
		border:0;
		vertical-align:top;
	}
	.clsBodyContent{
		min-width:780px;
		max-width:100%;
	}
	* html .clsBodyContent{
		width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 780)? "780px" : "100%");
	}
/*-- Header --*/
#header{
	background:url(../images/screen_blue/bg-header.jpg) repeat-x;
	margin:0 0 .6em 0;
	padding:0.5em 0 0 0;
}
#header h1{
	background:url(../images/screen_blue/logo.gif) no-repeat;
	float:left;
	margin:0 0 0 0.8em;
	width:180px;
	height:144px;
}
* html #header h1{
	margin:0 0 0 0.5em;
}
.clsImage{
	margin-left:7px;
	border-bottom:1px solid #FFF;
}
.clsTable{
	border-bottom:1px solid #A6CD98;
}
	/*-- for popup windows --*/
	.clsPopupHeader #header{
		background:url(../images/screen_blue/bg-sublinks.jpg) repeat-x left bottom;
		text-align:left;
		padding:0.5em 0.5em 26px 0.5em;
	}
	.clsPopupHeader #header h1{
		float:none;
	}
	#header h1 a{
		width:180px;
		height:105px;
		text-indent:-2000em;
		overflow:hidden;
		display:block;
	}
/*-- selNavigation --*/
#selNavigation{
	background:url(../images/screen_blue/bg-sublinks.jpg) repeat-x left bottom;
	text-align:center;
	clear:both;
	height:4.7em;
	margin:0.5em 0 0 0;
}
#selNav{
	float:right;
}
/*-- selSubHeader --*/
dl,dt,dd{
	margin:0;
	padding:0;
}
#selSubHeader dl{
	float:left;
}
#selSubHeader dt{
	float:left;
	margin:0 0.2em 0 0;
	background:url(../images/screen_blue/bg-link.jpg) no-repeat;
}
#selSubHeader dt a{
	display:block;
	font:normal 1em Arial;
	width:84px;
	line-height:34px;
	outline:none;
	position:relative;
	height:34px;
	text-decoration:none;
	text-align:center;
	color:#474747;
}
#selSubHeader dt a:hover{
	font-weight:bold;
	background:url(../images/screen_blue/bg-link-hover.jpg) no-repeat;
}
#selSubHeader dd{
	position:absolute;
	z-index:0;
	margin:2.7em 0 0 0;
	text-align:right;
	right:0;
	width:1000px;
}
#selSubHeader ul{
	float:right;
}
	#selSubHeader li{
		display:inline;
		background-repeat:no-repeat;
		background-position:left center
	}
	#selSubHeader ul{
		margin:0 0.2em 0 0;
		padding:0.2em 0 0.5em 0;
	}
	#selSubHeader li a{
		margin:0 1.5em 0 0;
		padding:0 0 0 1.5em;
		color:#FFF !important;
		font:normal 1em Arial;
		text-decoration:none;
	}
	#selSubHeader li a:hover{
		text-decoration:underline;
	}
	#selSubHeader .clsActiveSubLink a{
		font-weight:bold;
	}
	#selSubHeader dd ul{
		display:none;
	}
/* invite history */
/*-- sideBar1 --*/
.sideBar1{
	width:232px;
	float:left;
	clear:left;
	padding:0.5em 0 0.5em 0.5em;
}
	.sideBar1 table{
		width:95%;
	}
	.sideBar1 table,.sideBar1 td{
		margin:0;
		padding:0;
		border:0;
		background:transparent;
	}
		.sideBar1 td{
			padding:0.2em 0.5em 0.2em 0;
		}
		.sideBar1 ul ul{
			margin:0 0 0 1em;
			display:none;
		}
		.sideBar1 .clsActive ul{
			display:block;
		}
		.sideBar1 li{
			background:url(../images/screen_blue/bg-links.gif) no-repeat left .7em;
			padding:.2em 0 .2em 1em;
		}
		.sideBar1 a{
			text-decoration:none;
			color:#545456;
		}
		.sideBar1 .clsActive li a{
			color:#014B8A;
			font-weight:normal;
		}
		.sideBar1 .clsActive a,.sideBar1 .clsActive .clsActivePhotoSubLink a{
			font-weight:bold;
			color:#014B8A;
		}
	.clsMoreTags{
		text-align:left;
		margin:.5em 0;
	}
	.clsMoreTags a{
		color:#A80C0F;
	}
/*-- sideBar2 --*/
.sideBar2{
	float:right;
	clear:right;
	width:300px;
	margin:1em 0 0 0;
	text-align:center;
}
	#index .sideBar2,#membersindex .sideBar2{
		display:none;
	}
	.sideBar2 p,#selMiddleMainRight p{
		margin:0 0 1em 0;
	}
/*-- Main --*/
#main{
	padding:0.5em 0;
	min-height:29em;
	margin:0 310px 0 242px !important;
	font:11px Arial, Helvetica, sans-serif;
}
* html #main{
	height:30em;
}

#index #main,#membersindex #main{
	margin:0 0 0 245px;
}

/*-- for popup windows --*/
.clsPopupHeader #main{
	margin:0 0 0 1.5em;
}
#main p{
	font:12px Verdana, Arial, Helvetica, sans-serif
}
	.sideBar1 h3{
		color:#FFF;
		font:bold 1em Tahoma;
		min-height:1.5em;
		padding:0;
		margin:0 0 1em 0;
	}
	h2{
		font:bold 1.3em Arial, Helvetica, sans-serif;
		color:#A90D11;
	}
		
	h3{
		margin:0.5em 0;
		font-size:110%;
	}
		h3 a,#selMemberName a{
			font-weight:bold
		}
	#selPageNav table,#selPageNav td{
		margin:0;
		padding:0;
	}
/*-- Footer --*/
#selFooterBannerSection{
	clear:both;
	text-align:center;
	padding:1em 0;
}
	#selFooterBannerSection div{
		width:80%;
		padding:0.5em 0;
		margin:0 auto 0.5em auto;
	}
#footer{
	clear:both;
	padding:0.5em;
}
		#footer li{
			margin:0 0.8em 0 0;
			background:url(../images/screen_blue/bg-footerlink.jpg) no-repeat right center;
			padding:0 1em 0 0;
			display:inline;
		}
		* html #footer li{
			padding:0 0.4em 0 0;
		}
		#footer .clsNoFooterBorder{
			background:none;
		}
		#footer a{
			color:#FFF;
			text-decoration:none;
		}
		#footer a:hover{
			text-decoration:underline;
		}
.clsStaticPageLinks{
	padding:0.7em 0;
	text-align:center;
	background-color:#7089B2;
}
	#footer p{
		font:bold 1em Arial;
		text-align:center;
		background-color:#F3F4F8;
		color:#9AACB6;
		padding:0.3em;
	}
/*-- for help tips--*/
.clsHelp{
	background:url(../images/screen_blue/icon-help.jpg) no-repeat bottom left;
	width:14px;
	height:14px;
	cursor:help;
	display:block;
	text-indent:-2000em;
	overflow:hidden;
	float:left;
	margin:0;
	padding:0 0.5em 0 0;
}
.clsBalloon,.clsPhotoBalloon{
	position:absolute;
	background-color:#FFF;
	border:1px dashed #CED3D6;
	border-left:20px solid #6881A9;
	padding:0.2em;
}
.clsPhotoBalloon{
	border:1px solid #6881A9;
	border-width:1px 2px;
	white-space:nowrap;
	font:bold 85% Tahoma;
	text-align:center !important;
	background-color:#6881A9;
	color:#FFF;
}
.clsBalloonTittle{
	padding:0 0 0 1.5em;
	background:#FFF url(../images/screen_blue/icon-book.jpg) no-repeat;
	font-weight:bold;
}
.clsBalloonDesc{
	padding:0.2em 0.2em 0.2em 1.5em;
}
/*-- For The Table with the Forms --*/
/*-- common --*/
.clsTextBox,.clsPasswordBox,textarea,select{
	font:normal 1em arial, verdana, helvetica, sans-serif;
	visibility:visible;
	color:#767A79;
	background-color:#FFF;
	vertical-align:top;
	margin:0;
	padding:0;
}
textarea{
	overflow:auto;
}
.clsTextBox,.clsPasswordBox
{
	width:90%;
	padding:0.2em;
}
input{
	vertical-align:middle;
	margin:0;
	padding:0 0.1em 0 0;
	font:normal 1em arial, verdana, helvetica, sans-serif;
}
#selMsgError,#selMsgSuccess,#selMsgConfirm,.clsPopupConfirmation,#selMsgAlert,.clsMsgAlert{
	padding:0.5em;
	border:1px solid #6C767C;
	background:#F3F4F8 url(../images/screen_blue/bg-msg.jpg);
	margin:1em 0;
	text-align:center;
	font:bold 1em Verdana, Arial, Helvetica, sans-serif;
}
.clsPopupConfirmation{
	background-color:#F3F4F8;
	width:100%;
}
	#selMsgError p,#selMsgConfirm p,#selMsgSuccess p,.clsPopupConfirmation p,#selMsgAlert p,.clsMsgAlert p{
		font-weight:bold;
		text-align:left;
		color:#5F80AD;
	}
	.clsMsgAlert form{
		background-color:#F3F4F8;
		padding:0.3em 0;
	}
	#selMsgConfirm{
		text-align:center;
	}
		#selMsgConfirm table{
			border:0;
			margin:0.5em auto;
			width:auto;
		}
		.clsPopupConfirmation table{
			background-color:transparent;
		}
		#selMsgConfirm td{
			border:0;
			padding:0 0 0.5em 0;
		}
	#selMsgAlert p a,#selMsgSuccess p a,#selMsgError p a,#main .clsPopupConfirmation p a{
		font-weight:bold;
		color:#6881A9;
		font:bold 0.9em Verdana, Arial, Helvetica, sans-serif;
	}
.clsPopupConfirmation table,.clsPopupConfirmation td{text-align:center;width:auto;border:0;margin:0 auto}
.clsPopupConfirmation td{padding:0.5em}
.clsFormFieldErrTip{
	background:url(../images/screen_blue/icon-alert.jpg) no-repeat 0 0.3em;
	padding:0.2em 0.2em 0.2em 1.5em;
	height:1%;
	color:#FF0000;
}
.clsFormFieldCellDefault,.clsFormFieldCellError{
	background-color:#EFEFEF;
	color:#767A79;
	text-align:right;
}
#selFormCreateForum .clsFormFieldCellDefault{
	text-align:left;
}
/*-- profile page alignment --*/
#selLeftNavigation textarea{
	text-align:left;
	width:300px;
}


.clsFormFieldCellError input,.clsFormFieldCellError select,.clsFormFieldCellError textarea{
	background-color:#FFFFE1;
	color:#FF0000;
}
.clsFormLabelCellDefault,.clsFormLabelCellError{
	background-color:transparent;
	color:#3670A7;
	padding:0.2em 0 0 0.5em;
}
label span,.clsFormFieldCellError,.clsFormLabelCellError{
	color:#FF0000;
}
td p.clsHint{
	color:#FF9900;
}
/*-- Data Table --*/
table{
	background-color:#FFF;
	border:1px solid #E0E0E0;
	border-collapse:collapse;
	color:#767A79;
	font-size:11px;
	margin:1em 0;
	padding:0;
	width:99%;
}
	th{
		background-color:#E0EAEF;
		border:1px solid #E0E0E0;
		border-collapse:collapse;
		color:#616A6F;
		vertical-align:top;
		font-weight:normal;
		text-align:left;
		padding:0.5em 0.2em;
	}
	td{
		border:1px solid #E0E0E0;
		padding:0.5em 0.2em;
		vertical-align:top;
	}
	.clsDataTable th{
		text-align:left;
	}
/*-- Form Table --*/
th a{
	padding:0 1.8em 0 0;
}
.clsColumnHeaderCellDefault a{
	background:url(../images/screen_blue/icon-sort.gif) no-repeat right top;
}
.clsColumnHeaderCellAscSort1 a,.clsColumnHeaderCellAscSort2 a,.clsColumnHeaderCellAscSort3,.clsColumnHeaderCellAscSort4 a,
.clsColumnHeaderCellAscSort5 a,.clsColumnHeaderCellAscSort6 a,.clsColumnHeaderCellAscSort7,.clsColumnHeaderCellAscSort8 a,
.clsColumnHeaderCellAscSort9 a{
	background:url(../images/screen_blue/icon-asc.gif) no-repeat right top;
}
.clsColumnHeaderCellDscSort1 a,.clsColumnHeaderCellDscSort2 a,.clsColumnHeaderCellDscSort3 a,
.clsColumnHeaderCellDscSort4 a,.clsColumnHeaderCellDscSort5 a,.clsColumnHeaderCellDscSort6 a,.clsColumnHeaderCellDscSort7 a,
.clsColumnHeaderCellDscSort8 a,.clsColumnHeaderCellDscSort9 a{
	background:url(../images/screen_blue/icon-dsc.gif) no-repeat right top;
}
/*-- For the paging and filtering table --*/
.clsFilterTable,.clsFilterTable td{
	background-color:#FFF;
	border:1px solid #FFF;
	cursor:text;
}
/*-- selMisNavLinks --*/
#selMisNavLinks ul,.clsTopMain{
	list-style:none outside;
	overflow:auto;
	zoom:1;
	padding:0 0 1em 0;
}
* html #selMisNavLinks ul,* html .clsTopMain{
	height:1%;
	overflow:visible;
}
	#selMisNavLinks li{
		list-style:none;
		float:left;
	}
		#selMisNavLinks li a{
			padding:0.1em 1em;
			display:block;
			text-decoration:none;
			color:#6881A9;
			background-color:#EFEFEF;
			border:1px solid #6881A9;
			margin:0 0.2em 0 0;
		}
			#selMisNavLinks li a:hover{
				background-color:#DBE3E6;
			}
			#selMisNavLinks li .clsActiveMisNavLink,#selMisNavLinks li .clsActiveMisNavLink:hover{
				font-weight:bold;
				background-color:#6881A9;
				color:#FFF;
				text-decoration:none;
				cursor:text;
			}
/*-- For ul under ul - To display the ul under Active Mainlink --*/
#index .myHome ul,#membersmanageBanner .myHome ul,#membersmanageBlog .myHome ul,#blogList .blogList ul,#membersblogList .blogList ul,#viewFriends .membersList ul,#bulletinView .communityList ul,#communityList .communityList ul,#groupListAll .communityList ul,#bulletinListAll .communityList ul,#forumsListAll .communityList ul,#shoutouts .communityList ul,
#groupListAllResponse .communityList ul,#groupListAllTopic .communityList ul,#groupJoin .communityList ul,#groupListAllForum .communityList ul,#groupMembersList .communityList ul,#groupPhotoList .communityList ul,#groupHome .communityList ul,#groupVideoList .communityList ul,
#forumsResponseListAll .communityList ul,#forumsTopicListAll .communityList ul,
#videoMostViewed .videoMostViewedHeader ul,#search .searchHighLightLink ul,#photoList .photoNewHeader ul,#photoCategory .photoNewHeader ul,#photoAlbumList .photoNewHeader ul,#membersprofileBasic .myProfile ul,#membersprofilePersonal .myProfile ul,#membersprofileSettings .myProfile ul,#membersprofilePassword .myProfile ul,#membersprofileOtherInfo .myProfile ul,#membersprofileThemeDesign .myProfile ul,#membersprofileTheme .myProfile ul{
	display:block;
}		
	/*-- For a under li (Active Mainlink - Background for a) --*/
	#membersmanageBanner dt.myHome,#membersmanageBlog dt.myHome,#membersblogComment dt.blogList,#blogList dt.blogList,#membersblogList dt.blogList,#viewFriends dt.membersList,#bulletinView dt.communityList,#news dt.news,#faq dt.faq,#contactUs dt.contactUs,#forgotPassword dt.forgotPassword,#signup dt.signup,#login dt.login,#devLogin dt.devLogin,#index dt.index,
	#videoMostDiscussed dt.videoListAllHeader,#videoTopRated dt.videoListAllHeader,#videoNew dt.videoListAllHeader,#videoListAll dt.videoListAllHeader,#videoMostViewed dt.videoListAllHeader,
	#groupListAllResponse dt.communityList,#communityList dt.communityList,#groupListAll dt.communityList,#bulletinListAll dt.communityList,#forumsListAll dt.communityList,#shoutouts dt.communityList,
	#videoRandom dt.videoListAllHeader,#videoRecentlyViewed dt.videoListAllHeader,#videoTopFavorites dt.videoListAllHeader,
	#photoListAll dt.photoNewHeader,#photoFeatured dt.photoNewHeader,#photoNew dt.photoNewHeader,#photoRandom dt.photoNewHeader,#photoNewMale dt.photoNewHeader,#photoNewFemale dt.photoNewHeader,
	#photoTopRated dt.photoNewHeader,#photoMostViewed dt.photoNewHeader,#photoMostDiscussed dt.photoNewHeader,#photoTopFavorites dt.photoNewHeader,
	#photoAlbumList dt.photoNewHeader,#photoRecentlyViewed dt.photoNewHeader,
	#groupListAllTopic dt.communityList,#groupJoin dt.communityList,#groupListAllForum dt.communityList,#groupMembersList dt.communityList,#groupPhotoList dt.communityList,#groupHome dt.communityList,#groupVideoList dt.communityList,
	#forumsResponseListAll dt.communityList,#forumsTopicListAll dt.communityList,
	#videoMostViewed dt.videoMostViewedHeader,#search dt.searchHighLightLink,#photoList dt.photoNewHeader,#photoCategory dt.photoNewHeader,#membersprofileBasic dt.myProfile,#membersprofilePersonal dt.myProfile,#membersprofileSettings dt.myProfile,#membersprofilePassword dt.myProfile,#membersprofileOtherInfo dt.myProfile,#membersprofileThemeDesign dt.myProfile,#membersprofileTheme dt.myProfile,#membersList dt.membersList,#membersBrowse dt.membersList,#membersvideoList dt.videoNewHeader,#videoList dt.videoMostViewedHeader,#videoCategory dt.videoCategory{
		background:url(../images/screen_blue/bg-link-hover.jpg) no-repeat center center;
	}
	/*-- For a under ul li (Active Sublink) --*/
	#membersmanageBanner .myHome .manageBanner a,#membersmanageBlog .myHome .manageBlog a,#blogList .blogList .blogList a,#membersblogList .blogList.blogList a,#bulletinView .communityList .bulletinListAll a,#groupListAllResponse .communityList .groupListAll a,#communityList .communityList .communityList a,#groupListAll .communityList .groupListAll a,#bulletinListAll .communityList .bulletinListAll a,#forumsListAll .communityList .forumsListAll a,#shoutouts .communityList .shoutouts a,
	#groupListAllTopic .communityList .groupListAll a,#groupJoin .communityList .groupListAll a,#groupListAllForum .communityList .groupListAll a,#groupMembersList .communityList .groupListAll a,#groupPhotoList .communityList .groupListAll a,#groupHome .communityList .groupListAll a,#groupVideoList .communityList .groupListAll a,
	#forumsResponseListAll .communityList .forumsListAll a,#forumsTopicListAll .communityList .forumsListAll a,
	#search .searchHighLightLink .groupListAll a,#membersprofileBasic .myProfile .myProfile a,#membersprofilePersonal .myProfile .myProfile a,#membersprofileSettings .myProfile .myProfile a,#membersprofilePassword .myProfile .myProfile a,#membersprofileOtherInfo .myProfile .myProfile a,#membersprofileThemeDesign .myProfile .myProfile a,#membersprofileTheme .myProfile .myProfile a{
		cursor:text;
		font-weight:bold;
		color:#FFF;
		text-decoration:underline; 
	}
/*-- Community page --*/
.clsCommunity{
	overflow:auto;
	zoom:1;
	margin:1em 0;
}
* html .clsCommunity{
	height:1%;
	overflow:visible;
}
#selCommunityList p,#selCommunityList h3,#selCommunityList h3 a{
	font:normal 11px Tahoma;
}
#selCommunityList h3{
	padding:0 0 0.3em 0.3em;
}
.clsCommunityInfo{
	width:28%;
	float:right;
	clear:right;
}
* html .clsCommunityInfo{
	width:29%;
}

.clsCommunityDetails{
	float:left;
	clear:left;
	width:71%;
}
* html #selShowBulletin .clsCommunityInfo{
}
* html .clsCommunityDetails{
	width:67.5%;
}
.clsCommunity p,#main .clsCommunity h3,.clsCommunity ul,.clsCommunity table{
	margin:0;
	padding:0.2em 0.5em;
}
.clsCommunity li{
	list-style:none;
	display:inline;
}
.clsCommunityDetails ul{
	text-align:right;
	padding:0.5em
}
	.clsCommunity li a{
		list-style:none;
		background:url(../images/screen_blue/icon-rightnavigationlinks.gif) 0 0.4em no-repeat;
		padding:0 0 0 1.5em;
		display:block;
		margin:0.3em 0;
		font:bold 11px Tahoma;
	}
	.clsCommunityDetails li a{
		display:inline;
	}
.clsCommunity table{
	margin:0.5em;
	width:98%;
	border:1px solid #F1F5F8;
	background:transparent;
}
.clsCommunity td,.clsCommunity th{
	background:transparent;
	border-collapse:separate;
	vertical-align:top;
	white-space:normal;
	border:0;
	font:normal 11px Tahoma; 
	color:#000;
	text-align:left;
	border-bottom:1px solid #C8D3D7;
}
.clsCommunity .clsFounder{
	width:28%;
}
.clsCommunity .clsGroupLogo{
	width:22%;
}
.clsPostedDetails{
	width:25%;
}
#selCommunityList .clsCommunityInfo p{
	padding:0.5em 1em
}
	#selCommunityList .clsPostedDetails p{
		padding-left:0;
	}
.clsCommunityInfo ul,#selChannelLinks{
	margin:0 0 0 2em
}
.clsCommunityInfo li,#selChannelLinks li{
	display:inline;
}
	.clsCommunityInfo li a,#selChannelLinks a{
		list-style:none;
		background:url(../images/screen_blue/icon-rightnavigationlinks.gif) 0 0.4em no-repeat;
		padding:0 0 0 1.5em;
		display:block;
		margin:0.3em 0;
		font:normal 11px Tahoma;
	}
	#selChannelLinks a{
		padding:0 0 0 1em;
		font:normal 1.1em Tahoma;
	}
p.clsOwnerNote{
	color:#FF9900;
	font-weight:bold;
}
.clsMusics a,.clsViewFriends a,.clsVideos a,.clsPhotos a,.clsViewFriends a,.clsViewMembers a,#selGroupInfoLinks a{
	background:url(../images/screen_blue/icon-friends.jpg) no-repeat left center;
	padding:0.3em 0.5em 0.3em 2em;
}
.clsVideos a,#selRightNavigation .clsVideos a,#selGroupInfoLinks .clsVideos a{
	background-image:url(../images/screen_blue/Video-icon.gif);
}
.clsPhotos a,#selRightNavigation .clsPhotos a,#selGroupInfoLinks .clsPhotos a{
	background-image:url(../images/screen_blue/photo-icon.gif);
	border:0;
}
.clsMusics a{
	background-image:url(../images/screen_blue/icon-music.gif);
}
.clsViewFriends a,#selRightNavigation .clsViewFriends a{
	background-image:url(../images/screen_blue/icon-friends.jpg);
}
.clsViewMembers a,#selGroupInfoLinks .clsViewMembers a{
	background-image:url(../images/screen_blue/Friend-icon.gif);
}
#selCommunityList .clsGpContentTitle a{
	font:bold 13px Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding:0.8em 0.5em 0.8em 3em;
	display:block;
	color:#3670A7;
}
#clubs{
	background:url(../images/screen_blue/groups.gif) no-repeat 0.1em 0.1em;
}
#forums{
	background:url(../images/screen_blue/forums.gif) no-repeat 0.1em 0.4em;
}
#bulletins{
	background:url(../images/screen_blue/bulletins.gif) no-repeat 0.1em 0.1em;
}
#shoutouts{
	background:url(../images/screen_blue/shoutouts.gif) no-repeat 0.1em 0.1em;
}
#selGroupInfoLinks{
	text-align:left;
	height:3em;
}
#selGroupInfoLinks li{
	display:inline;
}
#selGroupInfoLinks li a{
	display:block;
	float:left;
	margin:0 0.2em 0 0;
	font:normal 1em Tahoma;
	color:#333;
	text-decoration:none;
}
#join a{
	background:url(../images/screen_blue/icon-joingroup.jpg) no-repeat left center;
	color:#F75952;
	padding:1em 0 1em 2em;
	font:bold 0.9em Verdana;
	display:block;
	white-space:nowrap;
}
#selEmail{
	text-align:center;
	margin:0 auto;
}
#selEmail a{
	text-align:center;
	display:block;
	width:20em;
	background:#6881A9;
	margin:0 auto;
	font:bold 0.9em Verdana;
	text-transform:capitalize;
	color:#FFF;
	text-decoration:none;
}
/*-- Forums --*/
.clsForums table,.clsShoutouts table{
	width:96%;
}
.clsFloatLeftImage{
	width:12em;
}
.clsFloatLeftImage p.clsFloatLeftImage{
	float:left;
}
p.clsFloatLeftImage{
	float:left;
}
.clsGroupHomeImage{
	background-color:#FFF;
	text-align:center;
	padding:1em;
}
.clsGroupHomeImage p{
	text-align:center;
	width:420px;
}
#selShowGroupForums table{
	width:100%
}
#selGroupHomeTable,#selGroupHomeTable th,#selGroupHomeTable td{
	background-color:#FFF;
	vertical-align:top;
	border:0;
	padding:0 0.3em 0.5em 0.3em;
	border-collapse:separate;
}
	#selGroupDetail{
		width:100%;
		margin:0;
		float:right;
		border:0;
	}
#selGroupHomeTable th{
	font-weight:bold;
	color:#333;
}
#selGroupHomeTable .clsFounderColumn{
	width:250px;
}
#selGroupHomeTable .clsMiddleRow td,#selGroupHomeTable .clsMiddleRow th{
	width:300px;
}
#selGroupHome #selRightNavigation{
	width:8em;
}
.clsMembersHomeTable,.clsMembersHomeTable td{
	border-collapse:separate;
}
/*-- paging --*/
.clsPagingList{
	color:#333;
	margin:1em 0;
	overflow:auto;
	zoom:1;
	font:bold 1em Tahoma;
}
* html .clsPagingList{
	overflow:visible;
	height:1%;
}
.clsPagingList li{
	padding:0;
	float:left;
	margin:0 0.5em 0 0;
}
	.clsPagingList li a{
		color:#990000;
	}
	.clsPagingList .clsInActivePage{
		color:#CCC;
	}
#selNextMail a{
	padding-right:1em;
	background:url(../images/screen_blue/icon-nextpage.gif) no-repeat right center;
}
#selPreviousMail a{
	padding-left:1em;
	background:url(../images/screen_blue/icon-previouspage.gif) no-repeat left center;
}
/*-- SearchTags search.php--*/
#selRelatedTags,#selRelatedTags a{
	font-weight:bold;
	color:#333;
	font:bold 1em Tahoma;
}
#selRelatedTags li{
	display:inline;
	padding:0.5em 0.1em;
}
#selRelatedTags li a{
	color:#990000;
	padding-top:0.5em;
}
#selRelatedTags li a:hover{
	color:#333;
}

/*---------- Status of Members (when online)----*/
#main .onlineUser{
	padding:0 0 0 1.5em;
	color:#6D7476;
	background:url(../images/screen_blue/online.gif) no-repeat left center;
}
#main .videoIcon img{
	border:0;
	vertical-align:middle;
}
/*-- Status of Members (when offline) --*/
#main .offlineUser,#main .onlineUser{
	font:normal 11px Tahoma;
}
.clsGpLogoImg{
	width:95px;
}
.clsGpLogoHomeImg{
	width:120px
}
.clsGpContents{
	width:110px;
}
	#main .clsGpContents li a{
		font-weight:normal
	}

#selVideoDisp{
	width:100%;
	overflow-x:auto;
}
/*-- viewPhoto --*/
.clsViewContentSection{
	text-align:center;
}
	.clsPhotoContentTitle,.clsVideoContentTitle{
		color:#000;
		font:italic 1em Tahoma;
	}
	.clsViewContentSection table{
		margin:0 auto;
		width:auto;
		border:0;
	}
	#blogPost{
		margin:1em 0;
	}
	#selVideoCodeTable .clsTextBox,#selVideoCodeTable textarea{
		width:200px;
		padding:0;
	}
	.clsViewContentSection td{
		border:0;
		vertical-align:middle;
		padding:1em 0;
		text-align:center;
	}
	.clsFullViewLink{
		text-align:center;
	}
		.clsFullViewLink a{
			font:normal 1em Tahoma;
		}
.clsContentCommentTbl,.clsContentCommentTbl td,.clsContentCommentTbl th{
	margin:0;
	padding:0;
	border:0;
}
	.clsNotEditable td,.clsNotEditable td a{
		font:bold 1em Tahoma;
	}
	.clsCommentsReplySection{
		display:inline;
		margin:0 0.5em 0 0;
	}
#selNoWrapTableContents td{
	padding:0.5em 0;
	color:#423431;
	font:bold 1em Verdana;
	text-align:center;
}
	#selNoWrapTableContents #selBulletinNavigation{
		padding:0.5em
	}
#selNoWrapTableContents td a{
	padding:0 1.5em;
	font-weight:bold;
}
#previousDisable,#goBack a,#previous a,#addFavorite a{
	padding:0.2em 0 0.2em 2em;
}
#nextDisable,#next a{
	padding:0.2em 2em 0.2em 0;
}
#selNoWrapTableContents #nextDisable{
	background:url(../images/screen_blue/icon-nextnogo.jpg) no-repeat right center;
}
#selNoWrapTableContents #previousDisable{
	background:url(../images/screen_blue/icon-prevnogo.jpg) no-repeat left center;
}
#selNoWrapTableContents #addFavoriteDisable{
	background:url(../images/screen_blue/icon-addtofavoritenogo.jpg) no-repeat right center;
	padding-right:1.5em;
}
#selNoWrapTableContents #goBackDisable{
	background:url(../images/screen_blue/icon-gobacknogo.jpg) no-repeat left center;
	padding-left:1.5em;
}
#selNoWrapTableContents .clsMiddleLink a{
	padding:1.2em 0 0 0;
}
#selDownload{
	margin:1em 0;
}
	#selDownload a{
		background:url(../images/screen_blue/icon-download.jpg) no-repeat 0 0.5em;
		padding:0.5em 0.5em 0.5em 2em;
		font:bold 1em Verdana;
		display:block;
	}
#selShowLoading{
	position:absolute;
	margin:5em 30% 0 30%;
	text-align:center;
	z-index:9999;
}
/*-- From members/css --*/
/*-- myProfile.php --*/
#selUserProfileBlock div h3{
	font:bold 100% arial, verdana, helvetica, sans-serif;
	text-align:left;
	color:#EEE;
	background-color:#6C8AB7;
	padding:0.25em;	
}
#selUserProfileBlock div{
	border:1px solid #6C8AB7;
	border-top:0;
	padding:0 0 0.5em 0;
	margin:1em 0 1em 0;
}
#selUserProfileBlock div td table{
	width:20em;
}
/*-- myPhotos.php --*/
#selPersonalisationLinks{
	float:right;
	clear:right;
	width:20em;
	text-align:right;
	margin:-2em 0 0 0;
	padding:0 0.5em;
}
#selPersonalisationLinks li{
	list-style:none;
	display:inline;
}
#selPersonalisationLinks li a{
	margin:0;
	padding:0 1.5em 0.2em 0;
	color:#FFF;
	text-decoration:underline;
	font-size:12px;
}
#selPersonalisationLinks li a:hover{
	text-decoration:none;
}
#selPersonalisationLinks .clsUpload a,#selUploadLink a{
	background:url(../images/screen_blue/icon-upload.gif) no-repeat right center;
}
#selPersonalisationLinks .clsfindFriends a{
	background:url(../images/screen_blue/icon-findfriends.jpg) no-repeat right center;
}
#selPersonalisationLinks .clsPhotoUpload a{
	background:url(../images/screen_blue/icon-photoupload.jpg) no-repeat right center;
}
	#selTimer{
		font:normal 1.5em Arial, Helvetica, sans-serif;
		padding:0;
		color:#F06200
	}
.clsContentEditLinks li{
	margin:0;
	padding:0;
	display:inline;
	list-style:none;
	float:left;
}
.clsContentEditLinks li a{
	margin:0 0.2em;
	padding:2px;
	display:block;
	text-indent:-2000em;
	overflow:hidden;
	width:14px;
	height:14px;
	border:1px solid #DFDFDF;
	cursor:pointer;
	background:url(../images/screen_blue/icon-editphoto.jpg) no-repeat center center;
}
* html .clsContentEditLinks li a{
	width:18px;
	height:18px;
}
.clsContentEditLinks li a:hover{
	border:1px solid #6881A9;
}
.clsContentEditLinks .clsGetCode a{
	background:url(../images/screen_blue/icon-getcode.jpg) no-repeat center center;
}
.clsContentEditLinks .clsDelete a{
	background:url(../images/screen_blue/icon-delete.jpg) no-repeat center center;
}
.clsContentEditLinks .clsSetFeatured a{
	background:url(../images/screen_blue/icon-addtofavorite.jpg) no-repeat center center;
}
/*-- For fixing the header appearance --*/
#selRightHeader{
	float:right;
	clear:right;
	text-align:right;
	color:#000;
	width:70%;
}
#selRightHeader ul{
	text-align:right
}
	#selRightHeader table{
		width:500px;
		padding:0;
		border:0;
		background:transparent;
		float:right;
		margin:0 0 1em 0;
	}
	#selRightHeader  td{
		padding:0 .5em 0 0;
	}
#selFormCommonSearch #tags{
	width:13em;
	padding:.1em 0;
}
#selFormCommonSearch select{
	width:4em;
	padding:.5em;
}
* html #selFormCommonSearch select{
	margin:.1em 0 0 0;	
} 
/*-- status checker for iframe --*/
	#dynamicStatusChanger{
		height:200px;
		background-color:#DEE3E7;
	}
	#dynamicStatusChangerIFrame{
		background-color:#DEE3E7;
	}
#selRightHeader td{
	text-align:right;
	border:0;
	vertical-align:top;
	background:transparent;
}
#selWelcomeMsgLinks{
	padding:.5em 0 0.5em 0;
	width:480px;
	float:right;
}
#selWelcomeMsgLinks li{
	float:left;
	padding:0 0.5em 0 0;
	color:#6D7476
}	
	#selRightHeader li img{
		cursor:pointer
	}
#selWelcomeMsgLinks .clsNewMail a{
	border:0;
}
	#selWelcomeMsgLinks #pickerList li a{
		font:10px Tahoma;
		text-transform:capitalize;
		color:#3670A7;
	}
#selRightHeader #commonSearchSubmit{
	margin:0;
	background:url(../images/screen_blue/bg-searchbtn.jpg) no-repeat;
	border:0;
	font-size:0;
	color:#A20D0F;
	width:66px;
	height:21px;
	padding:21px 0 0 0;
	cursor:pointer;
}
	#selRightHeader > #commonSearchSubmit{
		height:0;
	}
.clsFilterStatusAlert{
	text-align:right;
	color:#6D7476;
	font:11px Tahoma;
}
	#selContentFilterStatus,#selContentFilterStatus span{
		color:#FF6900;
	}
#userStatusPicker{
	padding:0;
	margin:0.1em;
}
	#userStatusPicker li{
		list-style:none;
		padding:0;
		margin:0;
	}
		#userStatusPicker li a{
			display:block;
			padding:0;
			margin:0;
			text-align:left;
			text-decoration:none;
			font:11px tahoma;
			padding:0.2em;
			text-transform:lowercase !important;
			background-color:#DEE3E7;
			color:#000000;	
		}
		* html #userStatusPicker li a{
			width:100%;
		}
		#userStatusPicker li a:hover{
			background-color:#1E5B94;
			color:#FFF;		
		}
#soption{
	font-size:95%;
}
/*-- photoNew --*/
#selPhotoNew{
	overflow:auto;
}
.clsContentsDisplayTbl,#myFriends,#selViewPhotoTable{
	padding:0;
	border:0;
	width:100%
}
* html #selViewPhotoTable{
	width:99%;
}
* html #myFriends{
	width:100%;
}
.clsContentsDisplayTbl td,#myFriends td{
	padding:0.5em 0.2em;
	border:0;
}
/*-- For image display --*/
#selPhotoGallery p{
	margin:0.2em 0;
}
.clsTitleLink{
	margin:0.5em 0 0 0;
}
.clsCaption{
	padding:0.5em 0 0 0;
	color:#525252;
}
#selImageBorder,#selPlainImageBorder{
	background:transparent;
	margin:0.2em 0;
}
* html #main p.clsPlainImageBorder,* html #selNav,* html .clsIndexLBorder{
	height:1%;
}
#main p.clsPlainImageBorder:after,#selNav:after{
	content:".";
	visibility:hidden;
	clear:both;
	display:block;
}
#selNav,.clsIndexLBorder{
	zoom:1;	/*-- IE 7 hack for fixing the navigation --*/
}
	#pickerList img{
		margin:.5em 0 0 0;
	}
	#selCenterPlainImage{
		text-align:center;
	}
	#selCenterPlainImage table{
		margin:0 auto;
		width:auto;
		border:0;
	}
		#selCenterPlainImage td{
			padding:0;
			border:0;
		}	
#selPlainImageBorder{
	overflow:auto;
	zoom:1;
}
* html #selPlainImageBorder{
	overflow:visible;
	height:1%;
}
#selPlainImage,#selPlainCenterImage,#selImageBorder a img,#selPlainImageBorder a img{
	border:1px solid #6C767C !important;
	padding:2px;
}
	#selPlainImage{
		display:block;
		float:left;
	}
	#selPlainCenterImage{
		display:block;
		float:left;
	}
	#selMsgConfirm #selPlainCenterImage{
		float:left;
	}
	#selImageBorder a:hover img,#selPlainImageBorder a:hover img{
		border:1px solid #AFAFAF;
	 }
* html #selImageBorder a,* html #selPlainImageBorder a{
	text-decoration:none !important;
	padding:0 !important;
	margin:0 !important;
}
	* html #selImageBorder a img,* html #selPlainImageBorder a img{
		border:2px solid #FFF;
		padding:0;
	}
	 * html #selImageBorder a:hover,* html #selPlainImageBorder a:hover{
		border:1px solid #AFAFAF;
	 }
 	 * html #selImageBorder a:hover img,* html #selPlainImageBorder a:hover img{
		border:2px solid #FFF;
	 }
/*-- viewPhoto --*/
#goBack a,#delete a,#selCreateAlbum a{
	padding-left:1.5em;
	font:bold 1em Tahoma;
}
#delete a{
	color:#F75952;
}
#goBack a{
	background:url(../images/screen_blue/icon-goback.jpg) no-repeat left center;
	padding-left:1.5em !important;
}
#addFavorite a{
	background:url(../images/screen_blue/icon-addtofavorite.jpg) no-repeat right center;
}
#previous a{
	background:url(../images/screen_blue/icon-prev.jpg) no-repeat left center;
	padding:0.3em 0 0.3em 2em !important;
}
#next a{
	background:url(../images/screen_blue/icon-next.jpg) no-repeat right center;
	padding:0.3em 2em 0.3em 0 !important;
}
#reply a{
	background:url(../images/screen_blue/icon-reply.jpg) no-repeat right center;
	padding:0 2em 0 0;
}
#send a{
	background:url(../images/screen_blue/icon-mail.jpg) no-repeat right center;
	padding:0 2em 0 0;
}
/*#addtolist a{
	background:url(../images/screen_blue/icon-add.jpg) no-repeat right center;
	padding:0 2em 0 0;
}*/
#all a{
	background:url(../images/screen_blue/icon-listallmembers.jpg) no-repeat left top;
	padding:0 0 0 2em;
}
#post a{
	background:url(../images/screen_blue/icon-repliedmail.gif) no-repeat right center;
	padding-right:1.5em;
}
#joinGroup a{
	background:url(../images/screen_blue/icon-join.jpg) no-repeat right center;
	padding-right:1.5em;
}
#date span{
	background:url(../images/screen_blue/icon-date.jpg) no-repeat left center;
	padding-left:1.5em;
}
#delete a{
	background:url(../images/screen_blue/icon-delete.jpg) no-repeat left center;
}
#join a{
	background:url(../images/screen_blue/icon-joingroup.jpg) no-repeat left center;
	color:#F75952;
	padding:1em 0 1em 2em;
	font:bold 0.9em Verdana;
	display:block;
	white-space:nowrap;
}
/*-- photoUpload --*/
#selCreateAlbum a{
	background:url(../images/screen_blue/icon-createalbum.jpg) no-repeat right center;
	padding:0 1.5em 0 0;
}
#main .clsUpload a{
	background:url(../images/screen_blue/icon-upload.gif) no-repeat right bottom;
	padding:0.5em 2em 0 0;
}
#selPreviewTable,#selPreviewTable td{
	padding:0.3em 0.5em;
}
#selEditPhotoComments{
	padding:0;
}
	#selEditPhotoComments div p{
		text-align:left;
		margin:0.3em;
	}
#selEditPhotoComments ul,#selEditPhotoComments li{
	margin:0;
	padding:0;
	text-align:center;
}
	#selEditPhotoComments li{
		list-style:none;
		display:inline;
		text-align:left;
}	
	#selEditPhotoComments li a{
		margin:0;
		padding:0 0.5em;
		text-decoration:none;
		font:bold 1em Arial, Helvetica, sans-serif;
		border:1px solid #FFF;
		border-right:1px solid #6B7173
	}
	#selEditPhotoComments li#selEmail a,#selEditPhotoComments li#addFavoritePhoto a{
		border-right:1px solid #FFF
	}
	#selEditPhotoComments li#selEmail a:hover,#selEditPhotoComments li a:hover,#selEditPhotoComments li#addFavoritePhoto a:hover{
		border:1px solid #6B7173
	}
	#selCommentBlock,#selCommentBlock td p{
		text-align:left;
	}
	#selCommentBlock p.clsCommentsTitle{
		text-align:right
	}
	#selCommentBlock td h3,#selCommentBlock td p,#selCommentBlock td div{
		padding:0.2em 0.2em 0.2em 0.5em
	}
	
.clsPostCommentTable td,.clsPostCommentTable p{
	white-space:normal;
	padding:0.2em;
}
/*-- photoPostComment --*/
.clsAlignCenter p{
	margin:0.5em
}
.clsAlignRight{
	text-align:right;
}
#selRightNavigation p{
	clear:both
}
/*-- viewPhoto --*/
#selLargeImage div{
	text-align:center;
	margin:0;
	padding:0;
}
#selViewPhotoTable,#selViewPhotoTable td{
	border:0
}
#selViewPhotoTable{
	position:absolute
}
div table .clsImageDisplayCell{
	text-align:center;
	padding:1em 0;
}
span#cancel{
	color:#FF0000;
	background:url(../images/screen_blue/icon-close.jpg) no-repeat;
	float:right;
	margin:-2.5em 0.2em 0 0 !important;
}
	span#cancel a{
		width:17px;
		height:17px;
		text-indent:-2000em;
		overflow:hidden;
		display:block;
	}
	input#cancel{
		background:#F6F6F3;
		border:1px solid #FF0000;
	}
/*-- addFavoritePhoto (Image display only, no link) --*/
#selImageDisplay{
	height:100px;
	width:100px;
	background:#FFEDDF;
	line-height:100px;
	padding:2px;
	border:1px solid #737573;
	text-align:center;
	float:left;
}
* html #selImageDisplay{
	font-size:80px
}
#selImageDisplay img{
	vertical-align:middle;
}
#selGroupImageDisplay{
	height:150px;
	width:150px;
	background:#FFEDDF;
	text-align:left;
	line-height:150px;
	font-size:150px;
	padding:2px;
	border:1px solid #737573;
}
* html #selGroupImageDisplay{
	font-size:120px
}
#selGroupImageDisplay img{
	vertical-align:middle;
}
/*-- popup window --*/
#close a{
	background:url(../images/screen_blue/icon-close.jpg) no-repeat left center;
	padding-left:1.5em;
	font-weight:bold;
	color:#CC0000;
}
#selPhotoPreviewFrm{
	padding:1em;
	background-color:#FFEDDF;
	border:1px solid #6881A9;
	margin:1em;
}
#selPreviewImage{
	text-align:center;
}

#selShowBulletins td #previous,#selShowBulletins td #previousDisable{
	float:left;
	
}
#selShowBulletins td #next,#selShowBulletins td #nextDisable{
	float:right;
	clear:right;
}
#selShowMail{
	width:100%
}
#selShowMail,#selShowMail td{
	border:1px solid #FFF;
	padding:0;
	margin:0;
	vertical-align:middle;
}
	#selShowMail .clsMsgNavigationCell div{
		text-align:right
	}
#selShowMail #next a,#selShowMail #previous a{
	background:#FFF;
	font-weight:bold;
	background-image:none;
}
#selViewAllLink{
	float:right;
	width:10em;
	margin:-1.6em 1em 0 0;
	text-align:right;
}
#selViewAllLink a{
	color:#6881A9;
}
p.clsFlashMovie object{
	border:1px solid #333;
}
#selWelcomeMsgLinks .clsNewMail a{
	background:url(../images/screen_blue/icon-mailcount.gif) no-repeat 0 0.2em;
	padding:0 0.1em 0 1.5em;
	margin:0 0 0 0.2em;
	color:#6D7476;
	font-size:11px;
}
/*-- Messaging Module in Members --*/
.clsAlignCenter{
	text-align:center;
	padding:0.2em 0 0.5em 0;
}

#selNotReadMail,#selReadMail,#selRepliedMail,#selForwardedMail{
	padding:0 0 0 2em;
	font-weight:bold
}
#selNotReadMail{
	background:url(../images/screen_blue/icon-notreadmail.gif) no-repeat left center;
}
#selReadMail{
	background:url(../images/screen_blue/icon-readmail.gif) no-repeat left center;
}
#selRepliedMail{
	background:url(../images/screen_blue/icon-repliedmail.gif) no-repeat left center;
}
#selForwardedMail{
	background:url(../images/screen_blue/icon-forwardedmail.gif) no-repeat left center;
}
.clsNotRead td p,.clsNotRead td a,.clsNotRead td span{
	font-weight:bold !important;
}
.clsRead td p,.clsRead td a,.clsRead td span,.clsForward td p,.clsForward td a,.clsForward td span,
.clsReplied td p,.clsReplied td a,.clsReplied td span{
	font-weight:normal !important;
}
	/*-- Fixing the mail subject width in messages --*/
	.clsMailSubject{
		width:280px;
	}
	.clsMessageStatus,.clsMessageDate{
		white-space:nowrap
	}
	.clsMessageStatus{
		width:82px;
	}
	* html .clsMessageStatus{
		width:120px;
	}
	/*-- groupListAll --*/
.clsBold{
	font-style:italic;
	color:#333
}
#selShowGroupTitle{
	margin:0.3em 0;
	padding:0.3em 0.5em;
	font-weight:bold;
	border:1px solid #FFE1CF;
	background-color:#FFF5EF;
	overflow:auto;
	zoom:1;
}
* html #selShowGroupTitle{
	height:1%;
	overflow:visible;
}
	#selGroupHeading{
		font:bold 1em Arial, Helvetica, sans-serif;
		color:#333;
		width:45%;
		margin:0;
		padding:0;
		float:left;
	}
	#selClubUrl{
		float:right;
		width:45%;
		font:bold 1em Arial, Helvetica, sans-serif;
	}
	#selClubUrl a,#selClubUrl{
		font:bold 1em Arial, Helvetica, sans-serif;
	}

/* \*/
* html #tlc, * html #trc,* html #tlcwhite, * html #trcwhite {height:1%}
/* */
* html #lbwhite,* html #lb{
	width:100%
}
#tlc{
	background:transparent url(../images/screen_blue/tlc.jpg) no-repeat;
}
#trc{
	background:transparent url(../images/screen_blue/trc.jpg) no-repeat right top;
}	
#selCommunityList #trc,#selCommunityList #trcwhite{
	min-height:23em;
}	
* html #selCommunityList #trc,* html #selCommunityList #trcwhite{
	height:23em;
}
#blc{
	background:transparent url(../images/screen_blue/blc.jpg) no-repeat left bottom;
}
#brc{
	background:transparent url(../images/screen_blue/brc.jpg) no-repeat right bottom;
}
#tb{
	background:transparent url(../images/screen_blue/tb.jpg) repeat-x;
}
#bb{
	background:transparent url(../images/screen_blue/bb.jpg) repeat-x center bottom;
}	
#rb{
	background:transparent url(../images/screen_blue/rb.jpg) repeat-y right top;
}
#lb{
	background:#F0F4F5 url(../images/screen_blue/lb.jpg) repeat-y left bottom;
}			

#tlcwhite{
	background:transparent url(../images/screen_blue/tlcwhite.jpg) no-repeat;
}
#trcwhite{
	background:transparent url(../images/screen_blue/trcwhite.jpg) no-repeat right top;
}	
#blcwhite{
	background:transparent url(../images/screen_blue/blcwhite.jpg) no-repeat left bottom;
}
#brcwhite{
	background:transparent url(../images/screen_blue/brcwhite.jpg) no-repeat right bottom;
}
#tbwhite{
	background:transparent url(../images/screen_blue/tbwhite.jpg) repeat-x;
}
#bbwhite{
	background:transparent url(../images/screen_blue/bbwhite.jpg) repeat-x center bottom;
}	
#rbwhite{
	background:transparent url(../images/screen_blue/rbwhite.jpg) repeat-y right top;
}
#lbwhite{
	background:#FFF url(../images/screen_blue/lbwhite.jpg) repeat-y left bottom;
}		
/*-- index.php --*/
#selHomeCoolNewPeople{
	display:none;
}
#selVideosTable{
	width:100%;
	margin:1em 0 0 0;
}
.clsTitleBackground{
	background:url(../images/screen_blue/subtitle-bg.jpg) repeat-x left top;
	margin:0 0 1em 0;
}
* html .clsTitleBackground,* html #selTitleBackgroundRight{
	height:1%;
}
#selTitleBackgroundRight{
		background:url(../images/screen_blue/bg-morelinks.jpg) no-repeat top right;
}
.clsUserName{
	color:#F96D0E
}
#selMyHome{
	overflow:auto;
	zoom:1;
}
* html #selMyHome{
	height:1%;
	overflow:visible;
}
#selLeftContents,#selRightContents{
	width:20%;
	float:left;
	clear:left;
	margin:0;
}
#selLeftContents{
	padding:0.5em 0 0.5em 1em;
}
#membersmyProfile #main, #membersviewProfile #main, #viewProfile #main{
	margin-left:0;
}
#selUserProfileIcon{
	width:250px;
}
#membersmyHome #selUserProfileIcon{
	width:auto;
}
#selRightContents{
	width:75%;
	float:right;
	clear:right;
	padding:0.5em 0 0.5em 0;
	overflow:auto;
}
	#selLeftContents table,#selRightContents table{
		width:80%;
		margin:1em 0;
	}
		#selRightContents #selMsgAlert p,#selRightContents #selMsgAlert a{
			font-weight:bold;
		}
	#selIndex h2,#selIndex h2 span{
		background:transparent
	}
#selLeftContents p{
	font:normal 1em Tahoma;
}
#selLeftContents a{
	color:#6D7476
}
#selLeftContents a:hover{
	color:#000
}
#selUserProfileIndexLinks li a{
	background:url(../images/screen_blue/icon-rightnavigationlinks.gif) no-repeat 0 0.2em;
	padding:0 0 0 1em;
	display:block;
	text-decoration:none;
	font:normal 1em Tahoma;
}
	#selNewMembersTitle{
		background:transparent url(../images/screen_blue/icon-newmembers.gif) no-repeat 0 0.5em;
		font:normal 1.5em Arial, Helvetica, sans-serif;
		color:#6C7F84;
		padding:0.3em 0 0.3em 1.2em;
		margin:0;
		text-transform:lowercase
	}
	#selRightContents h2{
		background-color:#6E89B4;
		padding:0.5em 0;
		color:#FFF;
	}
	#selCoolNewPeople span,#selMyVideos span,#selMyFriends span,#selMyPhotos span,#selMyPhotos span,#selMyMusics span,#selMyNewMembers span{
		padding:0.3em 2.2em;
		background:transparent url(../images/screen_blue/icon-video.gif) no-repeat 0.5em 0.2em
	}
	#selMyFriends span{
		background-image:url(../images/screen_blue/icon-myfriends.gif)
	}	
	#selMyPhotos span{
		background-image:url(../images/screen_blue/icon-photos.gif)
	}
	#selMyMusics span{
		background-image:url(../images/screen_blue/icon-music.gif)
	}	
	#selMyNewMembers span{
		background-image:url(../images/screen_blue/icon-myfriends.gif)
	}
#selMembersCount,#selUploadTbl th,.clsPopupHeader h3,#selLeftContents h3,#selLeftProfileContents h3,#selRightProfileContents h2{
	font:normal 18px Arial, Helvetica, sans-serif;
	color:#6C7F84;
}
#selUploadTbl textarea, #selUploadTbl .clsTextBox{
	width:150px;
}
* html #selUploadTbl textarea, #selUploadTbl .clsTextBox{
	width:150px;
}

#selInvite table{
	margin:0 1em 0 0;
	padding:0 0 0 0;
	width:300px;
}
	#selRightProfileContents a{
		font:normal 1em Tahoma;
		color:#FE6D00
	}
	#selRightProfileContents a:hover{
		color:#718F99
	}
	.clsShoutOutHeading{
		background:url(../images/screen_blue/icon-shoutoutheading.gif) no-repeat 7em center;
	}
	.clsBulletinHeading{
		background:url(../images/screen_blue/icon-bulletinheading.gif) no-repeat 5.5em center;
	}
	.clsIndexDateHeading{
		background:url(../images/screen_blue/bg-date.jpg) no-repeat center center;
		text-align:center;
		padding:0.3em 0;
	}
	#selLeftContents .clsIndexDateHeading{
		color:#FFF;
		font:bold 16px Arial, Helvetica, sans-serif;
	}
.clsShoutoutTitleEnd,.clsDateAdded,#selLeftContents .clsShoutBulletinLink li a,#selUserProfileDetails p,#selUserProfileDetails li a{
	color:#6881A9;
	text-decoration:none;
}
#selLeftContents li p a{
	background:url(../images/screen_blue/icon-rightheadings.gif) no-repeat;
	padding:0 0 0 1em;
}
	#selLeftContents .clsAuthandDate{
		padding:1em 0.2em 1em 1em
	}
#selLeftContents .clsShoutBulletinLink li{
	display:inline;
}
	.clsShoutBulletinLink{
		margin:2em 0.5em 0.5em 0.5em
	}
	#selLeftContents .clsShoutBulletinLink .clsNew{
		margin:-1.5em 0 0 0;
		float:right;
	}
#selUserProfileDetails h4,#selUserProfileDetails ul,#selUserProfileDetails p{
	font:normal 1em Tahoma;
	text-align:center
}
	#selUserProfileDetails h4{
		margin:1em 0 0 0
	}
.clsMyHomePrev,.clsMyHomeNext{
	width:5%;
	text-align:left;
	padding:0 0.5em;
	vertical-align:middle
}
.clsMyHomePrev input,.clsMyHomeNext input{
	text-indent:-2000em;
	overflow:hidden;
	display:block;
	width:20px;
	height:20px;
	border:0;
	margin:0;
	padding:0 0 0 25px;
	color:#FFF;
	background:url(../images/screen_blue/icon-next.jpg) no-repeat;
	font-size:0;
	cursor:pointer;
}
.clsMyHomePrev input{
	background:url(../images/screen_blue/icon-prev.jpg) no-repeat;
}
.disabledPrevButton{
	background:url(../images/screen_blue/icon-prevnogo.jpg) no-repeat;
	cursor:default;
}
.disabledNextButton{
	background:url(../images/screen_blue/icon-nextnogo.jpg) no-repeat;
	cursor:default;
}
/*-- category pages --*/
#selCategoryTable,#selCategoryTable td{
	border:0;
	background-color:#F0F4F7;
	border:1px solid #F0F4F7
}
	#selCategoryTable td{
		border-bottom:1px solid #C8D3D7
	}
	#selCategoryTable .clsLastRow  td{
		border-bottom:0
	}
	#selCategoryTable td .clsBold{
		font-style:normal;
		font-weight:bold;
		color:#6D7476
	}
	#selCategoryTable h3,#selCategoryTable p{
		padding:0.2em 0.3em;
		font:11px Tahoma;
		color:#6D7476
	}
	#selCategoryTable h3 a{	
		font:normal 18px Arial, Helvetica, sans-serif;
		color:#FF6600;
		text-decoration:none
	}
	#main .clsPhotoTags a{
		color:#FF6600;
	}
	#main .clsPhotoTags a:hover{
		color:#718F99;
	}
/*-- groupHome --*/
#selGroupHomeLinks li a{
	padding:0.3em 0 0.2em 1.5em;
}
/*-- photocategory --*/
#selPhotCategoryImageDisp{
	float:left;
	padding:0 0.3em 0 0;
}
#main p.clsDesc{
	clear:both;
}
	#main .clsPhotoCategoryCell{
		width:260px;
	}
/*-- common right link to the header --*/
#selShowDetails{
	display:block;
	float:right;
	margin:-1.5em 0.2em 0 0
}
#selShowDetails a{
	background:#FFFEFA url(../images/screen_blue/icon-showdetails.jpg) no-repeat right center;
	padding:0 1.5em 0 0.5em;
	color:#F55D1E;
	text-decoration:none;
	font:bold 1.2em Arial;
}
/*-- profile page --*/
#selPhotoShelfTbl,#selPhotoShelfTbl td{
	background-color:transparent;
	border:0
}
	.clsGetGift{
		text-align:right
	}
#confirmationDiv{
	margin:1em 5em;
	padding:1em;
	border:1px dotted #F96800;
	background-color:#DBE3E6;
	color:#F96800
}
	#confirmationDiv a{
		display:block;
		text-align:right
	}
#groupAdd{
	border:1px dotted #F96800;
	background-color:#FFF6EF;
	color:#333
}
	#groupAdd #cancel{
		display:block;
		float:right;
		margin:-1.5em 0 0 0
	}
	#groupAdd table,#groupAdd td{
		background:transparent;
		border:0
	}
/*-- index --*/
* html #formSetBrowseSetCriteria{
	height:1%;
}
#formSetBrowseSetCriteria:after{
	clear:both;
	content:".";
	display:block;
	visibility:hidden
}
	#selRootIndex h2{
		font:13px Arial, Helvetica, sans-serif;
		color:#A80C0F;
		text-transform:lowercase;
		margin:0;
		background:transparent;
		padding:0 0 0.5em .5em;
		font-weight:bold;
	}
/*-- login --*/
#selLoginTbl table{
	width:auto;
	float:right
}
	#selLoginTbl td{
		text-align:right;
		padding:0 0 0.2em 0;
		font:1em Tahoma;
	}
		 #login_submit{
		 	display:block;
			height:21px;
			text-align:center;
			vertical-align:middle;
			float:right;
			font-size:0;
			color:#A20D0F;
			text-decoration:none;
			background:url(../images/screen_blue/bg-submitbtn.jpg) no-repeat;
			padding:21px 0 0.3em 0;
			border:0;
			font:bold 1em Arial, Helvetica, sans-serif;
			width:66px;
			cursor:pointer;
		}
	#selLoginTbl > #login_submit{
		height:0;
	}
		#selLoginTbl h2{
			text-align:right
		}
		#selLoginTbl{
			min-height:14em;
		}		
		* html #selLoginTbl{
			height:14em
		}
		#selLoginTbl h2{
			margin:0;
			padding:0 0 0.5em 0
		}
#selSideBarLogin table{
	font-size:12px;
}
#selSideBarLogin table a{
	color:#45718A;
}
#selSideBarLogin .clsFormLabelCellDefault{
	color:#767A79;
}
#selSideBarLogin .clsFormFieldCellDefault{
	text-align:left;
}
#selSideBarLogin .clsSubmitButton{
	float:left;
}
.clsSideBarLinks{
	margin:0 0 1em 0;
	width:20em;
}
* html .clsSideBarLinks{
	height:1%;
}
#selForgotPwd{
	border-right:1px solid #4D5F6D;
	padding:0 1em 0 0;
}
#selSignUpLink{
	padding:0 0 0 1em;
}
/*-- Fixing the image in index.php (featured members) --*/
	#selFeaturedReel table{
		width:94%;
	}
	#selFeaturedMembers td{
		font-size:12px;
	}
	.clsMemberDetails{
		color:#264C61;
	}
	#selFeaturedMembers span{
		padding:0 0 0 1.5em;
		display:block;
		margin:0 0 0.5em 0;
	}
	.clsSubMainh2{
		padding:1em 0 0 0;
		margin:0.5em;
	}
		.clsFMFriends{
			background:url(../images/screen_blue/icon-myfriends.gif) no-repeat;
		}
		.clsFMVideos{
			background:url(../images/screen_blue/icon-video.gif) no-repeat;
		}
		.clsFMMusics{
			background:url(../images/screen_blue/icon-music.gif) no-repeat;
		}
		.clsFMPhotos{
			background:url(../images/screen_blue/icon-photos.gif) no-repeat
		}
	.clsFMName{
		font-weight:bold;
	}
	.clsFMLocation{
		color:#5F6062;
	}
	.clsFMName,.clsFMDet{
		color:#264B5E;
	}
	/*-- members/videoUploadPopup --*/
	#selUploadTbl .clsHelp{
		
		font-size:0;
	}
	#selUploadTbl,#selUploadTbl table,#selUploadTbl td,#selUploadTbl th{
		background:transparent;
		border:0;
	}
		#selUploadTbl th{
			color:#0F0F0F
		}
	#selUploadTbl .clsFormLabelCellDefault,#selUploadTbl .clsFormLabelCellError,#selUploadTbl th{
		text-align:left;
		color:#727A7D;
		
		white-space:nowrap;
		font-weight:bold;
	}	
	#selRemindLink{
		padding:0;
		margin:0;
		display:block;
	}
	#selUploadTbl .clsFormFieldCellDefault,#selUploadTbl .clsFormFieldCellError{
		text-align:left;
	}
	#main .clsUploadCategoryBlock{
		text-align:left;
	}

	#main .clsSelectNote{
		color:#727A7D;
		clear:both
	}
		#main .clsSelectHighlightNote{
			color:#727A7D;
			font-weight:bold;
		}
		#selCategoryBlock li{
			padding:0;
			width:45%;
			float:left;
			margin:0 0.5em 0.5em 0;
		}
		.clsCheckRadio{
			border:0;
			margin:0;
			background-color:transparent;
		}
	#selUploadTbl .clsBold{
		font-weight:bold;
		font-style:normal;
	}
	#membersvideoUploadPopup select{
		position:relative
	}
		#selUploadTbl p{
			padding:0.2em;
			line-height:1.2em;
		}
		#selUploadTbl .clsSelectHighlightNote,#selUploadTbl #selDisableNote{
			
		}		
		* html #selUploadTbl .clsSelectHighlightNote,* html #selUploadTbl #selDisableNote{
			
		}
		#selUploadTbl .clsAllowOptions label{
			font-weight:bold;
			text-transform:capitalize;
		}
#selVideoTagDisplay{
	padding:0.5em;
}
	#main span a{
		padding:0 0.2em
	}
	#main span a:hover{
		text-decoration:none
	}
#main .clsTagStyle1 a{
	font:normal 1em Tahoma;
}
#main .clsTagStyle2 a{
	font:bold 1.2em Tahoma;
}
#main .clsTagStyle3 a{
	font:bold 1.4em Tahoma;
}
#main .clsTagStyle4 a{
	font:italic normal 1.4em Tahoma;
}
#main .clsTagStyle5 a{
	background-color:#626F74;
}
#main .clsTagStyle6 a{
	background-color:#FF6600;
}
#main .clsTagStyle7 a{
	font:normal 1em Tahoma;
}
#main .clsTagStyle8 a{
	font:bold 1.2em Tahoma;
}
#main .clsTagStyle9 a{
	font:bold 1.4em Tahoma;
}
#main .clsTagStyle10 a{
	font:italic normal 1.4em Tahoma;
}
#main .clsTagStyle1 a,#main .clsTagStyle7 a,#main .clsTagStyle8 a,#main .clsTagStyle9 a,#main .clsTagStyle10 a{
	color:#626F74
}
#main .clsTagStyle5 a,#main .clsTagStyle6 a{
	font:bold 1.2em Tahoma;
	color:#FFF
}
#main .clsTagStyle2 a,#main .clsTagStyle3 a,#main .clsTagStyle4 a{
	color:#FF6600
}
#main .clsMoreTags,#main .clsViewAllLinks{
	text-align:right;
}
	#main .clsMoreTags a,#main .clsViewAllLinks a{
		color:#3670A7;
	}
	#main .clsViewAllLinks a{
		text-decoration:none;
		font:12px Arial, Helvetica, sans-serif;
		color:#FFF;
	}
	.clsViewAllLinks{
		margin:-1.6em 1.2em 0em 0;
	}
	* html .clsViewAllLinks{
		margin:-1.5em 1.2em 0em 0;
	}
#selRecommended .clsFloatLeftImage{
	margin:0 0.5em;
	float:left;
}
* html #selRecommended .clsFloatLeftImage{
	border-top:1px solid #6C767C;
	border-bottom:1px solid #6C767C;
}
/*-- rating css --*/
#selStarRating{
	list-style:none;
	margin:0;
	padding:0;
	width:63px;
	height:13px;
	position:relative;	/*-- For not to move the star while rating --*/
	background:url(../images/screen_blue/icon-rate.gif) repeat-x left top;		
}
#selStarRating li{
	padding:0;
	margin:0;
	float:left;
}
#selStarRating li a{
	display:block;
	width:13px;
	height:13px;
	text-decoration:none;
	text-indent:-9000px;
	z-index:20;
	position:absolute;
	padding:0px;
}
#selStarRating li a:hover{
	background:url(../images/screen_blue/icon-ratehover.gif) left top;
	z-index:1;
	left:0;
}
/*
	Setting the positions of the stars
	A. No need to set the width and left positions of star #1
	B. For adjacent stars increment the width and left positions by 20px
	C. Allow the background image to be repeated for rating while hover
*/
#selStarRating .clsScore2{
	left:13px;
}
#selStarRating .clsScore2:hover{
	width:26px;
}
#selStarRating .clsScore3{
	left:26px;
}
#selStarRating .clsScore3:hover{
	width:39px;
}
#selStarRating .clsScore4{
	left:39px;
}	
#selStarRating .clsScore4:hover{
	width:52px;
}
#selStarRating .clsScore5{
	left:52px;
}
#selStarRating .clsScore5:hover{
	width:65px;
}
/*-- shoutout --*/
#selShoutOutTable th,#selShoutOutTable td,#selShoutOutTable{
	border:0;
	background:transparent;
	vertical-align:top;
	padding:0.5em;
	width:auto;
	margin:0.5em 0.5em 0.5em 0;
}
	#selShoutOutTable .clsFormLabelCellDefault{
		font-weight:bold
	}
	#selShoutOutTable textarea{
		height:5em;
	}
/* search.php selRelatedTags */
#selRelatedTags{
	margin-top:1em;
}
#selRelatedTags a{
	color:#990000;
}
#selRelatedTags a:hover{
	color:#000000;
}	
/*-- mail pages --*/
#selMessageNavLinks{
	font-weight:bold
}
#selMessageNavLinks td{
	text-align:right;
	padding:0;
}
.clsMessageDetailSection{
	width:75%;
}
/*-- groupListAllResponse, bulletinListAll --*/
#selForumReplyText,.clsBulletinMessage{
	width:85%;
}
#selForumDispTitle{
	width:50%;
}
.clsBulletinSubject{
	width:50%;
}
/*-- forum in groupHome page --*/
#selForumTitleinHome{
	width:75%;
}
/*-- myphotoAlbums --*/
.clsMyVideoAlbumTbl th,.clsMyVideoAlbumTbl td,.clsMyPhotoAlbumTbl th,.clsMyPhotoAlbumTbl td{
	padding:0.5em
}	.clsAlbumVideos,.clsAlbumVideos,.clsBulletinViews,.clsBulletinReplies,.clsBulletinViews,.clsBulletinReplies,.clsAlbumPhotos,.clsAlbumPhotos{
		text-align:center;
	}
	.clsUserAlbumActions{
		white-space:nowrap
	}
	#selPhotoAlbumName{
		width:500px
	}
	#selAlbumName{
		width:200px
	}
/*-- for mail page to highlight the request --*/
#friendRequestAcceptanceForm{
	background-color:#DEE3E7;
	padding:1em;
	margin:0 1em 1em 0.5em;
	border:1px solid #ACB3B9;
}
/*-- groupListAll --*/
#selForumTitle{
	border-bottom:1px solid #ACB3B9;
	width:100%;
	font:normal 1em Tahoma;
	padding:0.5em 0;
	margin:0 0 0.5em 0;
	background:transparent;
}
#selForumTitle a{
	font:normal 1em Tahoma;
}
#selForumTitle span{
	background:transparent;
	padding:0;
}

#selGroupForumPost{
	padding:0.5em;
	
}
	#selGroupForumPost h3,#selGroupForumPost h3 p{
		margin:0;
		padding:0;
	}
	#selGroupForumPost a{
		font:bold 1em Arial, Helvetica, sans-serif;
	}
	#selGroupForumPost #post,#selGroupForumPost #joinGroup{
		float:right;
		margin:-1.4em 0 0 0;
	}
	#selGroupForumPost #selBackToForum a{
		background:url(../images/screen_blue/icon-goback.jpg) no-repeat left center;
		padding:0 0 0 1.5em
	}

/*-- forum width --*/
#selForumTopic{
	width:700px
}
#selGroupForumTopic{
	width:320px
}
#selForumTopicList{
	width:60%
}
#selRatingImage{
	text-align:center
}
/*-- browseMembers --*/
.clsMembersDisplayTbl,.clsMembersDisplayTbl td,.clsMembersDisplayTbl th{
	border:0;
	background-color:#F0F4F7
}
	.clsMembersDisplayTbl #selMemDetails li,#selMemDetails li{
		width:auto;
		float:none;
		background:url(../images/screen_blue/icon-myfriends.gif) no-repeat left center;
		padding:0.1em 0 0 2em;
	}
	#selMemDetails li a{
		font:normal 1.1em Tahoma;
		color:#6D7476
	}
	.clsMembersDisplayTbl #selMemDetails #selSendMsg,#selMemDetails #selSendMsg{
		background-image:url(../images/screen_blue/icon-sendmail.gif);
	}		
	.clsMembersDisplayTbl #selMemDetails #selAddFriend{
		background-image:url(../images/screen_blue/icon-addasfriend.gif);
	}		
#selRightNavigation #selBrowseMembersTitle{
	font:bold 1.3em Arial, Helvetica, sans-serif;
	border:0;
	padding:0 0 0.2em 1.2em;
	text-transform:lowercase;
	background:url(../images/screen_blue/icon-browsemember.gif) no-repeat 0 0.3em;
}
#height_start_feet{
	margin:0 0 0 1em;
}
#height_end_feet{
	margin:0 0 0 3em;
}
.clsToHeight{
	margin:1em 0 0 3.3em;
}	
/*-- viewVideo --*/
#selVideoTable,#selVideoTable table,#selVideoTable td,#selVideoTable th{
	margin:0;
	padding:0;
	border:0;
	vertical-align:top;
}
#selVideoTable table,#selVideoTable div{
	margin:0;
	padding:0;
	width:100%;
}
	#selVideoTable div p{
		padding:0.2em;
		font:normal 1em Tahoma;
	}
	#selVideoTable div td,#selVideoTable div th{
		border:0;
		background-color:#EFEFEF;
		border-collapse:separate;
		padding:0.2em;
		text-align:left;
	}
		#selVideoTable div th a{
			font:bold 1.1em Tahoma !important;
			padding:0;
			color:#000
		}
#selVideoCommentTable,#selVideoCommentTable table,#selVideoCommentTable td,#main .clsCommentDateCell p{
	border:0;
	margin:0;
	padding:0
}
	.clsCommentDateCell p{
		text-align:right;
	}
#selVideoCommentTable,#selVideoCommentTable table{
	border:1px solid #E0E0E0
}
	#selVideoCommentTable #selVideoCommentSeparator{
		background:#E0E0E0;
		padding:0.2em;
	}
/*-- myphoto --*/
.clsCheckItem input{
	margin:0 0 0 0;
	padding:0;
	border:1px solid #FF6D01;
	background-color:#FF6D01;
}
html > body .clsCheckItem{
	margin:0 0.2em 0 0;
	padding:0;
	background-color:#FF6D01;
	border:2px solid #FF6D01;
	display:block;
	width:13px;
	height:13px;
	padding:0 1px 2px 1px
}
html > body #selCheckAllItems{
	overflow:auto;
}
html > body p .clsCheckItem{
	float:left
}
#selCheckAllItems{
	padding:0.5em 0;
}
#selMiddleMain{
	margin:1em 0;
}
	#selMiddleMain h2{
		padding:0.5em 0 0 0.2em;
	}
.clsContentEditLinks,#selTopMain,#selMiddleMain{
	overflow:auto;
	zoom:1;
}
* html .clsContentEditLinks,* html #selTopMain,* html #selMiddleMain{
	height:1%;
	overflow:visible
}
.clsModifyItem #selImageBorder{
	width:109px;
	padding:0.2em 0;
}
.clsModifyItem #selImageBorder{
	width:126px;
}
/*-- viewProfileComments --*/
#membersviewProfileComments table{
	
}
#selProfileComments{
	width:78%
}
.clsMainTagsDisplay li{
	display:inline;
}
.VeilStyle1c{
	position: absolute;
	top:0;
	left:0;
	cursor:"not-allowed";
	background-color:#000;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	opacity:0.2;
	width:100%;
	height:100%;			
}
.clsMsgAlert{
	display:none;
	position:absolute;
	z-index:100010;
}
.memListUserStatusOnline,.memListUserStatusOffline{
	font-style:italic;
	color:#83A4AF;
	font-weight:normal;
}
.memListUserStatusOnline{
	font-weight:bold;
}
/*-- myHome --*/
#help #sideBar,#membershelp #sideBar{
	display:none;
}
#membersmyHome .sideBar1{
	display:none;
}
#membersmyHome #main{
	margin-left:0;
}
#help #main,#membershelp #main{
	margin:0;
}
.clsMyHomeContentCell{
	width:20%;
}
	.clsMyHomeSections #trcwhite{
		padding:0.5em;
	}
	.clsMyHomeTable,.clsMyHomeTable td{
		border:0;
	}
	.clsMyHomeSections{
		margin:1em 0 1em 0;
	}
/*-- Four column table width fixing --*/
.clsContentsDisplayTbl td{
	width:25%;
	padding:0.5em 0.4em;
}
/*-- Rich text table --*/
.clsRichTextTable td{
	padding:0.2em 0.5em 0.2em 0;
}
	.clsRichTextTable td td,.clsRichTextTable td table{
		padding:0;
		margin:0;
	}
/*-- Top Banner --*/
#selTopMain{
	margin:0 0 1em 0;
	padding:.5em;
}
.clsTopPlayer{
	float:left;
	width:510px;
	margin:0 1em 0 0;
}
.clsTopVideoInfo{
	width:26%;
	float:left;
	background:url(../images/screen_blue/bg-topmainleft.jpg) no-repeat center center;
	min-height:346px;
}
* html .clsTopVideoInfo{
	height:346px;
}
#selBottomMain{

}

#selBottomMainLeft{
	float:left;
	width:225px;
	background:url(../images/screen_blue/bg-bottommainleft.jpg) no-repeat center center;
	height:109px;
	padding:0 1em 0 0;
	margin:4em 0 1em 0;

}
#selBottomMainRight{
	float:left;
	
	width:225px;
	background:url(../images/screen_blue/bg-bottommainright.jpg) no-repeat center right;
	height:120px;
	margin:4em 0 1em 0;
}
#selBottomMainCenter{
	background:url(../images/screen_blue/bg-bottommaincenter.jpg) no-repeat center 0.5em;
	float:left;
	width:220px;
	height:114px;
	margin:4em 0 1em 0;
}

.clsInfoSpacing{
	margin:1em 0;
}
	.clsInfoSpacing p{
		color:#4C4C4C;
	}
.clsInfoTitle{
	color:#1D4763;
	margin:0;
}
	.clsContestInfo a{
		color:#A80C0F;
		font:bold 1em Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		text-decoration:none;
	}
/*-- banner at the top --*/
#selHeaderBanner{
	margin:0 .5em 0 0;
}
/*-- viewVideo --*/
#selEditPhotoComments{
	vertical-align:middle;
	text-align:center;
}
	#selVideoPlayerCell{
		vertical-align:top;
		padding:0;
		width:450px;
	}
/*-- css for the Top, Related and User navigations in viewVideo --*/
#main .clsMoreVideosNav{
	overflow:auto;
	zoom:1;
	margin:0;
}
* html #main .clsMoreVideosNav{
	height:1%;
	overflow:visible;
}
.clsMoreVideosNav ul{
	border-bottom:1px solid #DEDEDE;
	padding:0 0 1.9em 0.2em;
}
* html .clsMoreVideosNav ul{
	padding:0 0 1.8em 0.2em;
}
	.clsMoreVideosNav li{
		float:left;
	}
		.clsMoreVideosNav li a{
			display:block;
			padding:0.2em 0.5em;
			text-align:center;
			color:#FFF;
			background:#7089B2;
			margin:0 0 0 0.2em;
			text-decoration:none;
			border:1px solid #DEDEDE;
			font:bold 1em Tahoma
		}		
		.clsMoreVideosNav .clsActiveMoreVideosNavLink a{
			background:#FFF;
			color:#000;
			border-bottom:1px solid #FFF;
		}
	#selVideoTable p#selImageBorder{
		margin:0 0 0 0.2em;
		padding:0;
	}
	#main #selVideoDetails td{
		border-top:1px solid #C1C4C9;
		border-bottom:1px solid #C1C4C9;
		background-color:#FBFFFF;
	}
	#main #selVideoDetails #selVideoRateCell{
		border-left:1px solid #C1C4C9;
	}
		#main #selRatingTitle,#main #selVideoDetails p,#main #selVideoDetails span{
		}
	#main #selVideoDetails #selVideoInfo{
		border-right:1px solid #C1C4C9;
	}
		#selVideoInfo p{
			font:1.2em Tahoma
		}
		#selVideoInfo p a{
			font:1em Tahoma
		}
		#main .clsContentCell a{
			font:bold 1em Tahoma
		}
		#selVideoInfo p .clsBold{
			font-style:normal
		}
#groupAdd{
	height:14em;
	width:50em;
	position:absolute;
}
#selCommentBlock{
	min-height:14em;
}
* html #selCommentBlock{
	height:14em;
}
/*-- viewVideo page --*/
#main .clsContentCell p a{
	padding:0 0 0 1.5em;
	background-position:left center;
	background-repeat:no-repeat;
}
.clsContentCell a{
	background-image:url(../images/screen_blue/icon-sendmail.gif);
}
.clsFlagContent a{
	background-image:url(../images/screen_blue/icon-flagcontent.jpg);
}
.clsFavouriteContent a{
	background-image:url(../images/screen_blue/icon-addtofav.gif);
}
.clsAddPlayListContent a{
	background-image:url(../images/screen_blue/icon-sendmail.gif);
}
.clsAddGroupContent a{
	background-image:url(../images/screen_blue/icon-addtogp.gif);
}
.clsEmailContent a{
	background-image:url(../images/screen_blue/icon-sendmail.gif);
}
/*-- blog --*/

.clsBlogDisplay img{
	width:400px!important;
}
#selblogList{
	width:420px;
}
.clsBlogDisplay{
	background:transparent url(../images/screen_blue/dot.gif) repeat-x left bottom;
	padding:0.5em;
	margin:0.5em;
	width:420px;
	overflow-x:auto;
	overflow-Y:auto;
	zoom:1;
}
	.clsBlogInfoTitle{
		color:#3670A7;
	}
	.clsBlogDisplayLinks{
		overflow:auto;
		zoom:1;
		margin:0.5em 0;
	}
	* html .clsBlogDisplayLinks{
		height:1%;
		overflow:visible;
	}
	.clsBlogDisplayLinks li{
		float:left;
		margin:0 0.5em 0 0;
		padding:0 0.5em 0 0;
		font:normal 1em Tahoma;
		background:transparent url(../images/screen_blue/dot.gif) repeat-y right top;
	}
		.clsBlogDisplayLinks .clsLastBlogInfo{
			background:none;
		}
.clsPostBlogTbl,.clsPostBlogTbl td{
	margin:0;
	padding:0;
	border:0;
	width:100%;
}
	.clsPostBlogTbl textarea{
		width:99%;
		margin:0 0 0.5em 0;
	}	
	* html .clsPostBlogTbl textarea{
		width:100%;
	}
	.clsBlogPostCommentCell{
		text-align:right;
	}
/*-- two column table width fixing for ie --*/
.clsTwoColumnTbl td{
	width:50%;
}
/*-- style for the display of banner previews --*/
.clsPreviewBanner img{
	border:1px solid #767A79;
}
.clsPreviewBanner{
	margin:0 0 0 -200px;
}
/*--Rounded corners for sidebar--*/
/*-- Rounded Corners --*/
.clsTlBorder{
	background:transparent url(../images/screen_blue/bg-bordertopleft.jpg) no-repeat;
	padding:0 0 .3em 0;
}
.clsTrBorder{
	background:transparent url(../images/screen_blue/bg-bordertopright.jpg) no-repeat right top;
	padding:0.5em;
}	
.clsBlBorder{
	background:#F3F4F8 url(../images/screen_blue/bg-borderbottomleft.jpg) no-repeat left bottom;
}
.clsBrBorder{
	background:transparent url(../images/screen_blue/bg-borderbottomright.jpg) no-repeat right bottom;
}
.clsTBorder{
	background:transparent url(../images/screen_blue/bg-bordertop.jpg) repeat-x;
}
.clsBBorder{
	background:transparent url(../images/screen_blue/bg-borderbottom.jpg) repeat-x center bottom;
}	
.clsRBorder{
	background:transparent url(../images/screen_blue/bg-borderright.jpg) repeat-y right top;
}
.clsLBorder{
	background:transparent url(../images/screen_blue/bg-borderleft.jpg) repeat-y left bottom;
}
/*--Flat corners for player section in indexpage--*/
/*-- Flat Corners --*/
.clsIndexTlBorder{
	background:transparent url(../images/screen_blue/bg-indexbordertopleft.jpg) no-repeat;
	padding:0 0 .3em 0;
}
.clsIndexTrBorder{
	background:transparent url(../images/screen_blue/bg-indexbordertopright.jpg) no-repeat right top;
}	
.clsIndexBlBorder{
	background:transparent url(../images/screen_blue/bg-indexborderbottomleft.jpg) no-repeat left bottom;
}
.clsIndexBrBorder{
	background:transparent url(../images/screen_blue/bg-indexborderbottomright.jpg) no-repeat right bottom;
}
.clsIndexTBorder{
	background:transparent url(../images/screen_blue/bg-indexbordertop.jpg) repeat-x;
}
.clsIndexBBorder{
	background:transparent url(../images/screen_blue/bg-indexborderbottom.jpg) repeat-x center bottom;
}	
.clsIndexRBorder{
	background:transparent url(../images/screen_blue/bg-indexborderright.jpg) repeat-y right top;
}
.clsIndexLBorder{
	background:#F2F3F7 url(../images/screen_blue/bg-indexborderleft.jpg) repeat-y left bottom;
}
/*-- index --*/
#selMiddleMainLeft{
	width:72%;
	float:left;
	clear:none;
}
#selMiddleMainRight{
	width:200px;
	text-align:center;
}
#selMiddleMainRight{
	float:right;
}
/*-- musicList --*/
.clsMusicListTable{
	border:0;
}
.clsMusicListTable td,.clsExploreMusic td{
	background:transparent url(../images/screen_orange/dot.gif) repeat-x left bottom;
	border:0;
}
	.clsMusicPlayerSection{	
		width:320px;
	}
	.clsMusicListTable .clsTitleLink,.clsMusicDetailsSection p,.clsExploreMusic .clsTitleLink,.clsExploreMusic p{
		margin:0 0 0.4em 0;
	}
	#selPlayMusic a{
		border:1px solid #FFF;
		display:block;
		width:23px;
	}	
	#selPlayMusic a:hover{
		border:1px solid #AFAFAF;
	}
	.clsExploreMusic table{
		margin:0;
		border:0;
	}
.clsWebUrl{
	color:#A90D11;
}

@charset "utf-8";
/* CSS Document */
.clsClearFix{
	overflow:hidden;
	zoom:1;
}
* html .clsClearFix{
	height:1%;
	overflow:visible;
}
.clsBrowsersListing{
width:734px;
height:150px;
background:#fffad4;
}
.clsBrowsersListingIndex{
width:405px;
height:180px;
background:#fffad4;
}
.clsclosebtn{
background:url(../images/closebtn.jpg) no-repeat top right;
height:12px;
width:12px;
top:3px;
left:720px;
position:relative;
border:none;
cursor:pointer;
}

.clsclosebtnIndex{
background:url(../images/closebtn.jpg) no-repeat top right;
height:12px;
width:12px;
top:3px;
left:455px;
position:relative;
border:none;
cursor:pointer;
}
.clsclosebtnNext{
background:url(../images/closebtn.jpg) no-repeat top right;
height:12px;
width:12px;
top:3px;
left:405px;
position:relative;
border:none;
cursor:pointer;
}



.clsInnerBrowsersListing{
margin:0px 0 0 0;
}
.clsleftbrowsersection{
float:left;
width:240	px;
margin:0 0 0 3px;

}
.clsleftbrowsersectionIndex{
float:left;
width:480px;
margin:0 0 0 3px;

}

.clsrightbrowsersection{
float:left;
margin:0 0 0 0px;
width:425px;

}

.clssupportbrowser{
background:url(../images/alert.jpg) no-repeat 0 0;
padding:0 0 0 40px;
font:bold 13px Arial, Helvetica, sans-serif;
}
.clssafari{
width:135px;
height:50px;
float:left;
}
.clssafari a{
background:url(../images/safari_ima.jpg) no-repeat 0 0;
width:135px;
height:50px;
text-indent:-999999px;
display:block;
}
.clsopera{
width:135px;
height:50px;
float:left;
margin:0 10px;
}
.clsopera a{
background:url(../images/opera_ima.jpg) no-repeat 0 0;
width:135px;
height:50px;
text-indent:-999999px;
display:block;
}
.clsgchrome{
width:135px;
height:50px;
float:left;
}
.clsgchrome a{
background:url(../images/chrome_ima.jpg) no-repeat 0 0;
width:135px;
height:50px;
text-indent:-999999px;
display:block;
}

.clsfirefox{
width:135px;
height:50px;
float:left;
margin:0 0 0 80px;
}
.clsfirefox a{
background:url(../images/firefox_ima.jpg) no-repeat 0 0;
width:135px;
height:50px;
text-indent:-999999px;
display:block;
}
.clsie{
width:135px;
height:50px;
float:left;
margin:0 10px;
}
.clsie a{
background:url(../images/ie_ima.jpg) no-repeat 0 0;
width:135px;
height:50px;
text-indent:-999999px;
display:block;
}
.clsrightbrowsersection p{
margin:10px 0;
}
.videolinks{
font-weight:bold;
color:#777;
}
