body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,
blockquote,th,td {margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
abbr,acronym { border:0; }

* {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}

body {
	background: #ddeef6 url(http://cdn.betacie.com/ootweet/images/bg.gif) repeat-x;
}

.clear {
	clear: both;
	display: block;
}

.new {
	display: none;
}

div#header {
	padding: 20px;
	background: #59b url(http://cdn.betacie.com/ootweet/images/clouds.jpg) no-repeat scroll 0 0;
	margin: 20px auto 0 auto;
	width: 740px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	position: relative;
}

div#header h1 {
	font-weight: bold;
	font-size: 11px;
	height: 31px;
}

div#header h1 a {
	background: transparent url(http://cdn.betacie.com/ootweet/images/ootweet.png) no-repeat;
	width: 200px;
	height: 31px;
	display: block;
	float: left;
}

div#header h1 a img {
	display: none;
}

div#header h1 sup {
	font-weight: normal;
	background: #dfdfdf;
	color: #333;
	margin-left: 10px;
	padding: 2px 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-size: 10px;
	float: left;
	font-family: "Lucida Grande", Arial, Sans-serif;
	text-shadow: 0 1px 0 #fff;
}

div#header h1 span {
	color: #9d3131;
	font-size: inherit;
}

div#header p {
	font-size: 15px;
	font-family: "Lucida Grande", Arial, Sans-serif;
	text-align: left;
	color: #ddeef6;
	margin-top: 15px;
	width: 445px;
	text-shadow: 0 1px 0 #5599bc;
}

div#header div.twitter {
	float: right;
}

div#header div.twitter span.twitter_login {
	font-size: inherit;
	background: #e9edf5;
	color: #6a6a6a;
	-moz-border-radius: 4px;
	padding: 2px 8px;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #cdd2dc;
	margin-right: 6px;
}

div#header div.twitter a {
	background: #88bbd4;
	border: 1px solid #88bbd4;
	padding: 4px 6px;
	float: right;
	margin: 0 0 3px 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: underline;
	font-size: 11px;
	text-decoration: none;
	font-family: "Lucida Grande", Arial, Sans-serif;
	color: #fff;
	text-shadow: 0 1px 0 #5599bc;
}

div#header div.twitter a:hover {
	background-color: #90c6e0;
	border-color: #90c6e0;
}

div#header div.twitter a.import {
	font-weight: bold;
	background-color: #ccef5b;
	color: #333;
	border: 1px solid #df6;
	text-shadow: 0 1px 0 #df6;
}

div#header div.twitter a.import:hover {
	color: #000;
	background-color: #b9db4e;
}

div#header div.twitter a.login {
	font-size: inherit;
	background: transparent;
	color: #ffffff;
	text-transform: uppercase;
	-moz-border-radius: 0;
	padding: 0;
	font-size: 9px;
	text-decoration: none;
	border: 0;
}

div#header form[name=search] {
	position: absolute;
	right: 20px;
	bottom: 21px;
}

div#header form[name=search] input[type=text] {
	border: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 4px 6px;
	color: #888888;
}

div#header form[name=search] input[type=text].active {
	color: #000000;
}

div#header div#topmenu {
	margin: 18px 0 0 0;
}

div#header div#topmenu a {
	background: #88bbd4;
	border: 1px solid #88bbd4;
	padding: 4px 6px;
	margin-right: 8px;
	float: left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: underline;
	font-size: 11px;
	text-decoration: none;
	font-family: "Lucida Grande", Arial, Sans-serif;
	color: #fff;
	text-shadow: 0 1px 0 #5599bc;
}

div#header div#topmenu a:hover {
	background-color: #90c6e0;
	border-color: #90c6e0;
}

div#menu {
	background: #a7abb9;
	border-bottom: 1px solid #777;
	margin-top: 0;
	padding: 0;
}

div#menu a {
	float: left;
	text-transform: uppercase;
	font-size: 11px;
	border-right: 1px solid #777;
	padding: 7px 14px;
	color: #ffffff;
	text-decoration: none;
}

div#menu a:hover {
	background: #c6cad8;
}

div#content {
	margin-top: 0;
	position: relative;
	width: 780px;
	margin: 0 auto;
}

div.alert {
	background: #ede7c3;
	/*background: #023;*/
	padding: 15px;
	margin: 0 auto;
	width: 750px;
}

div.alert p a {
	color: #2277BB;
	text-decoration: none;
}

div.desc {
	background: #023;
	padding: 15px;
	color: #ade1f9;
	margin: 0 auto;
	width: 750px;
}

div.desc p a {
	color: #6ac;
	text-decoration: none;
}

div.desc p a:hover {
	color: #fff;
}

div.desc p.edit {
	float: right;
	padding-right: 20px;
	background: url(http://cdn.betacie.com/ootweet/images/page_edit.png) no-repeat 0px 2px;
	background-position: right;
}

div.desc p.edit a {
	text-decoration: none;
}

div.desc b {
	color: #addb4e;
	font-weight: normal;
}

div.desc h2 {
	font-size: 15px;
	margin-bottom: 2px;
	color: #addb4e;
}

div.desc h2 input[type=text] {
	font-size: 15px;
	font-weight: bold;
	border: 1px solid #999;
	background: #eef2f8;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 2px 4px;
	width: 300px;
	margin-bottom: 2px;
}

div.desc h2.editable {
	cursor: pointer;
}

div.desc h3 {
	float: left;
	font-size: 12px;
	color: #ade1f9;
}

div.desc h3 a {
	color: #6ac;
	font-size: inherit;
	font-family: inherit;
	text-decoration: none;
}

div.desc h3 a:hover {
	color: #fff;
}

p.bottom {
	background-color: #00131e;
	margin: 0 auto;
	padding: 15px;
	text-align: left;
	color: #ade1f9;
}

p.bottom#embed {
	padding-top: 0;
	text-align: right;
}

p.bottom input[type=text] {
	font-size: 13px;
	border: 1px solid #999;
	background: #eef2f8;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 2px 4px;
	width: 450px;
	margin-bottom: 2px;
}

p.bottom b {
	font-weight: normal;
	color: #addb4e;
}

p.bottom a {
	color: #379;
	text-decoration: none;
}

p.bottom a:hover {
	color: #fff;
}

div.pages {
	padding: 10px 15px;
	background: #fff;
	width: 750px;
	margin: 0 auto;
	text-align: center;
	color: #999;
}

div.pages span {
	padding: 0 6px;
}

div.pages a {
	text-decoration: none;
	color: #27b;
}

div.pages a:hover {
	text-decoration: underline;
}

div.pages b {
	color: #000000;
}

div.tweet {
	padding: 15px;
	background: #ffffff;
	width: 750px;
	margin: 0 auto;
	border-bottom: 1px dotted #d2dada;
}

div.tweet:hover {
	background-color: #f7f7f7;
}

div.nohl:hover {
	background-color: #ffffff;
}

div.tweet p {
	font-family: "Lucida Grande", Arial, Sans-serif;
}

div.tweet span.go {
	background: #fff;
	padding: 2px 7px;
	margin: 10px 20px 3px 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #ddd;
	font-size: 11px;
	text-decoration: none;
	font-family: "Lucida Grande", Arial, Sans-serif;
	color: #27b;
	display: none;
	float: right;
}

div.tweet:hover span.go {
	display: inline;
}

div.tweet span.go:hover {
	border-color: #bbb;
}

div.tweet a {
	font-size: inherit;
	font-family: inherit;
	color: #27b;
	text-decoration: none;
}

div.tweet a.bookmarklet {
	padding: 1px 8px 1px 7px;
	color: #000;
	background: url(http://cdn.betacie.com/ootweet/images/bookmarklet.png);
	border: 1px solid #aaa;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-size: 10px;
	font-weight: bold;
	font-family: "Lucida Grande", Arial, Sans-serif;
	text-shadow: 0 1px 0 #ddd;
	cursor: move;
}

div.tweet p.normal a.bookmarklet:hover {
	text-decoration: none;
}

div.tweet img {
	float: left;
	margin: 0 10px 0 0;
}

img.avatar {
	background-color: #ddd;
	width: 48px;
	height: 48px;
}

div.tweet .avatar_container {
	width: 48px;
	height: 48px;
	float: left;
}

div.tweet div.right {
}

div.tweet p.text {
	font-size: 14px;
}

span.cat {
	font-size: 9px;
	text-transform: uppercase;
	padding: 1px 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: "Lucida Grande", Arial, Sans-serif;
	margin-right: 2px;
}

h3 span.cat {
	margin-right: 5px;
}

span.cat.misc {
	background-color: #e0e0e0;
	color: #666;
	border: 1px solid #c9c9c9;
}

span.cat.clash {
	background-color: #ff5e66;
	color: #fff;
	border: 1px solid #ff323c;
}

span.cat.fail {
	background-color: #000;
	color: #ddd;
	border: 1px solid #000;
}

span.cat.joke {
	background-color: #33baf3;
	color: #fff;
	border: 1px solid #39d;
}

span.cat.clickable, span.cat.select {
	cursor: pointer;
}

span.cat.imported {
	text-decoration: blink;
}

div.tweet p.begin {
	font-size: 22px;
	margin: 16px 10px 10px;
}

/*
div.tweet p.begin a.import {
	background: #e9edf5;
	border: 1px solid #cbd2d9;
	padding: 5px 17px 7px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-decoration: none;
}
*/

div.tweet p.normal {
	font-size: 13px;
	line-height: 1.5em;
	color: #789;
}

div.tweet p.normal a:hover, div.tweet p.source a:hover {
	text-decoration: underline;
}

div.tweet p.intro {
	font-size: 11px;
	margin-top: 8px;
	color: #000;
}

div.tweet p.source {
	font-size: 11px;
	margin-top: 8px;
	color: #999;
}

div.tweet p.source a.discussion {
	font-weight: bold;
}

div.votes {
	float: right;
	width: 50px;
	text-align: center;
	margin-left: 10px;
}

div.votes a.count {
	display: block;
	text-align: center;
	position: relative;
	width: 50px;
	line-height: 80%;
	background: #88bbd4;
	color: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 10px 0;
	text-shadow: 0 1px 0 #5599bc;
	border: 1px solid #77a3b9;
	text-decoration: none;
	height: 29px;
	outline-style: none;
}

div.votes a.count.long {
	height: 14px;
}

div.votes a.count:hover {
	background-color: #59b;
}

div.votes a.count.voted {
	background-color: #59b;
	cursor: default;
}

div.votes a.count span.c {
	font-size: 20px;
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	display: block;
	margin-bottom: 8px;
}

div.votes a.count span.v {
	font-size: 12px;
	display: block;
}

div.votes a.vote {
	display: block;
	text-align: center;
	width: 50px;
	border: 1px solid #aaaaaa;
	border-top: 1px solid #bbbbbb;
	background: #e4ecd6;
	color: #453030;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	padding: 0 0 2px 0;
	line-height: 100%;
	font-size: 11px;
}

div.desc div.votes a.count { position: absolute; width: 80px; right: 15px; padding: 8px 0; }
div.desc div.votes a.count span.c { display: inline; margin-right: 5px; margin-bottom: 0; }
div.desc div.votes a.count span.v { display: inline; }

div.tweet div.actions {
	float: right;
	width: 16px;
}

div.tweet div.actions img {
	margin: 0 0 4px 0;
	cursor: pointer;
}

div.comments {
	background: #023;
	padding: 15px;
	color: #ade1f9;
	margin: 0 auto;
	width: 750px;
}

div.comments div.list.hidden {
	display: none;
}

div.comments h2 {
	font-size: 13px;
	text-align: left;
	font-family: "Lucida Grande", Arial, Sans-serif;
}

div.comments div.comment {
	padding: 10px 0 15px;
	margin: 10px 0;
	font-family: "Lucida Grande", Arial, Sans-serif;
	border-bottom: 1px solid #2a373d;
}

div.comments div.comment.highlight {
	background: #00131e;
	padding-left: 10px;
	border: 0;
	padding-bottom: 10px;
}

div.comments div.comment p.text {
	color: #fff;
	margin-top: 5px;
}

div.comments div.comment p.source {
	margin-top: 8px;
	font-family: "Lucida Grande", Arial, Sans-serif;
}

div.comments div.comment img {
	margin-right: 10px;
	float: left;
	background-color: #fff;
	padding: 5px;
}

div.comments div.comment a {
	font-size: inherit;
	color: #6ac;
	text-decoration: none;
}

div.comments div.comment a:hover, div.comments div.comment span.auteur:hover {
	color: #fff;
}

div.comments div.comment span.auteur {
	color: #addb4e;
}


div.comments .form h2 {
	margin-bottom: 5px;
}

div.comments .form p {
	color: #379;
}

div.comments .form form {
	margin: 15px 0 10px;
}

div.comments .form form p {
	color: #ADE1F9;
}

div.comments .form form p b {
	font-weight: normal;
	margin-right: 6px;
}

div.comments form input[name=text] {
	border: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 4px 6px;
	width: 500px;
}

div.import_bar {
	height: 16px;
	background: url(http://cdn.betacie.com/ootweet/images/import.png);
}

div.comments div.import_box {
	margin: 15px 0 5px;
}

div.comments div.import_box p {
	margin-top: 10px;
}

div.comments div.import_box p.details {
	margin-bottom: 10px;
	color: #addb4e;
}

div.comments div.import_box input[type=text] {
	border: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 4px 6px;
	width: 500px;
	margin-bottom: 10px;
}

div.comments div.import_box ul.favorites {
	margin: 5px 0 15px;
}

div.comments div.import_box ul.favorites li {
	background-color: #002b41;
	padding: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

div.comments div.import_box ul.favorites li b {
	font-weight: normal;
	color: #addb4e;
}

div.comments a {
	font-size: inherit;
	color: #435282;
	text-decoration: none;
}

div.comments a.url {
	color: #379;
}

div.comments a:hover {
	color: #fff;
}

div.comments li {
	line-height: 140%;
	margin-bottom: 5px;
}

div.comments ul a {
	font-size: inherit;
	color: #379;
	text-decoration: none;
	padding-left: 5px;
}

div.comments ul a:hover {
	color: #fff;
}

div.comments ul li.status.warning { padding-left: 24px; color: #fff; }

div.comments div.import_box ul.favorites li.status, div.comments li.status {
	background: transparent url(http://cdn.betacie.com/ootweet/images/control_play.png) no-repeat 0px 2px;
	padding: 0 0 0 20px;
}

div.comments div.import_box ul.favorites ul li.status:hover {
	background: url(http://cdn.betacie.com/ootweet/images/control_play_blue.png) no-repeat 0px 2px;
	padding-left: 20px;
}

div.comments div.import_box ul.favorites li.discussion, div.comments li.discussion {
	background: transparent url(http://cdn.betacie.com/ootweet/images/control_fastforward.png) no-repeat 0px 2px;
	padding-left: 20px;
	padding-top: 0;
}

div.comments div.import_box ul.favorites li.discussion:hover {
	background: url(http://cdn.betacie.com/ootweet/images/control_fastforward_blue.png) no-repeat 0px 2px;
	padding-left: 20px;
}

div.comments div.import_box ul.favorites li.search {
	background: transparent url(http://cdn.betacie.com/ootweet/images/control_equalizer.png) no-repeat 0px 2px;
	padding-left: 20px;
	padding-top: 0;
}

div.comments div.import_box ul.favorites li.search:hover {
	background: url(http://cdn.betacie.com/ootweet/images/control_equalizer_blue.png) no-repeat 0px 2px;
	padding-left: 20px;
}

div.comments div.import_box ul.favorites li.back {
	background: transparent url(http://cdn.betacie.com/ootweet/images/control_repeat.png) no-repeat 0px 2px;
	padding-left: 20px;
	padding-top: 0;
}

div.comments div.import_box ul.favorites li.back:hover {
	background: url(http://cdn.betacie.com/ootweet/images/control_repeat_blue.png) no-repeat 0px 2px;
	padding-left: 20px;
}

div.comments div.import_box ul.favorites li.end {
	background: transparent url(http://cdn.betacie.com/ootweet/images/control_end.png) no-repeat 0px 2px;
	padding-left: 20px;
	padding-top: 0;
}

div.comments div.import_box ul.favorites li.end:hover {
	background: url(http://cdn.betacie.com/ootweet/images/control_end_blue.png) no-repeat 0px 2px;
	padding-left: 20px;
}


div.recent {
   float: left;
   width: 300px;
}

div.recent a img {
	background-color: #ddd;
}

div.favelet {
   float: left;
   width: 435px;
   margin-left: 10px;
}

div.right.next {
   width: auto;
   margin: 7px 0;
   padding-bottom: 9px;
   border-bottom: 1px solid #ccc;
}

div.arrow {
	float: left;
	text-align: center;
	background: #ccef5b;
	width: 70px;
	display: block;
	padding: 5px 5px 4px;
	color: #333;
	font-size: 11px;
	margin-right: 15px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #df6;
	text-shadow: 0 1px 0 #df6;
}

div#footer {
	padding: 20px;
	background: transparent;
	margin: 0 auto;
	width: 696px;
}

div#footer p {
	font-size: 12px;
	font-family: "Lucida Grande", Arial, Sans-serif;
	text-align: center;
	color: #789;
}

div#footer p a {
	font-size: inherit;
	color: #27b;
	text-decoration: none;
}