body {
    font: 11px/165% 'Lucida Grande', Verdana, Helvetica, sans-serif;
    color: #666666;
    margin: 0; padding: 0 0 50px 0;
    background: #F6F5F5 url(../img/kis/bg.gif) repeat-x;
    text-align: center;
}
/*headers*/
h1, h2, h3, h4 {
    font: bold 1em/1.5em Georgia, 'Times New Roman', Times, serif;
    color: #444;
    padding: 10px 15px 7px 15px;
}
h1 { font-size: 3.7em; font-weight: normal; letter-spacing: -2px; }
h2 { font-size: 2.8em; font-weight: normal; color: #663333; }
h3 { font-size: 2em; font-weight: normal; letter-spacing: -0.5px; padding-top: 15px}
h4 { font-size: 1.3em; }

/*
links start
*/
/* Links */
a:link, a:visited {
    text-decoration: none;
    color: #AE855C;
}
a:hover {
    border-bottom: 1px dotted #AE855C;
}
a.more-link {
    padding-bottom: 2px;
    font-weight: bold;
    border-bottom: 1px dotted #AE855C;
}
a:hover.more-link {
    text-decoration: none;
}
/*table start*/
table {
    border-collapse: collapse;
    margin: 10px;
    width:98%
}
tr { background: #fff; }
tr.altrow { background: #F9F9F9;	}
th, td {
    text-align: left;
    border-width: 1px;
    border-style: solid;
}
th {
    color: #7BA857;
    background: #EFFAE6;
    padding: .8em 1em;
    border-color: #DFF4D5 #D3EFC3 #A7DF8A #D3EFC3;
}
td {
    border-color: #EFEFEF;
    padding: .7em 1em;
}

/* form elements */
form p {
    border-bottom: 1px solid #E6E6E6;
    padding: 12px 0 5px 0;	margin: 0;
    color: #7BA857;
}
label {
    font-weight: bold;
    color: #7BA857;
}
input, select, textarea {
    margin: 5px 0;
    padding: 5px;
    color: #6A6969;
    border-width: 1px;
    border-style: solid;
    border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4;
    font: 11px 'Lucida Grande', Verdana, Helvetica, sans-serif;
}
input:focus, select:focus, textarea:focus {
    color: #7BA857;
    background: #EFFAE6;
}
#name, #email, #message, #website {
    width: 380px;
}
input.button {
    font: bold 12px Arial, Sans-serif;
    height: 30px;
    margin: 0;
    padding: 2px 3px;
    color: #fff;
    background: #9CCF5F;

    border-width: 1px;
    border-style: solid;
    border-color: #B6DE8F #8DB836 #8DB836 #B6DE8F;
}
/* Lists */
ul, ol {
    margin: 10px 20px;
    padding: 0 20px;
}
ul { list-style: disc; }
ol { list-style: decimal; }
li.alt{
    background: #f8f8f8;
}

dt {
    font-weight: bold;
    color: #7BA857;
}
dd {
    padding-left: 25px;
}

p, dl { padding: 10px 15px; }
/*-------------------------
layout
--------------------------*/


.problem{ font-size: 10px;padding: 10px;line-height: 1;color: #000000;background: #9FCC7F; text-align: left;}
#jsWarning{ padding:3px; background:#DB4949; color:#fff; border:solid #000000 2px; text-align:justify; }
#jsWarning img{float:left; margin:5px 10px 0 0;}
#jsWarning p{margin:5px 0 5px 0; padding:5px 0 5px 0;}
#jsWarning a{color:#333; font-weight: bolder;}
#jsWarning a:hover{text-decoration: underline}

#footer { font-size:10px;color:#E0E0E0;line-height:150%;overflow:hidden;}
#footer a {text-align:right;color:#E0E0E0;font-weight:lighter;text-decoration:none;}
#footer a { text-decoration:underline;}
#footer a:hover { text-decoration:none;}
.right {text-align: right;}
#header-wrap {
    width: 100%;
    background: #fff url(../img/kis/bg.gif) repeat-x ;
    margin: 0; padding: 0;
}
#content-outer {
    background: #fff;
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #E8E8E8;
    text-align: left;
}
#content {
    margin: 0 auto;
    background: #fff;
    padding-bottom: 35px;
    padding-top: 5px;
    overflow: auto;
}
#footer-wrapper {
    clear: both;
    margin: 0 auto;
    text-align: left;
}

.left {text-align: left;}

/*menu*/
#header{
    padding-bottom:10px;
}
.menu{
    border:none;
    border:0px;
    margin:0px;
    padding:0px;
    font: bold 14px/40px 'Trebuchet MS','Helvetica Neue',Arial,Sans-Serif;
    font-size:14px;
    font-weight:bold;
}
.menu ul{
    background:#F5F4F3;
    height:35px;
    margin:0;
    padding:0;
}
.menu li{
    float:left;
    padding:0;
    margin:0;
    list-style:none;
    width:180px;
}
.menu li a{
    background:#F5F4F3;
    border-right:solid 1px #E0E0E0;
    color:#444444;
    display:block;
    font-weight:normal;
    line-height:35px;
    margin:0px;
    padding:0px 25px;
    text-align:center;
    text-decoration:none;
}
.menu li a:hover, .menu ul li:hover a{
    background: #F5F4F3;
    color:#111;
    text-decoration:none;
}
.menu li ul{
    background:#F5F4F3;
    display:none;
    height:auto;
    padding:0px;
    margin:0px;
    border:0px;
    position:absolute;
    z-index:200;
    /*top:1em;
		/*left:0;*/
}
.menu li:hover ul{
    display:block;

}
.menu li li {
    list-style:none;
    display:block;
    float:none;
    margin:0px;
    padding:0px;
    width:180px;
}
.menu li:hover li a{

}
.menu li ul a{
    display:block;
    height:35px;
    font-size:12px;
    font-style:normal;
    margin:0px;
    padding:0px 10px 0px 15px;
    text-align:left;
}
.menu li ul a:hover, .menu li ul li:hover a{
    background:#fff;
    border:0px;
    color:#111;
    text-decoration:none;
}
.menu p{
    clear:left;
}
/*menu*/

/* paging start */
div.disabled{
    display:inline;
}

/* paging end */

/* sidebar menu */
div.actions{
    position:fixed;
    left:0px;
    top:200px;
    text-align: left;
    width:140px;
    border: 2px solid #ebebeb;
    background:#fff;
}
div.actions select, div.actions input{
    width:110px;
}
div.actions div.hide{
    background:url(/img/kis/hide.png) no-repeat center #fff;
    width:13px;
    height:98%;
    position:absolute;
    top:0;
    left:125px;
    border-left:solid 1px #EBEBEB;
    padding:1px;
    cursor:pointer
}

div.actions div.show{
    background:url(/img/kis/show.png) no-repeat center #fff;
    width:13px;
    height:98%;
    position:absolute;
    top:0;
    left:125px;
    border-left:solid 1px #EBEBEB;
    padding:1px;
    cursor:pointer
}

div.actions ul {
    text-align: left;
    margin: 10px 8px 8px 8px; padding: 0;

}
div.actions ul li{
    list-style: none;
    background: url(../img/kis/dots.gif) repeat-x left bottom;
    padding: 7px 5px;
    margin: 0;
}
* html body div.actions ul li {
    height: 1%;
}
div.actions ul li a:link,
div.actions ul li a:visited {
    font-family: Georgia, 'Times New Roman', Times, Serif;
    background-image: none;
    background-color: transparent;
    border: none;
    color: #7BA857;
    padding-left: 0;
}
div.actions ul li a span {
    color: #9F9F9F;
    font-family: Georgia, 'Times New Roman', Times, Serif;
    font-style: normal;
    font-size: 1em;
}
div.actions ul li a:hover { color: #000;	}
div.actions ul ul { margin: 0 0 0 5px; padding: 0; }
div.actions ul ul li { background: none; }

/*serach forms*/
.search div{
    text-align: left;
}
.search input,.search select{
    margin-left:5px;
    width:100px;
}
.search label{
    width:100px;
    float:left;
    line-height: 20px;
    padding-top: 5px;
    text-align: right;
}

/*regiser menu view widok dla użytkowników z wszystkimi rejestracjami 
  dostępnymi dla tego loginu i hasła*/

.sub_menu{
    text-align: left;
}
ul.sub_menu li{
    margin-top:10px;
    padding:3px;
}
ul.sub_menu li div{
    text-decoration: underline;
}

/*widok wszystkich ankiet dla administratora*/
.poll_menu a, td.actions a{
    display:block;
    background:url("../img/kis/dots.gif") repeat-x scroll left bottom transparent;
    padding:7px 5px;
}
fieldset{
    text-align: left;
    padding:3px;
    border:1px solid #F0F0F0;
    background:none repeat scroll 0 0 #F8F8F8;
}
legend{
    font-weight: bold;
    font-size: 14px;
}
.text label, .password label, .select label{
    width:200px;
    text-align: right;
    float:left;
    display:block;
    padding:5px 5px 0 0;
}
.text input , .password input, .select select{
    width:500px;
}
.checkbox{padding:3px 0 3px 0;}
.checkbox label{
    width:500px;
    display:block;
}
.checkbox input{
    margin:0 5px 0 180px;
    float:left;
    display:block;
}

/*view*/
.view{
    text-align: left;
}

#PollRegisterAddForm .select label{
    display: block;
    padding:0;
    margin:0;
    width: auto;
    text-align: center;
}
#footer-content {
    float: left;
    width: 100%;
    padding: 0 0 35px 0;
    margin: 10px 0 0 5px;
}
/* footer-bottom */
#footer-bottom {
    clear: both;
    border-top: 1px solid #dadada;
    margin: 0 auto;
    font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
}
#footer-bottom a:hover { border: none }
#flashMessage{
    margin: 10px;
    padding: 10px 10px 10px 32px;
    border: 1px solid #F0F0F0;
    background: #f8f8f8;
    font-weight: normal;
    font-size: 17px;
    line-height: 1.5em;
    font-family: Georgia, 'Times New Roman', Times, Serif;
    color: #555;
}
.register-split{
    margin-top:10px;
    border-top:solid 1px #9FCC7F;
}

/*edycja*/
.ajaxEditInput{
    width:650px;
}

/*messages*/
.warning{
    color:#DB2B2B;
    padding:20px 10px 20px 60px;
    border: dashed 2px #444444;
    background: url('/img/icons/alert_sign.gif') left top no-repeat;
}
.info{
    color:#111;
    padding:20px 10px 20px 10px;
    border: dashed 2px #444444;
}
/**
nowa edycja html
*/
.insertButtonElement{
    cursor:pointer;
}
.mask{
    position: absolute;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    z-index: 999;
    background: #fff;
}
div.tip-wrap{
    background: none repeat scroll 0 0 #EFFAE6;
    border-color: #DFF4D5 #D3EFC3 #A7DF8A;
    color: #fff;
    font-weight: bolder;
    padding: 0.8em 1em;
    background:#A7DF8A;
    border-radius:10px;
    box-shadow: 10px 10px 5px #888888;
}

#username{
    position: absolute;
    top:0;
    width: 99%;
    text-align: right;
    padding:5px 0;
    font: 12px;
}
div.input_file_div{
    border-color: #D4D4D4 #EBEBEB #EBEBEB #D4D4D4;
    border-style: solid;
    border-width: 1px;
    color:#666666;
    width:60.9em;
    min-height: 25px;
    
}

a.icon.cancel{
    display:inline-block;
    background: transparent url(/img/icons/cancel.png) no-repeat center;
    height:16px;
    width:16px;
    padding:2px;
    position:relative;
    top:2px;
}
a.icon.cancel:hover{
    text-decoration: none;
    padding:1px;
    border:dotted 1px #EBEBEB;
}

