/* CSS Document */

/** News Article format **/

.newslist table {
font-family: Arial, Helvetica, sans-serif;
border: none;
}

.newslist th {
background: url(images/section_header.gif) left top no-repeat #123474;
border-bottom: 1px solid #dadada;
border-right: 1px solid #dadada;
color: #99ccff;
font-size: 14px;
line-height: 18px;
font-weight: bold;
text-align: center;
padding: 0px 0px;
}

.newslist td {
background-color: #dadada;
color: #000000;
font-size: 12px;
padding: 3px 3px 3px 3px;
}

.newslist .title {
font-size: 14px;
font-weight: bold;
}

.newslist .secondary {
font-style: italic;
}

.newslist .closer {
background-color:#123474;
color: #99ccff;
font-size: 14px;
line-height: 18px;
font-weight: bold;
text-align: right;
border: 1px solid #dadada;
padding: 3px 3px 3px 3px;
}

.newslist .closer a {
color: #99ccff;
text-decoration: none;
}

.newslist .closer a:hover {
color: #ffffff;
text-decoration: underline;
}

.newslist a {
color: #123474;
font-weight: bold;
text-decoration: none;
}

.newslist a:hover {
color: #000000;
text-decoration: underline;
}

/** news section format **/

.newssection {
font-family: Arial, Helvetica, sans-serif;
color: #000000;
font-size: 12px;
}

.newssection .title {
font-size: 16px;
font-weight: bold;
}

.newssection .subtitle {
font-size: 14px;
}

.newssection .secondary {
font-style: italic;
}

/** Sub menus **/

.submenu .sublink {
background-color: #dadada;
border: none;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
}

.submenu .sublink a {
line-height:16px;
width: 100%;
display: block;
color: #123474;
background-color: #dadada;
text-decoration: none;
font-weight: bold;
border: 1px solid #dadada;
}

.submenu .sublink a:hover {
border-top: 1px solid #091B3B;
border-right: 1px solid #1D51B3;
border-bottom: 1px solid #1D51B3;
border-left: 1px solid  #091B3B;
background-color: #123474;
color: #99ccff;
}