li.error {
    font-weight: bold;
    color: red;
}

div.reminder {
    font-weight: bold;
    font-size: larger;
    color: blue;
}

TABLE.content {
    width: 100%;
}

TABLE.content TH {
    text-align: left;
    padding: 0 4px;
    font-weight: normal;
    font-style: italic;
}

TABLE.content TD {
    width: 100%;
}

table tr.status {
    background-color:#eee;
    border:1px #ccc solid;
}

INPUT.suptitle {
    color: #669;
    border: none;
    width: 100%;
}

INPUT.title {
    font-size: 18pt;
    border: none;
    width: 100%;
}

INPUT.subtitle {
    font-size: 12pt;
    border: none;
    width: 100%;
}

TEXTAREA {
    font-family: Trebuchet MS, Verdana, sans-serif;
    font-size: 10pt;
    border: none;
    width: 100%;
}

TEXTAREA.intro {
    font-style: italic;
    font-size: 11pt;
    color: #669;
}

a.status {
    font-weight:bold;
    text-decoration:none;
}

a.online {
    color:green;
}

a.offline {
    color:red;
}

a.available {
    color:blue;
}

.popupcalendar {
    display:none;
    position:absolute;
    left:0;
    top:0;
}

.newtbmquote {
    background:#eee;
    border:1px #ccc solid;
    margin:5px 5px 5px 0;
    padding:0;
    width:180px;
    height:235px;
    float:left;
    overflow:hidden;
}

.newtbmquote .header{background:#eee;clear:both;}

.newtbmquote .header .left{float:left;padding:0 2px;}

.newtbmquote .header .right{text-align:right;padding:0 2px;}

.newtbmquote .img {background:#fff;border-top:1px #ccc solid;border-bottom:1px #ccc solid;margin-top:2px;}

.newtbmcontainer {
    height:210px;overflow:auto;border:1px #ccc solid;margin-top:5px;padding:0 5px;
}

div#quote_input {
    width:300px;
}

.newtbm_popup{
    width: 300px;
    background: #ccf;
    border: 1px solid blue;
    display: none;
    font-family: sans-serif;
    font-size: 8pt;
}

.newtbm_popup TABLE {
    width: 300px;
    cursor:default;
}

.newtbm_popup TR.active TD {
    background-color: #ddf;
}

table.tvlist{
    border-collapse: collapse;
    cursor:default;
}

table.tvlist tr.mouseover {
    background:#ccc;
}

table.tvlist tr.mouseout {
    background:#fff;
}

table.tvlist td {
    padding:2px 5px;
}

/* tze images */
.images fieldset {
    float: left;
    margin: 0 4px 4px 0;
}

.images fieldset a {
  display: block;
  text-align: center;
  overflow: auto;
  width: 200px;
  height: 120px;
}

.images fieldset a img {
    max-height: 120px;
    width: auto;
}

.images fieldset.E { background-color: #E43; }

.images fieldset.B { background-color: #cfc; }

.imgblock {
    background:#eee;
    border:1px #ccc solid;
    margin:5px 5px 5px 0;
    padding:0;
    width:180px;
    float:left;
}

.imgblock .header{background:#eee;clear:both;}

.imgblock .header .left{float:left;padding:0 2px;}

.imgblock .header .right{text-align:right;padding:0 2px;}

.imgblock .wrap { padding:3px;background:#fff;border-top:1px #ccc solid;}

.imgblock .img {width:174px;height:120px; overflow:hidden;}

.imgblock .E { background-color: #E43; }

.imgblock .B { background-color: #cfc; }

/* TinyMCE specific rules */
body.mceContentBody {
   font-size: 10pt;
}
