/*Common style*/

.channel_button_venue_project_bg_up {
	position: relative;
	background: #747577 url( ../images/venue/info/project.png ) no-repeat;
	margin: 0px;
}

.channel_button_bg_up {
	position: relative;
	background: #747577 url( ../images/buttons/button_bg_up.png ) no-repeat;
	margin: 0px;
	cursor: pointer;
}

.channel_button_name {
	position: absolute;
	bottom: 25px;
	left: 15px;
	
	font-size: 14;
	font-weight: bold;
	font-family: arial;
	text-transform: uppercase;
	color: #58585a;
}

.channel_button_name_collapsed {
	position: absolute;
	bottom: 20px;
	left: 15px;
	
	font-size: 10;
	font-weight: bold;
	font-family: arial;
	text-transform: uppercase;
	color: #58585a;
}

.channel_button_status {
	position: absolute;
	border: 0px;
	bottom: 5px;
	left: 15px;
	
	color: #58585a;
	font-size: 12;
	font-family: arial;
}
/*7 online --> Arial 12pt
4:54 PM 
PEOPLE --> Arial Bold 14 pt
*/


/* VENUE BUTTONS STILES - 
	NOTE:
	Name of css files have some rules:
	
	"channel_button_" + CHANNELNAME + "_main" 			--> style for main imgage (normal state)
	"channel_button_" + CHANNELNAME + "_main_collapsed" 			--> style for main imgage (collapsed state)
	
	"channel_button_name" + CHANNELNAME + _new	--> style for new buttons (normal state)
	"channel_button_name" + CHANNELNAME + _new_collapsed	--> style for new buttons (collapsed state)
	 

 */
 
 
/*MESSAGES*/
.channel_button_main {
	position: absolute;
	border: 0px;
	top: 0px;
	left: 0px;
	
}
.channel_button_main {
	position: absolute;
	border: 0px;
	top: 0px;
	left: 0px;
	
}
.channel_button_messages_main {
	position: absolute;
	border: 0px;
	bottom: 60px;
	left: 15px;
}
.channel_button_messages_main_collapsed {
	position: absolute;
	border: 0px;
	bottom: 40px;
	left: 15px;
	height: 25px;
	
}

.channel_button_messages_new {
	position: absolute;
	border: 0px;
	bottom: 49px;
	left: 40px;
	height: 25px;
	width: 25px;
}
.channel_button_messages_new_collapsed {
	position: absolute;
	border: 0px;
	bottom: 30px;
	left: 40px;
	height: 25px;
	width: 25px;
}

/*DOCUMENTS*/
.channel_button_documents_main {
	position: absolute;
	border: 0px;
	bottom: 60px;
	left: 15px;
}
.channel_button_documents_main_collapsed {
	position: absolute;
	border: 0px;
	bottom: 40px;
	left: 15px;
}

.channel_button_documents_new {
	position: absolute;
	border: 0px;
	bottom: 50px;
	left: 35px;
	height: 25px;
	width: 25px;
}
.channel_button_documents_new_collapsed {
	position: absolute;
	border: 0px;
	bottom: 30px;
	left: 35px;
	height: 25px;
	width: 25px;
}

/*MEDIA*/
.channel_button_media_main {
	position: absolute;
	border: 0px;
	bottom: 60px;
	left: 15px;
}
.channel_button_media_main_collapsed {
	position: absolute;
	border: 0px;
	bottom: 40px;
	left: 15px;
}

.channel_button_media_new {
	position: absolute;
	border: 0px;
	bottom: 49px;
	left: 40px;
	height: 25px;
	width: 25px;
}
.channel_button_media_new_collapsed {
	position: absolute;
	border: 0px;
	bottom: 30px;
	left: 40px;
	height: 25px;
	width: 25px;
	
}

/*PEOPLE*/
.channel_button_people_main {
	position: absolute;
	border: 0px;
	bottom: 60px;
	left: 15px;
}
.channel_button_people_main_collapsed {
	position: absolute;
	border: 0px;
	bottom: 40px;
	left: 15px;
}
.channel_button_people_new {
	position: absolute;
	border: 0px;
	bottom: 50px;
	left: 21px;
	height: 25px;
	width: 25px;
}
.channel_button_people_new_collapsed {
	position: absolute;
	border: 0px;
	bottom: 30px;
	left: 21px;
	height: 25px;
	width: 25px;
}
/*RSS*/
.channel_button_rss_main {
	position: absolute;
	border: 0px;
	bottom: 60px;
	left: 15px;

}
.channel_button_rss_main_collapsed {
	position: absolute;
	border: 0px;
	bottom: 40px;
	left: 15px;

}
.channel_button_rss_new {
	position: absolute;
	border: 0px;
	bottom: 50px;
	left: 40px;
	height: 25px;
	width: 25px;
}

.channel_button_rss_new_collapsed {
	position: absolute;
	border: 0px;
	bottom: 30px;
	left: 40px;
	height: 25px;
	width: 25px;
}

/*BOH*/
.channel_button_new_main {
	position: absolute;
	border: 0px;
	bottom: 55px;
	left: 45px;
	height: 25px;
	width: 25px;
}



/* BUTTON MAIN NEW */
.channel_button_main_new {
	position: absolute;
	bottom: 60px;
	left: 15px;
	height: 25px;
	width: 25px;
}










