/*
* Default text color
*/
body {
color:#000000;
}
/*
* Background color
*/
ul, li, td, th, div {
border-color:#FFFFFF;
border-width:2px;
}
body {
background: #FFFFFF url(/img/pageheader_background.gif) repeat-x scroll;
}
/*
* highlight color
*/
.slideshowView select,
.slideshowView a,
.calendar td .eventCount,
.mapLink,
.searchPhrases,
.sorterBtns,
.searchBtnContainer,
.thumbUp .thumbUpBtn,
.link,
.smileySelector  span,
a {
color:#0093C6;
}
.chatContainer .logoContainer,
.headBar ul li.logo,
.headBar ul li.selected {
background-color:#0093C6;
}
/*
* Master Heading Color
* (also see Faded Master Heading Color)
*/
.nothing {
color:#D1E1E0;
}
li.mapBubble + li.mapBubble,
.memberDetails,
div.registerHelpTooltipShown,
div.tabPopupMenu {
border-color:#D1E1E0;
}
/*
* Faded Master Heading Color
* (Panelcolor for the plaza home curtain)
*/
.plazaHomePanelDetails .inner {
background-color:#B2DFEE;
}
/*
* heading color
*/
h1,
h1 a {
color:#182E7A;
}
h2,
h2 a {
color:#182E7A;
}
/*
* Black
*/
div.posting .author a,
div.posting .recipients a,
h3, h3 a, 
h4, h5, h6, 
.sorterBtns a.selected,
.filterBtns a.selected {
color:#000000;
}
.slideshowView select,
.slideshowView,
.searchboxBackdrop,
.postingBackdrop {
background:#000000;
}
.slideshowView {
border-color:#000000;
}
/*
* White
*/
.slideshowView,
.plazaHomePanelBox .upperControls,
.plazaHomePanelBox .upperControls a,
.headBar ul li.selected,
.headBar ul li.selected a {
color:#FFFFFF;
}
.layoutDiv,
div.registerHelpTooltipShown {
background:#FFFFFF;
}
/*
* Dark blue as in "plaza" (of miaplaza)
*/
.plazaHomePanel .teaser {
color:#003366;
}
/*
* Red
*/
.memberDetails .alert .caption,
.memberShowcase .alert .caption,
.memberDetails .alert .caption a,
.memberShowcase .alert .caption a,
ul.childForest .highlighted,
.plazaHomePanelBox .upperControls a.memberType.provisional, 
.headBar ul a.memberType.provisional {
color:#FF0000;
}
/*
* Transparent
*/
.layoutDiv .ad {
background-color:Transparent;
}
.layoutDiv.Transparent {
background-color:Transparent;
margin: 0px 0px 0px 0px;
}
/*
* Error MSGs Color Scheme
*/
.error, 
headAlert h2 {
color:#FF0000;
}
.Warning h2 {
color:#FF4B00;
}
.Good h2 {
color:#00CC00;
}
.Highlight h2 {
color:#0093C6;
}
div.textbox input[disabled],
.disabled {
color:#AAAAAA;
}
