#content {
    margin:0;
    padding:0;
}

/* General Style Info */
body {
    background-color: #003d4c;
    color: #333;
    font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
    font-size:13px;
    margin: 0;
}
a {
    background-color: inherit;
    color: #003d4c;
    text-decoration: underline;
    font-weight: bold;
}
a:hover {
    background-color: inherit;
    color: #003d4c;
    text-decoration:none;
}
a img {
    border:none;
}
h1, h2, h3, h4 {
    background-color: inherit;
    font-weight: normal;
}
h1 {
    color: #000;
    font-size: 130%;
    margin: 0.1em 0;
}
h2 {
    color: #e32;
    font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
    font-size: 160%;
    margin: 0;
    padding-top: 1em;
}
h3 {
    color: #c6c65b;
    font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
    font-size: 150%;
    padding-top: 2em;
}
h4 {
    color: #c6c65b;
    font-weight: normal;
    padding-top: 0.5em;
}
ul, li {
    margin: 0 12px;
}

/* Layout */
#container {
    text-align: left;
}

#header{
    padding:0px;
    background-color:white;
}
#header h1 {
    background: url('../img/cake.icon.gif') no-repeat left;
    color: #ffffff;
    font-size: 110%;
    padding: 0px 30px;
}
#header h1 a {
    color: #ffffff;
    background: #003d4c;
    font-weight: normal;
    text-decoration: none;
}
#header h1 a:hover {
    color: #ffffff;
    background: #003d4c;
    text-decoration: underline;
}
#content{
    background-color: #fff;
    clear: both;
    color: #333;
    padding: 0px 40px 40px 40px;
    overflow: scroll;
}
#footer 	{ clear: both;	padding: 10px; font-size:10px;	color:#E0E0E0; line-height: 150%; overflow:hidden;}
#footer a	{ clear: both;	text-align: right;	color:#E0E0E0; font-weight:lighter; text-decoration:none; }

.fLeft { float: left; width: 90px; }
.fRight { float: left; width: 450px; }
#footer .fRight a { text-decoration: underline; }
#footer .fRight a:hover { text-decoration: none; }

/* Tables */
table {
    background-color: #fff;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    clear: both;
    color: #333;
    margin-bottom: 10px;
    width: 100%;
}
th {
    background-color: #f2f2f2;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    text-align: center;
}

th a {
    display: block;
    padding: 2px 4px;
    text-decoration: none;
}

th a:hover {
    background-color: #ccc;
    color: #333;
    text-decoration: none;
}

table tr td {
    background: #fff;
    border-right: 1px solid #ccc;
    padding: 4px;
    text-align: center;
    vertical-align: top;
}
table tr.altrow td {
    background: #f4f4f4;
}
td.actions {
    text-align: center;
    white-space: nowrap;
    padding-right:8px;
}
td.actions a {
    padding:2px;
    margin:4px 7px 4px 4px;
    text-align: right;
    display: block;
}
.cakeSqlLog table {
    background: #333;
}
.cakeSqlLog table tr {
    background: #333;
}
.cakeSqlLog td {
    padding: 4px 8px;
    text-align: left;
}

/* Paging */
div.paging {
    color: #ccc;
    margin-bottom: 2em;
}
div.paging div.disabled {
    color: #ddd;
    display: inline;
}

/* Scaffold View */
dl {
    line-height: 2em;
    margin: 0em 0em;
    width: 60%;
}
dl.altrow {
    background: #f4f4f4;
}
dt {
    font-weight: bold;
    padding-left: 4px;
    vertical-align: top;
}
dd {
    margin-left: 10em;
    margin-top: -2em;
    vertical-align: top;
}
.hidden{
    display:none;
}
/* Forms */
form {
    clear: both;
    margin-right: 20px;
    padding: 0;
    width: 60%;
}
fieldset {
    border: 1px solid #ccc;
    margin-top: 0;
    padding: 16px 20px;
}
fieldset legend {
    color: #e32;
    font-size: 160%;
    font-weight: bold;
}
fieldset fieldset legend {
    font-size: 120%;
    font-weight: normal;
}
form div {
    clear: both;
    margin-bottom: 1em;
    padding: .5em;
    vertical-align: text-top;
}
form div.input {
    color: #444;
}
form div.required {
    color: #333;
    font-weight: bold;
}
form div.submit {
    border: 0;
    clear: both;
    margin-top: 10px;
    margin-left: 20px;
}
label {
    display: block;
    font-size: 110%;
    padding-right: 20px;
    font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
}
input, textarea {
    clear: both;
    display: block;
    font-size: 140%;
    font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
    padding: 2px;
    width: 100%;
}
select {
    clear: both;
    font-size: 120%;
    vertical-align: text-bottom;
}
select[multiple=multiple] {
    width: 100%;
}
option {
    font-size: 120%;
    padding: 0 3px;
}
input[type=checkbox] {
    clear: left;
    float: left;
    margin: 0px 6px 7px 2px;
    width: auto;
}
input[type=submit] {
    display: inline;
    font-size: 110%;
    padding: 2px 5px;
    width: auto;
    vertical-align: bottom;
    border:5px outset #333333;
}

/* Notices and Errors */
div.message {
    clear: both;
    color: #900;
    font-size: 140%;
    font-weight: bold;
    margin: 1em 0;
}
div.error-message {
    clear: both;
    color: #900;
    font-weight: bold;
}
div.error em {
    font-size: 140%;
    color: #003d4c;
}
span.notice {
    background-color: #c6c65b;
    color: #fff;
    display: block;
    font-size: 140%;
    padding: 0.5em;
    margin: 1em 0;
}
/*  Actions  */
div.index div.actions {
    clear: both;
    margin-top: .4em;
    text-align: left;
}
div.view div.actions {
    clear: both;
    margin-top: .4em;
    text-align: left;
    width: 60%;
}
div.actions ul {
    margin: 0px 0;
    padding: 0;
}
div.actions li {
    display: inline;
    list-style-type: none;
    line-height: 2em;
    margin: 0 2em 0 0;
    white-space: nowrap;
}
div.actions ul li a {
    color: #003d4c;
    text-decoration: none;
}
div.actions ul li a:hover {
    color: #333;
    text-decoration: underline;
}

/* Related */
div.related {
    clear: both;
    display: block;
}

/* Debugging */
pre {
    color: #000;
    background: #f0f0f0;
    padding: 1em;
}

pre.cake-debug {
    background: #ffcc00;
    font-size: 120%;
    line-height: 18px;
    margin: 4px 2px;
    overflow: auto;
    position: relative;
}
div.cake-stack-trace {
    background: #fff;
    color: #333;
    margin: 4px 2px;
    padding: 4px;
    font-size: 120%;
    line-height: 18px;
    overflow: auto;
    position: relative;
}
div.cake-code-dump pre {
    position: relative;
    overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
    color: #000000;
    background-color: #F0F0F0;
    border: 1px dotted #606060;
    margin: 4px 2px;
    padding: 4px;
    overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
    clear: both;
    font-size: 12px;
    line-height: 5px;
    margin: 4px 2px;
    padding: 4px;
    overflow: auto;
}
div.cake-code-dump span.code-highlight {
    background-color: #FFFF00;
}

/*menu*/
#navlist
{
    text-align: center;
    width: 100%;
    margin-bottom: 0px;
    padding-top:30px;
    padding-bottom: 3px;
    margin-left: 0;
    border-bottom: 1px solid #778;
    font: bold 12px Verdana, sans-serif;
    background-color:#003D4C;
}

#navlist li
{
    list-style: none;
    margin: 0;
    display: inline;
}

#navlist li a
{
    padding: 3px 0.5em;
    margin-left: 3px;
    border: 1px solid #778;
    border-bottom: none;
    background: #DDE;
    text-decoration: none;
}

#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }

#navlist li a:hover
{
    color: #000;
    background: #AAE;
    border-color: #227;
}

#navlist li a#current
{
    background: white;
    border-bottom: 1px solid white;
}


/**/
/*moje */
/**/
/*cleaner do naprawiania problemow z friefoxem*/
.cleaner							{clear:both;}
/*formularze*/
.frame_fieldset {
    border:3px solid #CCCCCC;
    padding:10px 12px;
    width:60em;
    margin:10px 0 20px 0;
    display:block;
}
.frame_fieldset p					{margin-top:1.5em;}
.label_legend 						{color:#007777; font-size:17px;font-weight:bold;}
.lower_label						{font-weight:bold; font-size:15px; margin-top:1em;}
.input_text							{font-size:12px; font-weight:normal;margin-bottom:1em;}
.lower_label_short{
    font-weight:bold;
    font-size:15px;
    margin-top:1em;
    float:left;
}
.short_text{
    font-size:12px;
    font-weight:normal;
    width:5em;
    margin-top:1em;
    display:inline;
}
.field_wraper{
    margin:0;
    padding:0;
}

.input_select						{font-size:12px; font-weight:normal; margin-left:0px; width:auto; max-width:60em; margin-bottom:1em;}
.upper_label						{color:#333333; font-weight:bold; font-size:15px; margin-bottom:1em;}

.lower_label_radio					{font-weight:bold; font-size:13px;}
.input_radio						{float:left; width:auto; margin-right:5px; height:0.9em;font-size:15px;}
.frame_fieldset p.p_radio			{margin-top:5px;}

.info_frame							{border-width:2px; border-color:black; border-style:solid; padding:0.5em;  width:61.5em; text-align:center;}
.info_frame_just					{border-width:2px; border-color:black; border-style:solid; width:61.5em; text-align:justify; margin-top:2em;}
.info_frame_just h3					{color:blue; margin-top:0px; padding-top:0.5em; padding-bottom:0.5em;}
.info_frame_just h4					{color:black; font-weight:bolder;}
.info_frame_just p					{margin-bottom:1em;}
.info_frame_just li					{margin-bottom:0.5em;}
.info_frame_just .center				{width:100%; text-align:center; }
input[type="checkbox"].input_checkbox	{margin-top:5px; height:1em; padding:0px;margin:0px;height:1.1em; margin-right:5px;font-size:15px;}
.lower_label_checkbox				{font-weight:bold; font-weight:bold; font-size:13px; height:1.7em;}
div .checkbox-large					{padding:0.5em; margin-bottom:2em;}
div .checkbox-large .lower_label_checkbox{margin-left:2em;}
.frame_fieldset li					{font-size:13px;}
.frame_fieldset 	textarea				{margin-top:2em; margin-bottom:3em;font-size:12px;}
input[type="submit"]					{font-size:15px; font-weight:bold; color:#003055; background-color:white;}
input[type="submit"]:hover			{font-size:15px; font-weight:bold; color:white; background-color:#003055;}
.sub_menu							{margin:2em;}
.sub_menu li							{margin-top:1.5em;}
.important							{font-weight:bold; color:#FF0000;}
.poll_name							{width:44em;  text-align:center; margin-bottom:2em;}
.text_welcome						{width:62em;}
.text_welcome p						{text-align:justify; margin-top:0.5em; font-style:italic; font-weight:bolder;}
.text_welcome p.sing					{text-align:right; margin-top:2em;}

/*wyďż˝wietlanie wynikďż˝w*/
table.resultTable 					{border-collapse: separate; font-size:70%;}
tr.odd td								{border:2px outset #B5B5B5; background-color:#F3F3F3}
tr.even td							{border:2px outset #B5B5B5; background-color:white}
tr.sent td							{border:2px outset #B5B5B5; background-color:green; color:white; font-weight:bolder;}
input[type="submit"].smallMenuSubmit	{font-size:10px; margin-left:0px; padding:0px;}
.menuForm div.submit					{margin-left:0;}
.floatingSubmit						{position:fixed; top:50px; right:20px; width:20em; text-align:left;}
.select_val							{width:auto; margin-left:31px;}
#sub_button							{width:auto; margin-left:1px;}
.errorMessageDiv					{font-size:70%; font-weight:bold; color:red;}
.center								{text-align:center;}
.justify							{text-align:justify; padding:10px 12px; width:60em;}

/* export view */

.datafieldExport {display:inline-block; border:#000 solid thin; margin:0.2em; padding:0.1em; background-color:#FFFFFF; width:17em;}
.datafieldExport:hover {cursor: pointer;}
.datafieldName {margin-bottom:0.3em; font-weight:bolder; }
.datafieldName input{float:right; display:inline; clear:none; margin:0; width:1em;}
.datafieldName label{float:left; font-size:80%;}
.export{overflow:auto; font-size:50%;}
.dateChooser {width:5em; display:inline;}
#invisible_container{
    display:none !important;
}
/*problemy*/
.problem{
    font-size: 10px;
    padding: 10px;
    line-height: 1;
    color: #000000;
    background: #E0E5EF;
}

/*add to poll*/


#content{
    overflow:hidden;
    padding-top:20px;
}
#ajax_form .frame_fieldset{
    width:400px;
    margin-right:10px;
}
#ajax_preview dl{
    width:100%
}
#ajax_preview dt{
    float:left;
    width:25%;
    text-align:right;
    padding-right:5px;
}
#ajax_preview dd{
    float:right;
    width:70%;
    text-align:left;
}
.up{
    width:20px;
    height:20px;
    display:block;
    background: url('/img/up_down.png') no-repeat top;
}
.down{
    width:20px;
    height:20px;
    display:block;
    background: url('/img/up_down.png') no-repeat bottom;

}
#ajax_preview .td_id{
    vertical-align:middle;
}

.floatingform{
    font-size:60%;
    background:#E0E5EF;
    position:absolute;
    z-index:300;
    width:300px;
}

/*add to poll*/
small .red {color:red;}

#DataforuserPollId{width:45em;}

.index {font-size:80%;}
table tr td span a{ display:block; width:99%; text-align:right; font-size:80%; padding:0 3px 3px; margin:0 0 3px;}
table tr td a { display:block; width:99%; text-align:center; font-size:80%; padding:0 3px  3px; margin:0 0 3px;}
.poll_menu a {text-align: right;}
.index table tr td span a{ font-size:100%;}
.index table tr td a { font-size:100%;}
#jsWarning{ width:428px; background:#DB4949; color:#fff; padding:8px; margin:10px; border:solid #000000 2px; text-align:justify; }
#jsWarning img{float:left; margin:5px 10px 0 0;}
.italic {font-style:italic;}


.typesAjaxBoxes ul {
    margin:0;
    padding:0;
}

.typesAjaxBoxes ul li{
    list-style: none;
    margin:0;
}
.typesAjaxBoxes input{
    display: none;
}
.typesAjaxBoxes{
    border:1px solid #000;
    width: 308px;
    margin-left:7px;
    overflow: auto;
    height: 500px;
    background: #fff;
    float:left;
    clear:none;
    clear:none;
    float:left;

}
#PollRegisterAddForm select{
    width:500px;
}
#PollRegisterAddForm input[type="submit"]{
    border:none 0;
    font-size:100%;
    font-weight: 400;
    position:relative;
    top:-42px;
    left:500px;
}

/*edit ajax css*/
.ajaxEditInput{
    width:500px;
    font-size: 11px;
    display:inline;
}
.ajaxEditText{
    font-size: 11px;
    width: 700px;
    height: 200px;
    padding: 10px;
    border: 2px solid #ddd;
}
.deleteButton{    
    cursor:pointer
}
.cancelButton{
    cursor:pointer
}
.acceptButton{
    cursor:pointer
}
.edit_link{
    cursor:pointer
}

.addButtonHtml{
    
}
.addButtonBlock{
    
}
.addButtonField{
    
}
.addButton{
    margin-left:5px;
    cursor:pointer
}
.addElementForm{
    padding:5px 23px 5px 3px;
    border:1px dotted #000;
}
.insertButtonElement{
    cursor:pointer;
}
#poll_name{
    color:#000;
    width:810px;
}
.regEnd{ 
	padding:5px 0 0 0;
	font-weight:700;
}
/* */

#ajax_preview{
    border:#F3F3F3 solid 2px;
    width:730px;
    height:800px;
    margin-top:10px;
    overflow:scroll;
    z-index: 800;
    background: #fff;
    position:relative;
}
#ajax_form{
    float:right;
    width:440px;
    overflow:hidden;
    position:relative;
    top:-820px;
    left:0px;

}
#ajax_form legend{
    max-width: 400px;
    overflow: hidden;
}
#ajax_form select{
    max-width: 200px;
}
.register-split{
    border:solid 1px #999;
}
.searchForm li{
    list-style: none;
    float:left;
}
.searchForm{
    width:1000px;
}

/*
autocompleter
*/
ul.autocompleter-choices
{
    position:absolute;
    margin:0;
    padding:0;
    list-style:none;
    border:1px solid #7c7c7c;
    border-left-color:#c3c3c3;
    border-right-color:#c3c3c3;
    border-bottom-color:#ddd;
    background-color:#fff;
    text-align:left;
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    z-index:50;
    background-color:#fff;
    max-height:500px;
}

ul.autocompleter-choices li
{
    position:relative;
    margin:-2px 0 0 0;
    padding:0.2em 1.5em 0.2em 1em;
    display:block;
    float:none !important;
    cursor:pointer;
    font-weight:normal;
    white-space:nowrap;
    font-size:1em;
    line-height:1.5em;
}

ul.autocompleter-choices li.autocompleter-selected
{
    background-color:#444;
    color:#fff;
}

ul.autocompleter-choices span.autocompleter-queried
{
    display:inline;
    float:none;
    font-weight:bold;
    margin:0;
    padding:0;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried
{
    color:#9FCFFF;
}
/*
autocompleter
*/