@import url(quirks.css);
@import url(hacks.css);
/* eWebEdit Pro textbox styles */
body {
background-image: none;
background-color: #fff;
color: #444;
font-family: verdana,arial,helvetica,sans-serif;
font-size: 1em;
}
p {
color: #444;
font-family: verdana,arial,helvetica,sans-serif;
font-size: .9em;
}
h1, h3, h5 {
margin-bottom: .4em;
color: #204272;
}
h2, h4, h6{
color: #CC5A26;
margin-bottom: .4em;
} 
h1, h2 {
font-weight: normal;
}
h1 {
font-size: 1.7em;
}
h2 {
font-size: 1.45em;
}
h3 {
font-size: 1.25em;
}
h4 {
font-size: 1.2em;
}
h5 {
font-size: 1.1em;
}
table {
margin: 1em 0;
width: 100%;
}
th {
font-weight: bold;
text-align: left;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1em; }
h5 { font-size: .9em; }
h6 { font-size: .9em; }
ul, ol, li {
margin-bottom: 1em;
}
ul.Plain {
list-style: none;
padding-left: 0;
}

/* Two Col lists */
ol.TwoCol, ul.TwoCol, p.TwoCol, div.TwoCol {
width: 45%;
float: left;
margin-left: 0;
margin-right: 1em;
}
ol.TwoCol, ul.TwoCol {
padding-left: 1.3em;
}

/*
Dropdown styles
Empty selectors are declared here to populate the eWEP dropdown list,
Actual styles are in ~/css/quirks.css
*/
/* DON'T DELETE */
table.Border {}
table.Border2 {}
table.Border3 {}
/* DON'T DELETE */

/* These are duplicated and refined in ~/css/quirks.css */
tr.TableHeaderRow {
background-color: #f8deb2;
}
tr.ColorRow {
background-color: #eee;
}
.Question, .Answer {
color: #c30;
font-weight: bold;
}
.Answer {
font-style: italic;
}
p.Callout, div.Callout,
p.CalloutBackground, div.CalloutBackground {
border: 1px solid #000;
padding: .4em;
}
p.CalloutBackground, div.CalloutBackground {
background-color: #eee;
}
div.MiniArticle,
td.MiniArticle {
border: 1px solid #000;
background-color: #f8deb2;
padding: .4em;
}
p.EditorsNote {
font-style: italic;
font-size: .85em;
}
p.Disclaimer {
font-size: .85em;
}
.Small {
font-size: .85em;
}
.OrangeRed {
color: #CC3300;
}
a.BlueLink {
color: #1f497d;
text-decoration: none;
}

img {
border: none;
border-right: 3px solid #666;
border-bottom: 3px solid #666;
margin: 1em 0 .4em 0;
}
img.RightImage, img.RightImagePlain {
width: auto;
float: right;
margin: 0 0 1em 1em;
}
img.LeftImage, img.LeftImagePlain {
width: auto;
float: left;
margin: 0 1em 1em 0;
}
img.Plain, img.RightImagePlain, img.LeftImagePlain {
border: none;
}
th.ColFixedWidth1, td.ColFixedWidth1 {
width: 150px;
}
th.ColFixedWidth2, td.ColFixedWidth2 {
width: 200px;
}
th.ColFixedWidth3, td.ColFixedWidth3 {
width: 250px;
}
table.TableFixedWidth1 {
width: 200px;
}
table.TableFixedWidth2 {
width: 350px;
}
table.TableFixedWidth3 {
width: 550px;
}

.BorderTop {
border-top: 1px solid #aaa;
padding-top: 1em;
}
.BorderBottom {
border-bottom: 1px solid #aaa;
padding-bottom: 1em;
}
