/*
  lo2009.css
  The new layout for 2009
  D.K. McCombs - 4/2009
  www.w3sys.com
  +------------------+
  container
    pageHeader
      navcontainer
    pageContent
      services
      mainPanel
        pageMain_form
          ui
          sidepanel
        pageMain_list
          list_filter
          navctrl
          ui_list

    divBaseLinks
*/

body { margin: 3px;
       padding: 0px;
       background: #ffffff; }

h1, h2, h3, h4 { margin-top: 2px; margin-bottom: 1px; }

div#container  {
margin: 0px 0px 0px 0px; background: #F0EFE8;
border-left: 1px solid #DCDAC6;
border-right: 2px solid #DCDAC6; }

div#pageHeader { margin: 2px 0px 0px 0px; background: #ffffff;
                 background-image: url(../pg_images/logo.gif);
                 background-repeat: no-repeat; background-position: 5px 5px; height: 40px; }
div#pageTitle { position: absolute; left: 10px; top: 10px; }
div#navcontainer { float: right; background: transparent;  }

div#pageContent { width: 100%; min-height: 600px; }
div#divBaseLinks { clear: both; }
  
a.unav { visibility: visible;  font-family: 'Arial'; font-size: 9px; color: rgb(85, 85, 85);
 font-weight: normal; font-style: normal; text-decoration: none; font-variant: normal;
 letter-spacing: normal; text-transform: none; text-align: left; background-color: transparent;
 cursor: pointer; float: right; display: block; margin : 2pt; padding: 2pt; border-bottom: 1px
 solid #98CB00; border-right: 1px solid #98CB00; }

div#services { clear: both; border-bottom: 0px; margin: 0px; padding: 0px; }

div#services div.tab { margin: 2px 1px 0px 1px; background: #000000;
                   font-family: 'Arial'; font-size: 10pt; color: rgb(85, 85, 85);
                   background-image: url(../pg_images/gbutton.jpg);
                   background-repeat: repeat-x; background-position: 0px -15px;
                   width: 110px;  border-right: 1px solid #006B00;
                   border-bottom:  0; float: left; padding: 2px; 
                   border-top-left-radius: 5px; 
                   border-top-right-radius: 5px; }
                   
div#services div.activetab { margin: 3px 1px -1px 1px; background: #000000;
                   font-family: 'Arial'; font-size: 10pt; color: #fff;
                   background-image: url(../pg_images/gbutton.jpg);
                   background-repeat: repeat-x; background-position: 0px -15px;
                   width: 110px;  border-right: 1px solid #006B00;
                   border-bottom: 0; float: left; padding: 2px; 
                   background-position: 0px -5px; border-top-left-radius: 5px; 
                   border-top-right-radius: 5px;  }
   

div#services div.tab:hover { background-position: 0px -5px; }
div#services div.page { border: 0; background: transparent; clear: both; float: left; margin: -8px 0px 10px 15px; padding: 0px; }

a.serviceLink {
 font-family: 'Arial'; font-size: 8pt; color: #6E980E;
 font-weight: bold; font-style: normal; text-decoration: none; font-variant: normal;
 letter-spacing: normal; text-transform: none; text-align: left;
 background-color: white;
 cursor: pointer; display: block; margin : 2px 3px 3px 0px ; padding: 2px;
 border:  1px solid #aacb77;
 border-bottom: 1px solid #98CB00;
 border-right: 1px solid #98CB00;
 float:left; 
 border-bottom-left-radius: 4px; 
 border-bottom-right-radius: 4px;}

div#mainPanel{ margin: 0px; clear: both;  float: left; background: white; width: 100% }

div#mainPanel p { margin: 8px; padding: 8px;  }
div#mainPanel h1, div#mainPanel h2, div#mainPanel h3, div#mainPanel h4 { margin: 8px; margin-top: 2px; margin-bottom: 3px; }

/* forms */

div#pageMainForm {
width: 100%;
background: #fff;
}
div.ui {
border: 1px solid black;
padding: 3px;
margin: 1px;
font-size: 8pt;
float: left;
width: 54%;
}

div#sidePanel div.ui {
width:auto;
border: none;
}

div.ui input {
 font-size: 7pt;
 border-width: 1px;
 background: #fff;
}
/*
 New! left panel of tabbed 'sub-dialogs'
 */
div#sidePanel{
margin: 1px;
padding: 2px;
width: 44%;
min-height: 300px;
float: right;
break-before: avoid;
background: #DCDAC6;
border: 1px solid black;
}

div.ctrlgroup {
float: left;
margin: 5px;
}

div.ctrl, div.control {
float: left;
color: blue;
font-size: 8pt;
padding: 0px;
}
div.ctrl *, div.control *, div.buttons * {
font-size: 7pt;
border-width: 1px;
}

div.control textarea {
font-size: 8pt;
border-width: 1px;
}

br.clearall {
clear: both;
}
div#hidctrls {
display: none;
}

/* lists */
div#pageMain_list {
   width: 100%;
  clear: both;
}
div#list_filter { clear: both;
  text-align: center;
  margin: 5px;
  font-size: 8pt;
  width: auto;

}
div#list_filter * {
font-size: 7pt;
border-width: 1px;
}
div.navctrl {
  text-align: center;
  margin: 5px;
  font-size: 8pt;
  width: auto;
  border: 1px solid black;
}
table.ui_list {
text-align: left;
margin: 0px;
font-size: 8pt;
width: 100%;
}
div.navctrl input { 
font-size:7pt; 
}
table.pop_list {
  text-align: center;
  margin: 5px;
  font-size: 8pt;
  width: auto;  
}
td.listheader {
color: #185B00;
background: #fffff8;
font-weight: bold;
}
td.listheader a {
color: #185B00;
}

td.listdata {
color: black;
background: #fffff8;
}

tr.heading td.listdata {
color: black;
background: #f8f8f0;
font-weight: bold;
font-size: 11pt;
}

tr.even td.listdata {
color: black;
background: #fffff8;
font-weight: normal;
font-size: 8pt;
}

tr.odd td.listdata {
color: black;
background: #f1ffd1;
font-weight: normal;
font-size: 8pt;
}

td.listdata a {
color: black;
text-decoration: none;
}



div.list_label {
width: 55px;
margin: 2px;
float: left;
padding: 2px 2px 1px 5px;
font-size: 7pt;
}
div.ui table.ui_list {
margin: 5px 10px 5px 40px;
width: auto;
}
div.list_ctrl {
float: left;
text-align: left;
vertical-align: top;
font-size: 7pt;
padding: 0px;
}

 div.ui table.ui_list th {
 text-align: left;

 }
 div.ui table.ui_list td {
  border-top: 0px;
 }
 
td.listdata input, td.listdata textarea, td.listdata select {
font-size: 7pt;
text-align: left;
}

em { color: #632; }



div.label {
  visibility: visible; min-width: 92px; min-height: 14px; font-family: 'Arial'; font-size: 10px; color: rgb(30, 80, 40); font-weight: bold; letter-spacing: normal; text-transform: none; text-align: right; background-color: transparent; float: left; margin-right: 3px;
}

/* new for noteBook layouts */

div.tab {  border: 1px solid gray;  border-bottom: 0; width: auto; height: 14px;
  font-family: 'Arial'; font-size: 8pt; color:  #555; font-weight: normal; font-style: normal;
  text-decoration: none; font-variant: normal; letter-spacing: normal; text-transform: none;
  text-align: center; background-color: transparent; float: left; margin: 0px 1px 0px 0px; padding: 2px 4px 1px 4px;
  border-top-left-radius: 5px; 
  border-top-right-radius: 5px;
}
div.activetab {  border: 1px solid gray; border-bottom: 0;  width:auto; height: 14px;  border-bottom: 0;
  font-family: 'Arial'; font-size: 9pt; color: #222; font-weight: bold; font-style: normal;
  text-decoration: none; font-variant: normal; letter-spacing: normal; text-transform: none;
  text-align: center;  background-color: #fff; float: left;  margin: 1px 1px -1px 0px;   padding: 2px 4px 1px 4px;
  border-top-left-radius: 5px; 
  border-top-right-radius: 5px;
}
div.tabs {
margin: 1px 0px -1px 0px;
padding: 0px 0px 0px 5px;
border: 0;
vertical-align: top;
}
div.pages {
margin: 0px;
padding: 0px;
}
div.page {   clear: left;  margin: 0px; 
  background-color: rgb(255,255,255);  font-family: 'Arial'; font-size: 9px;
  color: rgb(32, 64, 32); font-weight: normal; font-style: normal; text-decoration: none; font-variant: normal;
  letter-spacing: normal; text-transform: none; width: auto;  display: none;
}

div#pageOrList {
margin: 1px 0px 0px 0px;
padding: 3px 0px 0px 0px;
background: #DCDAC6;
height: 18px;
}
div#pageOrList div.tab { margin: 0px 0px 0px 3px; height: 16px;}
div#pageOrList div.activetab { margin: 1px 0px -1px 3px; height: 16px;}

#sideForms div.page {
padding: 2px 5px 5px 5px;
border: 1px solid black;
display: none;
min-height: 300px;
 width: auto;
}

div#uiPages div#pageMain_form div.ui input.searchBox
{
  background-image: url('../pg_images/search.png');
  background-position: right top;
  background-repeat:no-repeat;
}

/* For disabled elements */

div#uiPages div#pageMain_form div.ui select:disabled
{
  color: rgb(32, 125, 32);
  background: rgb( 255,255,255 );
}
div#uiPages div#pageMain_form div.ui input:read-only
{
  color: rgb(32, 125, 32);
  background: rgb( 255,255,255 );
}

/* side list */

 table#worklist table.ui_list
 {
  display: none;
  margin-left: 20px;
  width: 80%;
 }

div#serviceItems {
margin-top: 7px;
}

/* Rich Editor */
#contentRich {
width: 600px;
height: 300px;
border: 1px solid black;
padding:3px;
resize: both;
overflow: auto;
}
#contentRich textarea{
width: 600px;
height: 400px;
border: 1px solid black;
padding: 3px;
overflow: auto;
}
.disabled {
  display: none;
}
#contentControls button  {
padding: 1px;
margin: 1px;
color: green;
background: white;
border: 1px solid #a1a1a1;
border-radius: 3px;
font-size: 11pt;
}
#contentControls select  {
padding: 1px;
margin: 1px;
color: green;
background: white;
border: 1px solid #a1a1a1;
border-radius: 3px;
font-size: 11pt;
}
table.no_id td input{
  text-align: right; 
  margin: 0px;
}
/* hide the id column of tables with class no_id */
table.no_id td:nth-child(1) {  
  display: none;
}
table.no_id {
  border: 1px solid #a1a1a1;
  float: right; 
  background: #ffffdd;
}
