/*-------------------------------------------------------*/
textarea
{
    width:280px;
    height:115px;
    border-color:#DBDBDB;
    overflow:auto;
    margin-bottom:0px
}

textarea.large
{
    width:100%;
    height:400px;
    font-family: fixedsys;
    border-color:#DBDBDB;
    overflow:auto;
    margin-bottom:0px
}

input.std_button
{
   font-size:12px;
   font-family:Arial,sans-serif;
   width:70px;
   height:30px;
}

/*---------------------------------------------------------------------------------*/
#prolog {
    font-size: 1.5em;
    background-color: #AEC598;
    text-align: center;
    padding: 1em;
    margin: 0em;

    -moz-border-radius-topright:    1em;
    -moz-border-radius-topleft: 1em;
    -moz-border-radius-bottomright: 1em;
    -moz-border-radius-bottomleft:  1em;
}

#prolog H1 {
    font-size: 26px;
    margin: 0;
    margin-bottom: 0.5em;
    text-align: center;

}

#prolog p {
    margin-bottom:              0;
}

#rightbox {
    float: right;
    width: 250px;
    color: black;
    background-color: #F6FAF1;
    padding: 1em;
    border-color: #AEC598;
    border-width: medium;
    border-style: solid;
    text-align: center;
    line-height: 1.4em;

    margin: 1em;
    margin-right: 0;

    -moz-border-radius-topright:    1em;
    -moz-border-radius-topleft: 1em;
    -moz-border-radius-bottomright: 1em;
    -moz-border-radius-bottomleft:  1em;
}

#rightbox H1 {
    smargin: 0;
    spadding: 0;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    color: #000088;
}

#rightbox H2 {
    smargin: 0;
    spadding: 0;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #000088;
}

#rightbox A {
    margin: 0;
    padding: 0;
    color: blue;
    text-decoration:underline;
    text-align: center;
}

/*-------------------------------------------------------*/
/* #systemmenu {
  sfloat: right;
  vertical-align:top;
  color: white;
}

#systemmenu a {
  sfloat: right;
  vertical-align:top;
  color: white;
} */

#systemmenu {
    position: absolute;
    right: 0;
	sfloat: right;
	margin-top: 2px;
}

#systemmenu ul {
	margin: 0;
	list-style: none;
}

#systemmenu li {
	display: inline;
	padding-right: 5px;
}

#systemmenu a {
	sdisplay: block;
	sfloat: left;
	spadding: 30px 20px 0 20px;
	stext-align: center;
	text-decoration: none;
	stext-transform: uppercase;
	font-family: Verdana, Helvetica, sans-serif;
	sfont-weight: bold;
	font-size: 12px;
	color: white;
}

#systemmenu a:hover {
	color: #red;
    text-decoration:underline;
}

/*-------------------------------------------------------*/
#main_menu ul {
	margin: 0;
	list-style: none;
}

#main_menu li {
	display: inline;
	padding-right: 5px;
}

#main_menu a {
	text-decoration: none;
	font-family: Verdana, Helvetica, sans-serif;
}

#main_menu a:hover {
	color: red;
    text-decoration:underline;
}

/*-------------------------------------------------------*/
#app_menu ul {
	margin: 0;
	list-style: none;
	margin-bottom: 10px;
}

#app_menu li {
	display: inline;
	padding-right: 5px;
    font-size: 0.8em;
}

#app_menu a {
	text-decoration: none;
	font-family: Verdana, Helvetica, sans-serif;
}

#app_menu a:hover {
	color: red;
    text-decoration:underline;
}

/*-------------------------------------------------------*/
#actions {
  font-family: Andale Mono, Courier New ;
  margin-top: 0;
  font-size: 1.1em;
  color: #999;
  text-align: left;
  padding: 0;
  float:right;
  margin-bottom: 10px;
  display: block;
}

#actions a:link,
#actions a:visited {
  vertical-align: bottom;
  text-decoration:underline;
  font-weight:bolder;
  color: #666;
}

#actions ul {padding:0 0 0 0;}
#actions li
{ display: inline; list-style-type: none; padding-left: 10px; }



#actions .selectedlink { text-decoration: none; color: grey; }


/*-------------------------------------------------------*/
.baselist {
  border-spacing: 2px;
}
.zrow1 {
  background-color:#F0F0F0;
}
.zrow2 {
  background-color:#F8F8F8;
}
.baselist th
{
    text-align:left;
    background:#354E1C;
    color: white;
    white-space:nowrap;
    vertical-align:top;
}
.baselist td {
    padding: 1px 1px 1px 1px;
    vertical-align:top;
}

#title {
  font-family:Tahoma,Arial,sans-serif; font-size:2em; margin-bottom: 10px;
}

/*-------------------------------------------------------*/
#warning ul {
  margin: 0;
  padding: 0;
  color: red;
  border: solid #eeaaaa;
  background-color: #eedddd;
}
#warning li {
  list-style-type:none;
  margin-left: -10;
  padding: 1em;
}

/*-------------------------------------------------------*/
#message ul {
  margin: 0;
  padding: 0;
  color: green;
  border: solid #aaeeaa;
  background-color: #ddeedd;
}
#message li {
  list-style-type:none;
  margin-left: -10;
  padding: 1em;
}

