/* content styles */
/* Currently copied over from AFI designs, so will need tweaking */

a:link {color: #df2520; text-decoration: underline;}
a:visited {color: #df2520; text-decoration: underline;}
a:hover {color: black; text-decoration: none;}
a:active {color: #df2520; text-decoration: underline;}

INPUT, SELECT, LABEL, TEXTAREA {
font-size: 10px; 
color: #00123b;
}

H1, H2, H3, H4, H5, H6 {
font-family: "Courier New", Courier, mono;
font-weight:normal;
color: black;
}

H1 { font-size: 21px; background-color: #e7d038; color: white; padding: 3px; padding-left: 5px; margin-bottom: 15px;}
H2 { font-size: 21px; }
H3 { font-size: 18px; }
H4 { font-size: 16px; }
H5 { font-size: 14px; }
H6 { font-size: 12px; }

ACRONYM	{ border-bottom: #1b1284 1px dotted; cursor:help; }

.firstPara { margin-top: 0px; }

/* get the HR out of the HTML & replace with borders */
HR { height: 1px; border-top: 1px dotted black; color: white; background-color: white; } 

.strapLine { font-weight: bold; border-bottom: 1px dotted black; padding-bottom: 10px; margin-bottom: 10px; }

/* Maggie global styles - individual styles are on the pages in question */
.issuePanelCover { border: 1px solid black; }
#searchPanelForm p { margin: 0px; text-align:left;}
.newsPanelDate, .eventPanelDate { color:#df2520; }
.eventPanelTitleSupported { font-weight:bold; }
.instantIssuePanelCover{ margin: 5px; border: 1px solid black; position: relative; float: right; }
/* .newsPanelMore, .eventPanelMore { text-align: right; background-color: #EC1C24; width: 100%; font-weight: bold; color: white; } */
