#header_div{
    text-align:center;
    position:absolute;
    height:25px;
    top:0px;
    left:5px;
    width:95%;
}
#header_table{
    width:100%;
}
#header_left{
    width:40%;
    text-align:left;
    font-weight:bold;
}
#title{
	font-size:100%;
    font-weight:bold;
}

#header_right{
    font-size: 80%;
    width:60%;
    text-align:right;
}

#tweet_div{
    text-align:center;
    position:absolute;
    height:25px;
    top:25px;
    left:5px;
    width:95%;
}
#tweet_textarea{
    position:absolute;
    top:0px;
    left:0px;
    width: 73%;
    font-family:Helvetica,sans-serif; 
    font-size:12px;
    height: 50px;
    border: 1px solid #aaaaaa;
}
#tweet_dash{
    position:absolute;
    top:0px;
    right:0px;
    font-size:90%;
    width:23%;
    border-width:0px;
}
#countdown{
    color:#aaaaaa;
	font-weight:bold;
}
#chars_left_notice{
    height:48%;
    width:98%;
}
#tweet_button{
    height:48%;
    width:98%;
}

#content{
	position:absolute;
	top:84px;
	left:5px;
	width:95%;
}
.alert{
   background-color:#FFFFCC;
   color:#000000;
}

.extended_user_info{
	background-color:#FFFFCC;
}

#options_form{
	position:absolute;
	top:60px;
	left:10px;
	width:95%;
}
#display_content{ 
    font-family:Helvetica,sans-serif; 
    font-size:12px;
    border-width:0px;
    width:100%;
}
#tweet_post_error{
	position:absolute;
	top:84px;
	left:5px;
	width:95%;
}

#timestamp{
    font-style:italic;
    font-size:10px;
    color:#aaaaaa;
}

table{
    font-family:Helvetica,sans-serif; 
    font-size:12px;
    border-width:0px;
}

td.tweet{
    border-top-style: solid;
    border-top-color: #d3eaf2;
    border-top-width: 0px;
}

body{
    font-family: Helvetica,sans-serif;
    font-size: 12px;
	margin:0px;
	padding:0px;
}

a, .f small, .link {
    color:#13819f;
    text-decoration:none;
	cursor: pointer;
	cursor: hand;
}

a:active, a:hover, .b:active, .link:active {
    text-decoration:underline;
    color:#aaaaaa;
}

img{
    border:0;
}
.user_eject_button{
	position:relative;
	right:0px;
	bottom:0px;	
	cursor: pointer;
	cursor: hand;
}

.extended_user_info{
	border:groove;
}
#ext_menu{
	position:relative;
}
.reply_button{
		cursor: pointer;
	cursor: hand;
}
.direct_button{
	cursor: pointer;
	cursor: hand;
}
#ext_target{
	position:relative;
	border:groove;
}
#ext_footer{
	position:relative;
}

.ext_user_info{
	height:55px;
	width:100%;
}
.ext_tweet_div{
	position:relative;
    text-align:center;
    top:0px;
    left:0px;
	height:55px;
    width:98%;
}
.ext_tweet_textarea{
    position:absolute;
	height:50px;
    top:0px;
    left:0px;
    width: 73%;
    font-family:Helvetica,sans-serif; 
    font-size:12px;
    border: 1px solid #aaaaaa;
}
.ext_tweet_dash{
	position:absolute;
    top:0px;
	right:0px;
	height:50px;
    font-size:90%;
    width:23%;
    border-width:0px;
	text-align:right;
}
.countdown{
    color:#aaaaaa;
	font-weight:bold;
}
.ext_tweet_button{
    height:48%;
    width:98%;
}
.ext_chars_left_notice{
    height:48%;
    width:98%;
}

