html {
  font-family: arial, sans-serif;
  font-size: small;

  height: 100%;
}

body {
  margin:3px;
  padding:0;

  background: #D8DCE0 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABMCAIAAAAjsUpsAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEVJREFUeNqMTlsKACAMku5/Z9sL1lpUH6JMJ4LkAGBQTdVxIwUQXVizNK+zd1Tecjfv1RHbnE/bcmPrKL8/XYufG6cAAwBFymotT/a6tQAAAABJRU5ErkJggg==) repeat-x;
  background-repeat: repeat-x;
  
  height: 100%;
  overflow: hidden;
}

#logo-twit {
  color: #C0DFEC;
}

#logo-wave {
  color: #5A9AE0;
}

#version {
  font-size: 8pt;
  text-align: right;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

a:link, a:visited {
  color: #0000FF;
}

a:active, a:hover {
  color: #FF0000;
}

img {
  border: 0px;
  text-decoration: none;
}

#header {
  height: 23px;
  padding: 5px;
}

#header h2 {
  margin: 0px;
}

#header h2 a {
  text-decoration: none;
}

#header > #right {
  float: right;
}

#message-box {
  position: absolute;
  left: 45%;
  display: none;
  background-color: #FFCC33;
  padding: 8px;
  margin: 0px;
  border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* Global */

h2.header {
  margin: 0px;
  padding: 0px;
  font-size: 10pt;
  font-weight: normal;
  color: #FFFFFF;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAXCAIAAAA0gN7GAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFxJREFUeNpiTFz+iWEoAxZVgd9D2wO33jIObQ/8//9/qHvg39D2AMNQ98D/f/9G88BoEhrRmXjI5wGG0Xpg1AMUJqHRemA0CY22hYa0B5gYhjgY9cCoBygEAAEGAOjwMAksun6KAAAAAElFTkSuQmCC);

  border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;

  height: 18px;
}

#navigation-container, #search-container, #trends-container, #followers-container2, #tweet-container {
  margin: 0px;
  background-color: #FFF;
  border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.box-content {
  overflow: auto;
}

/* Left side */
#left {
  float: left;
  width: 20%;
  margin-left: 15px;
  margin-top: 10px;
}

#navigation-container {
  width: 100%;
  max-height: 235px;
}

#navigation-container h2.header, #search-container h2.header, #lists h2.header, #trends-container h2.header {
  width: 100%;
}

#navigation-container ul, #lists ul {
  margin: 0px;
  list-style-type: none;
  padding-left: 0px;
}

#navigation-container {
  height: 155px;
}

#current-user {
  font-size: 12pt;
}

#current-user-avatar {
  float: left;
  margin-left: 2px;
  margin-right: 2px;
}

#search-container, #trends-container, #followers-container {
  margin-top: 12px;
}

#search {
  padding-left: 5px;
}

#search-box {
  width: 80%;
}

#search-box, #search-btn {
  font-size: 8pt;
}

#search-btn {
  background: url(/search.png) -2px -5px !important;
  border: 0px;
}

#search-btn:hover {
  background: url(/search.png) -2px -30px !important;
  border: 0px;
}

#followers-container2 {
  overflow: auto;
  height: 185px;
  padding-top: 5px;
}

/* Tweet box */
#new-tweet-content {
  width: 80%;
}

/* Tweet Content (tweet / dm form) */
#tweet-container {
  float: left;
  width: 75%;
  margin-top: 10px;
  margin-left: 10px;
}

#user-latest-tweet {
  padding: 3px;
}

/* User Content (timeline, mentions) */
#user-container {
  float: left;
  width: 37%;
  height: 78%;
  margin-top: 10px;
  margin-left: 10px;
}

#user-refresh-in {
  float: right;
}

/* Content (other user timeline) */
#browser-container {
  float: left;
  width: 37%;
  height: 78%;
  margin-top: 10px;
  margin-left: 10px;
}

/* Content + User Content */
#user-controls, #browser-controls {
  height: 19px;
  background-color: #C9E2FC;
  padding-left: 3px;
}

#user-content, #browser-content {
  background-color: #FFF;
  overflow: auto;
  padding-left: 3px;
  height: 90%;
  padding-top: 2px;
}

#user-statusbar, #browser-statusbar {
  padding-right: 2px;
  font-size: 8pt;
  background-color: #C2C2C2;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
}


/* Timeline items */
.timeline_item {
  min-height: 48px;
  /*border-top: 1px dashed #C2C2C2;*/
  /*padding-top: 4px;*/
}

.timeline_item_avatar, .user_avatar {
  width: 48px;
  height: 48px;
  margin-left: 3px;
}

.timeline_item_avatar, .user_avatar, .user_actions_buttons {
  float: right;
  margin-right: 3px;
}

.timeline_item_actions {
  font-size: 8pt;
  height: 23px;
}

.timeline_line {
  margin-top: 0px;
  border-top: 1px dashed #C2C2C2;
  font-size: 4pt;
}

.user_actions_buttons {
  background-color: #C9E2FC;
  padding: 4px 2px 2px 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;;
}

.user_actions_buttons button {
  border: 1px solid #C9E2FC;
  min-width: 17px;
  height: 17px;
  background-color: #FFFFFF;
  font-size: 8pt;
  padding: 0px;
  background-repeat: no-repeat;
  
  border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.timeline_item_actions .reply_btn_off, .timeline_item_actions .reply_btn_on:hover {
  background-image: url('/reply-off.png');
  width: 17px;
}

.timeline_item_actions .reply_btn_on, .timeline_item_actions .reply_btn_off:hover {
  background-image: url('/reply-on.png');
  width: 17px;
}


.timeline_item_actions .fav_btn_off {
  background-image: url('/fav-off.png');
  width: 17px;
}

.timeline_item_actions .fav_btn_off:hover, .timeline_item_actions .fav_btn_on:hover {
  background-image: url('/fav-hover.png');
  width: 17px;
}

.timeline_item_actions .fav_btn_on {
  background-image: url('/fav-on.png');
  width: 17px;
}


.timeline_item_actions .dm_btn_off, .timeline_item_actions .dm_btn_on:hover {
  background-image: url('/mail-off.png');
  width: 17px;
}

.timeline_item_actions .dm_btn_on, .timeline_item_actions .dm_btn_off:hover {
  background-image: url('/mail-on.png');
  width: 17px;
}


.timeline_item_actions .profile_btn_off {/*, .timeline_item_actions .profile_btn_on:hover {*/
  background-image: url('/profile-off.png');
  width: 17px;
}

.timeline_item_actions .profile_btn_on, .timeline_item_actions .profile_btn_off:hover {
  background-image: url('/profile-on.png');
  width: 17px;
}


.timeline_item_actions .follow_btn_off {
  background-image: url('/following-off.png');
  width: 17px;
}

.timeline_item_actions .follow_btn_on {
  background-image: url('/following-on.png');
  width: 17px;
}

.timeline_item_actions .bin_btn_off, .timeline_item_actions .bin_btn_on:hover {
  background-image: url('/bin-off.png');
  width: 17px;
}

.timeline_item_actions .bin_btn_on, .timeline_item_actions .bin_btn_off:hover {
  background-image: url('/bin-on.png');
  width: 17px;
}

.timeline_item_actions .retweet_btn_off, .timeline_item_actions .retweet_btn_on:hover {
  background-image: url('/retweet-off.png');
  width: 17px;
}

.timeline_item_actions .retweet_btn_on, .timeline_item_actions .retweet_btn_off:hover {
  background-image: url('/retweet-on.png');
  width: 17px;
}
