body
{
	margin: 0;
	padding: 0;
	color: #393939;
	font: normal 10pt Arial,Helvetica,sans-serif;
	background: #f8f8f8;
}

#page
{
	background: white;
}

#content
{
    padding: 10px 0;
}

#sidebar
{
	padding: 20px 0 20px 0;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 1em;
	padding: 5px 0;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}
.container{
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}

#header{
    background: #3b5998;
}

#logo{
    float: left;
    width: 190px;
    height: 45px;
}

#logo:hover{
    background: #617bb3;
}

.mainmenu li{
    float: left;
    line-height: 45px;
    list-style: none;
}

.mainmenu li a{
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0 10px;
}

.mainmenu li a:hover,.mainmenu li.active a{
    background: #617bb3;
}

.content{
    padding: 15px;
}

h1{
    font-size: 16px;
    color: #3b5998;
    font-weight: 700;
    margin-bottom: 10px;
}

#footer{
    padding: 10px 0;
    text-align: center;
    color: #aaaaaa;
    border-top: 1px solid #f8f8f8;
    font-size: 11px;
}

.breadcrumbs{
    padding-bottom: 5px;
}

.portlet
{

}

.portlet-decoration
{
    padding: 3px 8px;
    background: #617bb3;
}

.portlet-title
{
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: #ffffff;
}

.portlet-content
{
    font-size:0.9em;
    margin: 0 0 15px 0;
    padding: 5px 8px;
    background:#e7efff;
}

.portlet-content ul
{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin: 0;
    padding: 0;
}

.portlet-content li
{
    padding: 2px 0 4px 0px;
}

.operations
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.operations li
{
    padding-bottom: 2px;
}

.operations li a
{
    font-size: 12px;
    font-weight: bold;
    color: #0066A4;
    display: block;
    padding: 2px 0 2px 8px;
    line-height: 15px;
    text-decoration: none;
}

.operations li a:visited
{
    color: #0066A4;
}

.operations li a:hover
{
    color: #ffffff;
    background: #7893cc;
}

.statTable{
    width: auto;
}

.statTable th{
    background: #617bb3;
    color: #ffffff;
    text-align: center;
}

#stats-grid table.items tbody>tr:last-child td{
    background: #ffffff;
    font-weight: bold;
}

#help{
    padding: 10px 0;
    color: red;
}

#help ul li{
    list-style: none;
}

textarea{
    font-size: 12px;
}

#tvchat-form textarea{
    font-size: 14px;
}

.etirof table tr:nth-child(odd){
    background: #f5f5f5;
}

.etirof table tr span.percent{
    display:block;
    height:13px;
    background:#a9c7ff;
}

.UITable{
    background: white;
    border-collapse: collapse;
    width: 100%;
}

.UITable tr th{
    background: #617bb3;
    color: #fff;
}

.UITable tr:nth-child(odd){
    background: #E5ECF9;
}

.UITable tr:nth-child(even){
    background: #F8F8F8;
}

.active {
    background: #E9F9E5!important;
}

.deactive {
    background: #FFD8DF!important;
}