﻿html
{
	height: 100% !important;
}

body
{
	height: 100% !important;
}

.img_banner
{
	width:100%;
	height:auto;
}

.rowlist_header
{
	display: block;
	width: 100%;
	height: 50px;
	padding: 10px;
	margin: 0px;
	line-height:30px;
	font-size:20px;
}

.rowlist_badge
{
	float:right;
	height:30px;
	width:30px;
	border-radius:15px;
	line-height: 28px;
	font-size: 30px;
	text-align: center;
	padding: 0px 0px;
}

.rowlist_badge:hover
{
	text-decoration:none;
}

.rowlist_item
{
	display: block;
	width: 100%;
	height: 36px;
	padding: 5px;
	margin: 0px;
}

.selected_item
{
	background-color:#808080;
}

td 
{
    width: auto;
}

td.min, th.min
 {
    width: 1%;
    white-space: nowrap;
}