@import url("reset.css"); /*Resetting margins, paddings and stuff*/

body {
	background: #8999B0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

	color: #222;
}

input
{
	border: 1px solid #ddd;
	background-color: #f0f0f0;
}

select
{
	border: 1px solid #ddd;
}

textarea
{
	border: 1px solid #ddd;
}

h1 {
	font-size: 1.7em;
	margin: 0 auto 10px;
	text-align: left;
	color: #555;
}

h1 a{
	text-decoration: underline;
	color: #555;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

a {
	text-decoration: none;
	color: #457;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

big
{
	font-size: 125%;
}

small
{
	font-size: 75%;
}


.button
{
	border: 1px solid #468;
	background-color: #468;
	color: #fff;
}

#wrap
{
	width: 980px;
	margin: 0 auto;
	min-width: 950px;
	overflow: hidden;
	background-color: #fff;
	border-right: 1px solid #779;
	border-left: 1px solid #779;
}

#header
{
	width: 950px;
	margin: 10px auto 5px;
	text-align: left;
	height: 70px;
	background-color: #fff;
}

#header a.menu
{
	float: left;
	display: block;
	font-size: 24px;
	margin-left: 20px;
	margin-top: 25px;
	margin-bottom: 15px;
	color: #888;
	text-decoration: underline;
}

#header_right
{
	float: right;
	width: 700px;
	padding-top: 18px;
	font-size: 18px;
	color: #8999B0;
	text-align: right;
}
 
#header_right a
{
	color: #8999B0;
}

#menu
{
	width: 950px;
	margin: 0 auto 10px;
	padding: 4px 0 5px 0;
	text-align: center;

	font-size: 11px;
	background: url('/images/header_bg.jpg') #8999B0 repeat-x;
	color: #fff;
}

#menu a
{
	color: #fff;
}

#content
{
	clear: both;
	margin: 0 auto 10px;
	padding-top: 0;
	padding-bottom: 5px;
	overflow: hidden;
	display: block; 
	width: 950px;
	background: #fff;
	text-align:left;
}

#main
{
	float: left;
	width: 700px;
}

#main h2
{
	font-size: 16px;
	margin: 10px 0 5px 0;

}

#main ul
{
  font-size:12px;
  margin:5px 30px;
}

#main ul li
{
  list-style:circle;
  margin-bottom:4px;
}

#sidebar
{
	float: right;
	width: 230px;
}

#sidebar h2
{
	vertical-align: middle;
	background: url('/images/header_bg.jpg') #8999B0 repeat-x;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	padding: 3px;
}

#sidebar .block
{
	overflow: hidden;
	border: solid 1px #eee;
	border-bottom: 0;
	margin-bottom: 10px;
}

#sidebar p
{
	overflow: hidden;
	border-bottom: solid 1px #eee;
	padding: 5px;
	background-color: #fafafa;
	text-align: left;
}

#add_account_message_box
{
	padding: 2px;
	font-size: 10px;
	text-align: center;
}

#search_account_message_box
{
	padding: 2px;
	font-size: 10px;
	text-align: center;
}

.name_field
{
	background:url('/images/email_sign.jpg') #fff no-repeat left center;
	padding-left:17px;
}

.index
{
	display: inline;
	color: #7c7;
	font-size: 10px;
	font-weight: normal;
	vertical-align: super;
	margin-left: 2px;
}

.red
{
	color: #c00;
}

.green
{
	color: #7c7;
}


.account_avatar
{
	float: left;
	width: 48px;
	height: 48px;
	border: 1px solid #eee;
	margin-right: 8px;
}

.account_avatar img
{
	width: 48px;
	height: 48px;
}

.account_name
{
	margin-bottom: 5px;
	font-weight: bold;
}
.account_subtitle
{
	margin-bottom: 3px;
}
.account_site
{

}

.account_descr
{
	font-size: 10px;
	margin-top: 4px;
	color: #aaa;
}

.account_last_statuses_text
{
	padding: 5px 5px 0 5px;
}

.account_last_statuses_text a
{
	text-decoration: underline;
}

.account_last_statuses_date
{
	font-size: 11px;
	font-style: italic;
	color: #666;
	padding: 2px 5px 5px 5px;

	border-bottom: 1px solid #eee;
}

.account_block
{
	margin-top: 10px;
	border: solid 1px #eee;
	padding: 5px;
	background-color: #fafafa;
}

.get_last_statuses
{
	text-align: center;
	padding: 5px;
	cursor: pointer;
	color: #fff;
	background: url('/images/header_bg.jpg') #8999B0 repeat-x;
}

.show_history
{
	text-align: center;
	cursor: pointer;
	color: #fff;
	padding: 2px;
	background: url('/images/header_bg.jpg') #8999B0 repeat-x;
}

.column
{
	float: left;
	width: 19%;
	margin-right: 5px;
	font-size: 12px;
	line-height: 1.2;
}

.column h2
{
	margin: 10px 0 4px 0;
	color: #090;
	font-size: 14px;
	font-weight: bold;
}

.plain_text
{

}

.plain_text a
{
	text-decoration: underline;
}

.plain_text p
{
	margin-bottom: 8px;
	line-height: 1.3;

}

.plain_text img
{
	float: left;
	margin: 0 10px 5px 0;
}

table.rating
{
	width: 100%;
	border-spacing:0px;

	border-bottom: solid 1px #eee;
	border-left: solid 1px #eee;
	border-right: solid 1px #eee;
	margin: 0 auto;
}

table.rating th
{
	vertical-align: middle;
	background: url('/images/header_bg.jpg') #8999B0 repeat-x;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
	padding: 3px;
}

table.rating td
{
	overflow: hidden;
	border-top: solid 1px #eee;
	padding: 5px;
	vertical-align: middle;
	text-align: left;
	color: #555;
}


table.account_stats
{
	width: 100%;
	border-spacing:0px;

	border-bottom: solid 1px #eee;
	border-left: solid 1px #eee;
	
	margin: 10px auto 0px;
}

table.account_stats th
{
	vertical-align: middle;
	background: url('/images/header_bg.jpg') #8999B0 repeat-x;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	padding: 3px;
}

table.account_stats td
{
	overflow: hidden;
	border-top: solid 1px #eee;
	border-right: solid 1px #eee;
	padding: 5px;
	vertical-align: middle;
	font-size: 20px;
	font-family:"Georgia", Times, serif;
	text-align: center;
	background-color: #fafafa;
	color: #555;
}

.table_account_avatar
{
	width: 25px;
	height: 25px;
	border: 1px solid #eee;
}

table.rating td a
{ 
	color: #245;
}

.odd
{
	background-color: #fafafa;
}

.even
{	
	background-color: #f5f5f5;
}

.pagination
{
	margin: 10px auto 10px;
	text-align: right;
}

.pagination a
{
	text-decoration: none;
	color: #666;
	padding: 3px;
	font-size: 10px;
	margin: 1px;
	border: 1px solid #e0e0e0	;
	background-color: #eee;
}

.pagination strong
{
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	padding: 3px;
	margin: 1px;
	border: 1px solid #a0a0a0;
	background-color: #aaa;
}

#footer
{
	width: 950px;
	margin: 10px auto 5px;
	padding: 3px 0 3px 0;
	text-align: center;
	
	font-size: 10px;
	background: url('/images/header_bg.jpg') #8999B0 repeat-x;
	color: #eee;
}

#footer a
{
	color: #fff;
}

.footer a:link, .footer a:visited, .footer a:active, .footer a:hover
{
	color: #444;
}
