/* сброс стилей css, заданных в браузерах по умолчанию, по Эрику Майеру:
http://meyerweb.com/eric/tools/css/reset/index.html
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	/* обнуление границ, отступов, рамок и обводок */
	margin: 0;
	/* снизу добавляется отступ в 3 пикселя */
	padding : 0 0 3px 0;
	border: 0;
	outline: 0;
	/* заимствование стилей шрифта из родительских элементов */
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	/* нормальный размер шрифта по умолчанию */
	font-size: 100%;
	/* выравнивание по базовой линии для всего */
	vertical-align: baseline;
	/* прозрачный фон по умолчанию */
	background: transparent;
}
html {
    overflow: auto;
}
html:not(:nth-child(1)) {
    overflow: visible; /* KHTML сам нарисует скроллинг, не будем ему мешать */
}
html, body {
    width: 100%;
    height: 100%;
}
body{
	/* используемые шрифты */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/* одинаковый межстрочный интервал по умолчанию */
	line-height: 1;
	/* одинаковый цвет шрифта, отступ, фон по умолчанию */
	color:#000;
	text-indent: 0px;
	background-color:#FFFFDC;
	/* избегание проблемы центрирования в младших браузерах IE */
	text-align: center;
}
/* удаление маркеров из списка по умолчанию */
ol, ul {
	list-style: none;
	text-align: left;
	text-indent: 0;
}
/* Удаление возможных кавычек (") из цитат <q> и длинных цитат <blockquote>. */
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* все элементы в фокусе (на которые перешли, например, Tab'ом) имеют единый вид  */
:focus {
	outline: 0;
}
/* обозначение вставок и удаления */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
input {
	-x-system-font:none;
	border:1pt solid #000;
	color:#000;
	font-family:tahoma;
	font-size:10px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:0px 0px 5px;
}
/* Установка 'cellspacing="0"' для таблиц в разметке */
table, caption, th, td {
	/* удаление "двойных границ" у ячеек в таблицах */
	border-collapse: collapse;
	/* border-spacing: 0; */
	/* цвет фона, стиль рамки, расстояния между ячейками и отступы для таблицы */
	background-color: #DBB652;
	color : #fff;
	border : 1px solid white;
	margin : 2px;
	padding : 5px;
}
table {
	border : 2px double #7B5900;
}
caption, th, td { 
	text-align: left;
	font-weight:400;
}
td p {
	text-indent:0;
	line-height:120%;
	color : #fff;
}
a img { border: none; }
a:active {
	outline: none;
	}
a:focus {
	-moz-outline-style: none;
	}
strong {
	font-weight: bold;
}
/* сброс стилей закончен*/

/* общие стили */
/* увеличение межстрочного интервала в параграфах текста по умолчанию, для удобочитаемости */

a:link, a:visited {
text-decoration:underline;
color : #7B5900;
}
a:hover, a:active{
text-decoration:none;
}
/* Общая обертка для всей страницы */
#all_wrapper {
	/*Задание минимальной ширины страницы при блочной верстке, чтобы при сужении браузера, информация не съезжала в кучу*/
	width: expression((documentElement.clientWidth||document.body.clientWidth)<980?'980px':''); /* Internet Explorer <= 6.0 */
	min-width: 980px; /* Opera & FireFox & Internet Explorer 7.0 */
	max-width: 1200px;
	width: 100%;
	/* центрирование страницы по горизонтали и расстояния от верхнего и нижнего края */
	margin: 10px auto;
	text-align: left;
    height: auto !important;
    height: 100%; /* для IE6 */
    min-height: 100%;
}
* html #all_wrapper { overflow: visible; } /* для IE6 */
#wrapper {
    padding: 0 240px;
    overflow: hidden;
    float: left; /* IE 5.01 */
    float/**/: none;
    position: relative;
	float: left;
	margin: 0px auto;
	text-align: left;
}

/* Разрыв строки с этим классом используется для очистки плавающих контейнеров с обоих сторон */ 
.brclear { 
	clear:both; 
	height:0; 
	margin:0; 
	font-size: 1px; 
	line-height: 0; 
} 

/* оформление общего заголовка */
	#header{
		width:100%;
		background-image: url(images/header-bg.gif);
		background-repeat: no-repeat;
		background-position: left top;
		padding:0;
		margin:0;
		clip: rect(auto,auto,auto,auto);
	}
	/* обертка для логотипа и названия сайта */
		#left-corner{
			position:absolute;
			margin:0;
			padding:0;
			text-align:left;
			width: /* 400px */100%;
			z-index: 100;
		}
			/* логотип */
			#logo{
				position:absolute;
				margin: 20px 0 0 80px;
			}
			/*название сайта*/
			#sitename {
				padding:0;
				width: auto;
				margin: 0 4px;
			}
				#sitename h1 { 
				font-size : 26px;
				font-weight:bold;
				margin:0;
				padding:0 0 0 150px;
				float:left;
				text-align:left;
				} 
				#sitename h1 a {
				text-decoration:none;
				color:#453200;
				} 
				#sitename h1 a:hover {
				background-color:#FFFFDC;
				} 
		/*девиз*/
		#slogan {
			background:url(images/slogan-bg.gif) no-repeat right top;
			height:158px;
			width:430px;
			float:right;
			margin:0;
			font-weight:bold;
		}
			#slogan h2 {
				position:absolute;
				margin: 140px 0 0 230px;
			}
/********ГОРИЗОНТАЛЬНОЕ МЕНЮ ПОДСАЙТОВ ***********/
#subsitemenu {
/* 	padding: 3px; 
	-moz-border-radius: 4px 4px 0 0; */
}

#subsitemenu ul {
	-moz-border-radius: 8px 8px 0 0;
	border: 1px solid #A78524;
	outline: 0 none;
	background: #A78524;
	clear:both;
	zoom: 1;
	margin: -30px 0 0 0;
	padding:0 10px;
}

*+html #subsitemenu ul { min-height: 1px; }/* для ie7 */

#subsitemenu li {
	display: block;
	position: relative;
	background: none repeat scroll 0 0 #DBB652;
	border: 1px solid #FFFFDC;
	-moz-border-radius: 8px 8px 0 0;
	position: relative; 
	float: left; 
	border-bottom-width: 0 !important; 
	margin: 0 2px -1px 0;
/* 	width: 196px; */
	padding: 8px 16px;
}
#subsitemenu li a {
	float: left; 
	text-decoration: none;
	text-align: center;
}
#subsitemenu li a:hover {
	color: #fff;
}

* html #subsitemenu li { position:static;}

#subsitemenu a {
display: block;
}
#subsitemenu .cur, #subsitemenu .cur a, #subsitemenu .cur a:hover {
	display: block;
	position: relative;
	background: #FFFFDC;
/* 	border: 1px solid #A78524; */
/* 	-moz-border-radius: 8px 8px 0 0; */
	position: relative; 
	float: left; 
	border: 1px solid #FFFFDC;
/* 	border-bottom-width: 0 !important;  */
	margin: 0 2px -1px 0;
/* 	width: 196px; */
/* 	padding: 8px 16px; */
	color: #7B5900;
}

/* ОСНОВНОЕ СОДЕРЖИМОЕ */
/* общая обертка для основного содержимого */
#content-wrapper{
	color:#000;
 	width: 100%;
	float: left;
/* 	margin-left: 240px; */
/*  	padding: 10px; */
	position: relative;
}
		/* установка основных стилей оформления текста для содержимого сайта */
		#content-wrapper h1, #content-wrapper h2, #content-wrapper h3 { 
			color:#7B5900;
			font-weight: bold;
			margin:4px 0 0 0;
		} 
		
		#content-wrapper h1 { 
			font-size : 100%;
		} 
		
		#content-wrapper h2 { 
			font-size : 90%;
		} 

		#content-wrapper h3 { 
			font-size : 80%;
		} 
		#content-wrapper p {
			font-size : 80%;
			text-align: justify;
		}
		#content-wrapper td, #content-wrapper  dl,#content-wrapper label {
			font-size: 80%;
		}
		#content-wrapper ol {
			font-size : 80%;
			list-style: none;
			text-align: left;
			list-style: decimal;
			list-style-position: inside;
			padding: 0 10px;
		}
		#content-wrapper ul {
			font-size : 80%;
			list-style: none;
			text-align: left;
			list-style: disc;
			list-style-position: inside;
			padding: 0 10px;
		}
		#content-wrapper li ul	 {
		font-size : 100%;
		list-style: circle;
		list-style-position: inside;
		padding: 0 20px;
		}
	/* основные баннеры вверху */
	#main-sub-content{
		text-align : left;
		width: auto;
		padding:0 10px;
	}
	/*местоположение на сайте*/
	.breadcrumb {
	font-size: 90%;
	margin:4px 0;
	padding: 0px 10px;
	color: #666666;
	text-align:left;
	}
		#breadcrumb a:link, #breadcrumb a:visited { 
		color : #7B5900;
		padding:0 10px;
		}
		#breadcrumb a:hover, #breadcrumb a:active { 
		color : #666666;
		padding:0 10px;
		} 
	/* название страницы */
	#pagetitle {
		color:#666666;
		text-align:left;
		font-weight:bold;
		font-size : 100%;
		margin:4px 0 0 0;
		padding:0 10px;
	}
	/*основное содержимое*/
 	#main_content{
		padding:0 10px;
	}
	#main_content p{
	line-height: 1.2;
	margin-bottom: 1em;
	}
	
/* ЛЕВАЯ БОКОВАЯ ЧАСТЬ */
/* общая обертка для левой части */
#left-wrapper {
	position: relative;
    float:left;
	/* обязательное включение ширины! */
	width: 240px;
	text-align:left;
	background-color:#DBB652;
	border-top-color: #DBB652;
	border-right-color: #DBB652;
	border-bottom-color: #DBB652;
	border-left-color: #DBB652;
 	position: relative; 
	margin-left: -100%;
	right: 240px;
}

#left-wrapper p {
	margin-bottom: 1em;
}
	#left-wrapper  img{
		margin:  6px 0;
	}
	#left-wrapper h1 { 
		margin:0;
		padding:3px;
		font-weight:bold;
		font-size : 80%;
		background-color:#A78524;
		text-align:center;
		color:#fff;
	} 
	#left-wrapper h2 { 
		margin:0;
		padding:3px;
		font-weight:bold;
		font-size : 75%;
		background-color:#A78524;
		text-align:center;
		color:#fff;
	} 
	#left-wrapper h3 { 
		margin:0;
		padding:3px;
		font-weight:bold;
		font-size: 70%;
		background-color:#A78524;
		text-align:center;
		color:#fff;
	} 
	#left-wrapper p { 
		font-size: 80%;
		color : #fff;
	} 
	#left-wrapper a { 
		color : #fff;
	}
	#left-wrapper td {
		border : 0px;
		font-size: 80%;
	}
	#left-wrapper table {
		border : 0px;
	}
	
/* МЕНЮ СЛЕВА */
/* обертка для всего меню */
#menu-wrapper{/*for ie6*/
padding:0;
background:url(images/nav-bg.jpg) top center repeat-y;
}
/* основное */
	#menu {
		margin:0 auto;
		padding:0;
		display: block;
	}
	#menu ul{
		margin: 0;
		padding: 0;
		border: 0;
		list-style-type: none;
	}
	*+html #menu ul { min-height: 1px; }/* для ie7 */
	/* уровень 1 */
	#menu li {
		margin: 0;
		padding: 0;
		border: 0;
		display: block;
		position: relative;
	}
	#menu a {
		display: block;
	}
	#menu li li {
		width: 100%;
	}
	/* исправление позиции для меню 2-ого уровня. Сначала нужно убедиться, что не выводятся горизонтальные полосы прокрутки при начальной загрузке страницы... */
	#menu li li ul {
		top: 0;
		right: 0;
	}
	/* ...а затем поместить его туда, куда нужно */
	#menu li li:hover ul {
		left: 130px;
	}
	/* изначально все подменю скрыты */
	#menu li ul {
		display: none;
		position: absolute;
		z-index: 10;
	}
	/* отображение подменю при наведении мышки */
	#menu li:hover>ul {
		display: block;
		top:0;
		right:-150px;
	}
	/* это необходимо для стиля #menu div - отображение плавающих LI внутри основного */
	#menuList:after {
		content: ".";
		height: 0;
		display: block;
		visibility: hidden;
		overflow: hidden;
		clear: both;
	}
	/* оформление */
	#menu {
		font-size : 12px;
	}
	#menu:after{
		content:'.';
		display:block;
		height:1px;
		line-height:1px;
		clear:both;
		visibility:hidden;
	} 
	#menu li  {
		border-bottom:solid #C8A852 1px;
	}
	#menu li li {
		width: 130px;
	}
	#menu li a {
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		color: #fff;
		background:url(images/active.jpg) top no-repeat;
		padding: 4px 0;
		border-top:1px solid #FFEFD4;
		border-bottom:1px solid #745505;
		margin:0;
	}
	#menu li a:hover {
		color:#000;
	}
	#menu li:hover>a {
		color:#000;
	}
	#menu li li a {
		text-transform: none;
		text-decoration: none;
		text-align:center;
		color: #fff;
		background:url(images/active.jpg) top no-repeat;
		padding: 4px 0;
		border-top:1px solid #FFEFD4;
		border-bottom:1px solid #745505;
		margin:0;
	}
	#menu li ul li a:hover {
		color:#000;
	}
	#menu li li:hover>a {
		color:#000;
	}
	#menu li ul {
		width: 130px;
		background:#C8A852;
		padding:0 10px;
	}
	#menu li li ul {
		border:0px;
	}
	#menu li li li:first-child {
	}
	#menu li li.submenu>a:after {
		content: "";
	}
	/*блок поиска*/
	#search{
		margin:2px;
		font-size: 90%;
		color : #666666;
		float:none;
	}
	#search input {
		font-size:80%;
	}
	#searchform input.button {
		border: 1px solid #666;
		font-size: 10px;
		color: #666;
		background: #e0e0e0;
		margin:0 0 0 5px;
	}
	/*содержимое слева*/
	#left {
		margin : 0;
		padding: 10px;
	}
	#left ol {
		font-size : 80%;
		color : #fff;
		list-style: none;
		text-align: left;
		list-style: decimal;
		list-style-position: inside;
		padding: 0 10px;
	}
	#left ul {
		font-size : 80%;
		color : #fff;
		list-style: none;
		text-align: left;
		list-style: disc;
		list-style-position: inside;
		padding: 0 10px;
	}
	#left li ul {
		font-size : 100%;
		list-style: circle;
		list-style-position: inside;
		padding: 0 20px;
		}
		
	/*банныеры слева*/
	#left-sub-content {
		margin : 0;
		text-align : left;
		padding: 10px;
	}
	#left-sub-content ol {
		font-size : 80%;
		color : #fff;
		list-style: none;
		text-align: left;
		list-style: decimal;
		list-style-position: inside;
		padding: 0 10px;
	}
	#left-sub-content ul {
		font-size : 80%;
		color : #fff;
		list-style: none;
		text-align: left;
		list-style: disc;
		list-style-position: inside;
		padding: 0 10px;
	}
	#left-sub-content li ul {
		font-size : 100%;
		list-style: circle;
		list-style-position: inside;
		padding: 0 20px;
		}

/* ПРАВАЯ БОКОВАЯ ЧАСТЬ */
/* общая обертка для правой части */
#right-wrapper {
	float: left;
    margin-right: -100%;
	/* float:right; */
	/* обязательное включение ширины! */
	width: 240px;
	text-align:left;
	background-color:#DBB652;
/* 	margin-left: -100%; */
	position: relative;
	color : #fff;
}
#right-wrapper p {
	margin-bottom: 1em;
}
	#right-wrapper  img{
		margin:  6px 0;
	}
	#right-wrapper h1 { 
		margin:0;
		padding:3px;
		font-weight:bold;
		font-size : 80%;
		background-color:#A78524;
		text-align:center;
		color:#fff;
	} 
	#right-wrapper h2 { 
		margin:0;
		padding:3px;
		font-weight:bold;
		font-size : 75%;
		background-color:#A78524;
		text-align:center;
		color:#fff;
	} 
	#right-wrapper h3 { 
		margin:0;
		padding:3px;
		font-weight:bold;
		font-size: 70%;
		background-color:#A78524;
		text-align:center;
		color:#fff;
	} 
	#right-wrapper p { 
		font-size: 80%;
		color : #fff;
	} 
	#right-wrapper a { 
		color : #fff;
	}
	#right-wrapper td {
		border : 0px;
		font-size: 80%;
	}
	#right-wrapper table {
		border : 0px;
	}
	#right-wrapper ol {
		font-size : 80%;
		list-style: none;
		text-align: left;
		list-style: decimal;
		list-style-position: inside;
		padding: 0 10px;
	}
	#right-wrapper ul {
		font-size : 80%;
		color : #fff;
		list-style: none;
		text-align: left;
		list-style: disc;
		list-style-position: inside;
		padding: 0 10px;
	}
	#right-wrapper li ul {
		font-size : 100%;
		list-style: circle;
		list-style-position: inside;
		padding: 0 20px;
	}
	
/* БЛОК РЕГИСТРАЦИИ НА САЙТЕ */
#login {
	text-align: left;
	margin: 0px 7px;
	width: auto;
	font-size : 80%;
}
#login table {
	border : 0px;
}
#login td {
	border : 0px;
}
#login th {
	border : 0px;
}
 
	/*содержимое справа*/
	#right {
		margin : 0;
		text-align : left;
		padding: 10px;
	} 
	/*банныеры справа*/
	#right-sub-content {
		margin : 0;
		text-align : left;
		padding: 10px;
	} 

/* нижний колонтитул */
#footer {
	margin: 0;
	width: 100%;
	padding: 10px 0;
	color: #C8A852;
	text-align: center;
	clear:both;
}
/* навигация снизу */
.bottom-nav {
	padding:4px 10px;
	margin:0;
	background-color:#DBB652;
	font-size:80%;
}
.bottom-nav a {
	color: #7B5900;
}
.bottom-nav a:hover { 
	color: #fff;
} 
/* авторские права */
.copyright {
	font-size: 80%;
	color: #fff;
	padding:5px 0 5px 0;
	margin:0;
	text-align:center;
	background-color:#DBB652;
}
.copyright a {
	color: #fff;
	padding:5px 0 5px 0;
	margin:0;
	text-align:center;
}
.contact {
	font-size:80%;
	color: #fff;
	background-color:#DBB652;
}



/*******************************************/
/************* Extension Styles *************/
/*******************************************/

/************ tt_news extension ***********************/


/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	height:1px;
	border:none;
}
.top-block .news-list-container HR.clearer, .top-block .news-single-item HR.clearer, .top-block .news-latest-container HR.clearer{
	clear:right;
	height:1px;
	color:#fff;
	border:none;
	background-color:#fff;
}
.news-latest-container HR.clearer {
	clear:left;
}

/*-----------------------------------  tt_news последние новости  -----------------------------------*/

.news-latest-container {
	color:#000;
}
.news-latest-container H2 {
	padding:3px;
	font-size: 1 em;
}
.news-latest-gotoarchive {
	font-weight:bold;
	margin-top:5px;
	padding:3px;
}
.news-latest-gotoarchive A:LINK, 
.news-latest-gotoarchive A:VISITED, 
.news-latest-gotoarchive A:HOVER {
}
.news-latest-gotoarchive A {
	font-size: .9em;
}
.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:3px;
	/*margin:3px;
	border:1px solid #666;*/
}
.news-latest-item IMG {
	margin-bottom:5px;
	margin-right:5px;
	float:left;
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-latest-date,
.news-latest-morelink,
.news-latest-category {
	font-size:.6em;
}
.news-latest-morelink {
	height:12px;
}
.news-latest-morelink A {
	float:right;
	color:#000;
}

/** Left Styles**/

#left .news-latest-container .news-latest-item .news-latest-morelink a:link, 
#left .news-latest-container .news-latest-item .news-latest-morelink a:visited,
#left .news-latest-container .news-latest-item .news-latest-morelink a:hover,
#left .news-latest-container .news-latest-item .news-latest-morelink a:active,
#left .news-latest-container .news-latest-item .news-latest-date a:link, 
#left .news-latest-container .news-latest-item .news-latest-date a:visited,
#left .news-latest-container .news-latest-item .news-latest-date a:hover,
#left .news-latest-container .news-latest-item .news-latest-date a:active{
	color:#fff;
}

#left .news-latest-container H2 {
	padding:3px;
	font-size: 1em;
}
#left .news-latest-gotoarchive {
	padding:3px;
}

#left .news-latest-item h3,
#left .news-latest-item h3 a:link,
#left .news-latest-item h3 a:visited, 
#left .news-latest-item h3 a:hover{
}

/*--------------------------------- tt_news список  -----------------------------------*/
.news-list-container {
	/*border:1px solid #000;
	background-color:#BBE53A;*/
}
.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:3px;
	margin:3px;
	/*border:1px solid #666;
	background-color:#F9FFE5;*/
}
.news-list-item h3 {
      font-size: 120%;
}
.news-search-form {
	padding:3px;
	margin-bottom:5px;
	/*border:1px solid #666;
	background-color:#F9FFE5;*/
}
.news-search-emptyMsg{
	margin:0px;
}
.news-search-form FORM {
	margin:0px;
}
.news-list-container H3 {
	margin-bottom: 0px;
	padding: 0px;
	/*border-bottom: 1px solid #769024;
	background-color: #769024;*/
}
.news-list-container H3 A:LINK,
.news-list-container H3 A:VISITED {
	padding-left:2px;
    text-decoration: none;
}
.news-list-container H3 A:HOVER {
	/*padding-left:2px;*/
    text-decoration: underline;
}
/*.news-list-container H3 A {
	color:#fff;
}*/
.news-list-container P {
	padding-left:3px;
}
.news-list-date {
	float: right;
	/*width: 180px;*/
	text-align: left;
	/*height: 20px;
	margin-top: -2px;
	margin-right: -2px;*/
	font-size: 9px;
	font-weight: normal;
	/*background-color: #F9FFE5;*/
}
.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;
}
.news-list-container IMG {
	float: right;
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
}
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-list-morelink,
.news-list-category {
	font-size:10px;
	margin-left:3px;
}
.news-list-morelink  {
	margin-bottom:3px;
    font-weight: bold;
}
.news-list-morelink a:link, .news-list-morelink a:visited {
}
.news-list-morelink a:hover, .news-list-morelink a:active {
}
.news-list-browse {
	text-align: center;
}


/** Main styling **/

#main-content .news-list-container {
	/*border:1px solid #000;
	background-color:#BBE53A;*/
}
#main-content .news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:3px;
	margin:3px;
	/*border:1px solid #666;
	background-color:#F9FFE5;*/
}
#main-content .news-list-item h3 {
      font-size: 1.15em;
}
#main-content .news-search-form {
	padding:3px;
	margin-bottom:5px;
	/*border:1px solid #666;
	background-color:#F9FFE5;*/
}
#main-content .news-search-emptyMsg{
	margin:0px;
}
#main-content .news-search-form FORM {
	margin:0px;
}
#main-content .news-list-container H3 {
	margin-bottom: 0px;
	padding: 0px;
	/*border-bottom: 1px solid #769024;
	background-color: #769024;*/
}
#main-content .news-list-container H3 A:LINK, #main-content .news-list-container H3 A:VISITED {
	padding-left:2px;
    text-decoration: none;
}
#main-content .news-list-container H3 A:HOVER {
	/*padding-left:2px;*/
    text-decoration: underline;
}
/*#main-content .news-list-container H3 A {
	color:#fff;
}*/
#main-content .news-list-container P {
	padding-left:3px;
}
#main-content .news-list-date {
	float: right;
	text-align: left;
	font-size: .8em;
	font-weight: normal;
	/*background-color: #F9FFE5;*/
}
#main-content .news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;
}
#main-content .news-list-container IMG {
	float: right;
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
}
#main-content .news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}
#main-content .news-list-morelink, #main-content .news-list-category {
	font-size:10px;
	margin-left:3px;
}
#main-content .news-list-morelink  {
	margin-bottom:3px;
        font-weight: bold;
}
#main-content .news-list-morelink a:link, #main-content .news-list-morelink a:visited {
}
#main-content .news-list-morelink a:hover, #main-content .news-list-morelink a:active {
}
#main-content .news-list-browse {
	text-align: center;
}

	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
	margin:3px;
	padding:3px;
}
.top-block .tx-ttnews-browsebox {
	margin-top:0px;
	padding-top:0px;
	padding:3px;
	background:none;
	border:none;
}
.tx-ttnews-browsebox TD {
	font-size: .8em;
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-ttnews-browsebox-SCell P,
.tx-ttnews-browsebox TD P{
	margin:0px;
}
.tx-ttnews-browsebox-SCell {
}
.tx-ttnews-browsebox-SCell a:link, 
.tx-ttnews-browsebox-SCell a:visited {
	font-size: 1em;
}
.tx-ttnews-browsebox-SCell a:hover, 
.tx-ttnews-browsebox-SCell a:active{
}
.tx-ttnews-browsebox a:link, 
.tx-ttnews-browsebox a:visited {
	font-size: 1em;
}
.tx-ttnews-browsebox a:hover, 
.tx-ttnews-browsebox a:active{
}
.news-search-emptyMsg {
	font-size: .9em;
	margin-left: 10px;
}
	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding:5px;
	margin-bottom:5px;
	/*border:1px solid #666;
	background-color:#F9FFE5;*/
}
.news-single-item H2 {
	font-size: 1.2em;
	font-weight:bold;
	/*color: #85A600;*/
	margin-bottom: 0px;
}
.news-single-item H3 {
	margin-bottom: 15px;
}
.news-single-img {
	float: right;
	margin-left:5px;
}
.news-single-imgcaption {
	padding:3px;
	clear:both;
}
.news-single-category {
	/*float: right;*/
}
.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	font-size: .8em;
	margin-bottom: 15px;
	margin-top: 10px;
}
.news-single-timedata {
	/*float: right;*/
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 9px;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {
	background-image: url(images/in-sidebar-bg.jpg);
     float: right;
	margin-left: 3px;
	margin-bottom: 3px;
	padding: 5px;
	width: 40%;
	background-repeat: repeat-x;
}
.news-single-additional-info h1, 
.news-single-additional-info h2, 
.news-single-additional-info h3 {
	font-size: 1em;
}
.news-single-related,
.news-single-files,
.news-single-links  {
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
}
.news-single-related DD, 
.news-single-links DD, 
.news-single-files DD {
	margin-left:2px;
    margin-bottom: 5px;
}
.news-single-related DD a:link, 
.news-single-related DD a:visited,
.news-single-links DD a:link, 
.news-single-links DD a:visited,
.news-single-files DD a:link, 
.news-single-files DD a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
    text-decoration: none;
}
.news-single-related DD a:hover, 
.news-single-related DD a:active,
.news-single-links DD a:hover, 
.news-single-links DD a:active,
.news-single-files DD a:hover, 
.news-single-files DD a:active {
        text-decoration: underline;
}
.news-single-related DT, 
.news-single-links DT, 
.news-single-files DT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
    font-weight: bold;
	margin-left:5px;
    margin-bottom: 5px;
	width:.8em;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	margin-top:5px;
	padding:3px;
	/*border:1px solid #333;*/
	/*background-color:#BBE53A;*/
}
.news-amenu-container LI {
	padding-bottom:3px;
}
.news-amenu-container UL {
	padding:3px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	/*border:1px solid #666;*/
	/*background-color:#F9FFE5;*/
	list-style-type: none;
}
.news-amenu-container H2, #main-content .news-amenu-container H2 {
	color:#963;
	padding:3px;
	font-size: 1.1em;
	/*border:1px solid #666;*/
	/*background-color:#769024;*/
}
.news-amenu-item-year {
	font-weight: bold;
	/*border: 1px solid #666;*/
    border-bottom: 1px solid #ccc;
	padding: 2px;
    margin: 4px 0px 4px 0px;
}

/* Main AMenu Styles  */

#main-content .news-amenu-item-year {
	font-weight: bold;
	border: 1px solid #666;
    border-bottom: 1px solid #ccc;
	padding: 2px;
    margin: 4px 0px 4px 0px;
	background-color: #f7f7f7;
	color:#363
}
#main-content .news-amenu-container {
	margin-top:5px;
	padding:3px;
	border:1px solid #333;
	background-color:#BDDFBE;
}
#main-content .news-amenu-container a:hover {
	color:#000;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */

.news-catmenu  {
	padding:5px;
	margin:10px 0px 10px 10px;
}
.news-catmenu-header {
	font-size:.9em;
	font-weight:bold;
}
.news-catmenu DIV {
	font-size:10px;
	white-space: nowrap;
}
.news-catmenu DIV img, 
.news-catmenu img, 

.news-catmenu-header img {
	margin:0px;
	padding: 0px;
	vertical-align: middle;
}
.news-catmenu-ACT {
	font-weight:bold;
}

/*  Styles for catmenu mode "nestedWraps" */
.level1 {
	padding:1px;
	padding-left:10px;
}
.level2 {
	padding:1px;
	padding-left:10px;
}
.level3 {
	padding:1px;
	padding-left:10px;
}
.level4 {
	padding:1px;
	padding-left:10px;
}



/********* default styles for extension "tx_srfeuserregister_pi1" *********/

  /* WEC-MMS: Commented out the styles below */
/* * html .tx-srfeuserregister-pi1{ 
	margin-right:-10px;
}

* html div.tx-srfeuserregister-pi1 label.tx-srfeuserregister-pi1-password-again{ 
	margin-left:-5px;
}

dt {
	font-size:80%;
}

dd{
	font-size:80%;
} */


/********* Styles for extension "tx_felogin_pi1" *********/

.tx-felogin-pi1 form{
margin:0;
padding:0;
}

.tx-felogin-pi1 input{
	font-size: 80%;
}

.tx-felogin-pi1 th{
	font-weight:normal;
}

.tx-felogin-pi1 label{
font-weight:normal;
}

.tx-felogin-pi1 input {
	border: 1px solid #369;
}
.tx-felogin-pi1 table {
	width: 200px;
	font-size: 11px;
}
.tx-felogin-pi1 h3 {
	padding-left: 10px;
	font-weight: bold; 
}
/* #left .tx-felogin-pi1 td {
	color: #fff;
}
#left .tx-felogin-pi1 h3 {	
		font-family: Arial, Verdana, sans serif;
		font-size: 130%;
		font-weight: bold;
		/*background-color:  #6699cc;*/
		margin-left: 0px;
		padding-left: 17px;
		padding: 10px;
	} */
.tx-felogin-pi1-submit {
	width: 40px;
}
#tx-felogin-pi1-user {
	width: 60px; 
	font-size: 11px;
}
#tx-felogin-pi1-pass {
	width: 60px; 
	font-size: 11px;
}


/********* Styles for extension "tx_felogin_pi3" *********/

.tx-felogin-pi3-listrow TD { 
	padding-left: 3px; 
	padding-right: 3px; 
}
.tx-felogin-pi3-listrow TR.tx-felogin-pi3-listrow-header TD { 
}
.tx-felogin-pi3-listrow TR.tx-felogin-pi3-listrow-header TD P { 
	font-weight:bold; 
}
.tx-felogin-pi3-listrow TR.tx-felogin-pi3-listrow-odd TD { 
}





/********* Styles for extension "tx_indexedsearch" *********/

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { 
	width:100px; 
}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { 
	width:150px; 
}
.tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw { 
	font-weight:bold; 
	font-style:italic; 
}
.tx-indexedsearch .tx-indexedsearch-whatis { 
	margin-top:10px; 
	margin-bottom:5px; 
}
.tx-indexedsearch P.tx-indexedsearch-noresults { 
	text-align:center; 
	font-weight:bold; 
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { 
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P { 
	font-weight:bold; 
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent { 
	font-weight:normal; 
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P { 
	font-style:italic; 
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup { 
	color:red; 
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { 
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { 
	margin-top:20px; 
	margin-bottom:5px; 
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { 
	margin-top:0px; 
	margin-bottom:0px; 
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE { 
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { 
	vertical-align:middle; 
}


/********* Styles for extension "tx_veguestbook_pi1" *********/

.tx-guestbook-list-header { 
	background-color: #BB9E62; 
	color: #fff; 
	font-weight:bold; 
}
.tx-guestbook-list-row { 
	background-color: #fff; 
}
.tx-guestbook-list-rowleft { 
	background-color: #ECE4CD; 
}
 .tx-guestbook-list-entrycomment-title {
 	font-weight: bold; 
}
.tx-guestbook-list-entrycomment { 
	font-style: italic; 
}
.tx-guestbook-list-small { 
	font-size: 9px; 
	color: #666666; 
}
.tx-veguestbook-pi1-browsebox TD { 
	font-size: 9px; 
	color: #666666; 
}
.tx-veguestbook-pi1-browsebox-strong,
.tx-ttnews-browsebox-SCell { 
	font-weight: bold; 
}
.tx-veguestbook-pi1-browsebox-SCell { 
	background-color: #EEEEEE; 
}
.tx-guestbook-latest-header { 
	background-color: #539521; 
	color: #fff; 
	font-weight:bold; 
}
.tx-guestbook-latest-row { 
	background-color: #fff; 
}
.tx-guestbook-latest-small { 
	font-size: 9px; 
	color: #666666; 
}
.tx-guestbook-form-inputfield-med { 
	border-style: solid; 
	border-width: 1pt; 
	border-color:#333; 
	font-size:12px; 
	color:#333333; 
	width:100px; 
	height:20px; 
}
.tx-guestbook-form-inputfield-big { 
	border-style: solid; 
	border-width: 1pt; 
	border-color:#333; 
	font-size:12px; 
	color:#333333; 
	width:150px; 
	height:20px; 
}
.tx-guestbook-form-textarea { 
	border-style: solid; 
	border-width: 1pt; 
	border-color:#333; 
	font-size:12px; 
	color:#333333; 
	width:250px; 
}
.tx-guestbook-form-obligationfield { 
	color: #CC0000; 
}
.tx-guestbook-form-error { 
	color: #CC0000; 
}

/********* Styles for extension "tx_abilenotes_pi1" *********/

/* shared */
.tx-abilenotes-pi1 { width:200px; border:1px solid #898989; padding: 2px; }
.tx-abilenotes-pi1 A.tx-abilenotes-pi1-editimage IMG{ padding: 1px; }
.tx-abilenotes-pi1 A.tx-abilenotes-pi1-editimage:hover IMG{ padding: 0; border:1px dotted #999; background-color: #fff; }
.tx-abilenotes-pi1 A.tx-abilenotes-pi1-deleteimage IMG{ padding: 1px; }
.tx-abilenotes-pi1 A.tx-abilenotes-pi1-deleteimage:hover IMG{ padding: 0; border:1px dotted #999;  background-color: #fff; }
.tx-abilenotes-pi1 A.tx-abilenotes-pi1-newimage  IMG{ padding: 1px; width:18px !important; }
.tx-abilenotes-pi1 A.tx-abilenotes-pi1-newimage:hover IMG{ padding: 0; border-top:1px dotted #999; border-bottom: 1px dotted #999; background-color:white;}
.tx-abilenotes-pi1 A.tx-abilenotes-pi1-activateimage  IMG{ padding: 1px; }
.tx-abilenotes-pi1 A.tx-abilenotes-pi1-activateimage:hover IMG{ padding: 0; border:1px dotted #999;  background-color: #fff; }
.tx-abilenotes-pi1 A.tx-abilenotes-pi1-inactivateimage  IMG{ padding: 1px; }
.tx-abilenotes-pi1 A.tx-abilenotes-pi1-inactivateimage:hover IMG{ padding: 0; border:1px dotted #999; background-color: #fff;  }
.tx-abilenotes-pi1 A.tx-abilenotes-pi1-searchboxbutton IMG {padding: 0px !important; padding: 1px;}
.tx-abilenotes-pi1 A.tx-abilenotes-pi1-searchboxbutton:hover IMG { padding: 0; border-top:1px dotted #999; border-bottom: 1px dotted #999;  background-color: #fff; }
.tx-abilenotes-pi1 tx-abilenotes-pi1-browsebox-strong {}

/* list screen */
.tx-abilenotes-pi1 .tx-abilenotes-pi1-list {width: 100%;}
.tx-abilenotes-pi1 .tx-abilenotes-pi1-listmessage{ font-size: 11px; border-bottom:1px solid #999; text-align: justify; }
.tx-abilenotes-pi1 .tx-abilenotes-pi1-list TD { padding-top:2px;padding-bottom:2px; }
.tx-abilenotes-pi1 .tx-abilenotes-pi1-searchbox {}
.tx-abilenotes-pi1 .tx-abilenotes-pi1-listheader {border-bottom:1px solid #999; padding-top: 2px; padding-bottom: 2px;}
.tx-abilenotes-pi1 .tx-abilenotes-pi1-listheader  IMG { padding-left: 4px; padding-right: 4px; margin-top: 0px; }
.tx-abilenotes-pi1 INPUT.tx-abilenotes-pi1-searchboxsword {width:80px;}
.tx-abilenotes-pi1 .tx-abilenotes-pi1-listrow {border-bottom:1px dotted #999;}
.tx-abilenotes-pi1 .tx-abilenotes-pi1-listrowheader{border-bottom:1px dotted #999;}
.tx-abilenotes-pi1 .tx-abilenotes-pi1-listrowcell{}
.tx-abilenotes-pi1 .tx-abilenotes-pi1-listrowcelldate P { font-size:11px }
.tx-abilenotes-pi1 .tx-abilenotes-pi1-listinfo {border-bottom:1px dotted #999;font-size:11px;text-align: center;}
.tx-abilenotes-pi1 .tx-abilenotes-pi1-listjump {border-bottom:1px solid #999;text-align: center;}
.tx-abilenotes-pi1 .tx-abilenotes-pi1-listjump NOBR{padding-right:2px;padding-left:2px;font-size:11px;}

/* view screen */
.tx-abilenotes-pi1 .tx-abilenotes-pi1-view {}
.tx-abilenotes-pi1 .tx-abilenotes-pi1-viewhelp{ font-size: 11px; text-align: justify; }
.tx-abilenotes-pi1 .tx-abilenotes-pi1-view TD { padding-top:2px;padding-bottom:2px; }
.tx-abilenotes-pi1 .tx-abilenotes-pi1-viewsummary { border-bottom:1px dotted #999; }
.tx-abilenotes-pi1 .tx-abilenotes-pi1-viewdates P { font-size:11px }

/* edit screen */
.tx-abilenotes-pi1 .tx-abilenotes-pi1-edit {font-size: 11px;}
.tx-abilenotes-pi1 .tx-abilenotes-pi1-edit td {font-size: 11px;}
.tx-abilenotes-pi1 .tx-abilenotes-pi1-edit TD{ padding-top:2px;padding-bottom:2px; }
.tx-abilenotes-pi1 .tx-abilenotes-pi1-edittitle { width:96%; }
.tx-abilenotes-pi1 .tx-abilenotes-pi1-editcontent { font-size: 11px; width:96%; }

/********* Styles for extension "tx_chcforum_pi1" *********/

/* BASIC STUFF */
#tx_chcforum-pi1 { 
	font-family: arial, sans-serif; 
	font-size: 11px;
}
#tx_chcforum-pi1 caption { 
	display: none;
}
#tx_chcforum-pi1 a { 
	text-decoration: underline;
}
#tx_chcforum-pi1 a:hover { 
	text-decoration: none !important;
}

/* only one form in the forum */
#tx_chcforum-pi1 form {	
	margin-top: 20px;
}

/* GENERIC TABLE BEGIN */
.tx-chcforum-pi1-Table { 
	border: 1px solid #999999; 
	background: #fff; 
	margin-bottom: 3px; 
	width: 100%;
}
.tx-chcforum-pi1-Table thead tr th {
	font-size: 14px;
	font-weight: bold;
	background: #BB9E62;
	color: #fff;
	padding: 5px;
	text-align: center;
	white-space: nowrap;
}

/* category title row */
.tx-chcforum-pi1-Table tbody tr th {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 2px;
	background: #ECE4CD;
	padding: 5px;
	text-align: left;
}

/* category features row */
.tx-chcforum-pi1-Table tbody tr td { 
	font-size: 12px; 
	background: #E2D6B0; 
	padding: 5px;
}

/* CATEGORY TABLE BEGIN */
/* cell 1 */
.tx-chcforum-pi1-catConferenceCell {}
.tx-chcforum-pi1-catConferenceCell dl { 
	margin: 0;
}
.tx-chcforum-pi1-catConferenceCell dt {}
.tx-chcforum-pi1-catConferenceCell dd {	
	font-size: 10px; 
	margin-left: 5px;
}
.tx-chcforum-pi1-catConferenceCell dd.new { 
	color: #FF0000;
}

/* cell 2 */
.tx-chcforum-pi1-catThreadCell { 
	text-align: center;
}

/* cell 3 */
.tx-chcforum-pi1-catPostCell { 
	text-align: center;
}

/* cell 4 */
.tx-chcforum-pi1-catLastCell { 
	font-size: 10px !important; 
	vertical-align: top;
}

/* CONFERENCE TABLE BEGIN */

/* cell 1 */
.tx-chcforum-pi1-confThreadSubjCell {}
.tx-chcforum-pi1-confThreadNew { 
	color: #F00; 
	font-size: 10px; 
	padding-left: 5px;
}

/* cell 2 */
.tx-chcforum-pi1-confThreadRepliesCell { 
	text-align: center;
}

/* cell 3 */
.tx-chcforum-pi1-confThreadAuthorCell {	
	text-align: center;
}

/* cell 4 */
.tx-chcforum-pi1-confThreadLastCell { 
	font-size: 10px !important;
}

/* CONFERENCE TABLE END */

/* NAVPATH BEGIN*/

.tx-chcforum-pi1-navPath {
	background: #ECE4CD;
	border: 1px solid #000;
/*	margin: 12px 0 15px 0; */
	margin-bottom: 3px;
	margin-top: 15px;
	padding: 3px;
	font-size: 10px;
}

/* PAGELINKS BEGIN */
.tx-chcforum-pi1-pageLinksTop, .tx-chcforum-pi1-pageLinksBtm {
	background: #ECE4CD;
	border: 1px solid #000;
	font-size: 10px;
	margin-bottom: 3px;
	padding: 3px;
	text-align: right;
	clear: both;
}


/* POST FORM BEGIN */
.tx-chcforum-pi1-postForm {
	border: 1px solid #999999;
	background: #ECE4CD;
	padding: 5px;
	margin-bottom: 3px;
}
.tx-chcforum-pi1-postForm fieldset label {
	display: block;
	text-align: right;
	padding-right: 20px;
	width: 150px;
	float: left;
}
.tx-chcforum-pi1-postForm fieldset#formTop input {
	display: block;
	width: 150px;
	float: left;
	padding: 2px;
	border: 1px solid #000;
	margin-bottom: 3px;
}
.tx-chcforum-pi1-postForm textarea {
	border: 1px solid #000;
	margin: 3px 0;
	width: 100% ;
	height: 150px;
}
.tx-chcforum-pi1-postForm fieldset#formTop br {	
	clear:left;
}
.tx-chcforum-pi1-formBtn { 
	text-align: center;
}
.tx-chcforum-pi1-formBtn input { 
	background-color: #FFF;
	border: 1px solid #000;
	font-weight: bold;
	padding: 3px;
	font-size: 12px;
	margin-bottom: 3px;
}
.tx-chcforum-pi1-formBtnHov {
	background-color: #FFF;
	border: 1px solid #C00;
	color: #CC0000;
	font-weight: bold;
	padding: 3px;
	font-size: 12px;
}
.tx-chcforum-pi1-formBtnStyle { 
	background-color: #FFF; 
	border: 1px solid #000; 
	padding: 3px; 
	margin: 3px;
}
.tx-chcforum-pi1-formBtnStyleHov { 
	background-color: #FFF; 
	border: 1px solid #C00; 
	color: #CC0000; 
	padding: 3px; 
	margin: 3px;
}


/* SINGLE POST BEGIN */
.tx-chcforum-pi1-singlePost { 
	border: 1px solid #000; 
	margin: 3px 0;
}

/* top */
.tx-chcforum-pi1-singlePost .author { 
	background: #FFFBEF; 
	padding: 3px; 
	vertical-align: top; 
	height: 78px;
}
.tx-chcforum-pi1-formEmicoStyle { 
	margin: 3px;
}
.tx-chcforum-pi1-singlePost .im { 
	vertical-align: middle; 
	margin-top: 3px;
}
.tx-chcforum-pi1-singlePost .im a { 
	margin-right: 10px;
}
.tx-chcforum-pi1-singlePost .im img { 
	vertical-align: middle; 
	border: 0px; 
	padding-right: 2px;
	margin-bottom: 2px;
}
.tx-chcforum-pi1-singlePost #userPic { 
	border: 1px solid #000; 
	float: right;
}

/* middle */
.tx-chcforum-pi1-singlePost .text { 
	border-top: 1px solid #000; 
	border-bottom: 1px solid #000; 
	background: #ECE4CD;
}
.tx-chcforum-pi1-singlePost .scroller { 
	overflow: auto; 
	width: 95%; 
	background: #FFF; 
	min-height: 125px; 
	text-indent: 0px; 
	padding: 3px;
}

/* bottom */
.tx-chcforum-pi1-singlePost .edit { 
	background: #ECE4CD; 
	padding: 3px; 
	height: 19px; 
	vertical-align: middle; 
	margin-top: 3px;
}
.tx-chcforum-pi1-singlePost .edit a {	
	margin-right: 30px;
}
.tx-chcforum-pi1-singlePost .edit img { 
	vertical-align: middle;	
	border: 0px;
}
.tx-chcforum-pi1-singlePost .attachment { 
	background: #E2D6B0; 
	padding: 3px;
}
.tx-chcforum-pi1-singlePost .attachment div { 
	vertical-align: top;
}
.tx-chcforum-pi1-singlePost .attachment img {
	float: left; 
	margin-right: 5px;
}
.tx-chcforum-pi1-singlePost .offset {
	margin-left: 15px; 
	margin-right: 15px;
}
.tx-chcforum-pi1-singlePost .codeCell {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #999;
	padding: 5px;
	background-color: #ECE4CD; 
	border: 1px solid #999; 
	/*color: rgb(0, 102, 0); */
}
.tx-chcforum-pi1-singlePost .quoteCell {
	background-color: #ECE4CD;
	font-size: 10px;
	padding: 5px;
	border: 1px solid #999; 
}
.tx-chcforum-pi1-singlePost .quoteCellAuthor {	
	border: 0px;
	font-weight: bold;
	padding: 3px 0;
}
.tx-chcforum-pi1-singlePost .quoteTable {
	border: 0px;
	margin: 15px 0;
}
.tx-chcforum-pi1-singlePost .text img {
	max-height: 350px;
	max-width: 350px;
}
.tx-chcforum-pi1-singlePostQuoteText {
	background-color: #ECE4CD;
	border: 1px solid #000;
	font-size: 10px;
	padding: 5px;
}


/* FOOTER BOX BEGIN */
.tx-chcforum-pi1-footerBox {
	background: #BB9E62;
	padding: 3px;
	border: 1px solid #999999;
	font-size: 10px; 
}

/* used for user listing */
.tx-chcforum-pi1-footerBox div { 
	padding-top: 5px; 
	padding-left: 5px; 
	font-size: 10px;
}

/* HEADER BOX BEGIN */

.header_center { 
	text-align: center; 
	height: 34px;
}
.header_text {
	font-size: 24px;
	line-height: 34px; 
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-variant: small-caps;
}
.header_small {	
	margin-bottom: 3px;
	border: solid #000 1px;
}

/* TOOL BAR  BEGIN */

.tx_chcforum-pi1-toolBar {
	background: #E2D6B0;
	border: 1px solid #000;
	margin-bottom: 3px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.tx_chcforum-pi1-toolBar img {
	vertical-align: middle;
	margin-left: 16px;
}
.tx_chcforum-pi1-toolBar div {
	line-height: 30px;
	text-align: right;
	font-size: 9px;
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
.tx_chcforum-pi1-subToolBar {
	background: #E2D6B0;
	border: 1px solid #000;
	margin-bottom: 3px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.tx_chcforum-pi1-subToolBar img {
	vertical-align: middle;
	margin-left: 16px;
}
.tx_chcforum-pi1-subToolBar div {
	line-height: 30px;
	text-align: right;
	font-size: 9px;
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}


/* PROFILE BEGIN */

.tx-chcforum-pi1-profileBorder { 
	border: 1px solid #999999;
	padding: 3px;
}
.tx-chcforum-pi1-profileBorder td { 
	font-size: 80%
}
.tx-chcforum-pi1-profileBorder #userPic {
	border: 1px solid #000;
	float: right;
}
.tx-chcforum-pi1-profileBorder hr {
	clear: left;
	display: block;
	visibility: hidden;
}
.tx_chcforum-pi1-profileHdrBig {
	background: #E2D6B0;
	border: 1px solid #000;
	padding: 3px;
	margin-bottom: 3px;
	font-size: 10px;
}
.tx_chcforum-pi1-profile_hdr { 
	font-size: 10px; 
	font-weight: bold; 
	background: #E3E7EF; 
	padding: 2px;
}

/* MESSAGE BOX BEGIN */

.tx-chcforum-pi1-errorBoxCell {
	background: #E3E7EF;
	font-weight: bold;
	text-align: left;
}
.tx-chcforum-pi1-messageBox, 
.tx-chcforum-pi1-messageBoxError {
	background: #F8E5AA;
	border: 1px dotted #FF0000;
	margin-bottom: 3px;
	padding: 3px;
	font-weight: bold;
}
.tx-chcforum-pi1-forumTextBig {	
	font-size: 14px; 
	font-weight: bold;
}
.tx-chcforum-pi1-helpBox { 
	background-color: #E3E7EF !important; 
	border-style: none;
}
.tx-chcforum-pi1-linkUp {
	background: #E2D6B0;
	border: 1px solid #000;
	margin: 12px 0 15px 0;
	padding: 3px;
	font-size: 10px;
	text-align: center;
}
.tx-chcforum-pi1-previewBoxCell { 
	background: #BB9E62; 
	text-align: center;
}

/********* Styles for extension "tx_mmforum" *********/
th.tx-mmforum-th {
	color: black;
	background: #BB9E62;
}

td.tx-mmforum-subth2 {
	color: black;
	background: #ECE4CD;
}

.tx-mmforum-td  {
	background: #E2D6B0;
}

input.tx-mmforum-button {
	background: #BB9E62;
	border-color: #BB9E62;
}
#right-wrapper #main_content table {
	color: #fff;
	background-color: #DBB652;
	border-top-color: #FFFFDC;
	border-right-color: #FFFFDC;
	border-bottom-color: #FFFFDC;
	border-left-color: #FFFFDC;
}
