@import url( "reset.css" );

body 
{
    font: 75% verdana, "Bitstream Vera Sans", geneva, arial, helvetica, helve, sans-serif; 
    background: #FFFFFF;
    color: #303030;
    background-image: url(base_bg.png);
    background-repeat: repeat-x;
    background-position: top;
    margin: 10px;
}

img
{
    border: 0;
}

a:link, a:visited, a:active
{
    color: #303030;
}

h1, h2, h3, h4 
{
    color: #023858;
    /*text-shadow: #bbb 2px 2px 1px;*/
}

hr
{
    border: none;
    height: 0px;
    border-bottom: dotted #303030 1px;
}

div.toolForm
{
  border: solid #d8b365 1px;
}

div.toolFormTitle
{ 
  font-weight: bold;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  background: #d2c099;
  background-image: url(form_title_bg.png);
  background-repeat: repeat-x;
  background-position: top;
  border-bottom: solid #d8b365 1px;
}

div.toolParamHelp
{
  color: #666;
}

div.toolParamHelp a
{
  color: #666;
}

div.toolFormBody
{ 
  background: #FFFFFF;
  background-image: url(form_body_bg.png);
  background-repeat: repeat-x;
  background-position: top;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

div.toolFormBody div.toolFormTitle
{
    background: transparent;
	border: none;
	font-weight: bold;
	border-bottom: solid #d8b365 1px;
	margin-bottom: 5px;
}

div.toolFormDisabled div.toolFormTitle {
    background: #eee;
    border-color: #999;
}

div.toolFormDisabled {
    border-color: #999;
}

div.toolHelp
{ 
}

div.toolHelpBody
{ 
	width: 100%;
	overflow: auto;
}

div.titleRow {
    font-weight: bold;
    border-bottom: dotted gray 1px;
    margin-bottom: 0.5em;
    padding-bottom: 0.25em;
}

/* Forms */

div.form-row 
{
    margin-bottom: 1em;
}

div.form-title-row
{
    margin-bottom: 0.5em;
}

div.repeat-group-item
{
    border-left: solid #d8b365 5px;
    padding-left: 10px;
}

div.form-row-error
{
    background: #FFCCCC;
    padding: 5px;
}

div.form-row label
{
    font-weight: bold;
    display: block;
    margin-bottom: .2em;
}

select, input, textarea
{
    font-size: 115%;
}

select, textarea, input[type="text"], input[type="file"]
{
    max-width: 300px;
}

/* Messages */

.errormessage, .warningmessage, .donemessage, .infomessage, .welcomeBlue, .welcomeRed
{
    padding: 10px;
    padding-left: 52px;
    min-height: 32px;
    border: 1px solid #AA6666;
    background-color: #FFCCCC;
    background-image: url(error_message_icon.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
}

.warningmessage 
{
    background-image: url(warn_message_icon.png);
    border-color: #AAAA66;
    background-color: #FFFFCC;
}

.donemessage 
{
    background-image: url(done_message_icon.png);
    border-color: #66AA66;
    background-color: #CCFFCC;
}

.infomessage 
{
    background-image: url(info_message_icon.png);
    border-color: #6666AA;
    background-color: #CCCCFF;
}

.welcomeBlue 
{
    padding-left: 10px;
    border-color: #6666AA;
    background-color: #CCCCFF;
    background-image: none;
}

.welcomeRed 
{
    padding-left: 10px;
    border-color: #AA6666;
    background-color: #FFCCCC;
    background-image: none;
}

.errormessagesmall, .warningmessagesmall, .donemessagesmall, .infomessagesmall 
{
    padding: 5px;
    padding-left: 25px;
    min-height: 25px;
    border: 1px solid #AA6666;
    background-color: #FFCCCC;
    background-image: url(error_small.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

.warningmessagesmall
{
    background-image: url(warn_small.png);
    border-color: #AAAA66;
    background-color: #FFFFCC;
}

.donemessagesmall
{
    background-image: url(ok_small.png);
    border-color: #66AA66;
    background-color: #CCFFCC;
}

.infomessagesmall
{
    background-image: url(info_small.png);
    border-color: #6666AA;
    background-color: #CCCCFF;
}

.errormark, .warningmark, .donemark, .infomark, .ok_bgr, .err_bgr
{
    padding-left: 20px;
    min-height: 15px;
    background: url(error_small.png) no-repeat;
}

.warningmark 
{
    background-image: url(warn_small.png);
}

.donemark 
{
    background-image: url(ok_small.png);
}

.infomark, .ok_bgr
{
    background-image: url(info_small.png);
}

table.colored
{
  border-top: solid #d8b365 1px;
  border-bottom: solid #d8b365 1px;
}

table.colored td, table.colored th
{
    text-align: left;
    padding: 5px;
}

table.colored tr.header
{ 
  background: #ebd9b2;
  background-image: url(form_title_bg.png);
  background-repeat: repeat-x;
  background-position: top;
	border-bottom: solid #d8b365 1px;
  font-weight: bold;
}

table.colored tr
{ 
  background: white;
}

div.debug
{
    margin: 10px;
    padding: 5px;
    background: #FFFF99;
    border: solid #FFFF33 1px;
    color: black;
}

div.odd_row
{
    background: #FFFF99;
}
    
#footer {
  display: none;
}


td.panel-body
{
    background: white;
    color: #303030;
    background: #C1C9E5 url(menu_bg.png) top repeat-x;
}

div.toolSectionPad
{
    margin: 0;
    padding: 0;
    height: 5px;
    font-size: 0px;
}

div.toolSectionDetailsInner
{ 
  margin-left: 5px;
  margin-right: 5px;
}

div.toolSectionTitle
{
  padding-bottom: 0px;
  font-weight: bold;
}

div.toolTitle
{
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 16px;
  margin-right: 10px;
  display: list-item;
  list-style: square outside;
}

span.toolParameterExpandableCollapsable
{
  font-weight: bold;
  cursor: pointer;
}
ul.toolParameterExpandableCollapsable
{
  list-style: none;
}

.action-button {
    background: #eeeeee;
    color: #333;
    text-decoration: none;
    font-size: 90%;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    padding: 2px;
    border: solid #aaaaaa 1px;
    padding-right: 0.5em;
    padding-left: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
}

.action-button > * {
    vertical-align: middle;
}

.action-button:hover {
    color: black;
    background: #aaaaaa;
}
.action-button:active {
    color: white;
    background: #aaaaaa;
}

div.popupmenu {
    display: none;
    background: #eeeeee;
    color: #333;
    font-size: 90%;
    font-weight: bold;
    position: absolute;
    z-index: 20000;
    border: solid #aaaaaa 1px;
    padding-top: 3px;
    padding-bottom: 3px;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
}

div.popupmenu-item {
    padding: 3px;
    padding-left: 1em;
    padding-right: 1em;
    cursor: pointer;
}

div.popupmenu-item:hover {
    background: #aaaaaa;
}

.popup-arrow {
    font-size: 80%;
    cursor: pointer;
    text-decoration: none;
    color: #555
}

.popup-arrow:hover {
    color: black;
}