/* 
    Document   : tuning
    Created on : Apr 11, 2011, 11:32:15 PM
    Author     : david2096
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

div.container {
    margin-top: 22px;
    margin-bottom: 22px;
    min-height: 420px;
}

input.submit {
    font-size: 1.2em;
    padding: 3px;
}

table th, td {
    vertical-align: top;
}

.center-submit {
    text-align: center;
}

div.messaging {
    margin: 8px 0px;
}

h3.invoice-title {
    background: #ffffff url(images/bug.png) 6px 6px no-repeat;
    padding: 0px 62px;
    padding-top: 20px;
    padding-bottom: 24px;
    border-bottom: 1px dotted #999999;
    font-family: Rockwell, serif;
    font-style: italic;
    color: #666666;
    font-weight: bold;
}

.bread-border {
    border-top: 1px dotted #999999;
    padding-top: 4px;
}

.original-description {
    margin-left: 0px;
    line-height: 3em;
}

.original-description ol, .original-description ul {
    list-style-position: inside;
}


/**** BUGS ****/

h3.invoice-thread-title {
    color: maroon;
    font-weight: bold;
    font-style: italic;
    border: 0px;
    margin-top: 6px;
    margin-bottom: 0px;
    width: 220px;
    padding: 4px;
    border-left: 0px solid maroon;
    border-top: 0px solid maroon;
    border-right: 0px solid maroon;
}

div.initial-description {
    border: 0px solid maroon;
    padding: 10px;
    color: #333333;
}

div.initial-description p {
    padding: 0px;
    margin: 0px;
    line-height: 1.4em;
    text-align: left;
}

div.initial-description p + p {
    margin: 0px;
    text-indent: 0px;
}

div.initial-description ol, div.initial-description ul {
    padding: 0px;
    margin: 12px;
    line-height: 1.4em;
    text-align: left;
}


div.hidden-form {
    display: none;
}

p.thread-tools {
    border: 1px solid #aaaaaa;
    margin-top: 3px;
    padding-left: 10px;
    background-image: -moz-linear-gradient(90deg, #E8EDFF, #FFFFFF);
}

#toggle-reply {
    cursor: pointer;
}

p.beautiful {
    border: 1px dotted #666666;
    background: url("images/bug.png") no-repeat scroll 6px 6px #ccccff;
    font-size: 1.4em;
    padding: 10px 62px 14px;
    font-family: "LeagueGothicRegular","Droid Sans",Arial,Helvetica,sans-serif;
    line-height: 1em;
    margin-top: 10px;
    margin-bottom: 10px;
}

p.beautiful.add {
    background: url("images/bug.png") no-repeat scroll 6px 6px #ccccff;
    padding: 20px 62px 20px;
}

p.beautiful.pending{
    background: url("images/trans.png") no-repeat scroll 6px 6px #ccccff;
    padding: 20px 62px 20px;
}

p.beautiful:first-line {
    font-weight: 800;
}

p.beautiful a{
    font-size: 0.7em;
    padding-left: 10px;
}

#beautiful-span {
    line-height: 1em;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
}


.small-highlight.maroon {
    color: maroon;
}

#content-main {
    background: #FFFFFF;
    border: 1px solid #cccccc;
    padding: 8px;
}


.defaultSkin td.mceToolbar, .defaultSkin td.mceToolbar table tbody tr td{
    background:  #FAFAFA;
}

