﻿/* CSS Document */

/****************
  Resetting 
 ****************/
* { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
html 
{ 
	font-size: 100.01%; 
} 
html, body 
{ 
	height: 100%; 
}
:focus, :active 
{ 
	outline: 0; 
}
a, a:visited 
{
	text-decoration: none;
}
a:hover 
{
	text-decoration: underline;
}
img 
{
	vertical-align:middle;
}

/****************
  --------
 ****************/
.cl 
{
	clear:left;
}
.cr 
{
	clear:right;
}
.cb 
{
	clear:both;
}
.b 
{
	font-weight:bold;
}
.fl 
{
	float:left;
}
.fr 
{
	float:right;
}

/****************
  Layout
 ****************/
body {}
.SectionTitle 
{
	background-color:Blue;
	font-size:14px;
	color:White;
}
.SectionTitle a
{
	color:White;
}
.SectionList 
{
	margin-bottom:10px;
	color:Black;
	background-color:#CCCCCC;
	clear:both;
}
.Item 
{
	clear:both;
	margin-bottom:5px;
}
.ItemImage
{
	float:left;
}
.ItemText 
{
	padding-left:75px;
}
.ItemTitle {}
.ItemDate {}
.ItemMore
{
	clear:both;
}
.divChooseCity
{
    width:100%;
    text-align:center;
}
.divChooseCity ul
{
    list-style:none;
}
.changeCity
{
    padding-bottom:3px;
}
.changeCityLink
{
    padding-top:2px;
    float:right;
}
.displayCityLink
{
    float:left;
}
#CommentBox_div ul,
#CommentBox_div ul li
{
 list-style-type:none;
}
