/**
 * Filename: tweeterclubs_skin_default.css
 * Author: RTM Team
 * Description: This is the CSS file for the Tweeterclubs application 
 * Date: 2010-01-20
 * Copyright (C) 2010 The Real Time Matrix Corporation www.realtimematrix.com
 * 
 */

/*
 * Body and Container Section BEGIN
 */

/*body {
	background-color: #d0ebff;
	background-image: url(../images/th1_bg.png);
	background-position: 20px 20px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}*/

#left_cell {
	background-color: #FFF;
} 

#right_cell {
	background-color: #e1e1e1;
}

#left_cell_footer {
	background-color: #FFF;
} 

#right_cell_footer {
	background-color: #e1e1e1;
	color: #AAA;
}

/*
 * Body and Container Section END
 */

/*
 * Header and Footer Section BEGIN
 */

#outside_header_inside_div {
	color: #006092;
	background-color: #FFF;
}

a.header_link:link, a.header_link:active, a.header_link:visited {
 	color: #006092;
	text-decoration: none;
 }
 
a.header_link:hover {
 	color: #006092;
	text-decoration: underline;
}

#footer_div {
	color: #00F;
}

a.footer_link:link, a.footer_link:active, a.footer_link:visited {
 	color: #00F;
	text-decoration: none;
 }
 
a.footer_link:hover {
 	color: #00F;
	text-decoration: underline;
}

a.copy_link:link, a.copy_link:active, a.copy_link:visited {
 	color: #AAA;
	text-decoration: none;
 }
 
a.copy_link:hover {
 	color: #AAA;
	text-decoration: underline;
}

/*
 * Header and Footer Section END
 */


/*
 * Content Section BEGIN
 */

#join_club_div {
	color: #006092;
	background-color: #D0EBFF;
}

#blocked_user_div {
	color: #F22020;
	background-color: #FFD0D0;
}

#show_newer_tweets_div {
	background-color: #FFFFCC;
	border-style: solid none;
	border-width: 1px 0;
	border-color: #EEEEBB;
}

#show_more_tweets_div {
	background-color: #DEDEDE;
	border: 1px solid #AAA;
}

a.club_listing_link:link, a.club_listing_link:active, a.club_listing_link:visited {
	font-weight: bold;
	color: #006092;
	text-decoration: none;
}

a.club_listing_link:hover {
	font-weight: bold;
	color: #006092;
	text-decoration: underline;
}
/*
span.club_listing_link {
	font-weight: bolder;
	color: #006092;
	text-decoration: none;
	cursor: pointer;
}
*/
.tweet_create_date {
	color: #AAA;
}

a.tweet_from_user:link, a.tweet_from_user:active, a.tweet_from_user:visited {
	color: #006092;
	font-weight: bold;
	text-decoration: none;
}

a.tweet_from_user:hover {
	color: #006092;
	font-weight: bold;
	text-decoration: underline;
}

li.list_item {
	border-bottom: 1px solid #CCC;
}

a.twitter_links:link, a.twitter_links:active, a.twitter_links:visited {
	color: #006092;
	text-decoration: none;
}

a.twitter_links:hover {
	color: #006092;
	text-decoration: underline;
}

/*
 *  Form Section BEGIN
 */
 
.button {
 	background-color: #E1E1E1;
	color: #656565;
	border: 1px solid #006092;
}

.button_hover {
 	background-color: #656565;
	color: #E1E1E1;
	border: 1px solid #006092;
}

.btn_create {
	background-color:#EDFEFF;
	border: 1px solid #006092;
	color: #333;
}

.btn_create_hover {
	background-color:#006092;
	border: 1px solid #006092;
	color: #EDFEFF;
}
 
.form_label {
 	color: #333;
}
 
/*
 * Form Section END
 */

.message_actions {
	color: #006092;
}

a.action_item_link:link, a.action_item_link:active, a.action_item_link:visited {
	text-decoration: none;
	color: #006092;
}

a.action_item_link:hover {
	text-decoration: underline;
	color: #006092;
}

/*
 * Content Section END
 */


/*
 * Side Bar Section BEGIN
 */ 
 
/*
 * Twitter Profile BEGIN 
 */

a.logout_link:link, a.logout_link:active, a.logout_link:visited, a.logout_link:hover {
	color: #333;
	text-decoration: none;
}

#logout_hint {
	color: #F00;
	background-color: #FF0;
	font-size: 10px;
}

/*
 * Twitter Profile END 
 */

/*
 * Club Info Section BEGIN
 */

.translate_header {
	color:#006092;
}

.translated_header {
	background: #EDFEFF;
}

.translate_hover {
	background-color: #EDFEFF;
}

/*
 * Club Info Section END
 */

.section_header_div_expanded {
	background-image: url(../images/toggle_up_dark.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.section_header_div_collapsed {
	background-image: url(../images/toggle_down_dark.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.club_info_header_div {
	color: #006FA7;
}

.right_list_item {
	color: #006092;
}

.right_list_item_header_expanded {
	background-image: url(../images/toggle_up_dark.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.right_list_item_header_collapsed {
	background-image: url(../images/toggle_down_dark.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.right_sub_list_item {
	color: #006092;
}

.deleted_club_item {
	color: #EE2525;
}

#remove_from_list {
	color: #666;
	font-style: italic;
	font-size: .7em;
}

.club_info_membership_list_item_link {
	color: #EE2525;
}

.right_list_item_hover {
	background-color: #EDFEFF;
}

.right_list_item_selected {
	font-weight: bold;
	background-color: #EDFEFF;
	color: #333;
}

.hr_side_bar {
	background-color: #006092;
	opacity: .4;
	filter: alpha(opacity=40);
	color: #006092;
}

.hr_content {
	background-color: #CCC;
	opacity: .7;
	filter: alpha(filter=70);
	color: #CCC;
}

/*
 * Side Bar Section END
 */

/*
 * Lightbox Section BEGIN
 */

a.lb_cancel:link, a.lb_cancel:active, a.lb_cancel:visited, a.lb_submit:link, a.lb_submit:active, a.lb_submit:visited {
	text-decoration: none;
	color:#006092;
	font-weight: bold;
	letter-spacing: 0;
}

a.lb_cancel:hover, a.lb_submit:hover {
	text-decoration: underline;
	color:#006092;
	font-weight: bold;
	letter-spacing: 0;
}

/*
 * Lightbox Section END
 */