/*--------------------------------- tt_news LIST view  -----------------------------------*/

.news-latest-container {
	margin-top: 5px;
}
.news-latest-item:hover {
	background: #fff;
	margin: 5px;	
	margin-top: 0px;
	padding-top: 0px;
}

.news-latest-item {
	margin: 5px;	
	margin-top: 0px;
	padding-top: 0px;
}

.news-latest-item a:link , .news-latest-item a:visited {
        font-size: 8pt;
        color: #000000;
        text-decoration: none;
}
.news-latest-item a:hover {
        font-size: 8pt;
        color: #000000;
        text-decoration: none;
}
.news-single-item H2 {
        font-size: 9pt;
        font-weight:normal;
        color: #000000;
        margin-bottom: 15px;
        text-decoration: underline;
}
.feed-list {
	margin: 0 0 15px 15px;
	padding: 0;
	list-style-type: none;
}
.feed-list li {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}
.feed-list li a {
	padding: 0 0 0 19px;
	background: url("/images/feed-icon-14x14.png") no-repeat 0 50%;
	list-style-type: none;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */

.news-catmenu  {
        padding:0px;
        margin:10px 10px;
}
.news-catmenu-header{
	visibility: hidden;
}
.news-catmenu DIV {
        font-size: 8pt;
        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" */
.catmenu_level1 {
        padding:1px;
        padding-left:10px;
        background-color:#ebf8bf;
        border-left:1px solid #666;
        border-top:1px solid #666;
}
.catmenu_level2 {
        padding:1px;
        padding-left:10px;
        background-color:#ddf393;
        border-left:1px solid #666;
}
.catmenu_level3 {
        padding:1px;
        padding-left:10px;
        background-color:#cae46e;
        border-left:1px solid #666;
        border-top:1px solid #666;

}
.catmenu_level4 {
        padding:1px;
        padding-left:10px;
        background-color:#b0cb51;
        border-left:1px solid #666;
}



.news-amenu-item-year {
        font-weight: normal;
        padding: 0px;
        background-color: #eeeeee;
        color:#002b55;
        padding-left: 5px;
        padding-top: 1px;
}

.news-amenu-container LI {
        padding-left: 15px;
        padding-bottom:1px;
}
.news-amenu-container UL {
        padding:3px;
        margin-top:5px;
        margin-left:0px;
        margin-bottom:0px;
        background-color:#eeeeee;
        list-style-type: none;
}

.news-search-form form {
  padding: 3px;
  height: 20px;
	background-color:#eeeeee; 	
}

.news-search-form .news-search-form-submit input {
	margin-left: 4px;
	width: 4em;	
	background-color: #e1e1e1;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b5b5b5;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b5b5b5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	cursor: pointer;	
}
.news-search-form input {
	width: 120px;
	font-size: 8pt;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7f9db9;
	border-right-color: #7f9db9;
	border-bottom-color: #7f9db9;
	border-left-color: #7f9db9;	
}

.news-list-date-title {
	font-weight: normal;
	font-size: 8pt;
	color: #777777;
	margin-top: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
}

.news-list-subheader p {
	padding: 0px;
	margin: 0px;
	font-size:10pt;
	text-decoration: underline;
	color:#003399;
	font-weight: normal;	
}

.news-list-content {
	padding: 5px 0px 15px 0px;
	margin: 0px;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;	
}

p a.news-list-subheader:hover {
	color:#3A7B9C;
}
