﻿
table.cms td 
{
    padding:5px 5px 5px 5px;
}
table.cms th
{
    background-color:#006891;  /* light blue #50a7c9;*/
    color:#fff;
    padding:5px 5px 5px 5px;
}

table.vtop td 
{
    vertical-align:top;
}

table.vtop th
{
    vertical-align:middle;
}


table.borders
{
    border: 1px solid #414042;
    border-collapse:collapse;
}

table.borders td
{
    border: 1px solid #414042;
}

table.borders th
{
    border: 1px solid #414042;
}

img.cms-left {
	margin-left:0 !important;
	float:left !important;
}

img.cms-right {
	margin-right:0 !important;
	float:right !important;
}

img.cms-no-all {
    margin: 0 !important;
}

img.cms-no-top {
	margin-top:0 !important;
}

img.cms-no-bottom {
	margin-bottom:0 !important;
}

img.cms-no-left {
	margin-left:0 !important;
}

img.cms-no-right {
	margin-right:0 !important;
}


/* SIDEBARS */

/*SJPROMO*/
div.sidebar-sjpromo {
    background-color:#eeeeee;
    font-size:11px;
    text-align:center;
    padding-top:7px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:12px;
}

div.sidebar-sjpromo h2 {
   color:#717171;
}

/*SJBUTTON*/
div.sidebar-sjbutton {
    color:#717171;
    text-align:center;
    font-size:12px;
    font-weight:bold;
    border-top: 1px solid #717075;
    border-bottom: 1px solid #717075;
    padding-top:5px;
    padding-bottom:5px;
}

div.sidebar-sjbutton a {
    color:#717171;
}

/*PROMO*/
div.sidebar-promo {
    background-color:#eeeeee;
    
}

div.sidebar-promo p {
    font-size: 0.9em;
}

div.sidebar-promo h4 {
    font-size: 9pt;
    margin-bottom: 5px;
}

/*REINVENTINGFIRE*/
div.sidebar-reinventingfire {
    background-color:#eeeeee;
}

/*button defaults to blue*/
div.sidebar-button {
    background-color: #CEE2EC;
    text-align:center;
    font-family: 'ProximaNovaCondensed'; 
    font-weight: bold; 
    color: #286793;
    height:18px;
    line-height:18px;
}

div.sidebar-button h4 {
    font-size: 11pt !important;
}


div.sidebar-button-bordered {
    background-color: #fff;
    text-align:center;
    font-family: 'ProximaNovaCondensed'; 
    color: #000;
    height:18px;
    line-height:18px;
    border:1px solid #000;
}

div.sidebar-button-bordered h4 {
    font-size: 11pt !important;
}

div.sidebar-button-bordered a {
    color:#717171;
}
    
