﻿ /* color shcemes */
 /*body{background:#b2bdc4;}*/
 body{background:#FFFFFF;}/*#919da4;*/
.darkest{background:#333333;color:#fff;}
.darkestBorder {border:solid 1px #333333;}
.dark{background:#a5b1b8;color:#fff;}/*#*/
.middle{background:#6B6B6B;color:#fff;}
.light{background:#c9d5dd;color:#333434;}
.lightest{background:#e5ebef;color:#333434;}
.white{background:#fff;color:#333434;}
.green {background:#7A9A71; color:white;}

.lightYellow {background-color:#DCDC9E;}

/*links*/

.light a{ text-decoration:underline;font-weight:bold;color:#005e99;}
.light a:hover{color:#1200fb;}
.lightest a{text-decoration:underline;font-weight:bold;color:#005e99;}
.lightest a:hover{color:#1200fb;}

.highlight, .highlight a{background:#920202;color:White;}
.highlight a:hover{color:#e4bebe;}
.MouseOverHighlight:hover { background-color:#7AB075; cursor:pointer;}
.RowHighlightColor { background-color:#7AB075;}
.RowHighlightColor_Red { background-color:#F2BCB2;}

.WarningMessage {color:#AE5151; font-weight:bold;}

.color{background:#6c6c6c url(/images/bg_dark.png) repeat-x;color:#fff;}
.color a{font-weight:bold;color:#fff;}
.color a:hover{color:#fff;}
.color h1{color:Orange;}
.sectionheadercolor {color:Orange; font-weight:bold;}
/*.coloralt{background:#7f4c4b url(/images/family_bg.png) repeat-x;color:#fff;}*/

.blue{background:#7f4c4b url(/images/bg_dark_blue.png) repeat-x;color:#fff;}
.green{background:#7f4c4b url(/images/bg_dark_green.png) repeat-x;color:#fff;}

.SubmitButton { background-color:#089E08; color:White; font-weight:bold; font-size:10px; padding:2px; }
.DeleteButton { background-color:#934F4F; color:White; font-weight:bold; font-size:10px; padding:2px; }
.HiddenButton { display:none; }
