
/* - tkfd_style.css - */
@media all {
/*
#visual-portal-wrapper{}
#portal-top{}
#portal-header{}
#portal-personaltools-wrapper{}
#portal-searchbox{}


#portal-columns{}

#viewlet-above-content{}
#portal-breadcrumbs{}

#content{}
#content-core{}
.item visualIEFloatFix{}
#parent-fieldname-text{}

#portal-column-two{}
#portletwrapper{}

.item visualIEFloatFix{}
#description{}

.row{}
.cell{}
.width-full{}
.position-0{}

#portal-footer{}

.colophonWrapper{}
#portal-colophon{}

*/

div.field{
    width:660px;
}

.ArchetypesReferenceWidget select{
    width:660px;
}


/* 2010-10-19 added for pdf files */

.tkfd_normalTopFolderListPdf {
        -moz-background-clip:border;
        -moz-background-inline-policy:continuous;
        -moz-background-origin:padding;
        background:transparent url(tkfd_icon_pdf.png) no-repeat scroll left top;
        list-style-image:none;
        list-style-position:outside;
        list-style-type:none;
        padding:1px 0 1px 22px;
}

.tkfd_subTitleWrapperPdf {
        -moz-background-clip:border;
        -moz-background-inline-policy:continuous;
        -moz-background-origin:padding;
        background:transparent url(tkfd_icon_pdf.png) no-repeat scroll 0 0;
        margin-top:20px;
        padding:3px 0 0 32px;
}


.tkfd_headLine_download {
        width:530px;
        float:left;
}
.tkfd_headLine_download_all_text {
        width:110px;
        float:right;
        padding-top:0px;
}

/* add */

#archetypes-fieldname-relatedActiveties select,
#archetypes-fieldname-tkfdAuthors select {
    height: 130px;
}
#archetypes-fieldname-relatedArticles select {
    height: 190px;
}

h1, h2, h3, h4, h5, h6 {
	line-height: normal;
}
h1, h2 {
	letter-spacing: -0.01em;
}
#content {
	margin: 1em 0 2em;
}
#portal-footer {
	line-height: 1.5em;
}
#portal-breadcrumbs a {
	padding: 0.25em 0;
}
#content p, #content table, #content dl, dl.portlet p, dl.portlet {
	margin-top: 0.625em;
	margin-bottom: 0.625em;
}

/* Article */
#content dt {
	margin-bottom: 0.625em;
}
.tkfd_rpTags, .tkfd_rpRelatedArticles {
	margin-bottom: 5px;
	font-weight: normal;
}

/* Governance */
h2, h3, h4 {
	margin: 1em 0 0.38em;
}

.tkfd_normalTopFolderWrapper .moreview p {
	color: #000000;
}

.tkfd_fotterList .moreview p {
	color: #ffffff;
}

#archetypes-fieldname-topExpertList select {
	height: 15em;
}

/* Search Results */


dl.searchResults {
	margin-left: 2em;
}

dl.searchResults dt {
	text-indent: -1.8em;

}

dl.searchResults dt.contenttype-news-item,
dl.searchResults dt.contenttype-document,
dl.searchResults dt.contenttype-folder,
dl.searchResults dt.contenttype-link,
dl.searchResults dt.contenttype-topic,
dl.searchResults dt.contenttype-event,
dl.searchResults dt.contenttype-file,
dl.searchResults dt.contenttype-image {
	margin-left: -1.8em;
	text-indent: 0;
}

dl.searchResults dd {
	margin: 0 0 1em 0 !important;
}

#selC {
	margin-top: -2px;
}

#search-form-left {
	float: left;
}
#search-form-right {
	float: right;
	padding-top: 8px;
	font-size: 1.25em;
	font-family: "Helvetica Neue",Arial,FreeSans,sans-serif;
	font-weight: bold;
}

form.searchPage {
	margin-bottom: 20px;
	padding: 10px 20px;
}

#content p.description {
        color: #666666;
        padding: 5px 20px;
}

}

