﻿body 
{
    background-color:#ffffff;
    color:#000000;	
    font-family:Arial, Helvetica, sans-serif;
    font-size: small;
}

A:link {color:Black;}
A:visited {color:Black;}
A:active {color:Black;}
A:hover {color:Black;}     

.ci2  A:link {color:White;}
.ci2  A:visited {color:White;}
.ci2  A:active {color:White;}
.ci2  A:hover {color:White;}     

.classContent
{
    border:solid 1px black;
}
 
/* the new CI style (white text on gray background) */
/* added to top row, left column, right column and path bar */
.ci2
{
    background:#666666;
    color:White;
    border:solid 1px black;
}

.dust
{
    background:#eaeaea;
}

.PressDust
{
    background:#e7e7e7;
}

#footer {
  position: absolute;
  top: 500px;
  left: 0px;
  width: 900px;
  height: 100px;
}

.Title {
	font-size: medium;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	
}

table.news
{
    border-collapse: collapse;
}

table.news td {
    vertical-align: top;
    padding-top: 2px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px;

/*
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #E3001b  ;
*/
}

span.news_date {
	font-size: x-small;
	color: #808080;
}
span.news_pic {
}

span.news_title 
{
	font-weight: bold;
}


#CenteredInfo
{
    text-align:center;
    padding-left:100px;
    padding-right:100px;
    padding-top:150px;
}




/*
class SP (Sponsors and Partners)
*/

h2.SPheader
{
    padding-left:13px;
}

table.SP
{
    width:100%;
}

tr.SP
{
}

/* text */
td.SPcol1
{
    width:400px;
    border-bottom:solid 1px black;
}

/* pic */
td.SPcol2
{
    text-align:center;
    border-bottom:solid 1px black;
    background-color:White;
}

/* dummy columns */
td.SPcol3
{
    width:10px;
    border-bottom:solid 1px black;
}

/* 
class OS (Official Support)
*/

td.OScol1
{
    width:200px;
    text-align:center;
}
 
td.OScol2
{
    background-color:White;
    text-align:center; 
    border:solid 1px black;
}