.grid-view-loading
{
	background:url(loading.gif) no-repeat;
}

.grid-view
{
	padding: 15px 0;
}

.grid-view table.items
{
	background: white;
	border-collapse: collapse;
	width: 100%;
	border: 1px #D0E3EF solid;
}

.grid-view table.items th, .grid-view table.items td
{
	font-size: 0.9em;
	border: 1px white solid;
	padding: 0.3em;
}

.grid-view table.items th
{
	color: white;
/*	background: url("images/bg.gif") repeat-x scroll left top white;*/
	text-align: left;
}

.grid-view table.items th a
{
	color: #283128;
	text-decoration: none;
        font-weight: normal;
}

.grid-view table.items th a:hover
{
        font-weight: bold;
	color: #FFF;
}

.grid-view table.items th a.asc
{
	background:url(up.gif) right center no-repeat;
	padding-right: 10px;
}

.grid-view table.items th a.desc
{
	background:url(down.gif) right center no-repeat;
	padding-right: 10px;
}

.grid-view table.items tr.even
{
	background: white;
}

.grid-view table.items tr.odd
{
	background: #F4F4F4;
}

.grid-view table.items tr.selected
{
	background: #BCE774;
}

.grid-view table.items tr:hover
{
	background: #DDD;
}

.grid-view .link-column img
{
	border: 0;
}

.grid-view .button-column
{
	text-align: center;
	width: 60px;
}

.grid-view .button-column img
{
	border: 0;
}

.grid-view .checkbox-column
{
	width: 15px;
}

.grid-view .summary
{
	margin: 0 0 5px 0;
	text-align: right;
        border-bottom: 1px solid #DDD;
}

.grid-view .pager
{
	margin: 5px 0 0 0;
	text-align: right;
}

.grid-view .empty
{
	font-style: italic;
}

.grid-view .filters input,
.grid-view .filters select
{
	width: 100%;
	border: 1px solid #ccc;
}

.list-view-loading
{
	background:url(loading.gif) no-repeat;
}

.list-view .summary
{
	margin: 0 0 5px 0;
	text-align: right;
}

.list-view .sorter
{
	margin: 0 0 5px 0;
}

.list-view .pager
{
	margin: 5px 0 0 0;
	text-align: right;
}

.list-view .sorter
{
	font-size: 0.9em;
}

.list-view .sorter ul
{
	display: inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

.list-view .sorter li
{
	display: inline;
	margin: 0 88px 0 5px;
	padding: 0;
}

.list-view .sorter ul:first-child
{
	margin: 0 0 0 50px;
}

.list-view .sorter a.asc
{
	background:url(up.gif) right center no-repeat;
	padding-right: 10px;
}

.list-view .sorter a.desc
{
	background:url(down.gif) right center no-repeat;
	padding-right: 10px;
}

.fail{
    background: #FF7F50;
}
.stop {
    color: red!important;
}

.chooseTarif{
    border: 2px black;
    margin: 20px;
}

.discription{
    background: wheat;
}

.profileMenu li{
    display: inline;
}

.pays img, .trash img, .whotch img{
    padding: 4px;
    width: 12px;
}

.balance{
    font-weight: bold;
    color: #2cc0fc;
}

.balance a{
    color: #f8a602;
}

.payed {
    color: black;
    text-decoration: none;
    cursor: default;
}

.errorMessage{
    color: red;
}
