
body {
	background-color: #CCFF99;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

/**** Layout Styles *********/

#page-wrapper {
	position:relative;
	text-align:left;
	width:900px;
	background:#CCCC99;
	margin: 0px auto;
	padding: 0px;
	border: 3px solid #fff;
}
#middle-wrapper {
	position:relative;
	text-align:left;
	background:#CCCC99;
	margin: 0px;
	padding: 0px;
}

.clearing1 {
        height: 10px;
	background:#CCFF99;
}

.clearing2 {
        height: 0px;
        background-color: #996;
}

.clearing3 {
        height: 0px;
	background-color: #996;
}

.clearing4 {
        height: 0px;
	background-color: #cc9;
}

#banner {
	height: 160px;
	background-image: url(images/hec-banner-900x160-4.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0px;
	padding: 0px;
}


/********************************************/
/********Horizontal Menu Styles************/
/*********************************************/
/*
 *              Horizontal, top-2-bottom menu
 *              Copyright Aleksandar Vacic, www.aplus.co.yu, some rights reserved http://
creativecommons.org/licenses/by-sa/2.0/
 */

/*              ------  Basic style     ------          */

#mainmenu {
        display: block;
        padding: 10px 0 0 100px;
        z-index: 250;
	height: 40px;
}
#mainmenu ul {
        margin: 0;
        padding: 0;
        border: 0;
        list-style-type: none;
}
#mainmenu li {
        margin: 0;
        padding: 0;
        border: 0;
        display: block;
        float: left;
        position: relative;
        z-index: 250;
}
#mainmenu a {
        display: block;
}
#mainmenu li li {
        width: 100%;
}

/* fix the position for 2nd level submenus. first make sure no horizontal scrollbars are visible on initial page load... */

#mainmenu li li ul {
        top: 0px;
        left: 0;
}

/* ...and then place it where it should be when shown */
#mainmenu li li:hover ul {
        left: 100%60}

/* initialy hide all sub menus */
#mainmenu li ul {
        display: none;
        position: absolute;
        z-index: 10;
}

/* display them on hover */
#mainmenu li:hover>ul {
        display: block;
        margin-top: 0px !important;
        margin-top: -1px;
}
/* this is needed if you want to style #mainmenu div - force containment of floated LIs inside of main UL */
#menuList:after {
        content: ".";
        height: 0;
        display: block;
        visibility: hidden;
        overflow: hidden;
        clear: both;
}

/* Clear-fix for IE5/Mac \*//*/
#mainmenu a {
        float: left;
}
#menuList {
        display: inline-block;
}
/*  */

/*              ------   Make-up        --------                        */

#mainmenu {
        font-size: 1.4em;
        color: #FFFFFF;
        background-color: #cc9;
}
#mainmenu li {
        background-color: transparent;
}
#mainmenu li li {
        background: none;
        width: 8em;
}
#mainmenu a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: bold;
        text-transform: none;
        text-decoration: none;
        text-align: center;
        color: #643629;
        padding: 2px 10px 2px 10px;
}
#mainmenu li:hover>a {
        color: #FFFFFF;
        background-color: transparent;
}
#mainmenu li li a {
        color: #643629;
        font-size: 12px;
        font-weight: normal;
        text-align: left;
        text-transform: none;
        background: none;
        padding: 5px;
        border-bottom: 1px solid #fff;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
}
#mainmenu li li:hover>a {
        color: #FFFFFF;
        background-color: transparent;
}
#mainmenu li ul {
        color: #000000;
        /*margin-left: 10px;*/
        background-color: #cc9;
        width: 8em;
}
#mainmenu li li ul {
        border-top-width: 0px;
}
#mainmenu li li li:first-child {
        border-top: 1px solid #fff;
}
#mainmenu li li.submenu>a:after {
        content: "";
}











/*********** Breadcrumb & page title *****************/

.breadcrumb {
	width: 250px;
	position: relative;
	float: right;
	font-size: .65em;
	text-align: right;
	padding: 10px 15px 0 5px;
}
.breadcrumb a:link, .breadcrumb a:visited {
	color: #663300;
}
.breadcrumb a:hover, .breadcrumb a:active {
	color: #FF3300;
}

.page-title {
	width: 200px;
	position: relative;
	float: left;
        font-size: 0.90em;
	/* font-weight: bold; */
	color: #663300;
	text-align: left;
        padding: 10px 0 5px 15px;
}

/******** Left *******/

#left-col { 
	width: 200px;
        position:relative;        
        float:left;
        margin:0;
        padding:0px;
        background: #CCCC99;
        font-size: .75em;
}

#left-col a:link, #left-col a:visited,
#right a:link, #right a:visited {
	color: #000;
}
#left-col a:hover, #left-col a:active,
#right a:hover, #right a:active{
	color: #f30;
}
#left-col h1, #left-col h2, #left-col h3, #left-col h4, #left-col h5, #left-col h6 {
	color: #333;
}
#left-col h1 {
	font-size: 1.3em;
}
#left-col h2 {
	font-size: 1.2em;
}
#left-col h3 {
	font-size: 1.1em;
}
#left-col h4 {
	font-size: 1em;
}
#left-col h5 {
	font-size: 0.9em;
}
#left-col h6 {
	font-size: 0.8em;
}

/******* Right ***********/

#right-col {
	width: 200px;
        position:relative;        
        float:right;
        margin:0;
        padding:0px;
        background: #CCCC99;
        font-size: .75em;
}

#right-col a:link, #right-col a:visited,
#right a:link, #right a:visited {
        color: #000;
}
#right-col a:hover, #right-col a:active,
#right a:hover, #right a:active{
        color: #f30;
}

#right-col h1, #right-col h2, #right-col h3, #right-col h4, #right-col h5, #righ-col h6 {
	color: #333;
}
#right-col h1 {
	font-size: 1.3em;
}
#right-col h2 {
	font-size: 1.2em;
}
#right-col h3 {
	font-size: 1.1em;
}
#right-col h4 {
	font-size: 1em;
}
#right-col h5 {
	font-size: 0.9em;
}
#right-col h6 {
	font-size: 0.8em;
}

/*********** Main Styling *********/

#center-col {
        position:relative;
        padding:0 205px 0 205px;
}

#main-content {
	font-size: .75em;
	padding: 40px 15px 15px 15px;
	color: #333;
}
#main-content h1, #main-content h2, #main-content h3, #main-content h4, #main-content h5, #main-content h6 {
	color: #333;
}
#main-content h1 {
	font-size: 1.3em;
}
#main-content h2 {
	font-size: 1.2em;
}
#main-content h3 {
	font-size: 1.1em;
}
#main-content h4 {
	font-size: 1em;
}
#main-content h5 {
	font-size: 0.9em;
}
#main-content h6 {
	font-size: 0.8em;
}

#main-content a:link, #main-content a:visited {
	color: #000;
}
#main-content a:hover, #main-content a:active{
	color: #f30;
}

/********* Footer *********/

#footer {
	position: relative;
        clear:both;
        margin:0;
        padding: 5px 0px;
        background-color: #996;
        font-size: .60em;
	text-align:center;
}

#footer a:link, a:visited {
	color: #333;
	text-decoration: underline;
}
#footer a:hover, a:active {
	color: #FF6600;
}

#contact {
        padding: 0px;
}

#last-updated {
        padding: 0px;
}

/*************************************/
/********** 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;
	background-color:#930;
}
.news-latest-container HR.clearer {
	/*clear:left;*/
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	/*border:1px solid #333;*/
	background-color:#BB9E62;
	/*color:#000;*/
}
#main-content .news-latest-container,
#left .news-latest-container,
#right .news-latest-container {
	float: left;
}
.news-latest-container H2,.news-latest-gotoarchive {
	color:#900;
	padding:3px;
	font-size: 120%;
}
#main-content .news-latest-container H2,
#left .news-latest-container H2,
#right .news-latest-container H2 {
	background:none;
	font-size: 130%;
}
.news-latest-gotoarchive {
	font-weight:bold;
	margin-top:5px;
	/*color:#369;
	padding:3px;
	margin:3px;
	border:1px solid #666;
	background-color:#D8FA70;
	background-color:#769024;*/
}
.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
	color:#900;
}
.news-latest-gotoarchive A {
	color:#900;
	font-size: 95%;
}
.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:3px;
	/*margin:3px;
	border:1px solid #666;*/
	background-color:#BB9E62;
}
#main-content .news-latest-item,
#left .news-latest-item,
#right .news-latest-item {
	float: left;
}
.news-latest-item IMG {
	margin-bottom:5px;
	margin-right:5px;
	border:1px solid #666;
	float:left;
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-latest-date,.news-latest-morelink,.news-latest-category {
	font-size:9px;
}
.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:#900;
}
#left .news-latest-container H2 {
	color:#900;
	padding:3px;
	font-size: 130%;
	/*margin:3px;
	border:1px solid #666;
	background-color:#D8FA70;
	background-color:#769024;*/
}
#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{
	color:#900;
}

/** Right Styles**/

#right .news-latest-container .news-latest-item .news-latest-morelink a:link, 
#right .news-latest-container .news-latest-item .news-latest-morelink a:visited,
#right .news-latest-container .news-latest-item .news-latest-morelink a:hover,
#right .news-latest-container .news-latest-item .news-latest-morelink a:active,
#right .news-latest-container .news-latest-item .news-latest-date a:link, 
#right .news-latest-container .news-latest-item .news-latest-date a:visited,
#right .news-latest-container .news-latest-item .news-latest-date a:hover,
#right .news-latest-container .news-latest-item .news-latest-date a:active{
	color:#900;
}
#right .news-latest-container H2,
#right .news-latest-gotoarchive {
	color:#900;
	padding:3px;
	/*margin:3px;
	border:1px solid #666;
	background-color:#D8FA70;
	background-color:#769024;*/
}
#right .news-latest-item h3, 
#right .news-latest-item h3 a:link,
#right .news-latest-item h3 a:visited, 
#right .news-latest-item h3 a:hover{
	color:#900;
}

/*--------------------------------- tt_news LIST view  -----------------------------------*/
.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;*/
	float: left;
}
.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 {
	color:#963;
	padding-left:2px;
	text-decoration: none;
}
.news-list-container H3 A:HOVER {
	color:#930;
	/*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;
	color: #333;
	/*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;
	border:1px solid #666;
	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-browse {
	text-align: center;
}

	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
	/*margin:3px;*/
	border:1px solid #666;
	padding:3px;
	background-color:#e8d8b7;
	float:left;
}
.tx-ttnews-browsebox TD {
	font-size: 10px;
}
.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 {
	background-color: #963;
	border:1px solid #666;
	color: #fff;
}
.tx-ttnews-browsebox-SCell a:link, 
.tx-ttnews-browsebox-SCell a:visited {
	font-size: 80%;
	color: #fff;
}
.tx-ttnews-browsebox-SCell a:hover, 
.tx-ttnews-browsebox-SCell a:active{
	color: #ffc;
}
.tx-ttnews-browsebox a:link, 
.tx-ttnews-browsebox a:visited {
	font-size: 100%;
	color: #963;
}
.tx-ttnews-browsebox a:hover, 
.tx-ttnews-browsebox a:active{
	color: #930;
}
#main-content .tx-ttnews-browsebox-SCell a:link,
#main-content .tx-ttnews-browsebox-SCell a:visited,
#main-content .tx-ttnews-browsebox-SCell a:hover{
	color:#fff;
}
.news-search-emptyMsg {
	font-size: 11px;
	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: 16px;
	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: 10px;
	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-color: #FEFECA;
	background-repeat: repeat-x;
}
.news-single-additional-info h1, .news-single-additional-info h2, .news-single-additional-info h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 125%;
	color: #006633;
}
.news-single-related,.news-single-files,.news-single-links  {
	border: 1px solid #666;
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
	background-color:#F9FFE5;
}
.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: 100%;
	color: #333;
	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: 125%;
	font-weight: bold;
	color: #006633;
	margin-left:5px;
	margin-bottom: 5px;
	width:90%;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	margin-top:5px;
	margin-bottom:10px;
	padding:3px;
	border:1px solid #333;
	background-color:#e8d8b7;
	float:left;
	width:100%;
}
.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 {
	color:#963;
	padding:3px;
	/*border:1px solid #666;
	background-color:#e8d8b7;*/
}
.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
}

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

.news-catmenu  {
	padding:5px;
	margin:10px 0px 10px 10px;
	border:1px solid #666;
	background-color:#F9FFE5;
}
.news-catmenu-header {
	font-size:11px;
	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;
	background-color:#ebf8bf;
	border-left:1px solid #666;
	border-top:1px solid #666;
}
.level2 {
	padding:1px;
	padding-left:10px;
	background-color:#ddf393;
	border-left:1px solid #666;
}
.level3 {
	padding:1px;
	padding-left:10px;
	background-color:#cae46e;
	border-left:1px solid #666;
	border-top:1px solid #666;

}
.level4 {
	padding:1px;
	padding-left:10px;
	background-color:#b0cb51;
	border-left:1px solid #666;
}
/********* Styles for extension "tx_newloginbox_pi1" *********/

.tx-newloginbox-pi1 {
	font-size: 11px; 
	/*padding-right: 10px; 	
	padding-left: 15px;*/
}
.tx-newloginbox-pi1 input {
	border: 1px solid #930;
}
.tx-newloginbox-pi1 table {
	width: 100px; 
	font-size: 11px;
}
.tx-newloginbox-pi1 h3 {
	/*padding-left: 10px; */
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: bold; 
	/*color: #930;*/
}
#left-col .tx-newloginbox-pi1 td {
	/*color: #fff;*/
}
#left-col .tx-newloginbox-pi1 h3 {	
	font-family: Arial, Verdana, sans serif;
	font-size: 130%;
	font-weight: bold;
	/*color: #ffffff;
	background-color:  #930;*/
	margin-left: 0px;
	/*padding-left: 17px;
	padding: 10px;*/
}
.tx-newloginbox-pi1-submit {
	/*width: 50px;*/
}
#tx-newloginbox-pi1-user {
	width: 75px; 
	font-size: 11px;
}
#tx-newloginbox-pi1-pass {
	width: 75px; 
	font-size: 11px;
}

/********* Styles for extension "tx_newloginbox_pi3" *********/

.tx-newloginbox-pi3-listrow TD { 
	background-color:#eeeeee; 
	padding-left: 3px; 
	padding-right: 3px; 
}
.tx-newloginbox-pi3-listrow TR.tx-newloginbox-pi3-listrow-header TD { 
	background-color:#cccccc; 
}
.tx-newloginbox-pi3-listrow TR.tx-newloginbox-pi3-listrow-header TD P { 
	font-weight:bold; 
}
.tx-newloginbox-pi3-listrow TR.tx-newloginbox-pi3-listrow-odd TD { 
	background-color:#f6f6f6; 
}

/********* 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 { 
	background:#eeeeee; 
}
.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 { 
	background:#eeeeff; 
}
.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 { 
	background:#cccccc; 
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { 
	vertical-align: middle; 
}


