


.cmsgrey {
	background-color: #FAFAFA; 
	padding-bottom: 10px; 
	padding-top:10px; 
	padding-left: 40px;
	padding-right: 40px;
	border-bottom: 30px solid #F1F1F1;
	font: 11px "Arial", sans-serif;
}

.cmsgrey h1 {
	color: #890000;
	font-size: 12px;
	height: 100%;
	display: block;
	text-decoration: none;
	border: 0;
}

.cmsfield {
	padding-bottom: 1em;
}
.opis_aktualnosci p {
	margin: 0px; display: inline;
}




#CMSMenu {
	font-size: 9pt;
}

#menu_div li.active_bottom a
{
border-top: 1px solid #A4A4A4;
color: #4E4D4D;
background-color: #4F894E
}

fieldset {
    border: 1px solid #868686;
    margin: 0.5em 0em 0.5em 0em;
    padding: 0em 0.5em 0.5em 0.5em;
    line-height: 1.5em;
    width: auto;
}
legend {
    background: White;
    padding: 0.5em;
    font-size: 90%;
}
form {
    border: none;
    margin: 0;
}
textarea {
    font: 100% Arial, "Courier New", Courier, monospace; 
    border: 1px solid #7070a0;  
    color: Black;
    background-color: white;
	width: 80%;
}
select {
    border: 1px solid #868686;  
    color: Black;
    vertical-align: top;
}
abbr, acronym, .explain {
    border-bottom: 1px dotted Black;
    color: Black;
    background-color: transparent;
    cursor: help;
}
q {
    font-family: Times, "Times New Roman", serif;
    font-style: italic;
    font-size: 120%;
}
blockquote {
    font-family: Times, "Times New Roman", serif;
    font-style: italic;
    font-size: 120%;
}
code {
    font-size: 120%;
    color: Black;
    background-color: #dee7ec;
    border: 1px dashed #DE7F7F;
    padding: 0 0.1em;
}
pre {
    font-size: 120%;
    padding: 1em;
    border: 1px dashed #DE7F7F;
    color: Black;
    background-color: #dee7ec;
    overflow: auto;
}
.pre a {
    text-decoration: underline;
}
ins {
    color: green;
    text-decoration: none;
}
del {
    color: red;
    text-decoration: line-through;
}
.netscape4 {
    display: none;
}

/*
** Structural Elements
*/
#visual-portal-wrapper {
    margin: 0;
    padding: 0;
}
/* Logo properties */
 
#portal-skinswitcher {
    /* The skin switcher at the top, only shows up if you have multiple skins available */
}
#portal-skinswitcher a {
    display: block;
    float: left;
}
#portal-top {
    /* Top section */
    margin: 0;
    padding: 0;
}
#portal-siteactions {
    position: absolute;
    top: 11px;
    right: 16px;
    width: 54px;
    margin: 0;
    padding: 0;
    z-index: 2;
}
#portal-siteactions a {
    display: block;
    float: left;
    padding: 18px 0 0 0;
    width: 18px;
    height: 0px !important;
    height /**/: 18px;
    overflow: hidden;
}
/* searchbox style and positioning */
#portal-searchbox {
    position: absolute;
    top: 45px;
    right: 1.5em;
    background-color: transparent;
    margin: 0;
    padding: 0;
    text-align: right;
    text-transform: lowercase;
    width: 50%;
    white-space: nowrap;
    z-index: 2;
}
#portal-personaltools {
    /* Bar with personalized menu (user preferences, favorites etc) */
    background-color: #dee7ec;
    border-top-color: #DE7F7F;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-color: #DE7F7F;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    line-height: 1.3em;
    color: Black;
    padding: 0em 3em 0em 3em;
    margin: 0;
    text-align: right;
    text-transform: lowercase;
    list-style: none;
}

#portal-personaltools .portalNotLoggedIn {
    color: Black;
    padding: 0;
    background: transparent;
    background-image: none;
} /* Used on all descriptions relevant to those not logged in */
 
#portal-personaltools li {
    padding-left: 8px;
    color: #436976;
    margin-left: 1em;
    display: inline;
}
#portal-personaltools li a {
    text-decoration: none;
    color: #436976;
}
.visualCaseSensitive {
    text-transform: none;
}
#portal-breadcrumbs {
    /* The path bar, including breadcrumbs and add to favorites */
    text-transform: lowercase;
}
.addFavorite {
    vertical-align: bottom;
}
.contentViews {
    background-color: transparent;
    border-collapse: collapse;
    padding-left: 1em;
    line-height: normal;
    margin: 0;
    margin-top: 1em;
    margin-left: 0;
    /* white-space: nowrap; */
    list-style: none;
    border: 1px solid #868686;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
}
.contentViews li {
    display: inline;
}
.contentViews li a {
    background-color: transparent;
    border: 1px solid #868686;
    border-style: solid;
    color: #868686;
    height: auto;
    margin-right: 0.5em;
    padding: 0em 1.6em;
    line-height: normal;
    text-decoration: none;
    text-transform: lowercase;
    z-index: 1;
}
.contentViews .selected a {
    background-color: #F7F8FD;
    border-bottom: #F7F8FD 1px solid;
    color: #868686;
}
.contentViews li a:hover {
    background-color: #F7F8FD;
    color: #868686;
}
/*
** begin ECMAScript Content Action Menus
*/
.contentActions {
    border-collapse: collapse;
    background-color: #F7F8FD;
    border-left: 1px solid #868686;
    border-right: 1px solid #868686;
    color: #868686;
    text-align: right;
    text-transform: lowercase;
    /* xpadding: 0 0 0 1em; */
    z-index: 2;
    height: 1.2em;
}
.contentActions ul,
.contentActions li {
    margin: 0;
    list-style: none;
    list-style-image: none;
    display: inline;
    color: Black;
    text-align: left;
}
.contentActions ul {
    line-height: 1.2em;
    height: 1.2em;
    padding: 0;
    margin: 0;
}
.contentActions li {
    float: right;
    background-image: url(../cms-core/img/arrowDownAlternative.gif);
    background-repeat: no-repeat;
    background-position: center right;
    z-index: 4;
    border-left: 1px solid #868686;
    padding: 0 0 0 1em;
    margin: 0 1em 0 0;
}
.menuPosition {
    /*  The spec says we can't put this on an element with a float (although 
        Opera is the only one that cares) and we need it in order to catch 
        the position:absolute bubbling up */
    position: relative;
    }
.actionSingular {
    background-image: none !important;
}
.actionItems li {
    background-image: none;
}
.contentActions a {
    text-decoration: none;
    color: #868686;
    padding: 0 1em 0 0;
}
.contentActions .actionMenu {
    visibility: hidden;
    z-index: 5;
    position: absolute;
    top: 0;
    right: 0px;
    background: #F7F8FD;
    overflow: hidden;
    height: auto;
    padding: 0;
    margin: 1.2em 0 0 0; margin: 0 0 0 0;
    border: 1px #868686;
    border-style: none solid solid solid;
    width: 100px;
}
.actionMenu li {
    float: none;
    background: none;
    display: inline;
    padding: 0;
    margin: 0;
    border: 0;
}
.actionMenu li a {
    display: block;
    white-space: nowrap;
    padding: 0 0.5em;
    margin: 0.2em 0;
    width: 100px;
}
.actionMenu li a:hover {
    background-color: #868686;
    color: White;
}
.actionMenu .actionSeperator a {
    margin-top: 0.2em;
    padding-top: 0.2em;
    border-top: 1px solid #868686;
}
.listing,
.stx table {
    /* The default table for document listings. Contains name, document types, modification times etc in a file-browser-like fashion */
    border-collapse: collapse;
    border-left: 1px solid #868686;
    border-bottom: 1px solid #868686;
    font-size: 12pt;
    margin: 1em 0em 1em 0em;
}
.listing th,
.stx table th {
    background: #F3F5FD;
    border-top: 1px solid #868686;
    border-bottom: 1px solid #868686;
    border-right: 1px solid #868686;
    font-weight: normal;
    padding: 0em 1em 0em 1em;
    text-transform: lowercase;
}
.listing .top {
    border-left: 1px solid White;
    border-top: 1px solid White ! important;
    border-right: 1px solid White ! important;
    text-align: right ! important;
    padding: 0em 0em 1em 0em;
}
.listing .odd {
    /*every second line should be shaded */
    background-color: transparent;
}
.listing .even {
    background-color: #F7F8FD;
}
.listing .listingCheckbox {
    text-align: center;
}
.listing td,
.stx table td {
    border-right: 1px solid #868686;
    padding: 0em 1em;
    text-align: left;
}
.listing a:hover {
    text-decoration: underline;
}
.listing img {
    vertical-align: middle;
}
/*
** end ECMAScript Content Action Menus
*/
.configlet .contentViews {
    font-size: 90%;
}
 
#content-news h1 {
    margin-bottom: 1em;
}
.newsItem {
    margin-bottom: 0.5em;
    border-bottom: 1px solid #DE7F7F;
}
.newsContent {
    padding: 0 0.2em 0.5em 0.5em;
}
.newsContent ul,
.newsContent li {
    display: block; 
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}
.newsAbout {
    display: block;
    color: #76797c;
    font-size: 85%;
    padding: 0;
    margin-top: 0;
    list-style: none;
    list-style-image: none;
    float: right;
    text-align: right;
}
.newsAbout li {
    display: inline;
}
.newsFooter {
    
}
.newsFooter li {
    display: inline;
    margin: 0 0 0 0;
    font-size: 90%;
}
.documentEditable {
    padding: 0em 8px 1em 8px !important;
    font-size: 11px;
    background-color: #fff;
   /* xborder: 1px solid #555; */
    text-align: left;
    
}
.documentEditable td {
    font-size: 11px;
}


.configlet .documentEditable {
    padding: 0em !important;
}
.documentContent {
    font-size: 110%;
    padding: 5px;
}
.documentEditable .documentContent {
    border: 1px solid #868686;
    padding: 5px;;
}
.documentActions {
    float: right;
    margin: -2em 0 0 0;
}
.documentActions ul,
.documentActions li {
    display: inline;
    list-style: none;
    list-style-image: none;
}
.documentActions a {
    border: 0;
    text-decoration: none;
}
.portalMessage,
.system-message,  /* These two last ones are reST error indicators */
#error-handling {
    background-color: #ECB400;
    border: 1px solid #ff0000;
    color: Black;
    font-size: 85%;
    font-weight: bold;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 1em;
    vertical-align: middle;
}
.portalMessage a {
    color: Black;
    text-decoration: underline;
}
.documentDescription {
    /* The summary text describing the document */
    display: block;
    margin: 1em 0em;
    line-height: 1.5em;
}
.documentByLine {
    text-align: right;
    font-size: 85%;
    clear: both;
    font-weight: normal;
    color: #76797c;
}
.documentByLine a {
    text-decoration: underline;
}
.productCredits {
    text-align: right;
    font-size: 85%;
    clear: both;
    font-weight: normal;
    color: #76797c;
}
.productCredits a {
    text-decoration: underline;
}
#portal-footer {
    background-color: #dee7ec;
    border-top: 1px solid #DE7F7F;
    border-bottom: 1px solid #DE7F7F;
    float: none;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 0em 1em 0em;
    text-align: center;
}
#portal-colophon {
    float: none;
    margin: 0em 0em 2em 0em;
    padding: 0.5em 0em 1em 0em;
    text-align: center;
}
#portal-colophon ul,
#portal-colophon ul li,
#portal-colophon ul li a {
    list-style: none;
    display: inline;
    text-decoration: none;
    color: Black;
}
#portal-colophon ul li {
    font-size: 85%;
    margin: 0 0.25em;
    padding: 0.1em 0.2em;
}


.spacer {
	margin: 1em;
}
.currentNavItem {
    color: Black;
    font-weight: bold;
}
.state-private {
    color: Black;
}
.state-published {
    color: #868686;
}
.state-pending {
    color: #ffa500;
}
.state-expired {
    color: Red;
}
.syndicated {
    color: #008000;
}
.role-Member {
    
}
.role-Reviewer {
    
}
.role-Manager {
    
}
.role-Translator {
    
}
.location-frontpage {
    
}
.location-news {
    
}
.location-members {
    
}
.even {
    background-color: #f7f9fa;
}
.odd {
    background-color: transparent;
}
.visualHighlight {
    background-color: #f7f9fa;
}
.discreet {
    color: #76797c;
    font-size: 85%;
    font-weight: normal;
}
.listingBar {
    background-color: #dee7ec;
    border-color: #DE7F7F;
    border-style: solid;
    border-width: 1px;
    padding: 0em 1em;
    text-align: center;
    text-transform: lowercase;
    vertical-align: top;
    margin: 1em 0em;
    font-size: 94%;
    clear: both;
}
.listingBar span.previous,
.listingPrevious {
    text-align: left;
    float: left;
    margin-right: 1em;
}
.listingBar span.next,
.listingNext {
    text-align: right;
    float: right;
    margin-left: 1em;
}
.listingBar img {
	vertical-align: middle;
}
/*
** Accessibility and visual enhancement elements 
*/
.link-plain {
    background-image: none;
    padding: 0;
}

.hiddenStructure {
    display: block;
    background: transparent;
    background-image: none; /* safari bug */
    border: none;
    height: 1px;
    overflow: hidden;
    padding: 0;
    margin: -1px 0 0 -1px;
    width: 1px;
}
.contentViews .hiddenStructure,
.contentActions .hiddenStructure {
    position: absolute;
    top: -200px;
    left: -200px;
}
.visualClear {
    display: block;
    clear: both;
}
.hiddenLabel {
    display: block;
    background: transparent;
    background-image: none; /* safari bug */
    border: none;
    height: 1px;
    overflow: hidden;
    padding: 0;
    margin: -1px 0 0 -1px;
    width: 1px;
}
.label {
    font-weight: bold;
    display: inline;
    padding-right: 0.5em;
}
.optionsToggle {
    border: 1px solid #DE7F7F;
    color: Black;
    background-color: #dee7ec;
    font-weight: normal !important;
    font-size: 85%;
}
.portalNotLoggedIn {} /* Used on all descriptions relevant to those not logged in */
#portal-column-content fieldset > * input:focus,
#portal-column-content fieldset > * textarea:focus {
    border-color: #ffa500; 
    border-width: 1px;
}
.visualOverflow {
    overflow: auto;
    margin: 0 0 1em 0;
}
.visualOverflow pre,
.visualOverflow table,
.visualOverflow img {
    margin: 0;
}
.visualFontSizeCorrection { /* Correction for WYSIWYG editors */
    font-size: 75%;
}

/* for highlighting of search terms */
.highlightedSearchTerm {
   background-color: #feff82;
}
/*  */
