/*
-----------------------------------------------------------------------------------
TABLE STYLES
-----------------------------------------------------------------------------------
*/

.ms-rteCustom-tableCell {
background: #FFF;
padding: 7px;
}

.ms-rteCustom-tableHeader {
background: #99a3b3;
color: #000;
font-size: 1em;
font-weight: 800;
text-transform: uppercase;
padding: 7px;
height: 18px;
}

.ms-rteCustom-tableCell-Light {
background: #d9dee5;
padding: 7px;
}

.ms-rteCustom-tableCell-Dark {
background: #aeb8c7;
padding: 7px;
}

/*
-----------------------------------------------------------------------------------
MOSS STYLES
-----------------------------------------------------------------------------------
*/

/* Site Actions Button */
.ms-siteactionsmenu div div div {
background: #333333;
border: none;
}

.ms-siteactionsmenu div div div.ms-siteactionsmenuhover {
background: #999999;
border: none;
}

.ms-HoverCellInActive, .ms-SpLinkButtonInActive {
background: #005480;
}

.ms-HoverCellInActive, .ms-SpLinkButtonActive {
background: #0066FF;
}