/* CSS Document */

/* ====================================================== */
/* Share Chat Tabs */
/* ====================================================== */

.shareChatTabRegular {
	display:inline;
	float:left;
	width:194px;
	height:24px;
}
	.shareChatTabRegular a {
		display:block;
		width:185px;
		height:20px;
		padding:4px 0px 0px 6px;
		
		font-family:Verdana, Arial;
		font-size:80%;
		color:#333333;
		text-decoration:none;
		
		background-image:url(images/shareChatTab.jpg);
		background-position:top left;
		background-repeat:no-repeat;
		background-color:#CCCCCC;
	}
	.shareChatTabRegular a:hover {
		color:#ffffff;
		background-image:url(images/shareChatTab_regular.jpg);
		background-color:#990000;
	}
	.shareChatTabRegular a.selected {
		color:#ffffff;
		background-image:url(images/shareChatTab_regular.jpg);
		background-color:#990000;
		margin-top:-3px;
		padding:4px 0px 3px 6px;
	}

.shareChatTabPremium {
	display:inline;
	float:left;
	width:194px;
	height:24px;
}
	.shareChatTabPremium a {
		display:block;
		width:185px;
		height:20px;
		padding:4px 0px 0px 6px;
		
		font-family:Verdana, Arial;
		font-size:80%;
		color:#333333;
		text-decoration:none;
		
		background-image:url(images/shareChatTab.jpg);
		background-position:top left;
		background-repeat:no-repeat;
		background-color:#cccccc;
	}
	.shareChatTabPremium a:hover {
		color:#ffffff;
		background-image:url(images/shareChatTab_premium.jpg);
		background-color:#131313;
	}
	.shareChatTabPremium a.selected {
		color:#ffffff;
		background-image:url(images/shareChatTab_premium.jpg);
		background-color:#131313;
		margin-top:-3px;
		padding:4px 0px 3px 6px;
	}

.shareChatTabFilters {
	display:inline;
	float:left;
	width:60px;
	height:24px;
}
	.shareChatTabFilters a {
		display:block;
		width:52px;
		height:20px;
		padding:4px 0px 0px 18px;
		
		font-family:Verdana, Arial;
		font-size:80%;
		color:#333333;
		text-decoration:none;
		
		background-image:url(images/shareChatTab_filters.jpg);
		background-position:top left;
		background-repeat:no-repeat;
		background-color:#cccccc;
	}
	.shareChatTabFilters a:hover {
		color:#ffffff;
		background-image:url(images/shareChatTab_filters_right.jpg);
		background-color:#304981;
	}
	.shareChatTabFilters a.selected {
		color:#ffffff;
		background-image:url(images/shareChatTab_filters_down.jpg);
		background-color:#304981;
	}
	.shareChatTabFilters a.selected:hover {
		color:#ffffff;
		background-image:url(images/shareChatTab_filters_down.jpg);
		background-color:#304981;
	}

/* ====================================================== */

.rightHandLinks {
	display:inline;
	float:right;
	width:140px;
	margin-right:5px;
	
	font-size:90%;
	color:#333333;
	text-align:right;
	line-height:1.5;
}
	.rightHandLinks a {
		color:#990000;
		text-decoration:none;
	}
	.rightHandLinks a:hover {
		color:#FF0000;
		text-decoration:none;
	}

.shareChatFiltersDropDown {
	display:inline;
	float:left;
	width:460px;
	background-color:#EDEDED;
	border-bottom:1px solid #999999;
	overflow:hidden;
}
.shareChatFiltersDropDown.Wide {
	width:640px;
}
.shareChatFiltersDropDown.HIDE {
	display:none;
}

.dropDownInnerContainer {
	display:inline;
	float:left;
	width:452px;
	padding:8px 4px;
	
	font-size:75%;
	color:#333333;
}
.dropDownInnerContainer.Wide {
	width:632px;
}
	.dropDownInnerContainer input[type="submit"] {
		cursor:pointer;
	}

.shareChatFiltersDropDown a.linkBlue:hover {
	text-decoration:line-through;
}