﻿/*------------------------------------------------------*/
/* IWM_color_scheme.css                                 */
/* Last updated 08/18/2011 by Paige Lettington          */
/* Copy of color_scheme_05_monterey.css, version 1.20   */
/* Last updated 03/23/2007 by eServices/DTS             */
/* Primary colors: 669454 / 4d7fb2 (muted green & blue) */
/*------------------------------------------------------*/

/*--CALIFORNIA STANDARDS--*/

#heading {
 border-top:4px solid #4d7fb2; /* border across top of page NOT unless being overridden elsewhere */
}

#state_logo {
 background:#fff url(/images/CAStandard/05_monterey/logo.gif) no-repeat;
}

#navigation {
 background: #4d7fb2; /* background of second row of navigation */
}

#navigation a {
 background: #669454 url(/images/CAStandard/05_monterey/navigation_tabs.gif) top right no-repeat;
}

#navigation li li {
 background: transparent url(/images/CAStandard/05_monterey/navigation_divider.gif) no-repeat 100% 11px; /* Dividers in the sublist */
}

#navigation a span {
 background: transparent url(/images/CAStandard/05_monterey/navigation_tabs.gif) top left no-repeat;
}

#navigation li:hover a, #navigation li.mouse_over a {
 background: #4d7fb2 url(/images/CAStandard/05_monterey/navigation_tabs.gif) 100% -60px  no-repeat;
}

#navigation li:hover a span, #navigation li.mouse_over a span {
 background: transparent url(/images/CAStandard/05_monterey/navigation_tabs.gif) 0px -60px  no-repeat;
}

#navigation li.nav_default_on a, #navigation li.nav_default_off a {
 background: #4d7fb2 url(/images/CAStandard/05_monterey/navigation_tabs.gif) 100% -120px no-repeat;
}

#navigation li.nav_default_on a span, #navigation li.nav_default_off a span {
 background: transparent url(/images/CAStandard/05_monterey/navigation_tabs.gif) 0% -120px no-repeat;
}

#footer div {
 background: #4d7fb2 url(/images/CAStandard/05_monterey/footer_corners.gif) no-repeat -8px 100%;
 color:#669454;
}

#footer div span {
 background: transparent url(/images/CAStandard/05_monterey/footer_corners.gif) no-repeat;
}

/*----------------------*/
/* CALRECYCLE ADDITIONS */
/*----------------------*/

/*--Stuff they should have put in here and instead had in ca_department--*/

h1 { color: #253b5a; }
.PageBranding { color: #253b5a; }

.list_decorative_scheme a { border-bottom: #253b5a; }

/*--Highlight Box--*/
.HighlightBox { background-color: #ecece7; border-color: #4d7fb2; }
.HighlightBoxTitle { background-color: #4d7fb2; color: #fff; }

/*--SASCore Application Styles--*/

h1 span.EntityName { color: #4d7fb2; }

th { background-color: #ccc; }

/*caption, .Caption { color: #000; background-color: #fff; border-color: #4d7fb2;  }*/

.Grid { border-color: #4d7fb2; }
.GridHeader { color: #4d7fb2; }
.GridHeader a { color: #4d7fb2; }
.GridFooter { border-bottom-color: #000; }
.GridSelectedItem { background-color: #ffc; }
.GridEditingItem { background-color: #ffc; }
.GridPager { background-color: #ccc; }
.GridPager a { color: #4d7fb2; }
.IsPrimary { background-color: #9cf; }
.GridFilterLink:link, .GridFilterLink:visited, .GridFilterLink:hover, .GridFilterLink:active
{ color: #369; }
.GridFilterLinkSelected { color: #4d7fb2; }

/*TABLES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.DataTable { border: #4d7fb2; }

/*FORMS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.SearchForm, .SignInForm, .CRUDForm, .Form { border-color: #253b5a; background-color: #eee; }

fieldset	{ border-color: #253b5a}
legend		{ background-color: #ccc; color: #253b5a;}

.DisplayField { border-color: #ccc; color: #666; }

/*---People Picker (grids on pickers use standard grid styles)*/
/* These should be looked at--not sure if they are quite right for all pickers. */
.PeoplePickerHeading { background-color: #ccc; }
.PeoplePickerAlphaSelect { color: #4d7fb2; }

/*INFOSET: Used to group some information together on a page
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.InfoSet { border-color: #4d7fb2; }
.InfoSetTitle { background-color: #ccc; border-bottom-color: #4d7fb2; color: #253b5a; }

/* InfoSet2 is designed for the extended InfoSet control released in March 2009 */
.InfoSet2 { border-color: #036; }
.InfoSet2Title { background-color: #ccc; color: #036; }
.InfoSet2Content { border-top-color: #036; }

/*-------------------------------------------------*/
/* EServices Tab Panel Module                      */
/* This section was provided as a template add-on. */
/* Must be at end of stylesheet (for now at least) */
/*-------------------------------------------------*/

.block_with_image_and_tabpanel .image_container {
 border-color: #bcc5d0;
}

li#tabpanel_1, li#tabpanel_2, li#tabpanel_3, li#tabpanel_4, li#tabpanel_5, li#tabpanel_6, li#tabpanel_7, li#tabpanel_8 {
 background: #7E98BA url(/images/CAStandard/ca_department/tabpanel_tabs.gif) 0px -60px  no-repeat; /* normal tabs */
}

#tab_list ul ul {
 border-color: #7E98BA; /* dark blue */
 background: #E8EFF6; /* Light blue */
}

#tab_list li.tabpanel_default, #tabpanel_1:hover, #tabpanel_2:hover, #tabpanel_3:hover, #tabpanel_4:hover, #tabpanel_5:hover, #tabpanel_6:hover, #tabpanel_7:hover, #tabpanel_8:hover {
 background: #E8EFF6 url(/images/CAStandard/ca_department/tabpanel_tabs.gif) top left no-repeat; /* Hovered tab background */
}

/*--------------------------------------------------*/
/*  Block_with_rounded_corners from eServices       */
/*--------------------------------------------------*/

.block_with_rounded_corners {
 background:#ECECE7;
 border-color:#4d7fb2;
}

.block_with_rounded_corners h3 {
 background:#4d7fb2;
 color:#fff;
}