/* From Ext - for consistency */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
  margin:0pt;
  padding:0pt;
}
img, body, html {
  border:0pt none;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style:normal;
  font-weight:normal;
}
ol, ul {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
}
caption, th {
  text-align:left;
}
h1, h2, h3, h4, h5, h6 {
  font-size:100%;
}

/* IE PNG Transparency Fix */
img, button { behavior: url("/echo/web/static/css/iepngfix.htc") }

/* ============================================================================= */
/* Echo */
body {
  background: #fff;/* url(top.jpg) repeat-x top;*/
  font-family: tahoma,verdana,helvetica,sans-serif;
  font-size: small;
}
.site-plain p {
  padding-top: 0.1em;
  margin-top: 0.1em;
  padding-bottom: 0.2em;
  margin-bottom: 0.5em;
}
.site-plain h1 {
  font-size: large;
  line-height: 1.5em;
  padding-top: 1em;
  padding-bottom: 0.5em;
  border-bottom: dotted 1px #DDD;
  margin-bottom: 1em;
}
.site-plain h2 {
  font-size: medium;
  line-height: 1.5em;
  padding-top: 1em;
  color: #3d3267;
}
.site-plain h2 a {
  color: #3d3267;
}
.site-plain h3 {
  font-size: small;
  color: #069;
  line-height: 1.5em;
  padding-top: 1em;
  padding-bottom: 0.5em;
}
.site-plain h3 a {
  color: #069;
}
.site-plain h4 {
  font-size: small;
  color: #0ad;
  line-height: 1.5em;
}
.site-plain h4 a {
  color: #0ad;
}
.site-plain strong {
  font-weight: bold;
}
.site-plain label {
  font-weight: bold;
}
/*.site-plain ol {
  list-style-position: inside;
  list-style-type: decimal;
}
.site-plain ul {
  list-style-position: inside;
  list-style-type: disc;
}*/


/* ============================================================================= */
#toplevel {
}
#header {
  background: #fff url(top.jpg) repeat-x top;
  font-family: "lucida grande",verdana,tahoma,helvetica,sans-serif;
  /*height: 120px;*/
  color: white;
  font-size: small;
}
#header a {
  color: white;
  text-decoration: none;
}
#header-top {
  height: 68px;
}
#search {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 150px;
  height: 24px;
  background: transparent url(round-box.png) repeat-x top;
  clear: both;
}
#search input {
  position: relative;
  top: 4px;
  left: 20px;
  width: 120px;
  height: 16px;
  font-size: 12px;
  border: 0px solid white;
  color: #999;
}
#login {
  position: absolute;
  top: 46px;
  right: 12px;
  color: #999;
  font-size: x-small;
  clear: both;
}
#login a {
  color: #6EBF22;
  font-weight: bold;
}
#flash {
  padding: 0px 24px 0px 24px;
  margin: 0px 0px 0px 0px;
  background: #EEE;
  border-bottom: 1px solid #DCDCDC;
  /*height: 1.5em;*/
}
#flash {
  padding: 1px 12px 1px 12px;
  margin-top: 2px;
  background: #ff0;
  border-top: 2px solid #F9461E;
  border-bottom: 2px solid #F9461E;
}
#content {
  padding: 12px;/* 24px 12px 24px;*/
  /*overflow: hidden;*/
}

#app-div {
  width: 100%;
}
#toolbar-div {
}
#module-title {
  margin: 8px 0 0 0;
  text-align: center;
  height: 24px;
}
#module-title.insert {
  background: transparent url('pencil_add.png') no-repeat top left;
  margin-left: 10px;
}
#module-title.update {
  background: transparent url('pencil.png') no-repeat top left;
  margin-left: 10px;
}
#module-title.query {
  background: transparent url('find.png') no-repeat top left;
  margin-left: 10px;
}
#module-div {
}
#center div.x-toolbar {
  background: transparent;
  border-top: none;
}
#footer {
  font-family: "lucida grande",verdana,tahoma,helvetica,sans-serif;
  border-top: 1px solid #ccc;
  color: #ccc;
  font-size: x-small;
  text-align: center;
  padding-top: 3px;
  height: 20px;
}
#footer a {
  color: #bbb;
  font-weight: bold;
  text-decoration: none;
}
.x-layout-panel-body #footer a {
  color: #555;
}

/* ============================================================================= */
#header-img {
  position: absolute;
  top: 10px;
  left: 24px;
}
/* ============================================================================= */
#header-tab ul, #menu ul {
  margin: 0;
  padding: 8px 0 8px 4px;
  padding-left: 2px;
  font-size: 90%;
  line-height: normal;
  white-space: nowrap;
}
#header-tab li, #menu li {
  margin:0;
  list-style:none;
}
#header-tab li, #menu li {
  display: inline;
  list-style-type: none;
}
#header-tab a, #menu a {
  padding: 8px 10px 6px 10px;
  text-decoration:none;
  font-weight:bold;
  color:#666;
  white-space:nowrap;
}
#header-tab .current a, #menu .current a {
  color: #F9461E;
  background: url(tab_pyram1.gif) no-repeat top center;
}
#header-tab li:hover, #header-tab li:hover a, #menu li:hover, #menu li:hover a {
  color: #FACC30;
}

/* ============================================================================= */
#header-subtab ul, #menu ul.menu1, #menu ul.menu2 {
  margin: 0;
  padding: 4px 0 4px 4px;
  padding-left: 2px;
  font-size: 85%;
  line-height: normal;
  border-top: 1px solid #e5e5e5;
  white-space: nowrap;
}
#header-subtab li, #menu .menu1 li, #menu .menu2 li {
  margin:0;
  list-style:none;
}
#header-subtab li, #menu .menu1 li, #menu .menu2 li {
  display: inline;
  list-style-type: none;
}
#header-subtab a, #menu .menu1 a, #menu .menu2 a {
  padding: 5px 10px 4px 10px;
  text-decoration:none;
  font-weight:bold;
  color:#666;
  white-space:nowrap;
}
#header-subtab .current a, #menu .menu1 .current a, #menu .menu2 .current a {
  color: #F9461E;
  background: url(tab_pyram2.gif) no-repeat top center;
}
#header-subtab li:hover, #header-subtab li:hover a {
  color: #FACC30;
}

#menu-list a { color: #222; text-decoration: none; }
#menu-list a:visited { color: #555; }
#menu-list a:hover { color: #FACC30; }
#menu-list dt { font-size: 90%; font-weight: bold; }
#menu-list dd { margin-bottom: 0.5em; color: #666; }

/* ============================================================================= */
/* SUB CONTAINERS */
#sub-container{
  background-color: #fff;
  overflow: hidden;
  margin: 0 0 0 0;
  padding-right: 180px; /* The width of the rail */
}
* html #sub-container{
  height: 1%; /* So IE plays nice */
}
#sub-content{
  background-color: #fff;
  width: 100%;
  border-right: 180px solid #fff;
  margin-right: -180px;
  float: left;
}
#sub-rail{
  background-color:#fff;
  width:171px;
  float:left;
  margin-right:-180px;
  border-left: 1px dotted #ccc;
  padding-left: 8px;
}

/* ============================================================================= */
/* MAIN TABLE */
.mt {
  border: 1px solid #999999;
  font-family: "lucida grande", verdana, sans-serif;
  font-size: 90%;
  font-size: small;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.mt td, .mt th {
  padding: 0.3em 0.8em;
  border-left: 1px solid #D9D9D9;
}
.mt thead tr th, .mt thead tr td {
  background-color: #dddddd;
  background-image: url(grad.gif);
  background-repeat: repeat;
}
.mt thead tr th.over {
  background-color: #dddddd;
  background-image: url(grad-4.png);
  background-repeat: repeat;
  cursor: pointer;
}
.mt tfoot tr td {
  background-color: #f0f0f0;
  background-image: url(stripes-2.gif);
  background-repeat: repeat;
}
/*.mt tbody tr td {
}*/
.mt tbody tr.odd td {
  background-color: #edf3fe;
}
.mt tbody tr.rul td {
  background-color:#A8D3FF;
  color: #000000;
}
.mt tbody tr.sel td {
  background-color: #3d80df;
  color: #ffffff;
  font-weight: bold;
  border-left: 1px solid #346DBE;
  border-bottom: 1px solid #7DAAEA;
}
.mt tr td.l, .mt tr th.l {
  border-left: 1px solid #999999;
}
.mt tr td.r, .mt tr th.r {
  border-right: 1px solid #999999;
}
.mt caption {
  color:#069;
  padding: 0.6em;
}
.mt ul {
  margin: 0;
  margin-left: 0.5em;
  padding-left: 0.5em;
}

/* ============================================================================= */
/* LIST TABLE */
.lt {
  border: 0px solid #999999;
  font-family: "lucida grande", verdana, sans-serif;
  font-size: small;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.lt td, .lt th {
  padding: 0.3em 0.8em;
}
.lt thead tr th, .lt thead tr td {
  border-bottom: 1px solid #999;
}
.lt thead.nowrap tr th, .lt thead.nowrap tr td {
  white-space: nowrap;
}
.lt tfoot tr td, .lt td.foot {
  /*background-color: #f0f0f0;*/
  border-top: 1px solid #999;
  /*background-image: url(stripes-2.gif);
  background-repeat: repeat;*/
}
.lt tbody tr td, .lt tbody tr th {
  border-bottom: 1px solid #F0F0F0;
}
.lt tbody tr.odd td, .lt tbody tr.odd th {
  background-color: #F4F4F4;
}
.lt tbody tr.green td, .lt tbody tr.green th {
  background-color: #92FF7F;
}
.lt tbody tr.yellow td, .lt tbody tr.yellow th {
  background-color: #FEFF8F;
}
.lt tbody tr.rul td, .lt tbody tr.rul th {
  background-color:#e0e0e0;
  color: #000000;
}
.lt tbody tr.sel td {
  background-color: #3d80df;
  color: #ffffff;
  /*font-weight: bold;*/
  /*border-left: 1px solid #346DBE;*/
  border-bottom: 1px solid #7DAAEA;
}
.lt tbody tr.hilight1 td {
  background-color: #C9DEFA;
  border-bottom: 1px solid #7DAAEA;
}
.lt tr td.l, .lt tr th.l {
  border-left: 1px solid #999999;
}
.lt tr td.r, .lt tr th.r {
  border-right: 1px solid #999999;
}
.lt caption {
  color:#069;
  border-bottom: 1px solid #ccc;
  padding: 0.6em;
}
.lt th {
  text-align: left;
  font-weight: bold;
}
.lt ul {
  margin: 0;
  margin-left: 0.5em;
  padding-left: 0.5em;
}
.lt strong {
  font-weight: bold;
}

/* ============================================================================= */
/* SORTIRANJE I CLICKABLE */
.ruled tbody tr td {
  cursor: default;
}
.ruled tbody tr.hnd td {
  cursor: pointer;
}

/* ============================================================================= */
  
.tab_header {
  float:left;
  width:100%;
  background:#DAE0D2 url("tab-2-bg.gif") repeat-x bottom;
  font-size:93%;
  line-height:normal;
}
.tab_header ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
}
.tab_header li {
  float:left;
  background:url("tab-2-left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  border-bottom:1px solid #765;
}
.tab_header a {
  float:left;
  display:block;
  width:.1em;
  background:url("tab-2-right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  white-space:nowrap;
}
.tab_header > ul a {width:auto;}
  /* Commented Backslash Hack hides rule from IE5-Mac \*/
.tab_header a {float:none;}
  /* End IE5-Mac hack */
.tab_header a:hover {
  color:#333;
}
.tab_header .tab_current {
  background-position:0 -150px;
  border-width:0;
}
.tab_header .tab_current a {
  background-position:100% -150px;
  padding-bottom:5px;
  color:#333;
}
.tab_header li:hover, .tab_header li:hover a {
  background-position:0% -150px;
  color:#333;
}
.tab_header li:hover a {
  background-position:100% -150px;
}

/* ============================================================================= */
/* set the image to use and establish the lower-right position */ 
.rc1, .rc1_body, .rc1_head, .rc1_head h3 { 
  background: transparent url(rc1.gif) no-repeat bottom right; 
} 
.rc1 { 
  padding-right: 8px; /* the gap on the right edge of the image (not content padding) */ 
  margin: 10px auto; /* use to position the box */ 
} 

/* set the top-right image */ 
.rc1_head { 
  background-position: top right;
  margin-right: -8px; /* pull the right image over on top of border */ 
  padding-right: 20px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.rc1_head h3 { 
  background-position: top left; 
  margin: 0; /* reset main site styles*/ 
  border: 0; /* ditto */ 
  padding: 12px 0 0px 20px; /* padding-left = image gap + interior padding ... no padding-right */ 
  height: auto !important; 
  height: 1%; /* IE Holly Hack */ 
} 
.rc1_head .rc1_pin {
  position: absolute;
  right: 30px;
  margin-top: -20px;
}
.rc1_pin a {
  text-decoration: inherit;
}

/* set the lower-left corner image */ 
.rc1_body { 
  background-position: bottom left; 
  margin-right: 12px; /* interior-padding right */ 
  padding: 8px 0 0px 20px; /* mirror .rc1_head right/left */ 
} 

/* ============================================================================= */
/* set the image to use and establish the lower-right position */ 
.rc2, .rc2_body, .rc2_head, .rc2_head h3 { 
  background: transparent url(rc2.gif) no-repeat bottom right; 
} 
.rc2 { 
  padding-right: 8px; /* the gap on the right edge of the image (not content padding) */ 
  margin: 10px auto; /* use to position the box */ 
} 

/* set the top-right image */ 
.rc2_head { 
  background-position: top right;
  margin-right: -8px; /* pull the right image over on top of border */ 
  padding-right: 20px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.rc2_head h3 { 
  background-position: top left; 
  margin: 0; /* reset main site styles*/ 
  border: 0; /* ditto */ 
  padding: 12px 0 0px 20px; /* padding-left = image gap + interior padding ... no padding-right */ 
  height: auto !important; 
  height: 1%; /* IE Holly Hack */ 
} 

/* set the lower-left corner image */ 
.rc2_body { 
  background-position: bottom left; 
  margin-right: 12px; /* interior-padding right */ 
  padding: 8px 0 0px 20px; /* mirror .rc2_head right/left */ 
} 
  
/* ============================================================================= */
/* set the image to use and establish the lower-right position */ 
.rc3, .rc3_body, .rc3_head, .rc3_head .rc3_h3 { 
  background: transparent url(rc3.gif) no-repeat bottom right; 
} 
.rc3 { 
  padding-right: 8px; /* the gap on the right edge of the image (not content padding) */ 
  margin: 10px auto; /* use to position the box */ 
} 

/* set the top-right image */ 
.rc3_head { 
  background-position: top right;
  margin-right: -8px; /* pull the right image over on top of border */ 
  padding-right: 20px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.rc3_head .rc3_h3 { 
  background-position: top left; 
  margin: 0; /* reset main site styles*/ 
  border: 0; /* ditto */ 
  padding: 12px 0 0px 20px; /* padding-left = image gap + interior padding ... no padding-right */ 
  height: auto !important; 
  height: 1%; /* IE Holly Hack */ 
} 

/* set the lower-left corner image */ 
.rc3_body { 
  background-position: bottom left; 
  margin-right: 12px; /* interior-padding right */ 
  padding: 0px 0 0px 20px; /* mirror .rc3_head right/left */ 
} 

/* ============================================================================= */
/* BAR GRAPH */
.bar_graph { 
  /*width: 200px; */
  border: 1px solid #B1D632; 
  padding: 2px;
  margin-bottom: 10px; 
  margin-top: 10px;
}
.bar_graph .bar { 
  background: #B1D632; 
  text-align: center; 
  color: #333; 
  height: 2em; 
  line-height: 2em;
  display: block;
}
.bar_graph_tiny {
  /*width: 200px; */
  font-size: xx-small;
  border: 1px solid #B1D632;
  padding: 0px;
}
.bar_graph_tiny .bar {
  background: #B1D632;
  text-align: center;
  color: #333;
  height: 1em;
  line-height: 1em;
  display: block;
}

/* ============================================================================= */
/* ============================================================================= */  
/* ============================================================================= */  


.invisible {
  display: none;
}

.query-info {
  padding: 4px 2px 4px 8px;
  font-size: x-small;
  border-bottom: 1px solid #A9BFD3;
  background: #eee;
}
.transparent50 {
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

/* ============================================================================= */
/* turbogeas */
/* FORMS */

/* LIST FORM */
.listform ul li {
  list-style: none;
  list-style-image: none;
  padding: 0.5em 0em 0.5em 0em;
}
.listform ul li label {
  display: block;
  font-weight: bold;
}

/* TABLE FORM */
.tableform .fieldhelp {
  display: block;
  padding-bottom: 1em;
}
.tableform th {
  vertical-align: top;
  padding-bottom: 8px;
  padding-right: 16px;
}
.tableform td {
  padding-bottom: 8px;
}
.tableform label {
  font-size: 90%;
  font-weight: bold;
}

/* COMMON FORM ELEMENTS */
.fieldlabel {
  text-align: left;
}
.fielderror {
  display: block;
  color: #C00;
  font-weight: bold;
  font-size: 85%;
}
.fieldhelp {
  display: block;
  color: #5e4739;
  font-size: x-small;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding-bottom: 0.5em;
}

.hnd {
  cursor: pointer;
  cursor: hand;
}

.info_label {
  color: #5e4739;
  font-size: x-small;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
td.info_label {
  padding-right: 8px;
}
.info_text {
  color: #000000;
  font-size: x-small;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.info_text {
  padding-right: 32px;
}
.info_div {
  background-color: #FFFFD2;
  padding: 10px;
}

/* ============================================================================= */
/* MISC */
.style4 {
  color: #666666;
  font-size: x-small;
}
a.mime-excel {
  padding-left: 18px;
  background-position: left;
  background-repeat: no-repeat;
  background-image: url(ico-mime-excel.png)
}
a.mime-zip {
  padding-left: 18px;
  background-position: left;
  background-repeat: no-repeat;
  background-image: url(ico-mime-zip.png)
}
.star {
  float: left;
  width: 16px;
  height: 16px;
  background: url(star.gif) no-repeat;
  cursor: pointer;
  margin-right: 2px;
}
.star.on {
  background: url(star-on.gif) no-repeat;
}
.clock {
  float: left;
  width: 16px;
  height: 16px;
  background: url(clock.gif) no-repeat;
  margin-right: 2px;
}
dt .small {
  font-size: x-small;
  color: #999;
}
.fav-item, .mine-item {
  margin-bottom: 2px;
}
.inner_table, .inner_table tbody tr td {
  border: 0px solid #CCCCCC;
}
#report-list dd {
  margin-left: 20px;
  margin-bottom: 1.2em;
}
.error-title {
  color: #FF0000;
  font-weight: bold;
}
.error-label {
  cursor: pointer;
  cursor: hand;
}
a.cmd, a.toggle { padding: 2px; }
a:hover.cmd { background-color: blue; color: white; text-decoration: none; }
a:hover.toggle { background-color: #999; color: white; text-decoration: none; }
.hint {
  font-size: 85%;
}
.clear {
  clear: both;
}

/* ============================================================================= */
.z-form-field-wrap {
  position:relative;
  zoom:1;
  white-space: nowrap;
}
.z-form-field-wrap .z-form-trigger{
  width:17px;
  height:21px;
  border:0;
  background:transparent url(trigger.gif) no-repeat 0 0;
  cursor:pointer;
  border-bottom: 1px solid #B5B8C8;
  position:absolute;
  top:0;
}
.ext-safari .z-form-field-wrap .z-form-trigger{
  height:17px; /* safari doesn't allow height adjustments to the fields, so adjust trigger */
}
.z-form-field-wrap .z-form-date-trigger{
  background-image: url(date-trigger.gif);
  cursor:pointer;
}
.ext-safari .z-form-field-wrap .z-form-trigger{
  right:0;
}
.x-layout-panel-body h3 {
  font-size: 110%;
  color: #069;
  line-height: 1em;
  padding:0;
}
table.fish-table tbody tr td {vertical-align:top; font-size:90%; border-left:1px solid #ddd;}
table.fish-hist tbody tr td {padding:0; margin:0; border:0; border-bottom:1px solid #ccc; font-size:80%; }
table.fish-hist {padding:0; margin:0; border:1px solid #ccc; border:0;}
.fish-days { font-size: 80%; padding: 0 1px 0 1px; border: 1px solid #333; }
.fish-multinick-false {display:none;}
.fish-multinick-true {padding:1px; background-color:red; color:white;}
.fish-dir-O {color:#900;}
.fish-sent {background-color:#090;color:white; padding:1px;}
.fish-today {background-color:#333;color:white; padding:1px;}
