﻿DIV.entry
{
    width: 725px;
}

DIV.newentry
{
width: 100%;
    height: 20px;
    padding: 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

/*
.entry DIV.toggleblock
{
    background: url(/sites/shared/images/fauxbar.gif) no-repeat;
    margin: 0;
}

DIV.bar
{
    padding: 3px 12px 1px 15px !important;
    background-color: #efefef !important;
    border-bottom: solid 1px #fff;
}

DIV.entry .submit
{
    width: 105px;
    background-image: url(/shared/images/submit105.gif);
}
DIV.entry .cancel
{
    width: 105px;
    background-image: url(/shared/images/cancel105.gif);
}
DIV.newentry .submit
{
    float: left;
    margin-right: 16px;
    padding-top: 0px;
}

.eftype
{
    color: #81725D;
    display: block;
    float: left;
    width: 105px;
    height: 20px;
    border-right: solid 1px #fff;
}

.eftitle
{
    display: block;
    float: left;
    height: 20px;
    width: 360px;
    margin-left: 10px;
    overflow: hidden;
    border-right: solid 1px #fff;
}

.efstatus
{
    display: block;
    font-weight: normal;
    margin-left: 10px;
    color: #BF0000;
    float: left;
    font-size: 10px;
}

.entrylist
{
    width: 720px;
}

.clear
{
    clear: both;
}

.entryrow
{
    width: 695px;
    border-bottom: 1px solid #ccc;
    padding: 2px 10px 2px 15px;
    min-height: 20px;
    overflow: visible;
}

.eficon
{
    float: left;
    height: 20px;
    margin-right: 5px;
}
.efasset
{
    float: left;
}

.eftools
{
    float: right;
    width: 201px;
}

.efadd
{
    float: left;
}

.efdelete
{
    float: right;
}

.efuploader
{
    margin-top: 2px;
    clear: both;
    background-color: #ccc;
}

*/
/* ##############################################################################################
New Style Webentries by Roland
############################################################################################### */

SPAN.we_message
{
    display: block;
    width: 710px;
    height: 35px;
    padding: 5px 5px 5px 10px;
    border: 1px solid #0f0;
    background-color: #efe;
    margin-top: 20px;
}

.we_beginline {
   border-top: 1px solid #fff;
}
.we_endline {
   border-bottom: 1px solid #ccc;
}

IMG.we_required {
	vertical-align: top;
	margin-right: 5px;
}
SPAN.we_errmessage
{
    border: 1px solid #f00 !important;
    background-color: #fee !important;
}

TABLE.we_indextable
{
    width: 725px;
    margin-top: 16px;
}
TABLE.we_indextable TR TD
{
    padding: 0px;
    vertical-align: top;
    font-size: 11px;
    background-color: #efefef !important;
    padding: 4px;
    border-bottom: solid 16px #fff;
}

TABLE.we_indextable TR TD A 
{
    font-size: 11px;    
}

TABLE.we_indextable TR TD.we_entrytype
{
    padding-left: 10px;
    width: 120px;
    border-right: solid 1px #ccc;
}
TABLE.we_indextable TR TD.we_entrytitle
{
    padding-left: 5px;
    border-right: solid 1px #ccc;

}

TABLE.we_indextable TR TD.we_entrytitle A {
	font-size: 12px !important;    
}
TABLE.we_indextable TR TD.we_entrystatus
{
    padding-left: 5px;
    padding-right: 5px;
    width: 200px;
    color: #f00;
    white-space: nowrap;
    border-right: solid 1px #ccc;
}
TABLE.we_indextable TR TD.we_entryaction
{
    padding-left: 5px;
    padding-right: 5px;
    width: 20px;
    white-space: nowrap;
    text-align: left;
}
TABLE.we_table
{
    width: 725px;
    margin-top: 16px;
}
TABLE.we_table TR TD
{
    padding: 0px;
    vertical-align: top;
    background-color: #f9f9f9;
}

TABLE.we_table TR TD.we_marg
{
    width: 8px;
}
TABLE.we_table TR TD.we_req
{
    width: 16px;

}
TABLE.we_table TR TD.we_req {
	padding-top: 2px;
}
TABLE.we_table TR TD.we_ctrl
{
    width: 115px;
}
TABLE.we_table TR TD.we_reqctrl
{
    width: 123px;
}
TABLE.we_table TR TD.we_val
{
    /*width: 209px;*/
    padding: 0px 8px;
    font-size: 10px;
}
TABLE.we_table TR TD.we_label
{
    padding-top: 4px;
    font-weight: bold;
}
TABLE.we_table TR TD.we_confirm SPAN
{
    border: solid 1px #f00;
    background-color: #fcc;
    padding: 8px;
    margin: 16px 8px 8px 8px;
    display: block;
}

TABLE.we_table TR.we_tabs TD
{
    border-bottom: solid 1px #ccc;
    background-color: #efefef;
}

TABLE.we_table TR.we_info TD
{
    height: 32px;
    border-top: solid 1px #FFF;
    border-bottom: solid 1px #ccc;
    background-color: #efefef;
    /*width: 709px;*/
    padding: 6px 8px;
}

TABLE.we_table TR.we_title TD
{
    font-weight: bold;
    background-color: #efefef;
    border-top: solid 1px #FFF;
    border-spacing:10px;
	border-bottom: solid 1px #ccc;
    padding: 6px 8px;
}
TABLE.we_table TR.we_subinfo TD
{
    font-style: italic;
    /*width: 709px;*/
	border-top: solid 1px #FFF;
    padding: 6px 8px;
}
TABLE.we_table TR.we_ctrlinfo TD
{
    font-style: italic;
    padding-top: 2px;
    padding-bottom: 0px;
}
TABLE.we_table TR.we_buttons TD
{
    background-color: #efefef;
    border-top: solid 1px #FFF;
    padding: 4px 8px 4px 8px;
}

TABLE.we_table TR.we_buttons TD A
{
    float: right;
    display: block;
    width: 75px;
    height: 18px;
    padding-top: 2px;
    text-decoration: none !important;
    color: #fff !important;
    text-align: center;
    border-top: 1px solid #d4e5f3;
    border-left: 1px solid #d4e5f3;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    vertical-align: middle;
    font-size: 12px;
    text-transform: lowercase;
    line-height: 16px;
}

TABLE.we_table TR.we_buttons TD A.we_submit
{
    background: #2F89CA url(/shared/images/submit.gif);
    border-top: 1px solid #d4e5f3;
    border-left: 1px solid #d4e5f3;
}

TABLE.we_table TR.we_buttons TD A.we_cancel
{
    background: #2F89CA url(/shared/images/cancel.gif);
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}
TABLE.we_table TR.we_buttons TD A.we_submit:hover,
TABLE.we_table TR.we_buttons TD A.we_cancel:hover
{
    color: #000 !important;
    font-weight: bold;
}
TABLE.we_table TR.we_buttons TD A.we_simple {
    float:left;
    color:#0078BC !important;
    border:0;
    white-space:nowrap;
}

TABLE.we_table TR.we_tabs DIV
{
    float: left;
    padding: 8px 8px;
    vertical-align: middle;
    border-left: 1px solid #fff;
    border-right: 1px solid #ccc;
    font-weight: bold;
    color: #999;
}

TABLE.we_table TR.we_tabs DIV.active
{
    color: #000;
    /*background-color: #fff;*/
}

TABLE.we_table TR.we_tabs DIV A
{
    color: #999;
}

TABLE.we_table TR.we_tabs DIV.active A
{
    color: #000;
}


INPUT.we_text {
	font-family: Arial, Verdana, Sans-Serif;
    line-height: 12px;
    font-size: 12px;
    border: 1px solid #ccc;
    padding: 4px;
    margin: 2px;
}

TEXTAREA.we_text {
	font-family: Arial, Verdana, Sans-Serif;
    line-height: 18px;
    font-size: 12px;
    border: 1px solid #ccc;
    padding: 4px;
    margin: 2px;
}

INPUT.we_error
{
    line-height: 12px;
    font-size: 12px;
    border: 1px solid #f33;
    padding: 4px;
    margin: 2px;
}

SELECT.we_dropdown
{
    font-size: 12px;
    margin-top: 2px;
}

DIV.we_multiselect {
	margin: 4px 0px;
}
SELECT {
	font-family: Arial, Verdana, Sans-Serif;
    line-height: 12px;
    font-size: 12px; 

    padding: 1px;
}
SELECT.we_multiselect
{
    margin-bottom: 4px;


  }


.we_error .reqMarker
{
    border: 0px !important;
    background-position: 0 -21px;
}

DIV.we_info 
{
    padding-left: 8px;
}

