﻿/** Layout kreatora2 */

* {
	margin: 0;
	padding: 0;
	border: 0;
    text-indent: 0;
    font-size: 11px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #000;
}

a:link {
	color: #000;
}

a:hover {
	color: #000;
}

a:visited {
	color: #000;
}

a.link {
    color: #217ab7;
    font-weight: normal;
}
a.link:hover {
	text-decoration: underline;
}

html {
    border:medium none;
    height:100%;
    margin:0px;
    min-height:100%;
    padding: 0px;
}

body {
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
}

#root {
	margin: 5px auto 20px auto;
    position: relative;
}

div {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    overflow: hidden;
}

/** Naglowek */
#header {
    height: 70px;
    overflow: visible;
    position: relative;
}

/** 
 * Pudelko glowne. Grupuje pudelko z trescia i pudelko z przyciskami ponizej warstwy z trescia. 
 * Powinno dobrze nadawac sie do zmiany rozdzielczosci kreatora
 */

#contentPanel{
    width: 100%;
    border: none;
    margin: 2px auto;
}

.contentTopLeft {
    background: transparent url(../gfx/main_top_left.png) left top no-repeat;
    padding: 0px 0px 0px 0px;
    height: 16px;
    float: left;
    width: 16px;
}

.contentTopFill {
    background: transparent url(../gfx/main_top_fill.png) repeat-x top;
    padding: 0px 0px 0px 0px;
    height: 16px;
}

.contentTopRight {
    background: transparent url(../gfx/main_top_right.png) right top no-repeat;
    padding: 0px 0px 0px 0px;
    height: 16px;
    float: right;
    width: 16px;
    margin-top: -16px;
}

.contentMiddle {
	border-left: 1px solid #E5E5E4;
	border-right: 1px solid #E5E5E4;
	padding: 0px 10px 0px 10px;
}

.contentBottomLeft {
    background: transparent url(../gfx/main_bottom_left.png) left top no-repeat;
    padding: 0px 0px 0px 0px;
    height: 16px;
	float: left;
	width: 16px;
}

.contentBottomFill {
    background: transparent url(../gfx/main_bottom_fill.png) repeat-x top;
    padding: 0px 0px 0px 0px;
    height: 16px;
}

.contentBottomRight {
    background: transparent url(../gfx/main_bottom_right.png) right top no-repeat;
    padding: 0px 0px 0px 0px;
    height: 16px;
	float: right;
	width: 16px;
	margin-top: -16px;
}

.contentContainerTopLeft {
    background: transparent url(../gfx/container_top_left.png) left top no-repeat;
    padding: 0px 0px 0px 0px;
    height: 13px;
    float: left;
    width: 18px;
}

.contentContainerTopFill {
    background: transparent url(../gfx/container_top_fill.png) repeat-x top;
    padding: 0px 0px 0px 0px;
    height: 13px;
}

.contentContainerTopRight {
    background: transparent url(../gfx/container_top_right.png) right top no-repeat;
    padding: 0px 0px 0px 0px;
    height: 13px;
    float: right;
    width: 18px;
    margin-top: -13px;
}

.contentContainerBottomLeft {
    background: transparent url(../gfx/container_bottom_left.png) left top no-repeat;
    padding: 0px 0px 0px 0px;
    height: 12px;
	float: left;
	width: 16px;
}

.contentContainerBottomFill {
    background: transparent url(../gfx/container_bottom_fill.png) repeat-x top;
    padding: 0px 0px 0px 0px;
    height: 12px;
}

.contentContainerBottomRight {
    background: transparent url(../gfx/container_bottom_right.png) right top no-repeat;
    padding: 0px 0px 0px 0px;
    height: 12px;
	float: right;
	width: 16px;
	margin-top: -12px;
}

#content {
    margin: 0px;
}

#contentLeft {
	padding: 10px 10px 10px 15px;
    float: left;
}

#contentRight {
	margin-left: 0px;
	margin-right: 0px;
    padding: 10px 0px 10px 0px;
    float: left;
}

/** Zmiana szerokosci menu wymaga poprawienia zmiennej konfiguracyjnej: LAYER_CONTENT_MENU_WIDTH (plik conf.settings.php)*/
#contentMenu {
	margin-left: 5px;
}

#contentMenu a.normal, #contentMenu div {
	color: #217ab7;
}

#contentMenu a.selected {
	color: red;
	font-weight: normal;
}

#contentMenu ul {
	list-style-image: none;
	list-style-type: none;
	padding-left: 20px;
}

#contentMenu li.normal {
	list-style-image: url(../gfx/menu_normal_pointer.gif);
}

#contentMenu li.selected {
	list-style-image: url(../gfx/menu_selected_pointer.gif);
}

#contentMenu a.normal:hover, #contentMenu a.selected:hover {
	text-decoration: underline;
}

.contentMenuHeader {
	padding-bottom: 10px;
	font-weight: bold;
}

.contentMenuItem {
	padding: 5px 0px 2px 0px;
}

.contentMenuItemNested {
	padding: 0px 0px 2px 9px;
}

/** dla tego stylu występuje obejście dla ie6 */
.contentContainer {
	padding: 5px 10px;
	border-left: 1px solid #d4dee4;
    border-right: 1px solid #d4dee4;
    margin-left: 0px;
}

.contentContainerNavigatorTop {
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.contentContainerNavigatorBottom {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px
}

.contentContainerNavigatorLeft {
	font-size: 12px;
	font-weight: bold;
	float: left;
}

.contentContainerNavigatorRight {
	float: right;
}

.contentContainerTabs {
	height: 23px;
	overflow: hidden;
}

.contentContainerTabs a.normal {
	color: #000000;
}

.contentContainerTabs a.selected {
	color: #ffffff;
	font-weight: bold;
}

.contentContainerTabs a.normal:hover, .contentContainerTabs a.selected:hover {
	text-decoration: underline;
}

.contentContainerTabs ul li{
    background-image: url(../gfx/tab2_right.png);
    background-position:right top;
    background-repeat: no-repeat;
    float: left;
    height: 23px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-size: 11px;
    font-weight: normal;
}

.contentContainerTabs ul li a, .contentContainerTabs ul li span{
    background-image: url(../gfx/tab2_left.png);
    background-position: left top;    
    background-repeat: no-repeat;
    color: #000;
    display: block;
    /*float: left;*/
    font-family: verdana,arial,sans-serif;
    font-size: 10px;
    height: 17px;
    line-height: 17px;
    padding: 3px 8px;
    text-decoration: none;
    text-align: center;
    width: 100%;
}

.contentContainerTabs ul li.selected, .contentContainerTabs ul li.hover{
    background-position: right -23px;
}

.contentContainerTabs ul li.selected a, .contentContainerTabs ul li.hover a, .contentContainerTabs ul li.selected span{
    background-position: left -23px;
    color: #ffffff;
    font-weight: bold;
}

.contentContainerTabs ul li a:hover{
    text-decoration: underline;
}

/**********/

/** Gorny pasek*/
.help_logo {
	width: 186px;
	height: 90px;
	background: url(../gfx/help_logo.png) no-repeat left center;
	overflow: hidden;
}

.copyright {
	color: #b9b7b6;
	font-size: 10px;
}

h1 {
    font-size: 13px;
    line-height: 35px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h2 {
    font-size: 11px;
    line-height: 25px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h3 {
    font-size: 11px;
    line-height: 25px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #FF0000;
}

p {
    text-indent: 20px;
    line-height: 15px;
    padding-top: 10px;
}

/* Navigator w listing { */
span.nav_active {
	font-weight: bold;
}

a.nav {
	color: #217ab7;
}

a.nav:hover {
	text-decoration: underline;
}
/* } Navigator w listing */

/* Pola formularzy { */
input.radio, input.radio + span, input.checkbox {
    cursor: pointer;
}

input.text, input.password, input.text-postcode, input.text-post,
input.text-street, input.text-building, input.text-flat, select,
input.text-phone, input.text-fax, input.submit, textarea.textarea {
    line-height: 10px;
    font-size: 10px;
    border: 1px solid #626f99;
    margin-right: 4px;
    padding: 2px;
}

input.notrequired, textarea.notrequired {
    background-color: #fafad2;
}


input.text, input.password, textarea.textarea {width: 220px;}
input.text-phone, input.text-fax {width: 105px;}
select {width: 226px;}
input.text-postcode {width: 44px;}
input.text-post {width: 166px;}
input.text-street {width: 138px;}
input.text-building {width: 31px;}
input.text-flat {width: 31px;}
/* } Pola formularzy */

/* Listing { */
table.listing {
	border: none;
}

table.listing th.header {
	border-bottom: #217ab7 solid 1px;
	padding-bottom: 1px;
}

table.listing td, table.listing th {
	padding: 5px;
}

table.listing th {
	text-align: left;
}

table.listing th a{
    text-align: left;
    font-weight: bolder;
}

table.listing a {
	color: #217ab7;
}

table.listing a:hover {
	text-decoration: underline;
}

table.listing tr.listingWhite, table.listing tr.listingWhiteLast {
	background-color: #ffffff;
}

table.listing tr.listingWhite td {
	border-bottom: 2px solid #e9e9e9;
}

table.listing tr.listingWhiteLast td {
	border-bottom: none;
}

table.listing tr.listingGrey, table.listing tr.listingGreyLast {
	background-color: #f0f0ef;
}

table.listing tr.listingGrey td {
	border-bottom: 2px solid #ededed;
}

table.listing tr.listingGreyLast td {
	border-bottom: none;
}


/* } Listing */

/* Formularze { */
table.form-box {
    background-color: #FFFFFF;
    border: 1px solid #d4dee4;
    margin: 4px 0px;
    padding: 4px;
    border-spacing: 0px;
    font-size: 10px;
}

table.form-box td {
    width: 50%;
    padding: 2px 4px;
}

table.form-box td.form-title-left, table.form-box td.form-title-right {
    font-weight: bold;
    padding-bottom: 10px;
}

table.form-box td.form-title-left {
    text-align: left;
}

table.form-box td.form-title-right {
    text-align: right;
}

table.form-box td.form-left {
	padding-right: 20px;
    text-align: right;
}

table.form-box td.form-right {
    text-align: left;
}

table.form-box td.form-center {
    text-align: center;
}

table.form-box td.form-title {
    text-align: center;
    padding: 0px 4px 15px 0px;
    
}

button {
	cursor: pointer;
}

button.generate {
    width: 84px;
    height: 26px;
    background: transparent url(../gfx/button_generate.png) no-repeat;
}

/* } Formularze*/

.formTableContainer {
	margin: auto;
}

#linkByYear a.selected, #linkByMonth a.selected, #linkByDay a.selected{
    font-weight: bolder;
    color: #f00
}

#linkByYear a.normal, #linkByMonth a.normal, #linkByDay a.normal{
    font-weight: normal;
    color: #217AB7;
}

img.tooltip{
    cursor: pointer;
}

label{
    cursor: pointer;
}

span.blue{
    font-size: 11px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #FF0000;
}

