/**
 Colors:
 main bckg: #BD7C36; // #755539 // #21681D
 main borders: #654b32 // #4D3926 // #0A381F
 font color: black;
 content bckg: white;
 headers color: #333300 // #003300
 borders: #4F4F4F
 horizonal rules: #CFCF4F
 anchors: #666600 //#006600;
 */

body
{
	border: none;
	background-color: #BD7C36; 
	font-family: Verdana, Arial, 'Arial CE', Helvatica, sans-serif;
	color: #000000;
	font-size: 65%;
}

#host
{
	background-color: transparent;
	border-top: none;
}

#header
{
	background: transparent;
	border-left: 1px solid #654b32;
	border-right: 1px solid #654b32;
	border-bottom: none;
	border-top: none;
}

#content
{
	background: white url('../img/body-bckg.gif') repeat-y right top;
	border-top: 1px solid #654b32;
	border-left: 1px solid #654b32;
	border-right: 1px solid #654b32;
	border-bottom: 1px solid #654b32;
	font-size: 1.2em;
}

#content-inner
{
	background: white url('../img/content-inner-bckg.gif') repeat-x left top;
}

#right-sidebar
{
	background-color: transparent;
	padding-bottom: 18px;
	background: transparent;
}

#footer {
	background: transparent;
}

#skylinedlogo
{
	display: block; 
	float: right; 
	padding: 0; 
	margin: -15px -15px 0px 0px; 
}

#skylinedlogo a img, #biplogo a img
{
	border: none;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#biplogo
{
	display: block;
	background: transparent url('../img/right-sidebar-bottom-bckg.gif') repeat-x top left;
}

/**
 * Standards 
 */
p, li, td
{
	font-size: 1.0em;
	line-height: 1.5em;
	text-align: justify;
}
/**
 * ENCD Standards 
 */

/**
 * Anchors
 */
a, a.link {
	text-decoration: underline;
	color: #660;
}
a:hover, a.link:hover {
	text-decoration: none;
}
/* style dla zalacznikĂłw */
a.attachment {
	text-decoration: underline;
	color: #660;
	font-weight: bold;
}
a.attachment:hover {
	text-decoration: none;
	font-weight: bold;
}

/**
 * END Anchors
 */

/**
 * Lists
 */
ol, ul 
{
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-right: 15px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 5px;
}
/**
 * END Lists
 */

/**
 * Headers 
 */

h1, h2, h3, h4
{
	color: #330;	
	font-family: Georgia;
	font-weight: normal;
	text-align: inherit; 
	border-bottom: 1px #FFFFBB solid;
	border-left: 15px orange solid; /* #FFFF33 solid; */
	padding-left: 10px;
}

h1 
{
	font-size: 2.2em;
}

h2 
{
	font-size: 2.0em;
}

h3 
{
	font-size: 1.8em;
	font-style: italic;
}

h4
{
	font-size: 1.6em;
	font-style: italic;
}

/**
 * END Headers
 */

/**
 * Horizontal Rule
 */
hr {
	border: 0px;
	color: #FFFFBB;
	width: 100%;
	height: 3px;
	background-color: #FFFFBB;
	margin: 0 0 0 0;
}
/**
 * END Horizontal Rule
 */

/**
 * Tabels
 */
table 
{
	font-size: 1.0em;
	color: #000000;
	background-color: transparent;
	border: solid 1px #4F4F4F;
}
 
td 
{
	font-size: 1.0em;
	padding: 5px;
	border: 0;
	background-color: transparent;
}

td.header, td.row1, td.row2 
{
	margin: 2px 2px 2px 2px;
	border: none;
}
td.header 
{
	background-color: #F1E0CE;
	font-weight: bold;
	font-size: 1.0em;
}
td.row1 
{
	background-color: #FCF9F5;
	font-size: 1.0em;
}
td.row2 
{
	background-color: #F6EBE0;
	font-size: 1.0em;
}


/**
 * END Tabels
 */


.datetime 
{
	font-size: 1.0em;
	color: #808080;
}

.none
{
	
	border: none;
	margin: 0px;
	padding: 0px;
}

.small
{
	font-size: 0.8em;
}

/**
 Menu in right-sidebar
 */
ul.menu
{
	margin: 3px 0 0 0;
	padding: 0;
	list-style: none;
}

ul.menu li
{
	display: block;
}

ul.menu li.header
{
	background: transparent url('../img/menu-header.gif') repeat-x bottom left;
}

ul.menu li.header span
{
	padding: 5px 5px 5px 5px;  
	display: block;
	color: white;
	font-weight: bold;
	font-size: 15px;
}

ul.menu li a
{
	color: white;
	text-decoration: none;
	display: block;
	background: transparent url('../img/menu-static.gif') repeat-x left top;
	padding: 6px 0px 6px 5px;
}

ul.menu li a:hover
{
	color: white;
	text-decoration: none;
	background: transparent url('../img/menu-active.gif') repeat-x left top;
	font-weight: bold;
}
/**
 END - Menu in right-sidebar
 */

/** 
 Search form in right-sidebar
 */
#search-form
{
	background: transparent url('../img/right-sidebar-top-bckg.gif') repeat-x bottom left;
	text-align: center;
}
 

#search-form form
{
	padding-top: 7px;
}

#search-form input
{
	margin-top: 1px;
	border: 1px solid #4F4F4F;
	margin-right: 5px;
}

#search-form a
{
	text-decoration:none;
}

#search-form img
{
	border: none;
	vertical-align: bottom;
}
/** 
 END - Search form in right-sidebar
 */

/**
 * Breadcrumb styles
 */
a.a-hierarchyPathMenu
{
	background: transparent url('../img/aforward.gif') no-repeat left 5px;
	margin: 0 5px 0 5px;
	padding: 0 0 0 10px;
	font-size: 1.0em;
	line-height: 1.3em;
	font-weight: normal;
}

#content-top
{
	background-color: transparent;
	color: #660;
	display: block;
	text-align: left;
	border: 0;
	padding: 0;
	margin: 0;
}


img.img-hierarchyPathMenu
{
	border: 0;
	margin: 0 5px 0 5px;
	padding: 0 0 0 0;
}
/**
 * Koniec style górnego menu ścieżki hierarchi menu
 */

