/* ================================
CSS STYLES FOR KIP
================================ */

.divScroll
{
	width: 100%;
}

.divNewsList
{
	padding: 2px;
}

.pnlNewsList
{
	padding: 5px;
}

/* - - - - - - - - */

/* Footer-Panel */
.pnlFooter
{
}

/* style for Filter-WebPanel */
.pnlFilter
{
	background-color: #dcdcdc;
	font-weight: bold;
	color: #4671ad;
	padding: 4px;
	width: 201px;
}

/* style for Filter-WebPanel Headerbox*/
.pnlFilter_Expanded
{
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	background-color: Transparent;
	padding: 4px;
	font-size: 0.9em;
}

/* style for Filter-WebPanel Panel*/
.pnlFilter_Panel
{
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	background-color: #f5f5f5;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 0.9em;
}

/* - - - - - - - - */

.divNews
{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	width: 200px;
	font-size: 0.9em;
	background-color: #add8e6;
	margin: 5px;
	text-align: left;
	vertical-align: top;
}

/* Header-Panel */
.pnlHeader
{
	background-color: #ccccff;
	font-weight: bold;
	color: #4671ad;
	padding-left: 3px;
	padding-bottom: 1px;
	padding-top: 1px;
}

/* Content-Panel */
.pnlContent
{
}

/* Footer-Panel */
.pnlFooter
{
}

/* Tabelle für alle News */

.docNews_tblNews
{
    margin: 2px;
    width: 97%;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.tblNewsCol
{
	margin-bottom: 2px;
}

.tdNewsCol
{
	vertical-align: top;
	text-align: left;
}

.tdNewsColSeparator
{
	width:5px;
}

/* Tabelle für einzelne News */
.tblNews
{
	width: 100%;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 0.9em;
	background-color: #f0f8ff;
}

.tdOrgTitle
{
	background-color: #dcdcdc;
	font-weight: bold;
	color: #4671ad;
	padding-bottom: 1px;
	padding-top: 1px;
}

.tdTitle
{
	font-weight: bold;
	color: #000000;
}

.tdDescription
{
}

.tdContent
{
}

.tdSeparator
{
}

.tdBtn
{
}
	
.Btn
{
	width: 70px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	font-size: 0.8em;
}
	
/* CSS-Definitionen für News_List */

.NewsList_pnl
{
    background-color: #dcdcdc;
    color: #000000;
	font-weight: bold;
}

.NewsList_tdTitle,.NewsList_tdTitle:link,A.NewsList_tdTitle:link,.NewsList_tdTitle:visited,A.NewsList_tdTitle:visited,.NewsList_tdTitle:hover,A.NewsList_tdTitle:hover
{
	font-weight: bold;
	width: 100%;
	color: #000000;
	font-size: 0.9em;
	text-decoration: underline;
}

.NewsList_tdDate
{
	width: 80px;
	font-size: 0.8em;
}

.NewsList_tdDescription
{
}

.NewsList_Btn
{
	width: 70px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	font-size: 0.8em;
}
.NewsList_tdBtn
{
	width: 70px;
}
.NewsList_tdIcon
{
	vertical-align: top;
}
.NewsList_tdComm
{
	width: 20px;
	font-size: 0.7em;
}


