﻿body 
{
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 14px;
	background: #fff;
}

@media (max-width: 250px) 
{
	body 
	{
		font-size: 12px;
	}
}

img
{
	border: 0;
}

.container 
{
	position: absolute;
	top: 50px; 
	bottom: 50px; 
	left: 0; 
	right: 0;
	overflow: auto;
}

h2, ul, li, p 
{
	margin: 0px;
	padding: 0px;
}
	
.header 
{
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	border-bottom: 1px solid #ddd;
	text-align: center;
	height: 50px;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
}
	
.header img 
{
	width: 150px;
	margin-top: 14px;		
}

h2  
{
	color: #555;
	font-size: 18px;
	line-height: 50px;
	letter-spacing: -1px;
}


ul 
{
	list-style-type: none;
}
	
li 
{
	list-style-type: none;
	border-bottom: 1px solid #f2f2f2;
}

li img 
{
	display: block;
	width: 25px;
	height: 27px;
	float: left;
	margin: 4px 5px 0px 0px;
}
	
ul li a 
{
	display: block;
	overflow: hidden;
	padding: 10px;
	color: #444;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
	
ul li a:hover 
{
	background: #f2f2f2;
}	

ul li a:active 
{
	background: #eee;
}	
	
ul li p
{
	margin: 3px 0px 0px 0px;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

ul li .info 
{
	font-size: 11px;
	font-weight: normal;
}
	
span.info 
{
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 2px;
	font-size: 11px;
}		
	
span.gray 
{
	color: #999;
}
	
	
.footer 
{
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	border-top: 1px solid #ddd;
	text-align: center;
	height: 50px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
}

.footer img 
{
	width: 150px;
	margin-top: 14px;
}

.tip-holder 
{
	display: none;
	width: 180px;
	position: absolute;
	bottom: 45px;
	left: 50%;
	margin-left: -90px;
}

.tip
{
	background: #333;
	color: #eee;
	font-size: 13px;
	padding: 10px 0px;
	border-radius: 3px;
}

.arrow 
{
	width: 100%;
	height: 4px;
	background: url("/img/arrow-down.png") top center no-repeat;
}
