﻿body
{
}
img
{
	border:none;
	margin:0;
	padding:0;
}
/* PAGELISTDOCK */
.PageListTextBox
{
}
.PageListItem
{
	border-bottom:solid 1px #DDDDDD;
}
.PageListMainIntro a
{
	color:Black;
}
.PageListMainIntro, .PageListHeader,.PageListPublishDate
{
	padding:0 5px;
}
.PageListPublishDate
{
	float:right;
}

/* PAGELISTROTATORDOCK */
.PageListRotatorText a
{
	text-transform:uppercase;
	color:White;
	font-size:0.9em;
	font-weight:bold;
}
.PageListRotatorHeader
{
	font-weight:bold;
	color:White;
	font-size:1.2em;
}
.PageListRotatorIntro
{
	color:White;
}
.PageListRotatorImage
{
	margin:2px 3px 0px 3px;
}
/* IKTANEWSLISTDOCK*/
.IKTANewsListLink
{
	border-top:solid 1px white;
	border-left:solid 1px white;
	border-right:solid 1px white;
	color:White;
}
.IKTANewsListLink a
{
		color:White;
		padding-bottom:8px;
}

.rdContent { overflow: hidden !important; font: 1em Arial, Sans-Serif !important; }

.rdTitle a
{
	color:Black;
}
/* CALENDARDOCK */
.CalendarDockItemLink a
{
	text-decoration:none;
}

/* FRONTPAGELARGENEWSDOCK */


/* IKTARSSLISTDOCK */
.AddReadMoreLine div.AddCount
{
	position:relative !important;
}
div.AddCount div.ReadMore
{
	position:absolute;
	top:2px;
	left:0;
}

/* TemplatePageListDock */
.NewsListing 
{
    list-style: none;
    margin: 0;
    padding: 0;
}

    .NewsListing li 
    {
        border-bottom: 1px solid #ddd;
        margin: 0;
    }
    
        .NewsListing li a 
        {
            display: block;
            height: 100px;
            position: relative;
            overflow: hidden;
        }
        
            .NewsListing li a img 
            {
                width: 133px;
                float: left;
            }
        
        .NewsListing li a:hover 
        {
            background: #f6f6f6;
        }
        
        .NewsListing li span.content 
        {
            display: block;
            
        }
        
            .NewsListing li span.content span, 
            .NewsListing li span.content strong 
            {
                display: block;
                padding-left: 4px;
                padding-right: 4px;
                overflow: hidden;
            }
        
        .NewsListing li strong 
        {
            margin-top: 2px;
        }
        
        .NewsListing li .t 
        {
            color: #333;
        }
        
        .NewsListing li span.t 
        {
            height: 55px;
            overflow: hidden;
        }
        
        .NewsListing li span.date 
        {
            position: absolute;
            right: 4px;
            bottom: 2px;
            color: #666;
        }
