/* BLACK

----------------------------------------------------------------------------------------------------*/

.rmtwrapper.black {

	background: #2f2f2f;

}



.rmtwrapper.black .rmtlogo {



}

.rmtwrapper.black .rmtfadeleft {



}

.rmtwrapper.black .rmtfaderight {



}

.rmtwrapper.black .rmtname a {

	color: #eee;

}

.rmtwrapper.black .rmtdate {

	color: #5cd6fc;

}

.rmtwrapper.black .rmtmessage {

	color: #fff;

}

.rmtwrapper.black .rmtmessage a {

	color: #98C1C9;

	font-weight:bold;

}



/* WHITE

----------------------------------------------------------------------------------------------------*/

.rmtwrapper.white {
	background: transparent !important;
	border:none;
}

.rmtwrapper.white .rmtlogo {



}

.rmtwrapper.white .rmtfadeleft {



}

.rmtwrapper.white .rmtfaderight {



}

.rmtwrapper.white .rmtname a {

	color: #333;

}

.rmtwrapper.white .rmtdate {

	color: #339cd5;

}

.rmtwrapper.white .rmtmessage {

	font-style: italic;
	font-size: 14px;
	color: #9b9999;

}

.rmtavatar a{ color: #4496d2 !important; font-size:14px; line-height:45px; }

.rmtmessage span{
	color: #4496d2 !important;
}

.rmtwrapper.white .rmtmessage a {

	color: #444;

	font-weight:bold;

}



/* BLUE

----------------------------------------------------------------------------------------------------*/

.rmtwrapper.blue {

	background: #98C1C9;

}

.rmtwrapper.blue .rmtlogo {



}

.rmtwrapper.blue .rmtfadeleft {



}

.rmtwrapper.blue .rmtfaderight {



}

.rmtwrapper.blue .rmtname a {

	color: #fff;

}

.rmtwrapper.blue .rmtdate {

	color: #339cd5;

}

.rmtwrapper.blue .rmtmessage {

	color: #00496D;

}

.rmtwrapper.blue .rmtmessage a {

	color: #fff;

	font-weight:normal;

}





/* ELEMENTS

----------------------------------------------------------------------------------------------------*/

.rmtwrapper {

	font-family: Arial;

	font-size: 12px;

	height: 40px;

	

	/* CSS 3 ROUNDED CORNERS

	--------------------------*/

	-moz-border-radius: 5px;

    -webkit-border-radius: 5px;

    border-radius: 5px;

    overflow: hidden;
	margin-top: 14px;

}

.rmtwrapper .rmtlogo {

	float: left;

	width: 119px;

	height: 40px;


}



.rmtwrapper .rmtstage {

	position: relative;

	overflow: hidden;

	float: left;

	width: 452px !important;

	height: 60px;

}

.rmtwrapper .rmtfadeleft {

	position: absolute;

	z-index: 2;

	width: 85px;

	height: 60px;

}

.rmtwrapper .rmtfaderight {

	position: absolute;

	z-index: 2;

	margin: 0 0 0 535px;

	width: 85px;

	height: 60px;

	

	/* CSS 3 ROUNDED CORNERS

	--------------------------*/

	-moz-border-radius: 5px;

    -webkit-border-radius: 5px;

    border-radius: 5px;

}

.rmtwrapper .rmtscroller {

	width: 999999px;

	height: 60px;

	position: absolute;

}

.rmtwrapper .rmttweet {

	float: left;

	height: 60px;

}

.rmtwrapper .rmtavatar {

	float: left;

	padding: 3px 5px 0 0;

}

.rmtwrapper .rmtavatar img {

	width: 35px;

	height: 35px;

	border: 0;

	/* CSS 3 ROUNDED CORNERS

	--------------------------*/

	-moz-border-radius: 3px;

    -webkit-border-radius: 3px;

    border-radius: 3px;

}

.rmtwrapper .rmtinfo {

	float: left;

	padding: 11px 7px 0 0;

}

.rmtwrapper .rmttop {

	height: 18px;

}

.rmtwrapper .rmtname {

	float: left;

	font-family: Arial;

	font-size: 16px;

	font-weight: bold;

	padding-right: 7px;

}

.rmtwrapper .rmtname a {

	text-decoration: none;

}

.rmtwrapper .rmtname a:hover {

	text-decoration: underline;

}

.rmtwrapper .rmtdate {

	float: left;

	font-weight: normal;

	font-size: 10px;

	padding: 3px 15px 4px 0;

}

.rmtwrapper .rmtmessage {

	padding-right: 15px;

	padding-top: 3px;

	clear: both;

}

.rmtwrapper .rmtscroller .rmttweet .rmtmessage a {

	text-decoration: none;

}

.rmtwrapper .rmtscroller .rmttweet .rmtmessage a:hover {

	text-decoration: none; border-bottom:1px dashed;

}

