#divanim {
	background-color: transparent;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top:0;
	border: none;
	/*z-index:1; */
}
#linedeco {
	position: absolute;
	width: 700px;
	height: 2px;
	top: 168px;
	left: 0;
	border-bottom: 4px solid #CCC;
}
#msgcentral {
	display: none;
	position: absolute;
	top: 40%;
	width: 50%;
	left: 25%;
	text-align: center;
	background: white;
	border: 5px solid gray; 
	font-size: 2em;
	
}
/* TODO remove */
#cartoucheleft {
	border: 0;
	background-color: rgba(255,255,255,0.7);
	border-top: 4px solid white;
	border-left: 4px solid white;
	bottom: 0;
	right: 0;
	width: 30em;
	height: 4em;
	position: fixed;
	text-align: left;
	padding-right: 2em;
	padding-bottom: 1em;
	padding-top: 0em;
	padding-left: 0em;
	font-size: 2em;
	color: #888;
}
#preset {
	background-color: white;
	border-top: 3px solid #CCC;
	border-bottom: 3px solid #CCC;
	border-left: 7px solid #CCC;
	border-right: 7px solid #CCC;
/*	border-bottom: 1px solid #CCC;*/
	padding: none;
	color: #666;
	font-size: 16px;
	
}
#message {

}
div#backgroundpb {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #CCC;
	z-index: 80;
	display: none;
}
div.errormessage {
	position: absolute;
	top: 40%;
	left: 30%;
	width: 500px;
	height: auto;
	border: none;
	border-top: 7px solid gray;
	border-bottom: 7px solid gray;
	padding: 20px;
	background-color: white;
	text-align: center;
	z-index: 90;
}
input  {
	font-size: 20px;
	border: 0;
	margin: 0;
	padding: 0;
	width: 12em;
	height: 1.1em;
	background: transparent;
	outline: none;
	font-weight: normal;
}
input:active {
	border: 0;

}
div.underl {
	display: inline;
	border: 0;
	border-bottom: 1px solid #CCC;
	height: 2em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	width: auto;
	position: relative;
	overflow: show;
}
div.thein {
	display: inline;
	bottom: -0.2em;
	position: relative;
}
input.a {
	color: brown;
}
input.b {
	color: #888;
}
div#blockA, div#blockB, div#blockvs, div#blockvs2 {
	position: relative;
	width: auto;
	border: none;
	bottom: 10px;
	position: absolute;
}
#deco {
	position: absolute;
	top: 5px;
	left: 7px;
	height: 130px;
}
div#menu {
	// TODO
	font-size: 1em;
	position: absolute;
	top: 0;
	left: 105px;
	height: 137px;
	margin-bottom: 50px;	
	/*border-bottom: 1px solid black;*/
	width: 700px;
/*
	border-top-color: #EEE!important;
	border-bottom-color: #BBB!important;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15)!important;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.15)!important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15)!important;
	background-color: white!important;
	-webkit-border-bottom-right-radius: 8px!important;
	-moz-border-radius-bottomright: 8px!important;
	border-bottom-right-radius: 8px!important;
	border-left: none;
	border-top: none;
	*/
}
div#blockA {
	width: auto;
	left: 0;	
}
div#blockvs {
	position: absolute;
	left: 242px;
	bottom: 0px;
	width: auto;
	font-size: 8em;
	height: 1em;
	margin-top: 0em;
	font-style: normal;
	color: #CCC;
	margin-left: 0.1em;
	margin-right: 0.1em;
}
div#blockvs2 {
	width: auto;
	font-size: 0.5em;
	bottom: 6px;
	right: 0;
	height: 1em;
	font-style: normal;
	color: brown;
	position: absolute;	
	text-shadow: 0px 0px 5px white;

}
div#blockB {
	width: auto;
	position: absolute;
	left: 360px;

}
div#infotop {
	float: top;
	border-bottom: 3px solid #CCC;
	width: 50em;
	text-align: center;
}
div#wait {
	position: absolute;
	right: 10px;;
	top: 50px;
}
div#control {
	position: absolute;
	top: 140px;	
}
div#blockpresets {
	position: absolute;
	top: 160px;
	left: 100px;	
}
div#sharing {
	position: absolute;
	top: 10px;
	right: 10px;
}
/* TWEET display */
div#tweetdiv {
	display: none;
	position: absolute;
	width: 350px;
	bottom: 7%;
	right: 7%;
	padding: 12px;
	border: #DDD 1px solid!important;
	border-top-color: #EEE!important;
	border-bottom-color: #BBB!important;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15)!important;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.15)!important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15)!important;
	background-color: white!important;
	-webkit-border-radius: 8px!important;
	-moz-border-radius: 8px!important;
	border-radius: 8px!important;
	z-index: 100;
}
img#birdimg {
	position: absolute;
	top: -120px;
	right: -10px;
}
div#tweetup {
	position: absolute;
	width: 350px;
}
div#tweetfollow {
	top: 0;
	right: 0;
	position: absolute;
}
div#tweetbottom {
	position: relative;
	margin-top: 10px;
	clear: both;
}
img#tweetauthoravatar {
	position: absolute;
	top: 0;
	left: 0;
	width: 48px;
	height: 48px;
	-webkit-border-radius: 4px!important;
	-moz-border-radius: 4px!important;
	border-radius: 4px!important;
}
div#tweetauthorname {
	position: relative;
	top: 2px;
	left: 55px;
	width: 250px;
	height: 24px;
	overflow: hidden;
}
div#tweetauthorname a {
	text-decoration: none;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #333;	
	line-height: 22px;
}
div#tweetauthorname a:hover {
	text-decoration: underline;
	color: #333;	
}
div#tweetauthorusername {
	position: absolute;
	top: 30px;
	left: 55px;
	width: 250px;
	overflow: hidden;
}
div#tweetauthorusername a {
	color: #999;	
	text-decoration: none;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 18px;

}
div#tweetauthorusername a:hover {
	color: #999;	
	text-decoration: underline;
}
div#tweetcontent {
	margin: 0;
	margin-top: 55px;
	margin-bottom: 10px;
	left: 0;
	width: 350px;
	font-family: Georgia, Palatino, serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 22px;
	color: #333;
	overflow: hidden;
	word-wrap: break-word; 
}
div#tweetmedia {
	width: 350px;
	/*overflow: scroll;*/
	clear: both;
	text-align: center;
}
iframe#tweetiffollow {
	position: absolute;	
	top: 2px;
	width: 58px;
	height: 20px;
	right: 0;
	overflow: hidden;
	
}
div#tweetactions {
	position: absolute;
	right: 0;
	top: 0;
}
.tweetlksgray, .tweetlksgray a {
	text-decoration: none;
	color: #999;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 16px;
	letter-spacing: normal;
	line-height: 16px;
}
a.tweetlksgray:hover, .tweetlksgray a:hover  {
	text-decoration: underline;
	color: #666;
}
a#tweetlkreply {
	margin-left: 5px;
	padding-left: 20px;
	background:url(img/reply.png) 0 0 no-repeat; 
}
a#tweetlkreply:hover {
	padding-left: 20px;
	background:url(img/reply_hover.png) 0 0 no-repeat; 
}
a#tweetlkretweet {
	margin-left: 5px;
	padding-left: 20px;
	background:url(img/retweet.png) 0 0 no-repeat; 
}
a#tweetlkretweet:hover {
	padding-left: 20px;
	background:url(img/retweet_hover.png) 0 0 no-repeat; 
}
a#tweetlkfavorite {
	margin-left: 5px;	
	padding-left: 20px;
	background:url(img/favorite.png) 0 0 no-repeat; 
}
a#tweetlkfavorite:hover {
	padding-left: 20px;
	background:url(img/favorite_hover.png) 0 0 no-repeat; 
}

a.tweeturllk, a.tweethashtaglk, a.tweetuserlk {
	color: #666;
	text-decoration: none;
}
a.tweeturllk:hover, a.tweethashtaglk:hover, a.tweetuserlk:hover {
	color: #666;
	text-decoration: underline;
}
img.tweetmedia {
	-webkit-border-bottom-right-radius: 10px!important;
	-moz-border-radius-bottomright: 10px!important;
	border-bottom-right-radius: 10px!important;

}
a.linkbrowser {
	padding-top: 68px;
	/*
background:url(img/reply.png) 0 0 no-repeat; */
	background-position: center top;
	background-repeat: no-repeat;
	color: gray;
	text-decoration: none; 
	width: 84px;
	max-width: 150px;
	min-height: 20px;	
	display: block;
	float: left;
	text-align: center;
	border: none;
}
a.linkbrowser:hover {
	color: #333;	
	text-decoration: underline; 
	
}
a#linkbrowserfirefox {
	background-image:url(img/firefox.png); 
}
a#linkbrowserchrome {
	background-image:url(img/chrome.png); 
}
a#linkbrowsersafari {
	background-image:url(img/safari.png); 
}
a#linkbrowseropera {
	background-image:url(img/opera.png); 
}
a#linkbrowseriexplore {
	background-image:url(img/iexplore.png); 
}
div#showbrowsers {
	height: auto;
	width: 100%;
	padding-top: 15px;
	text-align: center;
}
