@charset "UTF-8";

/*
 General global settings
*/

body { font-family: Arial, Helvetica, sans-serif; }

h1 { font-size: 23pt; margin: 0; }
h2 { font-size: 16pt; margin: 0; }

div.summary_odds { font-size: 8pt; margin: 0; }

div.summary_extract { font-size: 10pt; margin: 0; }
div.summary_author { font-size: 8pt; margin: 0; }

div.article_author { font-size: 10pt; font-weight: bold; }
div.publication_date { font-size: 8pt; margin: 0; }

div.photo_caption { font-size: 8pt; margin: 0; }

div.bodytext { font-size: 10pt; margin: 0; }

td.pinkpanel_title { font-size: 9pt; font-weight: bold; color: white; background: #FF0000; }

td.oddspanel { background: #fde1dd; }
div.oddspanel_title { font-size: 10pt; font-weight: bold; color: black; }
div.oddspanel_text { font-size: 8pt; color: black }

td.wc2010panel { background: #fde1dd; border-width: 1px; border-bottom: solid; border-right: solid; border-color: #999999; }
div.wc2010panel_title { font-size: 10pt; font-weight: bold; color: black; }
div.wc2010panel_text { font-size: 8pt; color: black }
p.wc2010panel_text { font-size: 9pt; color: black }

table.wc2010container { border-width: 2px; border-style: dotted; border-color: red; }

td.about_panel { background: #FFFFCC; }
td.about_panel_title { font-size: 12pt; font-weight: bold; color: white; background: #000000; }
div.about_panel_text { font-size: 9pt; color: black; }

a:link { text-decoration: none }
a:visited { text-decoration: none }
a:active { text-decoration: none }

a.infomenu {font-size: 10pt; font-weight: bold; color: #FF0000 }
a.infomenu:hover { text-decoration: underline; color: black }

a.breadcrumb {font-size: 9pt; font-weight: bold; color: red }
a.breadcrumb:hover { text-decoration: underline; color: white }

a.featurequote {font-size: 14pt; font-weight: bold; color: #FFFFFF }
a.featurequote:hover { text-decoration: underline; color: #FF0000 }

a.storytitle {font-size: 12pt; font-weight: bold; color: #FF0000 }
a.storytitle:hover { text-decoration: underline; color: #000000 }

a.summary_betlink {font-size: 8pt; font-weight: bold; color: #FF0000 }
a.summary_betlink:hover { text-decoration: underline; color: #000000 }

a.summary_morelink {font-size: 8pt; font-weight: bold; color: #FF0000 }
a.summary_morelink:hover { text-decoration: underline; color: #000000 }

a.rss_link {font-size: 8pt; font-weight: bold; color: #FF0000 }
a.rss_link:hover { text-decoration: underline; color: #000000 }

a.footer_channel_link {font-size: 8pt; font-weight: bold; color: #FF0000 }
a.footer_channel_link:hover { text-decoration: underline; color: #000000 }

a.foreign_language_link {font-size: 7pt; font-weight: bold; color: #FF0000 }
a.foreign_language_link:hover { text-decoration: underline; color: #FFFFFF }

a.admin_sidemenu {font-size: 8pt; font-weight: bold; color: #FF0000 }
a.admin_sidemenu:hover { text-decoration: underline; color: #000000 }

a.admin_listingtable_title {font-size: 12pt; font-weight: bold; color: #FF0000 }
a.admin_listingtable_title:hover { text-decoration: underline; color: #000000 }

a.rsnav {font-size: 10pt; font-weight: bold; color: #FF0000 }
a.rsnav:hover { text-decoration: underline; color: #000000 }

a.logout {font-size: 9pt; font-weight: bold; color: #FFFF00 }
a.logout:hover { text-decoration: underline; color: #000000 }

/*
 Dotted horizontal lines
*/
.hr {
  height: 0;
  font-size: 0;
  line-height: 0;
  width: 100%;
  margin: 2em auto;
}

.dotted {
  border-bottom: dotted 2px #FF0000;
}

.dotted_small {
  border-bottom: dotted 1px #999999;
}



/*
 menu coding
*/
#menu {
width: 100%;
background: #FF0000;
float: left;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 12em;
float: left;
}

#menu a, #menu h2 {
font: bold 12px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
background: #FF0000;
text-transform: uppercase;
}

#menu a {
color: #000;
background: #efefef;
text-decoration: none;
}

#menu a:hover {
color: #FF0000;
background: #fff;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
