/*
 * xmlserv.css
 * Written and (C) Copyright Wolfram Saringer
 * $Id: xmlserv.css,v 1.18 2008/11/10 21:44:31 muecke Exp $
 */


/* The admin menu resides in this layer: */
.xmlserv_custommenu_frame
{
    position: absolute;
    z-index: 1;
    top: 100px;
    left: 15;
    width: 200px;
    padding: 3;
    background-color: white;
    border: solid 1px;
}

/* Each main menu entry plus its subentries uses a table: */
.xmlserv_custommenu_table
{
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    /*display: inline;
    position: relative;*/ /* causes corruption during click on a menu item i firefox 2 */
}

.xmlserv_custommenu_haupteintrag
{
    font-family: Arial,sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: white;
    background-color: rgb(170,17,0);
    width: 200px;
    height: 18px;
    margin-bottom: 1px;
    vertical-align: middle;
}

.xmlserv_custommenu_haupteintraghighlight
{
    font-family: Arial,sans-serif;
    font-size:10pt;
    font-weight: bold;
    color: white;
    background-color: rgb(255,204,53);
    width: 200px;
    height: 18px;
    margin-bottom: 1px;
    vertical-align: middle;
}


.xmlserv_custommenu_untereintrag
{
    font-family: Arial,sans-serif;
    font-size:8pt;
    color: white;
    background-color: rgb(170,17,0);
    width: 200px;
    height: 18px;
    margin-bottom: 1px;
/*padding-left: 20px;*/
    vertical-align: middle;
}

.xmlserv_custommenu_untereintraghighlight
{
    font-family: Arial,sans-serif;
    font-size:8pt;
    color: white;
    background-color: rgb(255,204,53);
    width: 200px;
    height: 18px;
    margin-bottom: 1px;
    vertical-align: middle;
}


.xmlserv_custommenu_link
{
    padding-left: 20px;
    width: 100%;
    color: white;
}

.xmlserv_custommenu_link:active
{
    padding-left: 20px;
    width: 100%;
    color: white;
}

.xmlserv_custommenu_unterlink
{
    padding-left: 40px;
    width: 100%;
    color: white;
}

.xmlserv_custommenu_unterlink:active
{
    padding-left: 40px;
    width: 100%;
    color: white;
}

/*
 * Top area
 */
.xmlserv_toplayer
{
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 15px;
    width: 900px;
    max-width: 900px;
    height: 70px;
    max-height: 70px;
    padding: 3px;
    margin-right: 15px;
    border: solid 1px;
}

.xmlserv_toplayer_leftlogo
{
    width: 150px;
    /*background-image: url(http://XMLServ.com/img/Logo-black.gif);
    background-repeat: no-repeat;*/
    max-height: 70px;
    max-width: 150px;
}

.xmlserv_toplayer_center
{
    width: 600px;
    text-align: center;
}

.xmlserv_toplayer_header
{
    font-weight: bold;
    font-size: 14pt;
}

.xmlserv_toplayer_status
{
    font-size: 8pt;
}

.xmlserv_toplayer_rightlogo
{
    /*max-width: 150px;
    max-height: 70px;*/
    width: 150px;
    /*background-image: url(http://XMLServ.com/img/Logo-black.gif);
    background-repeat: no-repeat;*/
    max-height: 70px;
    max-width: 150px;
}

.xmlserv_logoimage
{
    border: none;
    text-align: center;
    vertical-align: middle;
    height: 70px;
    max-height: 70px;
    width: 150px;
    max-width: 150px;
}

.xmlserv_logoimage_layer
{
    border: none;
    width: 150px;
    max-width: 150px;
    height: 70px;
    max-height: 70px;
    text-align: center;
    vertical-align: middle;
}


/*
 * Main content area
 */
.xmlserv_admin_contentlayer
{
    position: absolute;
    z-index: 2;
    top: 100px;
    left: 230px;
    width: 685px;
    padding: 5px;
    margin-right: 15px;
    border: solid 1px;
}


/*
 * Form elements plus associated labels
 */

.xmlserv_textinput
{
    border: solid 1px black;
    width: 100%;
}

.xmlserv_numberinput_small
{
    border: solid 1px black;
    width: 70px;
    text-align: right;
}

.xmlserv_textinput_small
{
    border: solid 1px black;
    width: 90px;
}

.xmlserv_textinput_xsmall
{
    border: solid 1px black;
    width: 45px;
}

.xmlserv_selectbox
{
    border: solid 1px black;
    width: 100%;
}

.xmlserv_selectbox_small
{
    border: solid 1px black;
    width: 150px;
}

.xmlserv_selectbox_variable
{
    border: solid 1px black;
}

.xmlserv_multipleselectbox
{
    border: solid 1px black;
    width: 100%;
    max-width: 300px;
}

.xmlserv_label_multipleselectbox
{
}

.xmlserv_label_small
{
    font-size: 9pt;
}

.xmlserv_button
{
    border: solid 1px black;
    width: 80px;
}

.xmlserv_button_wide
{
    border: solid 1px black;
    width: 140px;
}

.xmlserv_checkboxinput
{
/*border: solid 1px black;*/
    vertical-align: middle;
    border: solid black 1px;
}

.xmlserv_sublabel_checkboxinput
{
    font-size: 8pt;
}

.xmlserv_textareainput
{
    border: solid 1px black;
    width: 100%;
}

.xmlserv_fckeditor
{
    border: solid 1px black;
    width: 500px;
    height: 450px;
}

.xmlserv_ckeditor
{
    border: solid 1px black;
    width: 500px;
    height: 450px;
}

.xmlserv_textareainput_small
{
    border: solid 1px black;
    width: 100%;
}

.xmlserv_fileselectinput
{
    border: solid 1px black;
    width: 100%;
}


/*
 * Input forms are arranged in a two column table.
 * The left column holds the labels (class xmlserv_formtable_labelcolumn),
 * the other one holds the input fields (xmlserv_formtable_inputcolumn)
 */
.xmlserv_formtable
{
    border: none;
    padding: 2;
    max-width: 500px;
    border-collapse:	collapse;
}

.xmlserv_formtable_headercolumn
{
    font-weight: bold;
}

.xmlserv_formtable_labelcolumn
{
    width: 200px;
    vertical-align: top;
}

.xmlserv_formtable_labelcolumn_multipleselectbox
{
    vertical-align: top;
    width: 200px;
}

.xmlserv_formtable_labelcolumn_smalltextarea
{
    vertical-align: top;
    width: 200px;
}

.xmlserv_formtable_inputcolumn
{
    width: 300px;
}

.xmlserv_formtable_buttonrow
{
    text-align: right;
    padding-top: 10px;
    padding-right: 5%;
}


/* Styles used for list presentations */
.xmlserv_listingtable
{
    border: none;
    width: 500;
    margin-left: 10;
    empty-cells: show;
    font-family: Arial,sans-serif;
    font-size: 10pt;
    border-collapse:	collapse;
}

.xmlserv_listingtable_headerrow
{
}

.xmlserv_listingtable_headercolumn
{
    text-align: center;
    font-weight: bold;
}

.xmlserv_listingtable_row
{
    border-bottom: solid 1px;
}

.xmlserv_listingtable_column
{
    border-bottom: solid 1px;
    padding-bottom: 0;
    padding-top: 2;
}

.xmlserv_listingtable_column_status_OK
{

}

.xmlserv_listingtable_column_status_warn
{
    background-color: rgb(255,204,53);
}


.xmlserv_listingtable_numbercolumn
{
    border-bottom: solid 1px;
    padding-bottom: 0;
    padding-top: 2;
    text-align: right;
}

/* In case an entry is represented with more than one row: */
.xmlserv_listingtable_detailrow1
{
    background-color: gray;
    margin-top: 5;
    font-weight: bold;
    border-top: solid 1px;
}

.xmlserv_listingtable_detailrow1_print
{
    margin-top: 5;
    font-weight: bold;
    border-top: solid 1px;
}


.xmlserv_listingtable_detailrow2
{
    background-color: white;
    margin-bottom: 5;
    border: none;
}

.xmlserv_preformatted
{
    border: solid 1px;
    width: 550px;
    overflow: auto;
    min-height: 50px;
    max-height: 200px;
}

/*
 * Some custom styles
 */
.xmlserv_imageedit_preview
{
    width: 150px;
    height: 245px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 50px;
    vertical-align: middle;
    position: relative;
    display: inline;
}

.xmlserv_imageedit_formtable
{
    border: none;
    padding: 2;
    max-width: 300px;
    position: relative;
    display: inline;
}

.xmlserv_gallery_icontable
{
    border: solid 1px;
    margin: 5px;
    width: 100px;
    max-width: 100px;
    position: relative;
    display: inline;
    font-family: Arial,sans-serif;
    font-size: 10pt;
}

/*
 * login / logout page
 */
.xmlserv_login_positioning_table
{
    width: 100%;
}
.xmlserv_login_filler_top
{
    height: 100px;
}
.xmlserv_login_filler_left
{}

.xmlserv_login_center
{
    width: 270px;
    background-color: #E6E6E6;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.xmlserv_login_filler_right
{}

.xmlserv_login_filler_bottom
{}

.xmlserv_login_toplayer
{
    width: 272px;
    height: 85px;
    background-repeat: no-repeat;
    background-image: url(http://XMLServ.com/img/Logo-black-small.gif);
}

.xmlserv_logout_toplayer
{
    width: 272px;
    height: 85px;
    background-repeat: no-repeat;
    background-image: url(http://XMLServ.com/img/Logo-black-small.gif);
}

.xmlserv_login_middlelayer
{
}

.xmlserv_logout_middlelayer
{
}

.xmlserv_login_bottomlayer
{
}

.xmlserv_logout_bottomlayer
{
}

.xmlserv_logintable
{
}

.xmlserv_logintable_labelcolumn
{
}

.xmlserv_logintable_inputcolumn
{
    width: 150px;
}

.xmlserv_login_statuslayer
{
}

.xmlserv_login_status
{
    color: red;
}

/*
 * News admin styles
 */
.xmlserv_news_offline
{
    color: green;
}

.xmlserv_news_review
{
    color: yellow;
}

.xmlserv_news_online
{
    color: red;
}


.xmlserv_admin_notice
{
    border: solid 2px red;
    background: lightgray;
    margin: 10px;
    padding: 3px;
    text-align: center;
}

.xmlserv_admin_notice_text
{
    color: black;
}

.xmlserv_admin_notice_notice
{
    color: green;
}

.xmlserv_admin_notice_warn
{
    color: orange;
}

.xmlserv_admin_notice_error
{
    color: red;
}


/* Poll/Voting related */
.voting_table_area {
}

.voting_table {
    margin: 5px;
}

.voting_submit {
    background-color: gray;
    letter-spacing: 0.1em;
    border: solid black 1px;
}

.voting_result_background {
    width: 100%;
    font-size: 9px;
}

.voting_result {
    height: 5px;
    background-color: rgb(170,17,0);
    display: inline;
    float: left;
}

/*
 * XMLLog related
 */
.xmlserv_xmllog_summarytable
{

}

.xmlserv_xmllog_detailtable
{

}

.xmlserv_logentry_INFO
{

}

.xmlserv_logentry_OK
{
    background-color: green;
}

.xmlserv_logentry_WARN
{
    background-color: orange;
}

.xmlserv_logentry_ERROR
{
    background-color: rgb(170,17,0);
}

.xmlserv_errortable
{
    width: 400px;
    height: 150px;
}

.xmlserv_errortextarea
{
    width: 400px;
    height: 150px;
}


.xmlserv_input_errorstate
{
    background-color: rgb(170,17,0);
    border: solid rgb(170,17,0) 1px;
}


/*
 * Generic styles
 */

a:link { text-decoration:none; }
a:visited { text-decoration:none; }
/* a:hover { text-decoration:none; color:rgb(255,230,0) } */
a:active { text-decoration:none; color:rgb(255,230,0) }
a.xmlserv_deletelink { color: rgb(170,17,0); padding-left: 15px; }

h1
{
    font-family: Arial,sans-serif;
    font-size: 18pt;
    font-weight: bold;
}

body
{
    font-family: Arial,sans-serif;
    font-size: 10pt;
}

.xmlserv_smallnote { font-size: 8pt; }

.xmlserv_text_OK
{
    color: green;
}

.xmlserv_text_WARN
{
    color: orange;
}

.xmlserv_text_ERROR
{
    color: rgb(170,17,0);
}

.xmlserv_listing
{
    height: 75px;
    overflow: auto;
    border: solid black 1px;
}

.xmlserv_addmore
{
    margin-top: 15px;
}

.xmlserv_inputsection
{
    border-bottom: solid black 1px;
    margin-bottom: 5px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.xmlserv_color_red
{
    background-color: rgb(170,17,0);
    color: rgb(170,17,0);
}

.xmlserv_helptext
{
    font-size: 9pt;
    margin-top: 5px;
    margin-bottom: 7px;
}


/* used to anchor the absolute position of the popup */
.xmlserv_popup_container {
    position: relative;
}

.xmlserv_hiddenpopup {
    display: none;
}

.xmlserv_popup {
    position: absolute;
    top: 5px;
    left: 10px;
    background-color: white;
    padding: 3px;
    border: solid black 1px;
    margin: 2px;
}

.xmlserv_popup_windowhandle {
    height: 13px;
    background-color: #CCCCCC;
    text-align: right;
}

.xmlserv_popup_closebutton {
    padding: 1px;
    background-color: rgb(170,17,0);
    color: white;
    font-family: Arial,sans-serif;
    font-size:7pt;
    font-weight: bold;
    padding-right: 1px;
    vertical-align: middle;
    cursor: pointer;
}

