.warningbox
{
/*1,Warning Box - used to format warning box on all pages*/
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:8pt;
font-style:Normal;
text-align:Left;
color:#0000ff;
background-color: yellow;  border:dashed 2px red; padding: 2px;
}
.RSSTitle
{
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:8pt;
font-style:Normal;
text-align:Left;
color:#0000ff;
}
.RSSCustom
{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-style:normal;
font-weight:bold;
}
.RSSDate
{
/*1,Teaser on documents*/
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-style:Normal;
font-weight:Normal;
}
.RSSIngress
{
/*1,Links on documents*/
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-style:normal;
font-weight:normal;
}
table.sortable   {
  border-color: #505153;
  border-spacing: 0px;
  border-style: solid;
  border-width: 2px;
  cell-spacing: 0px;
}
td.sortable,  th.sortable {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  padding: 2px 0.5em;
  white-space: nowrap;
  text-align:left;
}
td.numeric {
  text-align: right;
}
th.sortable {
  background-color: #505153;
}
th.sortable a {
  color: #ffffff;
  text-decoration: none;
}
th.sortable a:visited {
  color: #ffffff;
}
th.sortable a:active, th.sortable a:hover {
  color: #ffffff;
  text-decoration: underline;
}
tr.alternateRow {
  background-color: #e0e0e0;
}
td.sortedColumn {
  background-color: #f0f0f0;
}
th.sortedColumn {
  background-color: #b0b0b0;
}
tr.alternateRow td.sortedColumn {
  background-color: #d0d0d0;
}
/* FOR Gallery*/
.section {
    padding: 5px;
    padding-bottom: 0px;
    background-color: white;
}
.section ul {
    list-style: none;
    margin-top: 5px;
    Margin-left: -50px;
}
.section ul li {
    display: inline;
}
.section ul a {
    background-color: #ECECEC;
    border: 1px solid #999999;
    padding: 5px 5px 10px;
    display: block;
    float: left;
    margin: 5px;
}
.section ul a:hover {
    background-color: #FFFFFF;
    border: 1px solid #333333;
}
.section ul a img {
    border: 1px solid #999999;
}
.section ul a.lightbox-enabled img {
    border: 1px dotted #999999;
}
.section span.code {
    font-family: "Courier New", Courier, monospace;
    margin-left: 10px;
    padding-left: 10px;
    font-size: 11px;
    border-left: 1px solid #000;
}
.section .link {
    font-size: 12px;
    font-style: italic;
    padding-left: 10px;
    margin-left: 10px;
}
.section .important {
    text-decoration: underline;
}
.section .title {
    font-weight: bold;
    font-size: 16px;
}
.clear {
    clear: left;
}
.section.header {
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
    border-top: none;
}
.section.footer {
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
}
