﻿.HeaderLayout
{
	width: 100%;
}

.HeaderLayout TD
{
	vertical-align: middle;
	padding: 5px 10px;
}

.Skins
{
	text-align: right;	
	width: 113px;
}

.SkinsList
{
	width: 113px;
	background: #662600;
	position: absolute;
	display: none;
	margin: 20px 0 0 0;
	padding: 1px 1px 0 1px;
}

.SkinsList DIV
{
	margin-bottom: 1px;
	background: #FFF;
	color: #662600;
	text-align: right;
	padding: 1px 5px;
	font-size: 11px;
	cursor: pointer;
}

.SkinActive
{
	background: #F0D1B8 !important;
	cursor: default !important;
}

.NewsContainer
{
	padding: 5px 0;
}

.NewsHeader
{
	width: 100%;
	margin: 0 0 5px 0;
}

.NewsHeader TD
{
	vertical-align: top;
	text-align: left;
}

.PlusImage
{
	width: 11px;
	height: 5px;
}

.Minus
{
	background: #662600 url('minus.gif') 0 0 no-repeat;
	cursor: pointer;
}

.Plus
{
	background: #662600 url('plus.gif') 0 0 no-repeat;
	cursor: pointer;
}

.NewsTitle
{
	width: 100%;
	padding: 5px 10px;
	background: #F0D1B8;
}

.NewsTitleActive
{
	background: #B4B4B4 url('title_line.gif') 0 0 repeat-y;
}

.NewsTitle A:LINK, .NewsTitle A:VISITED, .NewsTitle A:ACTIVE
{
	font-weight: bold;
	color: #662600;
}

.NewsText
{
	padding: 0 5px 5px 0;
	background: url('text_line.gif') 0 0 repeat-y;
}

.NewsText A:LINK, .NewsText A:VISITED, .NewsText A:ACTIVE
{
	color: #120681;
}
