body {
   font-family : Arial, Helvetica, sans-serif;
   font-size : 12pt;
   background-color: #C0C5E2;
   color: #000;
   margin : 0px;
   padding-left: 245px;
}

* html body {
   overflow-y: hidden;
}

a, a:visited, a:active {
   color: #465199;
}

.windowbox {
   width: 96%;
   text-align: left;
   border: 1px solid #929292;
   background-color: #ffffff;
   margin: 10px auto 10px auto;

   /* curvy top in mozilla */
   -moz-border-radius-topleft:.75em;
   -moz-border-radius-topright:.75em;
}

.windowbox .body {
   padding: 10px;
}

.windowbox .header {
   text-align: left;
   font-weight: bold;
   background-color: #F0F0F0;
   padding: 5px;
   border-bottom: 1px dashed #929292;

   /* curvy top in mozilla */
   -moz-border-radius-topleft: .75em;
   -moz-border-radius-topright: .75em;
}

.windowbox .footer {
   font-weight: bold;
   background-color: #F0F0F0;
   padding: 4px;
   text-align: right;
   font-size: 11pt;
   border-top: 1px dashed #929292;
}

.scrollbox {
   background-color: #ffffff;
   border-right: 1px solid #929292;
   height : 300px;
   overflow : auto;

   /* show only the verticle scroll bar in IE */
   overflow-y : scroll;
   overflow-x : auto;

   /* curvy top in mozilla */
   -moz-border-radius-topleft:.75em;
   -moz-border-radius-topright:.75em;
}

.logging {
   width: 96%;
   font-size: 11px;
   margin-bottom: 20px;
   line-height: 20px;
}

/* error styles */

div.error {
   color: #9E0B0E;
   text-align: center;
   font-weight: bold;
   margin: 10px;
   font-size: 14pt;
}

div.errorList {
   margin: 10px;
   border: 1px solid #929292;
   /*
   color: #fff;
   background-color: red;
   */
}

div.errorList div.title {
   text-align: left;
   font-weight: bold;
   background-color: #F0F0F0;
   padding: 5px;
   border-bottom: 1px dashed #929292;
   color: #9E0B0E;
}

#left  {
   position: absolute;
   top: 0;
   left: 0;
   width: 245px;
   height: 100%;
   background-color: #F0F0F0;
   padding-left: 10px;
   padding-right: 10px;
   overflow: auto;
   overflow-x: hidden;
}

/* use selector hack to prevent IE from seeing this style */
body>#left {
   position: fixed;
   width: 235px;
}

#right {
   height: 100%;
   text-align: center;
   overflow: auto;
}

html>body #right {
   overflow: hidden;
}

pre {
   display: block;
   border: 1px solid black;
   background-color: white;
   width: 92%;
   font-size: 8pt;
}

/* toolbar styles */

.toolbar {
   text-align: left;
   background-color: #F0F0F0;
   border: 1px solid #929292;
   font-weight: bold;
   padding: 3px;
   margin: 10px 0px 10px 0px;
}

.toolbar div.title {
   float: left;
}

.toolbar .title {
   font-size: 10pt;
   margin: 3px 4px 0px 0px;
}

.toolbar a.menuitem {
   margin: 1px 2px 1px 2px;
   text-decoration: none;
   padding: 2px 3px 2px 3px;
   font-size: 10pt;
}

.toolbar>a.menuitem:hover {
   border: 1px outset black;
   margin: 0px 1px 0px 1px;
}

.toolbar a.menuitem img {
   border: 0px;
   margin-right: 5px;
}

.toolbar .divider {
   margin: 0px 2px 0px 2px;
}

/* table styles */

table.sort-table {
   margin: auto;
   width: 95%;
   margin: 10px;
}

table.sort-table tbody td {
   font-size: 10pt;

}

table.sort-table a.actionicon img {
   border: 0px;
   height: 18px;
   width: 18px;
}

table.sort-table thead td.Edit,
table.sort-table thead td.Rename,
table.sort-table thead td.Remove,
table.sort-table thead td.Metadata,
table.sort-table thead td.Manage,
table.sort-table thead td.Reindex,
table.sort-table thead td.Move {
   width: 40px;
}

/* general form styles */

table.form {
   border-collapse: collapse;
}

table.form input.formelement, table.form select.formelement, table.form textarea.formelement {
   border: 1px solid #929292;
   padding: 1px;
}

table.form input.checkboxelement {
   border: 0;
}

table.form td.headerelement .size3 {
   font-size: 18pt;
}

table.form td.label {
   font-weight: bold;
}

table.form tr.error td {
   background-color: #F0F0F0;
}

table.form tr.error td.label {
   color: #9E0B0E;
}

/* form styles for the right pane */

#right table.form {
   width: 95%;
   padding: 5px;
   margin: 0px 2% 0px 2%;
}

#right table.form td {
   text-align: left;
   padding: 5px;
}

#right table.form td.submitelement {
   text-align: center;
   padding-top: 10px;
}

#right table.form td.label {
  width: 17%;
  font-size: 10pt;
}

#right table.form div.headerelement {
   color: black;
   border-bottom: 2px dotted #929292;
}

#right table.form input.textelement {
   position: absolute;
   width: 100%;
   font-family: Arial, sans-serif;
}

/* IE allows width overflow past 100% if the postion is relative */
body>#right table.form input.textelement {
   position: relative;
}

#right table.form input.passwordelement {
   width: 100%;
}

#right table.form select.formelement {
   width: 100%;
}

#right .commentelement {
  font-size: 11pt;
  font-family: Arial, sans-serif;
}

#right table.form textarea.textareaelement  {
   width: 100%;
   height: 250px;
   font-size: 10pt;
   font-family: Arial, sans-serif;
}

#right table.form textarea.editorelement  {
}

table.form select.chooserdropdown {
   width: 480px;
}

/* text editor styles */

#right table.form textarea.editorbody {
   height: 360px;
   background-color:  #F0F0F0;
}

#right table.form td.editorimage {
   text-align: center;
   padding: 20px;
}

#right table.form .divider td {
   border-top: 2px dotted #929292;
}

/* notifications styles */

ul.notifications {
   list-style: none;
   font-size: 12pt;
   margin: 0 10px 10px 5px;
   padding: 0 0 0 0;
}

ul.notifications li {
   margin: 5px;
   height: 20px;
}

ul.notifications li.info {
   background: url("../images/icons/inform.gif") no-repeat 0px 0px;
   padding-left: 30px;
}

ul.notifications li.success {
   background: url("../images/icons/check.gif") no-repeat 0px 0px;
   padding-left: 30px;
   font-style: italic;
}

ul.notifications li.failure {
   background: url("../images/icons/stop.gif") no-repeat 0px 0px;
   padding-left: 30px;
   font-style: italic;
   font-weight: bold;
}

/* styles for contentpage metadata action */

div.add_metadata h3 {
   border-bottom: 1px dashed #929292;
}

div.add_metadata input.textelement {
   border: 1px solid #929292;
   background-color: #fff;
}

dl.metadata {
   margin-left: 25px;
}

dl.metadata dt {
   font-size: 10pt;
   font-weight: bold;
   color: #465199;
   margin: 5px;
}

dl.metadata dd {
   font-size: 10pt;
   font-family: monospace;
}

/* search styles */

div.filterbox {
   margin: auto;
   width: 95%;
}

div.filterbox input {
   width: 75%;
   border: 1px solid #929292;
   background-color: #fff;
}

div.filterbox button {
   margin-left: 5px;
   border: 1px solid #929292;
   background-color: #F0F0F0;
}


div.filterbox label {
   font-weight: bold;
}


/* page break link styles */

div.linksboxheader, div.linksbox {
   text-align: center;

}

div.linksbox a,
div.linksbox a:visited,
div.linksbox a:active {
   padding : 3px;
}

