html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {	margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit;	vertical-align:baseline; }
body {line-height:1; color:black; background:white;}
ol, ul {list-style:none;}
/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse:separate; border-spacing:0;}
caption, th, td { text-align:left; font-weight:normal;}
blockquote:before, blockquote:after, q:before, q:after { content:""; }
blockquote, q {	quotes:"" ""; }
body {font-family:Arial, Helvetica, sans-serif; background:#00607C;}
a:link, a:visited, a:focus, a:hover, a:active { color:#79734B;}


/* start of template styling */

/*#############################################################
Name: Coffee N Cream
Date: 2006-08-24
Description: A smooth coffee style template.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
    margin: 0;
    padding: 0;
}
a {
    color: #963;
}
a:hover {
    color: #C60;
}
body {
    background:#D6EBAE url(/internal/images/bodybg.png) repeat scroll 0 0;
    color: #543;
    font: normal 62.5% "Lucida Sans Unicode",sans-serif;
    padding:10px 0;
}
input {
    color: #555;
    font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}

input.number {
    width:70px;
    text-align:right;
}


table.scrollerTable input.number {
    float:right;
}


p,cite,code,ul {
    font-size: 1.2em;
    padding-bottom: 1.2em;
}
h1 {
    font-size: 1.4em;
    margin-bottom: 4px;
}
code {
    background: #FFE;
    border: 1px solid #EED;
    border-left: 6px solid #938262;
    color: #554;
    display: block;
    font: normal 1.1em "Lucida Sans Unicode",serif;
    margin-bottom: 12px;
    padding: 8px 10px;
    white-space: pre;
}
blockquote {
    background: url(images/quote.gif) no-repeat;
    color: #666;
    display: block;
    font: normal 1.3em "Lucida Sans Unicode",serif;
    padding-left: 28px;
}
h1,h2,h3 {
    color: #654;
    padding-top: 6px;
}

/* misc */
.clearer {
    clear: both;
}

/* structure */
.container {
    /* background: url(images/bgcontainer.gif) repeat-y;*/
    margin: 0 auto;
    width: 1000px;
}

/* header */
.header {
    /*background: url(images/bgheader.gif) repeat-x;*/

    margin: 0 auto;
    width: 980px;
}

/* title */
.title {
    padding: 32px;
}
.title h1 {
    color: #E4DBCF;
    font: normal 3.4em "Lucida Sans Unicode","Trebuchet MS",sans-serif;
}

/* topNav */
.topNav {
    background: #FFF url(images/bgtopNav.gif) repeat-x;
    font: bold 1.2em Verdana,sans-serif;
    height: 44px;
    margin: 0 auto;
    padding: 0 18px;
    width: 725px;
}
.topNav a {
    color: #543;
    text-decoration: none;
    padding: 3px 4px;
    margin-right: 12px;
    line-height: 44px;
}
.topNav a:hover {
    background: #CEBDA1;
    color: #420;
}

/* main */
.main {
    clear: both;
    padding: 0 10px 12px 28px;
}

/* sub navigation */
.sidenav {
    width: 218px;
}
.sidenav h1 {
    background: #BCB39F url(images/sidenavh1.gif) repeat-x;
    border-bottom: 1px solid #999;
    border-top: 1px solid #CCC;
    color: #4A4A44;
    font-size: 1.2em;
    height: 22px;
    margin: 0;
    padding-left: 12px;
}
.sidenav ul {
    margin: 0;
    padding: 0;
}
.sidenav li {
    list-style: none;
}
.sidenav li a {
    background: #DEE3B6;
    color: #556B4E;
    display: block;
    padding: 8px 4px 8px 12px;
    text-decoration: none;
}

.sidenav li a:hover {
    background: #D6CCB9;
    color: #654;
}

div.sidenav_outer {
    float:left;
    margin:0;
    padding:0;
    width:220px;
}
div.sidenav_outer h1 {
    font-size:1.5em;
    margin:0;
    padding:0 0 15px;
}
div.sidenav ul li a {
    border-bottom:1px dotted;
    display:block;
    margin:0;
    padding:6px 20px;
    text-decoration:none;
    font-size:1.2em;
    text-decoration: none;
}

div.sidenav ul li a:hover {
    background-color:#A1A891;
    color:#FFFFFF;
}
div.sidenav ul li a:active {
    color:#294747;
}
div.sidenav ul li.single_selected > a, div.sidenav ul ul li.selected > a{
    font-weight:bold;
}
div.sidenav ul li a.selected {
    background-color:#FFFFFF;
    color:#294747;
    font-weight:bold;
}
div.sidenav ul ul li a {
    background-color:#E0F59A;
    margin:0;
    padding:2px 20px 2px 25px;
    font-size:0.9em;
    text-decoration: none;
}
div.sidenav ul ul li ul li a {
    margin:0;
    padding:2px 20px 2px 30px;
}
div.sidenav ul {
    list-style-type:none;
    margin:0;
    padding:0;
}
div.sidenav li {
    display:inline;
    margin:0;
    padding:0;
}
div.sidenav ul.mypage li a {

    margin:0;
}
div.sidenav ul.mypage ul li a:hover {
    background-color:#9E9175;
    color:#FFFFFF;
}

/* content */
.content {
    padding-top: 12px;
    float: right;
    width: 68%;
}
.content .descr {
    color: #987E57;
    font-size: 1.1em;
    margin-bottom: 6px;
}
.content li {
    list-style: url(images/li.gif);
    margin-left: 18px;
}

/* footer */
.footer {

    font-size: 1.1em;
    line-height: 20px;
    margin: 0 auto;
    width: 1000px;
    color:brown;
}
.footer a {
    color: #B8860B;
    font-weight:bold;
    text-decoration: none;
    margin-right: 10px;
    border-right:1px solid darkgray;
    font-size:10px;
    padding-right:10px;
}
.footer a:hover {
    color: #DAA520;
    text-decoration: underline;
}
.footer a.last {border:none}
/* end of tempalte styling */
/*
*****************************
* JSF default styling start *
*****************************
*/
.list-header {
    background-color: #eeeeee;
    font-size: larger;
    font-weight: bold;
}

.list-paging-header {
    background-color: white;
}

.list-paging-footer {
    background-color: white;
}

.list-row-even { 
}

.list-row-odd { 
    background-color: #eeeeee;
}

/* Style rules for message severity levels */

.infoMessage {
    color: black;
}

.warnMessage {
    color: orange;
    font-weight: bold;
}

.errorMessage {
    color: red;
    font-weight: bold;
}

.fatalMessage {
    color: red;
    font-style: italic;
    font-weight: bold;

}

/*styling on edit on maps messages*/
div.messages { padding: 0 24px;}
div.messages ul {padding:0;}
div.messages ul li {list-style:none;margin:10px;padding:1px;}
div.messages ul li span {text-align:center;display:block;padding:5px 10px;font-weight:bold;}
div.messages ul li span.success {background:#D6EBAE;}

ul.error { border-top: 1px solid red; border-bottom: 1px solid red; margin: 10px 15px; padding: 5px 15px; background: rgb(252, 141, 129) none repeat scroll 0pt 0pt; display: block; font-size: 1.1em; font-weight: bold; }
ul.error li {list-style:none;}
/*end of styling on edit on maps messages*/


div.messages ul {margin:10px 0 0;padding:2px 16px;}
div.messages ul li {list-style:none;margin:10px;padding:1px;font-weight:400;}
div.messages #apperrors {border-top: 2px solid #A60000;border-bottom: 2px solid #A60000;background:#FF7373;}
div.messages #appmessages {border-top: 2px solid #00A600;border-bottom: 2px solid #00A600;background:#73FF73;}



/* end of styling for serverity levels  */


/*custom lsi styling*/ 
caption {font-weight:bold;}
h1,h2,h3 {padding:5px 0;}
a{font-size:12px;}
/* h2: page title*/
h2{color:#B34E20;font-size:16px;font-weight:bold;padding:15px 0;}

/* h3:  */
h3{color:#000;font-size:13px;font-weight:bold;padding:8px 0;}

a.powrot {background: url(/internal/images/icons/arrow_left.png) no-repeat;padding:0 0 2px 20px; display:block;margin:10px 0 0;}
a.addItem {background: url(/internal/images/icons/add.png) no-repeat;padding:0 0 2px 20px;}
a.edit {background: url(/internal/images/icons/edit.png) no-repeat;padding:0 0 2px 20px !important;}
a.weryfikacja {background: url(/internal/images/icons/eye.png) no-repeat;padding:0 0 2px 20px !important;}
a.odrzucenie{background: url(/internal/images/icons/no.png) no-repeat;padding:0 0 2px 20px !important;}
a.akceptacja  {background: url(/internal/images/icons/yes.png) no-repeat;padding:0 0 2px 20px !important;}
a.history {background: url(/internal/images/icons/clock.png) no-repeat;padding:0 0 2px 20px !important;}


.edit_controls ul {background:transparent url(/internal/images/panel-bg.jpg) repeat-x scroll 0 0;height:34px;padding:5px;}
.edit_controls ul li {background:transparent url(/internal/images/link-bg.jpg) repeat-x scroll 0 0;display:block;float:left;padding:6px 10px;margin-left:0;margin-right:18px;}
.edit_controls ul li.last {margin-right:0px; float:right;}

a.save,
.edit_controls a.help,
.scrollerTable a.remove,
.edit_controls a.remove,
.edit_controls a.save,
.edit_controls a.clean,
.edit_controls a.reset,
.edit_controls a.close,
.edit_controls a.new,
.edit_controls a.edit { background: url(/internal/images/edit_sprite.png) no-repeat top left;padding:0 0 2px 20px}

.scrollerTable a.remove,
.edit_controls a.remove,
.edit_controls a.clean, .sprite-delete { background-position: 0 0px;  }
.edit_controls a.help, .sprite-help { background-position: 0 -36px;  }
.edit_controls a.edit, .sprite-cog { background-position: 0 -72px; }
.edit_controls a.save, a.save, .sprite-save { background-position: 0 -108px; }
.edit_controls a.reset, .sprite-refresh {background-position: 0 -144px;}
.edit_controls a.close, .sprite-cancel { background-position: 0 -180px; }
.edit_controls a.new { background-position: 0 -216px; }

.scrollerTable a {padding:3px;}
.scrollerTable tr td a:hover {color:black; text-decoration:overline underline;}

div.help_container {background: yellow url(/internal/images/info.png) no-repeat 5px 5px;padding:18px 0 0 60px;}
div.help_container p strong {font-weight:bold}

label {color:#556B4E;font-weight:bold;width:125px; float:left;}

fieldset {border: #E0E0E0 1px solid;padding:15px; margin:0px;margin-bottom:10px;}

legend {padding:0 15px;}
textarea {width:50%}

.container {background: #EBEBEB; padding-top:10px;border:1px solid lightgray;}
.content{background: #FAFAFA; padding:15px;}


.scrollerTable {font-size: 12px;width: 100%;border:1px solid #E0E0E0;margin-bottom:10px;border-collapse:collapse;}
.scrollerTable.short {width: 45%;}
/*.scrollerTable thead tr {border-bottom:solid 5px;}*/
.scrollerTable thead th {font-weight:bold;padding: 5px;background:#EAFF86;}

.scrollerTable tr.odd {background-color: #e0e0e0;} 
/*.scrollerTable tr:hover, scrollerTable tr.odd:hover {background:yellow;cursor:pointer;}*/
.scrollerTable tr.active, scrollerTable tr.odd.active {background:yellow;cursor:pointer;}
.scrollerTable td  {padding: 5px 0 5px 5px;} 

.standardTable_ColumnCentered {	text-align: center} 

.scrollerTable2 {margin:-10px auto 0;border-color:lightGrey;border-style:none solid solid;border-width:1px;}
.scrollerTable2 .scroller {width:50%;}
.scrollerTable2 .scroller  td{ text-align:center; }
.scrollerTable2 .scroller .paginator {width:100%; }

.roles_selector {width:100%}

.content td  {height:24px;padding:5px;vertical-align:middle;}
.content .roles_selector td {border-right: #E0E0E0 1px solid; padding: 5px}
.content .roles_selector td input {float:right}


/* fixes to gain space in main view */
.title {background:#ffffff;width:100%; text-align:right; height:121px; padding:0px}
.title img {float:left;}

.loginBar {float:right;font-size:12px;width:256px;padding:10px}
.loginBar form {background:#F7F3D5 none repeat scroll 0 0;
    border:1px dashed darkgoldenRod;
    height:78px;
    padding:10px;}
.loginBar form div {text-align:left;}
.loginBar input[type="hidden"] {display:none;}
.loginBar input.edit, .loginBar input.logout {
    background:#ABA893 none repeat scroll 0 0;
    border:medium none;
    color:white;
    cursor:pointer;
    display:inline-block;
    float:right;
    font-size:10px;
    font-weight:bold;
    padding:5px 25px;
}
.loginBar input.edit {float:left}

.loginBar input.edit, .loginBar input.logout {
    display:inline;
    margin: 0;
}

.loginBar span {font-weight:bold;display:block;padding:10px 0;}

.content {width:78%; padding-top:0px;border-top:1px solid lightGrey;}
.sidenav {border:1px solid lightGrey;width:183px;}

.content .multiSelect select {width:270px;}
.content .multiSelect td {padding:1px}


/* end of fixes to gain space in main view */

.topNav {background: #E0E0C1;height:25px;display:none}
.topNav a {line-height:26px;}
.topNav ul li  {display:inline;}
.topNav ul li.active a  {background:#E2D179;}
.main {padding:0 10px 12px}

.searchinput {padding:10px 0;margin: 5px 0;font-size:12px}
.searchinput label {display:none}
.searchinput input[type="text"] {width:55%;;background:white url(/internal/images/icons/magnify.png) no-repeat scroll right center;border:1px solid #E0E0E0;margin:0 10px 0 0;padding:2px 18px 2px 2px;}
.searchinput a {background:#DEE3B6 none repeat scroll 0 0;color:#333332;padding:4px 12px;display:block;float:left;margin:10px 0;}
.sideMapContainer {width: 355px;margin-left: 0px;padding-left:10px;padding-right:10px;background: white; float:left;}
.larger_control{margin:10px 0}
.larger_control label {font-size:14px;line-height: 22px; font-size:12px; text-align:right; padding-right:5px; width:100px;}
.larger_control #council {width:205px}


#map_wrapper .searchinput label {display:block;}
#map_wrapper span#dateToSpan, span#dateFromSpan {display:none}
#search_results {margin-top:15px;}

ul.pagination li {display:inline;list-style-image:none;list-style-position:outside;list-style-type:none;margin:0;padding:0;}


.prompts {clear:both}
.prompts ul li {list-style:none; padding: 5px;}

caption span {float:right;}
caption strong {float:left;}

.scrollerTableWrapper {float:left;margin-right:15px;width:48%;margin-bottom:28px;}
.scrollerTableWrapper div{overflow:auto; padding:1px;}



a.toggler {padding:0 4px; text-decoration:none; background: url(/internal/images/icons_sprite.png) no-repeat top left;float:right;margin-top:10px;}
h3.caption {float:left;}
a.toggler.expand { background: url(/internal/images/icons_sprite.png) no-repeat top left; }


/* sprite alligment: must stay at the end*/
a.toggler.expand, .sprite-bullet_arrow_down { background-position: 0 -10px; }
a.toggler, .sprite-bullet_arrow_up { background-position: 0 -36px; }
/* end of sprite alligment */

.MessageContainer {margin-top: 5px; padding: 10px; background:#FCFC81;border:1px solid darkgray;}
.MessageContainer textarea {width:82%}
.form_wrapper {float:left}
.map_wrapper {float:right}
/* end of custom lsi styling */
ul.controls {margin:0;height:34px;padding:4px;background:transparent url(/internal/images/panel-bg.jpg) repeat-x scroll 0 0;}
ul.controls li {list-style:none; display:inline; float:left;margin-left:0px;}
ul.controls li ul li, ul.controls table td {line-height:20px;background:transparent url(/internal/images/link-bg.jpg) repeat-x scroll 0 0;display:block;float:left;padding:5px 10px;margin-left:0;margin-right:18px;}
ul.controls li table {padding:0px}
ul.controls li table tr  {padding:0px;}
ul.controls li table tr td {padding:3px 10px; border-right: solid 10px transparent}

span.se_note {display:block; float:left;}
span.se_note p {width:280px;}
span.label {
    font-family: "Lucida Sans Unicode";
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    padding-left:15px;
    padding-right:15px;
    color: #556b4e;
}
/*


ul.controls li.other {margin:0;}
ul.controls li.workflow {margin:0;}
*/
.workflow_action.clicked {font-weight:bold;}

.labelHiglight {color:red;}
.lilabelHiglight #linkToEdit{color:red;}

