/*    Any style that will affect the appearence of {=MAIN_BODY=} content should be here
    and will be used to format the guts of the WYSIWYG editor. All styles should be defined
    as a type selector (specific tag) or as a child of .mceContentBody (the WYSIWYG body wrapper) */

* {
    padding: 0px;
    margin: 0px;
}
body {
    font:12px;
    line-height:18px;
    font-family: Verdana, Geneva, sans-serif;
}

body.mceContentBody {
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
    margin:5px;
}

a {
    color: #3869cd;
    text-decoration:underline;

}

#actions a:link,
#actions a:visited,
#username a:link,
#username a:visited {
    color: #79BEE8;
}
#actions a:hover,
#actions a:active,
#username a:hover,
#username a:active {
    color: #fff;
}


p {
    font-size:12px;
    margin:6px 0 12px 0;
    color:#333333;
}

blockquote {
    margin:0px;
}

form {
    margin:0px;
}

ul li, ol li {
    margin:6px 0 6px 36px;
}

table {
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
    border: 0px solid;
}

th {
    font-size:11px;
}

td {
    text-align:left;
    font-size:11px;
    vertical-align:top;
    padding: 0px;
}


h1 {
    font-size:20px;
    margin:18px 0 12px 0;
    font-weight:bold;
    color:#7c2425;
}
h2, h3 {
    margin: 18px 0 4px 0;
    font-size:15px;
    font-weight:bold;
    color:#333333;
}

fieldset {
    margin:18px 0 0 0;
    border: none;
}

legend {
    padding:4px;
}

strong {
    font-weight:bold;
}

#main_content ul,li {
    font-size:12px;
}

#strong_footer {
    font-size:12px;
    line-height:12px;
}

#strong_footer p {
    color:#ffcc66;
}

#strong_footer a {
    color:#ffcc66;
    text-decoration:underline;
}

#strong_footer h1{
    font-size:20px;
    margin:12px 0 12px 0;
    font-weight:bold;
    line-height:20px;
    color:#fff;

}


/* mceFontSize List must be 7 items 1-7 no more, no less */
.mceFontSize1 {
    font-size:8px;
}
.mceFontSize2 {
    font-size:10px;
}
.mceFontSize3 {
    font-size:11px;
}
.mceFontSize4 {
    font-size:14px;
}
.mceFontSize5 {
    font-size:18px;
}
.mceFontSize6 {
    font-size:24px;
}
.mceFontSize7 {
    font-size:36px;
}

/* Any SPAN classes are available in the WYSIWYG tool formatting dropdowns */
/* Place all span classes between these comments */
.auction-table { border:1px solid #d9a87d; }
.auction-table th { color:#fff; background-color:#8b2b2b; padding:4px; font:bold 14px arial,sans-serif; }
.auction-table td { border-bottom:1px dotted #d9a87d; border-right:1px dotted #f2ebd9; padding:8px 4px; vertical-align:middle; }

/* End SPAN tag classes */