body,div,h1,h2,h3,h4,span {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: 1.2em;
}
/* general */
a {
	text-decoration: none;
	color: #5a5;
}
a:hover {
	text-decoration: underline;
}
div {
	text-align: left;
}
strong {
	font-weight: bold;
	color: #c00;
}
.clear {
	clear: both;
}

/* body */
body {
	background-color: #9e9;
	text-align: center;
}
#body {
	width: 880px;
	margin: 0 auto;
}

/* ad */
#ad {
	float: right;
	width: 120px;
	height: 600px;
}

/* header */
#hd {
	margin-top: 10px;
	width: 750px;
}
#hd h1 {
	float: left;
}
#hd h1 a {
	display: block;
	float: left;
	background: url(twitmgr_h1.gif) no-repeat;
	width: 154px;
	height: 42px;
	text-indent: -9999px;
	overflow: hidden;
}
#hd #version {
	float: left;
	padding-top: 25px;
	font-size: 8pt;
/*	text-indent: -5px;*/
}
#menu {
	background: url(menu_bg_left.gif) no-repeat;
	background-color: #fff;
	float: right;
	padding-left: 5px;
	height: 30px;
}
#menu_content {
	background: url(menu_bg_right.gif) right top no-repeat;
	padding-right: 5px;
	height: 30px;
	text-align: center;
}
#menu_content a {
	display: block;
	float: left;
	margin: 7px 5px;
}

/* main */
#main {
	width: 750px;
	background: url(main_bg_top.gif) no-repeat;
	background-color: #fff;
	padding-top: 20px;
}
#main_content {
	background: url(main_bg_bottom.gif) left bottom no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:15px;
}
#main h2 {
	font-size: 14pt;
	font-weight: bold;
	color: #5a5;
	border-bottom: solid 1px #5a5;
	margin-top: 4px;
	margin-bottom: 2px;
}
#main ul li {
	margin-left: 2em;
}
#main dl dt {
	font-weight: bold;
	margin-top: 2px;
}
#main dl dd {
	margin-left: 2em;
	margin-bottom: 4px;
}
#main dl dd.sub {
	margin-left: 4em;
	margin-bottom: 4px;
}
#main .download {
	margin: 1em 2em;
}
#loading {
	margin-top: 8px;
	margin-right: 8px;
	float: right;
	display: none;
}
#command_menu {
	margin-top: 5px;
	float:left;
}
#command_menu a {
	display: block;
	outline: none;
	float: left;
	padding: 4px 8px;
	margin-right: 4px;
	background: url(command_menu_bg.gif) no-repeat;
	border-right: 1px solid #5a5;
	border-bottom: 0;
	font-weight: bold;
}
#command_menu a:hover, #command_menu a.selected {
	background-position: 0px -40px;
	color: white;
}
#command_option {
	border-top: 1px solid #5a5;
	background-color: #5a5;
	color: #fff;
	clear: left;
	height: 26px;
}
#command_option div {
	margin: 4px;
	display: none;
}
#command_option label {
	padding-left: 4px;
}
#command_option a {
	color: #fff;
}
#command_option .opt {
	float: left;
}
#command_option .pager {
	float: right;
}
#command_option .pager .current {
	font-weight: bold;
}
#listView {
	width: 80px;
}
#listSort {
	width: 100px;
}
#editarea {
	overflow: auto;
	z-index: 9999;
}
.user {
	border-bottom: dotted 1px #666;
	padding: 5px 0;
	position: relative;
}
.user .profile_image {
	display: inline;
	float: left;
	padding: 2px;
	margin-right: 5px;
	border: solid 1px #666;
}
.user .tools {
	float: right;
	background-color: #ffffff;
}
.user .tools img {
	margin-right: 2px;
}
.user .tools a, .user .tools span {
	display: block;
	float: left;
	margin-right: 10px;
	padding: 2px 4px;
	font-size: 8pt;
}
.user .name {
	padding: 4px 2px;
}
.user .name, .user .name a {
	font-weight: bold;
}
.user .name .userinfo, .user .name .userinfo a {
	font-weight: normal;
}
.user .tl {
	margin-top: 4px;
	width: 700px;
	padding: 2px;
	background-color: #fff;
	filter: alpha(opacity=90);
	-moz-opacity:0.90;
	opacity:0.90;
	border: solid 1px #999;
	position: absolute;
	z-index: 1;
}
.user .tl_up a, .user .tl_down a, .user .tl div, .user .tl span {
	font-size: 8pt;
}
.user .tl .tl_down, .user .tl .tl_up, .user .tl .tl_status {
	float: left;
}
.user .tl .tl_status {
	margin-left: 10px;
	padding-top: 7px;
}
.user .tl .diff_day {
	color: #666;
}
.user .tl .diff_1mon {
	color: #6c6;
}
.user .tl .diff_2mon {
	color: #cc6;
}
.user .tl .diff_3mon {
	color: #c66;
}
.user .tl .tl_up {
	display: none;
}
.user .tl .tl_content {
	clear: both;
	height: 200px;
	overflow: auto;
	display: none;
}
.user .tl .tl_content div {
	font-size: 10pt;
}
.user .tl_line {
	margin: 2px 0;
}
.user .tl_line_even {
	background-color: #eee;
}
.user .tl_margin {
	height: 30px;
}
.icon_list .head {
	display: none;
}
.icon_list .u {
	width: 225px;
	height: 48px;
	border: solid 1px #999;
	overflow: hidden;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	padding: 2px;
	background-repeat: no-repeat;
}
.icon_list .each {
	background-image: url(icon_bg_each.png);
}
.icon_list .friend {
	background-image: url(icon_bg_friend.png);
}
.icon_list .followed {
	background-image: url(icon_bg_followed.png);
}
.icon_list .u input {
	float: right;
	width: 14px;
}
.icon_list .u img {
	float: left;
	width: 48px;
	height: 48px;
}
.icon_list .u .name {
	float: left;
	width: 146px;
	margin-left: 2px;
}
.icon_list .u .description {
	float: left;
	width: 160px;
	margin-left: 2px;
}
.icon_list .u .name,
.icon_list .u .name a,
.icon_list .u .name span {
	font-weight: bold;
}
.icon_list .u .name {
	height: 16px;
	overflow: hidden;
}
.icon_list .u .friends_count,
.icon_list .u .followers_count,
.icon_list .u .statuses_count,
.icon_list .u .status_created_at,
.icon_list .u .created_at
{
	display: none;
}
.detail_list #list_head, .detail_list .u {
	width: 700px;
}
.detail_list #list_body div
{
	float: left;
	height: 16px;
	overflow: hidden;
	margin-right: 2px;
}
.detail_list .u {
	border-bottom: dotted 1px #999;
	overflow: hidden;
	padding: 1px 0;
	background-repeat: no-repeat;
	background-position: 34px 0px;
}
.detail_list .each {
	background-image: url(detail_bg_each.png);
}
.detail_list .friend {
	background-image: url(detail_bg_friend.png);
}
.detail_list .followed {
	background-image: url(detail_bg_followed.png);
}
.detail_list .icon {
	width: 66px;
}
.detail_list .checkbox {
	width: 14px;
	float: left;
	margin-right: 2px;
}
.detail_list .img {
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 2px;
	padding-right: 34px;
}
.detail_list .name {
	width: 120px;
}
.detail_list .description {
	width: 200px;
}
.detail_list .friends_count,
.detail_list .followers_count,
.detail_list .statuses_count
{
	width: 50px;
	text-align: right;
}
.detail_list .created_at,
.detail_list .status_created_at
{
	width: 70px;
}
.detail_list .head {
	float: left;
	height: 16px;
	overflow: hidden;
	background-color: #999;
	color: #fff;
	text-align: center;
	margin: 1px 0;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}
.detail_list .head a {
	color: #fff;
}
.detail_list .head_split {
	float: left;
	height: 16px;
	overflow: hidden;
	width: 2px;
	margin: 1px 0;
	background-color: #ccc;
	cursor: w-resize;
}

/* footer */
#ft {
	width: 750px;
	background: url(ft_bg_top.gif) no-repeat;
	background-color: #fff;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
}
#ft_content {
	background: url(ft_bg_bottom.gif) left bottom no-repeat;
	padding-bottom: 5px;
	text-align: center;
}