form,body,html {
	margin:0; padding:0;
}

img {border: 0px;}
html, body
{
	height:100%;
}
body, * html TD, TR, INPUT, SELECT, TEXTAREA, OPTION, P {
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
}

INPUT, SELECT, TEXTAREA, OPTION {
	color: #000000;
	vertical-align: bottom;	
}

a {
	color: #2183A7;
	font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;	
	font-size: 9px;
	font-weight: normal;
}
a:hover {
	color: #339900;
}

a {
	color: #2183A7;
	font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;	
	font-size: 9px;
	font-weight: normal;
}

.unactive_link{
	color: #2183A7;
	font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;	
	font-size: 9px;
	font-weight: normal;
}

#header{
	width: 100%;
	background-color: #DAEBF1;
	border-style: none;
}
#header .logo {	
	padding-left: 9px;
	vertical-align: top;
}
#header .title {
	width: 100%;
	font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;	
	text-align: left;
	padding-right: 12px;
	color: #6EA9BE;
	font-size: 16px;	
	font-weight: bold;
	padding-top: 8px;
}

#footer{
	width: 100%;
	height: 31px;
	background-color: #DAEBF1;
	border-style: none;
}
#footer .version{
	padding-left: 18px;
	padding-bottom: 4px;
}

#footer .counters{
	text-align: right;
	padding-right: 4px;
}

#content {
	padding-left: 5px;
	padding-right: 5px;
}

#content ul.list { 
	list-style-type: none;	
	margin: 0px;
	padding: 0px 0px 0px 14px;
}

#content .title {
	font-weight: bold;
	font-size: 12px;
}

#content .title2 {
	font-weight: bold;
	font-size: 14px;
}
#content .title3 {
	color: #2183A7;
	font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;	
	font-size: 9px;
	font-weight: normal;
}

#content .subtitle {
	color: #005A7B;
	font-size: 13px;
	font-weight: bold;
}

a.link {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
}

span.link_bold {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}
a.link_bold {
	color: #005A7B;
	font-size: 11px;
	font-weight: bold;
}
/* Comments Tree */

.js-comment {
	font-style: normal;
	color: #000000;
}

.js-comment img {
	border: 0px;
}

.js-comment .title {
	font-size: 18px;
	color: #146AAD;
	padding-bottom: 10px;
}

.js-comment .best {
	padding: 6px;
	background-color: #DAEBF1;
}

.js-comment .holder {
	padding-bottom: 10px;
}

.js-comment .comment {
	width: 100%;
	overflow: hidden;
	background-color: #DAEBF1;
	padding: 0px;
	margin: 0px;
	padding-top: 3px;
}

.js-comment .sub {
	background-color: rgb(239, 239, 239);
}

.js-comment .best .comment {
	background-color: #FFFFFF;
}

.js-comment .best .comment .content {
	background-color: #DAEBF1;
}

.js-comment .comment .content {
	background-color: #FFFFFF;
	padding: 3px 0px 5px 5px;	
}

.js-comment .comment .date {
	font-size: 12px;
	margin: 2px 0 4px 10px;
}

.js-comment span.author {
	padding: 7px 0px 0px 0px;
	display: block;
}

.js-comment span.author span.name {
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	color:#76B9ED;
	font-size:11px;
}

.js-comment span.author .date {
	font-size: 11px;
}

.js-comment span.author  span.announce {
	font-weight: normal;
	color:#666666;
	font-size:11px;
}

.js-comment ul {
	margin: 0px 0px;
	padding: 3px 0px 0px 0px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

.js-comment ul.author {
	padding: 0px;
}

.js-comment ul.author  li {
	float: left;
	margin: 0px;
	padding: 0px;
}

.js-comment ul.author  li.avatar {
	height: 50px;
}

.js-comment ul.author  li.avatar div {
	position: relative;
	padding-right: 4px;
	margin: -2px 3px 0px 0px;
	width: 50px;
	height: 50px;
	background-image: url('');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFFFFF;
}

.js-comment .best ul.author  li.avatar div {
	background-color: #F1F6F9;
}

.js-comment ul.author  li.name {
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	padding-left: 5px;
	color:#76B9ED;
	margin-top:2px;
	font-size:11px;
	margin-left: 0px;
}

.js-comment ul.rating {
	float: right;
	padding: 0px 3px 0px 0px;
}

.js-comment ul.rating  li {
	float: right;
	padding: 0px;
	margin: 0px;
}

.js-comment ul.rating  li.buttons {
	margin-left: 3px;
}

.js-comment ul.rating  li.buttons div {
	margin-left: 3px;
}

.js-comment ul.rating  li.buttons div img {
	margin: 3px 1px 0px 0px;
}

.js-comment ul.rating  li.votes {
	font-weight: bold;
	margin-top: 1px;
}

.js-comment ul.rating  li.votes .s  {
	color: red;
}

.js-comment ul.rating  li.votes .ns  {
	color: blue;
}

.js-comment .replies  {
	color: blue;
	font-size: 11px;
	padding: 0px 0px 20px 0px;
	text-align: right;
	color: rgb(140, 140, 140);
	font-weight: normal;
	background-color: #FFFFFF;
}

.js-comment .replies-announce  {
	color: blue;
	font-size: 11px;
	padding: 5px 0px 0px 0px;
	text-align: left;
	color: rgb(140, 140, 140);
	font-weight: normal;
	background-color: #FFFFFF;
	margin-left:30px;
	clear: both;
}

.js-comment .replies a,
.js-comment .replies-announce a {
	font-weight: normal;
	text-decoration: underline;
}

.js-comment .replies a:hover,
.js-comment .replies-announce a:hover {
	text-decoration: underline;
}

.js-comment .replies .reply {
	float: right;
}

.js-comment .replies-announce .reply {
	float: left;
}

.js-comment .replies .loading,
.js-comment .replies-announce .loading {
	float: right;
	margin-top: -5px;
	margin-left: 10px;
	display: none;
	width: 18px;
	height: 18px;
}

.js-comment .pages .loading {
	display: none;
	height: 18px;

	font-weight: bold;
	white-space: nowrap;
}

.js-comment .pages .loading img {
	vertical-align: middle;
}

.js-comment .pages {
	position: relative;
}

.js-comment .pages .ppageslink .title {
	position: relative;
	float: left;
	font-size:11px;
	color:#000000;
	font-weight: normal;
	padding: 0px;
}

.js-comment .pages .ppageslink {
	position: relative;
	height: 18px;
}

.js-comment .pages .ppageslink a,
.js-comment .pages .ppageslink .ppageslink_active {
	position: relative;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 5px;
	float: left;
	display:block;
}

.js-comment .pages .ppageslink .ppageslink_active {	
	font-weight: bold;
}

/*End: Comments*/


div.marker_title {
	padding-left: 18px;
	background: url(/_img/design/201001_mobile/marker.gif) no-repeat 8px 6px;
}

.title_big {
	color: #6EA9BE;
	font-size: 16px;
	font-weight: bold;
}


/* Weather */
.weather .now {
	font-size: 14px;
	color: #6EA9BE;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;	
}

.weather .date {
	border-right: solid 1px #000000;
	padding-right: 10px;
	text-align: right;
	vertical-align: top;
	width: 55%;
}

.weather .date2{
	border-right: solid 1px #000000;
	padding-right: 10px;
	text-align: left;
	vertical-align: top;
	width: 55%;
} 


.weather .date div {
	position: absolute; 
	text-align: left;
	left: 5px;
}

.weather .temp{
	text-align: left;
	width: 45%;
	padding-left: 10px;
} 


.weather .list .hour {
	font-size: 10px; 
	color: #6EA9BE; 
	font-weight:bold;
	display: block;
	text-align: right;
	padding-top: 2px;
}

.weather .desc{
	padding-left: 6px;
}

.weather ul.letters {
	list-style-type: none;	
	padding: 0px;
}

.weather ul.letters li{
	float: left;
	position: relative;
	padding-left: 3px;
}

/* End: Weather */

#content .bg_color2 {
	font-weight: bold;
}

.marker_title2{
	padding-top: 10px;
	padding-left: 23px;
	background: url(/_img/design/201001_mobile/marker.gif) no-repeat 13px 15px;
}
.marker_title3{
	padding-top: 10px;
	padding-left: 19px;
	background: url(/_img/design/201001_mobile/marker.gif) no-repeat 8px 15px;
}
.maintitle {
	color: #005A7B;
	font-size: 11px;
	font-weight: bold;
}

.error
{
	color: red;
	padding: 5px;
}