/* CSS Document */
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.wrapper{

}
.content{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/logo_new.png);
	background-position:top left;
	background-repeat:no-repeat;
	height:500px;
	color:#646e8c;
}
.content_mini{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

.header{
	text-align:right;	
	color:#000099;
	height:85px;
	margin-top:10px;
}
.header span{
	padding-left:10px;
}
.border{
	background-image:url(../images/hr.png);
	background-position:top center;
	background-repeat:no-repeat;
	height:15px;
}

.main{

}

.main table{
	width:100%;
}
.main table td{
	vertical-align:top;
}
.profile_summary{
	width:20%;
}
.prof_image{
	text-align:center;
	padding-bottom:15px;
}
.prof_image div{
	text-align:left;
	color:#8696C0;
	padding:3px;
	font-size:10px;
}
.logout{
	text-align:left;
	color:#D8A4A4;
	padding:3px;
	font-size:10px;
	cursor:pointer;
	text-decoration:underline;
}

#app_feedback{
	text-align:center;
	margin-top:30px;
}

.widget_wrapper{
	width:60%;
}
.twanslator{
	background-image:url(../images/twanslator.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:50px;
}
.prompt{
	padding:5px;
	font-size:14px;
}
.tweet_input{
	padding:5px;
	border:#CCD3E4 1px solid;
}
.tweet_input textarea{
	overflow:auto;
	border:none;
	color:#8696C0;
	font-size:14px;
}
.tweet_send{
	text-align:right;
}
.tweet_chars_left{
	text-align:right;
	font-size:12px;
	color:#CCD3E4;
	height:22px;
}
#widget_button{
	margin-top:5px;	
	padding:5px;
	background-color:#F3F4F8;
	border:#CCD3E4 1px solid;
	color:#8696C0;
	text-decoration:none;
}
.language-select{
	margin-top:5px;
	margin-right:5px;
	margin-bottom:5px;
	padding:5px;
	background-color:#F3F4F8;
	border:#CCD3E4 1px solid;
	color:#8696C0;
	text-decoration:none;
}
.statistics-select{
	margin-top:5px;
	margin-right:5px;
	padding:5px;
	background-color:#F3F4F8;
	border:#CCD3E4 1px solid;
	color:#8696C0;
	text-decoration:none;
}
.widget_button {
	margin-top:5px;
	margin-right:5px;
	padding:5px;
	background-color:#F3F4F8;
	border:#CCD3E4 1px solid;
	color:#8696C0;
	text-decoration:none;
}
.tweet_feed_head{
	margin-top:15px;
	/*border-top:#CCD3E4 1px solid;*/
	color:#CCCCCC;
	font-size:10px;
	text-align:right;
	padding-bottom:10px;
	padding-top:5px;
}

.tweet_source{
	color:#8696C0;
	padding-bottom:2px;	
}

.tweet_destination{
	color:#D8A4A4;
	width:90%;
	margin-left:20px;
	padding-left:5px;
	padding-bottom:5px;
	margin-bottom:20px;
	border-right:#D8A4A4 1px dotted;	
	border-bottom:#D8A4A4 1px dotted;	
}
.translation-text{
	padding:5px;
}
.tweet_timestamp{
	font-size:9px;
	color:#CCD3E4;
	padding:5px;
}
.tweet_link{
	text-decoration:none;
	color:inherit;
}
.tweet_link:hover{
	text-decoration:underline;
	color:inherit;
}
.inline_twanslator{
	padding-left:15px;
}
#inline_twanslator a{
	cursor:pointer;
}

.context_streams{
	width:20%;
}


.footer{
	text-align:right;
	padding:5px;
}
.footer_elements a{
	color:#CCD3E4;
	width:50%;
	padding:5px;
	margin-left:auto;
	text-decoration:none;
}
.footer_elements a:hover{
	text-decoration:underline;
}
.footer_elements span{
	padding-left:30px;	
}
.acknowledgements{
	text-align:center;
}
.acknowledgements span{
	padding:10px;
}
.acknowledgements div{
	padding-top:5px;
	color:#CCD3E4;
	font-size:10px;
}
.tandc{
	font-size:10px;
	color:#666666;
	text-align:justify;
}

/***
	Rating system
***/
.myisle_rating{
	color:#009933;
	text-align:right;
	padding-right:10px;
	cursor:pointer;
}

.language-select
{
	color:#555555;
	border:1px solid #dddddd;
}

/*********
	Profile Service
**********/
.profile_table{
	color:#8696C0;
}
.profile_table table td{
	padding-bottom:10px;
}
.profile_input_label{
	color:#D8A4A4;
}
.profile_input_title{
	text-align:right;
	padding:5px;
	font-size:16px;
	color:#D8A4A4;
}
.profile_input{
	size:10px;
	border:none;
	width:30px;
	color:#D8A4A4;
}
.profile_button{
	background-image:url(../images/button.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:10px;
	color:#D8A4A4;
	font-size:14px;
	font-weight:bold;
	width:120px;
	height:40px;
}
.profile_button:hover{
	background-image:url(../images/button_hover.png);
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
}
#alink{
	color:#D8A4A4;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.tweetlink{
	text-decoration:none;
	color:#D8A4A4;	
}
.tweetlink:hover{
	text-decoration:underline;
}
.transcomment{
	text-align:right;
}

.transcommenttable{
	width:80%;
}
.transcommenttable td{
	padding:5px;
}

/*** Statistics Page Styles ***/
.statselect{
	text-align:center;
}
.statview_head{
	font-size:14px;
	color:#700000;
	font-weight:bold;
	padding-top:15px;
	text-align:left;
}
.toptenuser{
	width:100%;
}
.toptenuser th{
	font-size:12px;
	text-decoration:underline;
	font-style:italic;
	padding:5px;	
}
.toptenuser td{
	padding:5px;
	text-align:center;
}
.toptenmt{
	width:100%;
}
.toptenmt th{
	font-size:12px;
	text-decoration:underline;
	font-style:italic;
	padding:5px;	
}
.toptenmt td{
	padding:5px;
	text-align:center;
}

/**** Comments ****/
.show-comments{
	text-decoration:none;
	color:#999999;
	font-size:10px;
}
.show-comments:hover{
	text-decoration:underline;
}
.comment{
	color:#999999;
	font-size:10px;
	padding:2px;
}
.user{
	color:#CCCCCC;
}
.time{
	color:#CCCCCC;
	font-size:9px;
}
.comment-text{
	border:#CCCCCC 1px solid;
	color:#999999;
	font-size:12px;
}
.comment-button{
	margin-top:2px;	
	padding:2px;
	background-color:#EEEEEE;
	border:#CCD3E4 1px solid;
	color:#999999;
	text-decoration:none;
	cursor:pointer;
	font-size:10px;
}
.retweet
{
	color:#000000;
}