@import "./dialog.css";

   body {
   background-color: #fff;
   font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   font-size: 10pt;
   line-height: 1.6em;
   margin: 15px;
   }

   a {
   text-decoration: none;
   font-weight: bold;
   color: #c30;
   }

   a:hover {
   text-decoration: underline;
   color: #ff3f05;
   }

   div#container {
   width: 100%;
   }

   div#header {
   width: 100%;
   height: 70px;
   }

   div#loginbar {
   position: absolute;
   right: 20px;
   top: 15px;
   height: 20px;
   width: 800px;
   text-align: right;
   }

   img#logo {
   position: absolute;
   left: 20px;
   top: 15px;
   }

   div#mainmenu {
   position: absolute;
   right: 20px;
   top: 55px;
   width: 800px;
   height: 30px;
   line-height: 30px;
   vertical-align: middle;
   font-size: 10pt;
   font-weight: bold;
   }

   div#mainmenu ul {
   list-style: none;
   padding: 0;
   margin: 0;
   width: 800px;
   }

   div#mainmenu li {
   float: left;
   width: auto;
   background: url( '../image/menu/left.gif' ) top left no-repeat;
   margin-left: 2px;
   }

   div#mainmenu li#selected {
   background: url( '../image/menu/left-selected.gif' ) top left no-repeat;
   }

   div#mainmenu a {
   font-weight: normal;
   color: #fff;
   text-decoration: none;
   display: block;
   padding: 0px 16px;
   background: url( '../image/menu/right.gif' ) top right no-repeat;
   }

   li#selected a {
   color: #fff;
   background: url( '../image/menu/right-selected.gif' ) top right no-repeat;
   }

   div#infobar {
   font-size: 8pt;
   padding: 6px 10px;
   border-top: 1px solid #a9c9be;
   border-bottom: 1px solid #a9c9be;
   background: #eff5f3;
   }

   div#infobar a {
   color: #336352;
   }

   div#infobar a:hover {
   color: #4d977f;
   }

   div#content {
   padding: 5px 5px 5px 20px;
   }

   div#content h1 {
   margin: 0.5em 0px 1em -10px;
   font-size: 14pt;
   font-weight: normal;
   color: #4d977f;
   }

   div#content p {
   margin: 0 0 1em 0;
   }

   div#content p.smalltext {
   font-size: 8pt;
   }

   div#footer {
   font-size: 8pt;
   padding: 6px 10px;
   border-top: 1px solid #a9c9be;
   text-align: right;
   clear: both;
   }

   div.actionrow {
   height: 32px;
   line-height: 32px;
   margin-bottom: 1em;
   }

   div.actionrow img {
   vertical-align: middle;
   margin: 0 0.4em 0 1em;
   border: none;
   }



   div.warning {
   margin: 1em;
   padding: 0.5em;
   background: #fff1f1;
   border: 1px solid #efcdcd;
   text-align: center;
   color: #9e1b1b;
   }

   div.success {
   margin: 1em;
   padding: 0.5em;
   background: #f0faf6;
   border: 1px solid #d5ebe1;
   text-align: center;
   color: #307c5a;
   }


div#submenu {

   width: 650px;
   height: 30px;
   line-height: 30px;
   vertical-align: middle;
   font-size: 10pt;
   font-weight: bold;

   }

   div#submenu ul {
   list-style: none;
   padding: 0;
   margin: 0;
   width: 650px;
   }

   div#submenu li {
   float: left;
   width: auto;
   background: url( '/image/submenu/left.gif' ) top left no-repeat;
   margin-left: 2px;
   }

    div#submenu  li.subselected {
   background: url( '../image/submenu/left-selected.gif' ) top left no-repeat;
   }

   div#submenu a {
   font-weight: normal;
   color: #000;
   text-decoration: none;
   display: block;
   padding: 0px 16px;
   background: url( '../image/submenu/right.gif' ) top right no-repeat;
   }

    div#submenu li.subselected a {
    color: #fff;
    background: url( '../image/submenu/right-selected.gif' ) top right no-repeat;
   }

   div#windowblind {
   position: fixed;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   background: #000;
   z-index: 49;
   filter: alpha( Opacity = 50 );
   opacity: 0.5;
   -moz-opacity: 0.5;
   -khtml-opacity: 0.5;
   }

   dl.form {
   margin: 0;
   padding: 0;
   }

   dl.form dd {
   float: left;
   clear: both;
   margin-left: 0;
   text-align: center;
   width: 120px;
   background-color: #004080;
   color: #fff;
   margin-bottom: 0.5em;
   }

   dl.form dd a {
   color: #fff;
   font-weight: bold;
   }

   dl.form dt {
   float: left;
   margin-left: 5px;
   width: 200px;
   margin-bottom: 0.5em;
   }

   .window_buttons {
   border: 1px solid #999;
   border-top-color: #CCC;
   border-left-color: #CCC;
   padding: 2px;
   background-color: #FFF;
   color: #333;
   background-image: url( /image/background_buttons.gif );
   background-repeat: repeat-x;
   font-family: Verdana, Arial, sans-serif;
   font-size: 10px;
   font-weight: bold;
   text-align: center;
   width: 105px;
   vertical-align: top;
   }

   .error {
   color: red;
   }

   div.windowform {
   background: #e0eef5;
   border: 2px solid #70a0b4;
   padding: 10px;
   position: fixed;
   width: 500px;
   margin-left: -250px;
   margin-top: -150px;
   left: 50%;
   top: 50%;
   z-index: 50;

   }

   div#columns {
   width: 100%;
   }

   div.column {
   width: 45%;
   margin-right: 2.5em;
   float: left;
   font-size: 8pt;
   margin-bottom: 1.5em;
   }

   .disabled {
   color: silver;
   }

.my_dialog {
    background: #e0eef5;
    border: 2px solid #70a0b4;
    padding: 10px;
    width: 500px;
}

  ul#bigmenu {
   list-style: none;
   }

   ul#bigmenu li {
   clear: both;
   float: left;
   padding-left: 42px;
   }

   ul#bigmenu img {
   vertical-align: top;
   margin: 0.3em 0.7em 1.5em -44px;
   float: left;
   }

    a.selected_link
    {
        color: #000 !important;
    }