﻿body
{
	display:table;
}

.inbody 
{
	display:table-row;
}

.login .user 
{
	display:table-cell;
}

.mainLogo
{
	display:table-cell;
	vertical-align:top;
}

.t_common
{
	vertical-align:top;
	display:table-cell;
	width:100%;
}

.t_top
{
	display: block;
}

.big
{
	display: block;
}

.main
{
	display: table-cell;
	vertical-align:top;
}

.right
{
	display: table-cell;
	vertical-align:top;
}
/*
.footer
{
	display:block;
}
*/
.mainNews 
{
	display:table;
	width:100%;
}

.mainNews .container
{
	display:table;
}

/*
.cityWeather
{
	display: table;
}

.cityWeather .location
{
	display:table-row;
}

.cityWeather .common 
{
	display:table;
	width:100%;
}

.cityWeather .day
{
	display:table-cell;
}

.cityWeather .header
{
	display: table;
	width:100%;
}

.cityWeather .container
{
	display:table;
	width:100%;
}

.cityWeather .quoter
{
	display: table-cell;
}
/*
.cityWeather .more 
{
	display:table;
	width:100%;
}
*/
.quote 
{
	border-collapse:separate;
}

.currency 
{
	display:block;
}

.currency .title
{
	display:block;
}

.currency .title p
{
	display:block;
}

.currency .row
{
	display:block;
}

.currency .more
{
	display:block;
}

.news .title 
{
	display:table;
}