@charset "utf-8";
/***********************************************************************************************************/
/* Main Screen Styles                                                                                      */
/***********************************************************************************************************/


/* Import styles ------------------------------------------------------------------------------------------*/
@import url("screen_layout.css");
@import url("screen_typography.css");
@import url("screen_colors.css");

/* Local styles -------------------------------------------------------------------------------------------*/

fieldset {
  margin: 0;
  padding: 0;
}
fieldset legend {
  font-family: Arial, Helvetica, sans-serif;
  color: #999;
}
fieldset div {
  padding: 1em 1em;
}
button {
  background: url('/images/Button1_Color_Gray.png') repeat-x left top #ccc;
  /*border: 1px outset #999;*/
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  padding: 4px 8px 5px;
  margin: 0 .5em;
  cursor: pointer;
  font-weight: bold;
  font-size: 13px;
  color: #333;
  width: auto;
  overflow: visible;
  height: 30px;
  line-height: 1em;
  outline: none;
}
button * {
  vertical-align: middle;
}

button.app {
  font-family: Arial, Helvetica, sans-serif;
  background: url('/images/Button1_Color_Gray.png') repeat-x left top #ccc;
  border: 1px outset #000;
  margin: 0 auto; 
  cursor: pointer;
  font-weight: bold;
  font-size: 11px;
  color: #00c;
  width: 102px;
  overflow: visible;
  height: 32px;
  line-height: 1em;
  outline: none;
}

button.bigadd{
  font-family: Arial, Helvetica, sans-serif;
  background: url('/images/Button1_Color_Gold.png') repeat-x left top #ccc;
  /*border: 1px outset #999;*/
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  margin: 0 auto;
  cursor: pointer;
  font-weight: bold;
  font-size: 12px;
  color: #00c;
  overflow: visible;
  line-height: 1em;
  outline: none;
}

button.smalladd{
  font-family: Arial, Helvetica, sans-serif;
  background: url('/images/Button1_Color_Gold.png') repeat-x left top #ccc;
  border: 1px outset #000;
  margin: 0 auto;
  cursor: pointer;
  font-weight: bold;
  font-size: 12px;
  color: #00c; 
  overflow: visible;
  line-height: 1em;
  outline: none;
}


button.smalledit{
  font-family: Arial, Helvetica, sans-serif;
  background: url('/images/Button1_Color_Gray.png') repeat-x left top #ccc;
  border: 1px outset #000;
  margin: 0 auto;
  cursor: pointer;
  font-weight: bold;
  font-size: 12px;
  color: darkgreen;
  width: 88px;
  overflow: visible;
  height: 30px;
  line-height: 1em;
  outline: none;

}

button.smalldelete{
  font-family: Arial, Helvetica, sans-serif;
  background:  url('/images/Button1_Color_Gray.png') repeat-x left top #ccc;
  border: 1px outset #000;
  margin: 0 auto;
  cursor: pointer;
  font-weight: bold;
  font-size: 12px;
  color: #880000;
  width: 87px;
  overflow: visible;
  height: 30px;
  line-height: 1em;
  outline: none;
}

button.login{
  font-family: Arial, Helvetica, sans-serif;
  background:  url('/images/Button1_Color_Gray.png') repeat-x left top #ccc;
position: relative;
  top: -15px;
  left: 400px;
  border: 1px outset #000;
  margin: 0 auto;
  cursor: pointer;
  font-weight: bold;
  font-size: 12px;
  color: #006633;
  width: 82px;
  overflow: visible;
  height: 30px;
  line-height: 1em;
  outline: none;
}

button.add {
  color: #00c;
}
button.accept {
  color: #006633;
}
button.cancel {
}
button.delete {
  color: #880000;
  background-image: url('/images/Button1_Color_Gray.png');
}
button.add-page {
  background-image: url('/images/Button1_Color_Gold.png');
}
button:hover {
  color: #000;
}
button.app:hover {
  color: 0055FF;
}
button.add:hover {
}
button.edit:hover {
}
button.cancel:hover {
}
button.delete:hover {
  color: #FF0000;
}
button.smalldelete:hover {
  color: #FF0000;
}
button.smalledit:hover {
  color: #00bb00;
}
button.smalladd:hover {
  color: 0055FF;
}

button img {
  vertical-align: top;
  margin: 0 5px 0 -3px;
  height: 18px;
  width: 18px;
}


button[type] {
  line-height: 20px; /* Safari */
}
button[type] img{
  /*margin-top: -1px; Firefox */ 
}

table.paw_navigation{
  position: relative;
  margin-top: -35px;
}

td.paw_navigation{
   /* border: solid #FF0000 1px; */
   padding: 0 3 0 3px;

}


table.addcontent{
   width: 400px;
}

td.addcontent{
  /* border: solid #0000FF 2px;*/
   padding: 5 25 35 25px;
   text-align: center;
}


table.accountsettings{
}

td.accountsettings{
   padding: 2 2 25 2px;
   text-align: center;

}


P.copyright {
        color: #000088;
        font-family : arial,helvetica,sans-serif;
        font-size : 8pt;
        line-height: 13pt;
        text-align: center;
        font-weight: bold;
}

b.error{
        font-family : arial,helvetica;
        font-size : 11pt;
        margin-top: 2px;
        color:red;
        }

b.boldtext{
        font-family : verdana,arial,helvetica;
        font-size : 10pt;
        color:#000;
        }
b.greytext{
        font-family : verdana,arial,helvetica;
        font-size : 10pt;
        color:#aaa;
        }

b.errormsg{
        font-family : arial,helvetica;
        font-size : 11pt;
        margin-top: 2px;
        color:red;
        }

b.updated{
        font-family : arial,helvetica;
        font-size : 12pt;
        margin-top: 2px;
        color:darkgreen;
        }


b.quickstart{
        font-family : arial,helvetica;
        font-size : 10pt;
        color:#0000FF;
        }

div#faq{
}

#faq li ol{
   list-style-type: lower-latin;
   color: blue;

}
#faq div.dir{
   position: relative;
   left: 15px;

}
div#faq li
{
}


