/*Message Hub specific styles*/

.pageHeader
{
    border-top: #101010 solid 1px;
    border-left: #101010 solid 1px;
    border-right: #101010 solid 1px;
}

.hubToolbar
{
    background-image: url(/images/tb_bgnd.png);
    background-repeat:repeat-x;
    background-color:#0e2234;
    height:45px;
    border-top: #101010 solid 1px;
    padding-top:2px;
    padding-left:3px;
    /*border-left: #101010 solid 1px;*/
    /*border-right: #101010 solid 1px;*/
}

.pageBody
{
    background-image: url(/images/template/earth_bgnd.jpg);
    background-repeat:repeat-y;
    background-color:#101010;
    border-left: #101010 solid 1px;
    border-right: #101010 solid 1px;
    border-bottom: #101010 solid 1px;
    padding: 5px;
}


div.redButton {
    height: 45px;
    text-align: center;
    vertical-align: middle;
}

div.redButton a {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

/*table.languageList td.redButton*/
td.redButton {
    width: 105px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    padding-right: 10px;
}

table.languageList td {
    text-align: center;
    vertical-align: middle;
    width: 105px;
    height: 40px;
    margin: 10px 20px 10px 20px;
}

table.languageList td.blueButton a {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

/*table.languageList td.redButton a*/
td.redButton a {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

table.languageList td.whiteButton a {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

div.mainContent
{
    position:absolute;
    width:944px;
    height:458px;
    margin: 3px;
    overflow:scroll;
}

div.mainContainer
{
}

div.mediaButtons
{
    padding-top:10px;
}

div.mediaButtons td
{
    padding-right:15px;
}
