﻿#rotatorModule
{
    font-size: 11px;
    font-family: Arial, Sans-Serif; 
    background-color: #ffffff;
}
.rotatorImage
{
    height: 340px;
    width: 660px;   
}
#rotatorHeading
{
    font-size: 38pt;
    font-weight: bold;
    width: 220px;
    padding: 60px 0px 20px 40px;
    color: #213956;
}
#rotatorText
{
    width: 220px;
    padding-left: 40px;
    font-size: 16px;
}
.rotatorItem
{
    height: 29px;
    width: 110px;
    color: #025c95;
    text-align: center;
    background-image: url("images/item.gif");
    float: left;
    padding-top: 16px;
}
.active
{
    color: #ef3e43;
    font-weight: bold;
    background-image: url("images/active.gif");
}
.basic
{
    border: solid 1px black;
    border-collapse: collapse;
}
.basic td, .basic th
{
    padding: 5px;
    border: solid 1px black;
}