/*Main Page Section Elements*/
html, body	{
	background: #9ae4e8 url(/lib_images/bg.gif) fixed no-repeat top left;
	font-family: Trebuchet MS, Verdana,  Arial, Helvetica, Geneva,sans-serif;
	font-size: 15px;
	margin: 0px;
}

#container	{
	width: 100%;
	margin: 0;
	padding: 0;
}

#contents	{
	padding-left: 150px;
}

#header	{
	height: 85px;
}

#main_section	{
	/*background-color: white;*/
	width: 900px;
	min-height: 350px;
	padding-left: 30px;
}

#form_panel	{
	float: left;
	width: 650px;
	padding: 20px;
}

.tweet_box, .error_box	{
	background-color: #F0F8FF;
}

#tweet_content, #tweet_edit, #error_content	{
	min-height: 350px;
}

#tweet_html	{
	margin: 30px 0px 60px 0px;
}

#error_content	{
	padding: 50px 50px 0px 50px;
}

#ad_panel	{
	float: right;
	width: 200px;
}


#footer	{
	clear: both;
	width: 900px;
	
}

.footer_box	{
	padding-left: 30px;
}

.footer_panel	{
	margin-top: 10px;
	padding: 10px;
	width: 670px;
	font-size: .7em;
	color: #5A5A5A;
}

/* -------------------------------------- */
#editnew_box	{
	position: absolute;
	right: 10px;
	padding: 2px;
}


.editnew_links {
	font-size: .8em;
	color: #708090;
	text-decoration: none;
	padding: 0px 3px 0px 3px;
	margin: 0px 3px 0px 3px;
	cursor: pointer;
}

.editnew_links:hover {
	background-color: #fff2ae;
	text-decoration: underline;
}


h2 {
	margin: 0;
}

.cl_textbox	{
	padding: 20px;
	font-family: Trebuchet MS, Verdana,  Arial, Helvetica, Geneva,sans-serif;
	font-size: 1em;
}

.ltext	{
	color: #3e3e3e;
	font-size: 1.5em;
	padding-right: 10px;
}

.ftext	{
	font-size: 1.5em;
	padding: 3px;
}

.ffield	{
	width: 230px;
}

.sbutton	{
	color:  #3e3e3e;
	background: #ffffff url(/lib_images/gradient.gif) fixed repeat top left;
	border: 1px solid #708090;
	font-size: 1.5em;
	padding: 3px;
}

.sbutton:hover	{
	border: 1px solid #3e3e3e;
	cursor: pointer;
}

#user_box	{
	height: 60px;
}

.user_box_name {
	padding-left: 5px;
	font-size: 1.5em;
	font-weight: bold;
	vertical-align: 20px;
}

#cancel_button	{
	text-decoration: underline;
	vertical-align: 4px;
	font-size: 1.1em;
	cursor: pointer;
}

.posted_on, .short_url	{
	font-size: .8em;
	border-top: 1px solid #82C0FF;
}

.posted_on	{
	margin-top: 10px;
}

.greetings	{
	font-size: .9em;
	color: #708090;
}

.tweet_text	{
	color: #82C0FF;
}

.edit_message_box	{
	padding: 10px;
}

.error_text	{
	color: red;
	font-weight: bold;
}

.error_small	{
	font-size: .9em;
}

.ok_text	{
	color: green;
	font-weight: bold;
}

.sm_link	{
	text-decoration: none;
}

.spot_ads	{
	font-size:0.7em;
}


/* -------------------------------------- */

.subinfo_box	{
	background-color: #ffff90;
}

.subinfo_container	{
	
	padding: 10px;
	min-height: 350px;
	font-size: .8em;
}

.subinfo_item	{
	padding-bottom: 10px;
	
}

.subinfo_title	{
	font-weight: bold;
	color: #434343;
}

.subinfo_text	{
	color: #5A5A5A;
}


/* -------------------------------------- */

.footer_labels, .name_link	{
	text-decoration: none;
	color: #5A5A5A;
}

.footer_labels:hover	{
	text-decoration: underline;
	background-color: #fff2ae;
}

.name_link:hover	{
	background-color: #fff2ae;
}