﻿/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
-- TABLE OF CONTENTS --
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
-- Calendar --
-- Top Global Links --
-- Header --
-- Search --
-- Top Link Bar --
-- Quick Launch Bar --
-- Title Area --
-- Page Level Breadcrumbs (in title area or page content area) --
-- Content area --
-- List Screens --
-- Web Parts --
-- Tool bars --
-- Site Settings --
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
-- COLOR PALETTE --
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
Dark Blue: #394871  rgb(57,72,113)
Light Blue: #B5BFDB  rgb(181,191,219)
Green: #7CB16C  rgb(124,177,108)
Light Green: #BBD2AD   rgb(187,210,173)
Pale Green Tint: #E8F1E5  rgb(232,241,229)
Black: #231F20  rgb(35,31,32)
*/


body {
width: 1000px;
margin: 0px auto;
}



/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
-- Calendar --
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
@import url(ThemeCalendar.css);



/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
-- Top Global Links --
Includes site level breadcrumb, Welcome Menu, My Site, My Links and Help 
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

/* Placement of left Global links, including the site level breadcrumb */
.ms-globalleft{
	float:left;
}

/* Container for Global Breadcrumb and tool bar - HIDDEN for Lakewood design */
.ms-globalbreadcrumb{
display: none;
}




/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
-- Header --
Header area above top link bar 
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

/* Header area above top link bar */
.ms-globalTitleArea{
	text-align:right;
	background-color:#394871;
	background-image:url("/_layouts/images/lakewood/LakewoodHeader1.jpg");
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:5px;
	padding-right:0px;
	padding-top:0px;
	margin-top:0;
height: 109px;
}

/* Hide image set in SharePoint Site Settings */
.ms-titleimagearea {
display: none;
}

/* Formatting for site title - Hides text and increases link size to accomodate Lakewood logo */
.ms-sitetitle a {
width: 57px;
height: 71px;
display: block;
}
h1.ms-sitetitle {
	margin:0 0 0 20px;
	padding:0;
width: 65px;
height: 70px;
background: white url("/_layouts/images/lakewood/lakewoodlogo.png") no-repeat;
text-indent: -9999px;
}

/* Formatting for Site Image */
td.ms-titleimagearea{
	padding-left:2px;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
-- Search --
Located in header area
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* Move search placement down */
#SRSB {
margin-top: 50px;
}
/* Hide the Search scopes and text */
.ms-sbscopes,
.ms-sblink {
display: none;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
-- Top Link Bar --
Main navigation
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

/* -- -- Top Link Bar -- -- */
/* Container top link bar is in; mainly invisible */
.ms-topnavContainer{
	border:none;
	border-left:solid 1px transparent;
}

/* Area behind Top Link Bar */
.ms-bannerContainer{
	background-image:none;
	background-position:right top;
	background-repeat:repeat-y;
	background-color:#BBD2AD;
	padding-right:10px;
	padding-left:115px;
	border-bottom: 1px solid white; /* Custom addition to create bottom border that is between menu and body content area on all pages */
}

/* Unselected state for navigation items */
.ms-topnav{
	border:solid 1px transparent;
	border-left:solid 1px #BBD2AD;
	border-bottom:none;
	background-image:none;
	background-repeat:repeat-x;
	font-family:Arial;
	font-size:10pt;
	background-color:#E8F1E5;
	color:#231F20;
text-transform: uppercase; 
font-weight: bold;
}
.ms-topnav a{
	display:block;
	white-space:nowrap;
	padding:2px 20px 0px 20px;
	height:19px;
}

/* Selected state for navigation items */
.ms-topnavselected{
	color:#231F20;
	background:none;
	background-repeat:repeat-x;
	font-weight:bolder;
	border:solid 1px transparent;
	border-bottom-width:0px;
	border-left:solid 1px #BBD2AD;
	background-color:#7CB16C;
}
.ms-topnavselected a{
	color:#231F20;
}

/* Hover state for navigation items */
.ms-topNavHover{
	background-image:none;
	background-color:#7CB16C;
	border:solid 1px transparent;
	border-left:solid 1px #BBD2AD;
	border-bottom-width:0px;
	color:#231F20;
}
.ms-topNavHover a{
	color:#231F20;
}

/* Fly out menu arrow that appears next to navigation item */
.ms-topnav img{
	position:relative;
	left:-15px;
}

/* Container that the nav hover is in */
.ms-topNavFlyOutsContainer {
	border:solid 1px #BBD2AD;
}

/* Fly out menu box formatting */
.ms-topNavFlyOuts{
	background-color:#E8F1E5;
	font-family:Arial;
	font-size:8pt;
}

/* Fly out menu link formatting */
.ms-topNavFlyOuts a{
	display:block;
	*width:120px;
	min-width:120px;
	color:#231F20;
	padding:4px 8px 4px 8px;
}

/* Fly out meny link hover state formatting */
.ms-topNavFlyOutsHover{
	background-color:#7CB16C;
	color:#231F20;
}
.ms-topNavFlyOutsHover a:hover /*Custom addition to control link hover */ {
}


/* Container formatting for Site Actions Menu*/
.ms-siteactionsmenu div div div{
	background-image:none;
	background-repeat:repeat-x;
	border-top:1px solid transparent;
	border-left:1px solid transparent;
	border-right:1px solid transparent;
	background-color:transparent;
	padding:2px 4px 0px 10px;
height: 19px;
}

/* Font formatting for Site Actions Menu */
.ms-siteactionsmenu div div div a{
	color:#231F20;
	font-weight:bold;
}

/* Container formatting for Site Actions Menu Hover */
.ms-siteactionsmenu div div div.ms-siteactionsmenuhover{
	background-image:none;
	border-top:1px solid #7CB16C;
	border-left:1px solid transparent;
	border-right:1px solid transparent;
	background-color:#7CB16C;
}

/* Font formatting for Site Actions Menu Hover */
.ms-siteactionsmenu div div div a:hover /*Custom addition to control link hover */{
}




/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
-- Quick Launch Bar --
Sub navigation, includes View All Site Content, Recycle Bin deafult view and Tree View 
Navigation Headers refers to level one content that often appears as a "header"
Navigation Items refers to level two content that often appears as a sub item under a header
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

table.ms-navframe td img {
display: none;
}

/* Container for Quick Launch */
.ms-nav{
	background-color:#394871;
	background-image:none;
	background-repeat:repeat-x;
	font-family:arial;
width: 108px;
}

/* Color of lines seperating navigation items, appears as the bottom border of the navigation item */
.ms-quicklaunch table td{
	border-top:1px solid #B5BFDB;
}

/* Navigation Headers - background, borders and padding */
.ms-quicklaunch table.ms-navheader td,.ms-navheader2 td,.ms-quicklaunch span.ms-navheader{
	background-color:#7CB16C;
	border-top:solid 0px #f2f8ff;
	border-left:solid 0px #f2f8ff;
	padding:8px 15px 8px 15px;
margin-top: 20px;
}

/* Tree View - top border of Tree View Pane */
div.ms-treeviewouter div{
	border-top:solid 1px #add1ff;
}

/* Selected state for navigation items - 1st container - outer border, background, margin and width */
.ms-quicklaunch table.ms-selectednav{
	border:solid 0px #d2b47a;
	background-image:none;
	background-repeat:repeat-x;
	background-color:transparent;
	margin:0px;
	margin-bottom:0;
	width:100%;
border-bottom: solid 1px #B5BFDB;
padding: 0px;
}

/* Selected state for navigation items - 2nd container - inner border, background, margin and padding */
.ms-quicklaunch table.ms-selectednav td{
	background:transparent none;
	background-repeat:no-repeat;
	background-position:top left;
	border:solid 0px #ffffff;
	padding:8px 15px 8px 7px;
	margin:0px;
border-left: solid 8px #7CB16C;
}

/* Text formatting for selected state for navigation items */
table.ms-selectednav td a.ms-selectednav{
	background:none;
	color:#ffffff;
}

/* Selected state for navigation headers */
.ms-quicklaunch table.ms-selectednavheader td{
	width:100%;
	background-color:#BBD2AD;
	background-image:none;
	background-repeat:repeat-x;
	padding-top:2px;
	padding-bottom:2px;
	border-top:solid 0px #ffffff;
	border-left:solid 0px #ffffff;
	padding:8px 15px 8px 15px;
}

/* Text formatting for selected state for navigation headers */
.ms-selectednavheader a{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

/* Hover state for selected state for navigation headers */
.ms-selectednavheader a:hover{
	color:#000000;
	text-decoration:underline;
}

/* Container formatting for sub navigation nav items */
table.ms-navitem td,span.ms-navitem{
	background-image:none;
	background-repeat:no-repeat;
	background-position:left top;
	padding:8px 15px 8px 15px;
	font-family:arial;
}

table.ms-navitem {
border-bottom: solid 1px #B5BFDB;
}

/* Container formatting for area behind sub navigation (level 3) items that appears below nav items (level 2) */
.ms-navsubmenu1 {
	width:100%;
	border-collapse:collapse;
	background-color:#B5BFDB;

}

/* Container formatting for sub navigation items */
.ms-navsubmenu2 {
	width:100%;
	background-color:#394871;
	margin-bottom:0px;
margin: 0px;
padding: 0px;
}

/* Container formatting for navigation headers */	
table.ms-navheader td{
	background-image:none;
}

/* Font formatting for navigation headers */
.ms-navheader a,
.ms-navheader a:link,
.ms-navheader a:visited,
a.ms-navheader,
.ms-navheader2 a{
	font-weight:bold;
	color:#231F20;
	text-decoration:none;
text-transform: uppercase;
font-size: 10pt !important;
}
.ms-navheader a:hover,.ms-navheader2 a:hover{
	color:#231F20;
	text-decoration:underline;
}

/* Font formatting for navigation items */
.ms-navItem a{
	color:#B5BFDB;
	text-decoration:none;
font-size: 9pt !important;
}
.ms-navItem a:hover{
	color:#ffffff;
	text-decoration:underline;
}

/* Container formatting for Quick Launch pane - Bottom border of Quick Launch pane */
.ms-quicklaunchouter{
	border-bottom:solid 0px #83b0ec;
	border-right:solid 0px #83b0ec;
}

/* Margin of Quick Launch box */
.ms-quicklaunchouter{
	margin:0px 0px 0px 0px;
}

/* Container formatting for selected navigation item in Tree View */
.ms-tvselected{
	background-color:#B5BFDB;
}

/* Font formatting for selected navigation item in Tree View */
.ms-tvselected a{
	color:#000000;
}

/* Container formatting for navigation items in Tree View */
.ms-treeviewouter td.ms-navitem{
	border-left:0px solid #f2f8ff;
}

/* Font formatting for navigation items in Tree View */
.ms-treeviewouter a.ms-navitem{
	padding:0px 1px 0px 1px;
}

/* Container formatting for Recycle Bin link - HIDDEN for Lakewood*/
table.ms-recyclebin td{
	background-color:#f2f8ff;
	width:100%;
	border-top:solid 1px #ffffff;
	border-left:solid 1px #ffffff;
	padding:3px 5px 7px 3px;
display: none;
}

/* Font formatting for Recycle Bin link */
table.ms-recyclebin td a{
	font-weight:bold;
	color:#008800;
	text-decoration:none;
}
table.ms-recyclebin td a:hover{
	color:#000000;
	text-decoration:underline;
}

/* Quick Launch pane formatting and top and side borders around pane */
.ms-quickLaunch{
	border:solid 0px #6f9dd9;
	border-bottom:solid 0px #6f9dd9;
	font-size:10pt;
	font-family:arial;
	line-height:10pt;
	background-color:transparent;
}

/* Container formatting for Quick Launch Headers (such as View All Site Content link) - HIDDEN for Lakewood*/
.ms-quicklaunchheader{
	padding:2px 6px 4px 6px;
	font-weight:normal;
	color:#003399;
	background-image:url("/_layouts/images/quickLaunchHeader.gif");
	background-repeat:repeat-x;
	background-color:#d6e8ff;
	border-left:solid 1px #f2f8ff;
	font-size:8pt;
display: none;
}

/* Font formatting for Quick Launch Headers (such as View All Site Content link) */
.ms-quicklaunchheader a,.ms-unselectednav a{
	color:#003399;
	text-decoration:none;
}
.ms-quicklaunchheader a:hover{
	color:#000000;
	text-decoration:underline;
}



/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
-- Title Area (under top link bar) --
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* Container formatting for image to the left that appears on sub pages and full view web part pages */
.ms-titlearealeft {
	background-color:#B5BFDB;
}
/* Container formatting for table cells for page image and title - ms-titleareaframe is the image, ms-pagetitleareaframe is the title area and works in conjunction with .ms-pagetitleareaframe table listed below*/
TD.ms-titleareaframe,Div.ms-titleareaframe,.ms-pagetitleareaframe,.ms-mwspagetitleareaframe,.ms-consoletitleareaframe{
	background-image:none;
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#B5BFDB;
	text-align:center;
}

/* Padding used in title area */
.ms-titleareaframe table td.ms-titlearea,.ms-areaseparator table td.ms-titlearea,.ms-pagetitleareaframe table td.ms-titlearea,.ms-consoletitleareaframe{
	padding:7px 0px 1px 0px;
}

/* Container formatting for title area - works in conjunction with ms-pagetitleareaframe listed above */
.ms-pagetitleareaframe table{
	background-image:none;
	background-repeat:no-repeat;
	background-position:332px 4px;
	height:54px;
}

/* Font formatting for page title */
.ms-pagetitle{
	color:#000000;
	font-family:verdana;
	font-size:16pt;
	margin:0px 0px 4px 0px;
	font-weight:normal;
}
.ms-pagetitle a{
	text-decoration:none;
	color:#000000;
	margin:0;
	font-weight:normal;
}
.ms-pagetitle a:hover{
}



td.LakewoodSelectedSubNav {
	background:transparent none;
	background-repeat:no-repeat;
	background-position:top left;
	border:solid 0px #ffffff;
	padding:8px 15px 8px 7px;
	margin:0px;
	border-left: solid 8px #7CB16C !important;
}


/* ******************************************************** USED TO HIDE THE SLIVER OF WHITE TO THE RIGHT OF THE LEFT CALENDAR */
TD.ms-leftareacell
{
   background-color: #b5bfdb;
}
/* ******************************************************** USED TO HIDE THE SLIVER OF WHITE TO THE RIGHT OF THE LEFT CALENDAR */



/* ******************************************************** USED TO HIDE THE CONTENT TYPE AND CREATED / MODIFIED BY */
TD.ms-descriptiontext
{
 visibility: hidden;
}

TD.ms-descriptiontext SPAN
{
 visibility: hidden;
}
/* ******************************************************** USED TO HIDE THE CONTENT TYPE AND CREATED / MODIFIED BY */


/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
-- Page Level Breadcrumbs (in title area or page content area) --
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* Container formatting for Page Level Breadcrumb */
.ms-pagebreadcrumb {
    padding:2px 3px 3px 11px;
	border-left:0px solid #ffffff;
	border-top:0px solid #ffffff;
}

/* Text and link formatting for page level breadcrumb */
.ms-pagebreadcrumb,.ms-pagebreadcrumb a{
	font-size:9pt;
	background-color:#394871;
	color:#B5BFDB;
	text-decoration:none;
}
.ms-pagebreadcrumb a { /* #B5BFDB  Custom addition to control hyperlink color in breadcrumb */
	color: #B5BFDB;
	font-weight:normal;
}

.ms-pagebreadcrumb a:hover { /* #B5BFDB  Custom addition to control hyperlink color in breadcrumb */
	color: #FFFFFF;
}


/* Text and link formatting for last item in breadcrumb trail */
.ms-sitemapdirectional,.ms-sitemapdirectional a{
	color: #B5BFDB; /* #B5BFDB Custom addition to control text color */
	font-weight:bold;
}

.ms-titlearea .ms-sitemapdirectional {
	color: #231F20; /* Custom addition to control text color */
}


/* -- Breadcrumbs used on publishing page layouts, but not SharePoint default Welcome page layouts -- */
/* Container formatting */
.breadcrumb {
    font-family: arial; 
    color: #231F20;
    clear:both;
    font-size:9pt;  
    padding-left:0px;
    padding-bottom:2px;
    padding-top:4px;
    border-bottom:0px #CCCCCC solid;
    margin-bottom:4px;
}
/* Link formatting */
.breadcrumb a, .breadcrumb:active, .breadcrumb a:active {
	padding-left:0px;
	padding-right: 0px;
	text-decoration:none;
   	color: #231F20;
}
.breadcrumb a:hover {
	text-decoration:underline;
}
/* Text formatting - current page listed last in breadcrumb trail */
.breadcrumbCurrent {
	font-weight:bold; 
}



/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
-- Content area --
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* Container formatting for body content; bottom border provided below in ms-bodyareapagemargin */
.ms-bodyareaframe,.ms-viewareaframe{
	vertical-align:top;
	height:100%;
	width:100%;
	background-color:#ffffff;
	border-top:0px solid #6f9dd9;
	border-right:0px solid #6f9dd9;
	border-left:0px solid #6f9dd9;
}
.ms-bodyareaframe,
div.pageContent,
td.image {
	padding:10px;
}

/* Margins to the left of the body content */
.ms-pagemargin /* Pages */ {
	background-color:#B5BFDB;
	background-image:none;
	background-repeat:no-repeat;
	background-position:-143px 0px;
	height:100%;
}
div.ms-areaseparatorleft /* System Screens - content area */ {
	background:#B5BFDB none;
	background-repeat:no-repeat;
	background-position:-143px 0px;
	border-right:0px solid #6f9dd9;
	height:100%;
}
td.ms-areaseparatorleft /* System Screens - title area */ {
	background:#B5BFDB none;
	background-repeat:repeat-x;
	border-right:0px solid #6f9dd9;
	height:100%;
}

/* Margins to the right of the body content */
td.ms-rightareacell div.ms-pagemargin /* Pages */ {
	background-color:#B5BFDB;
	background-image:none;
	background-repeat:repeat-x;
	height:100%;
	border-left:solid 0px #83b0ec;
}
div.ms-areaseparatorright /* System Screens - content area */ {
	background:#B5BFDB none;
	background-repeat:repeat-x;
	border-left:0px solid #6f9dd9;
	padding-right:2px;
	height:100%;
}
.ms-titlearearight .ms-areaseparatorright /* System Screens - title area */  {
	background:#B5BFDB none;
	background-repeat:repeat-x;
	border-left:0px solid #6f9dd9;
	padding-right:2px;
	height:100%;
}

/* Container for body copy - shows up as thin colored line under top link bar in MOSS publishing pages only */
.ms-consolemptablerow{
	background-color:#ffffff;
}

/* Bottom area under Quick Launch and right margin */
.ms-pagebottommargin,.ms-pagebottommarginleft,.ms-pagebottommarginright{
	background:#B5BFDB;
}

/* Bottom area under content area */
.ms-bodyareapagemargin{
	background:#B5BFDB;
	border-top:0px solid #6f9dd9;
}


/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
-- List Screens --
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* Area above the new list item toolbar that contains the list name and breadcrumb */
.ms-areaseparator{
	background-color:#B5BFDB;
	background-image:none;
	background-repeat:repeat-x;
	border-right:none;
	border-left:none;
	padding-left:5px;
	height:61px;
}

/* Container formatting for list description that appears above toolbar */
.ms-listdescription{
	color:#4c4c4c;
	font-family:tahoma;
	background:#f8f8f8;
	padding:2px 6px 4px 6px;
	border-bottom:0px solid #6f9dd9;
}

/* Container formatting for text headers, used in View All Site Content screen; text headers are the list and library category titles in the screen */
.ms-gb{
	height:22px;
	background-color:#ffffff;
	font-weight:bold;
	border-bottom:1px solid #7CB16C;
	border-top:1px solid #f9f9f9;
	padding-bottom:3px;
}

/* Container formatting for form fields (new item screen for lists - input fields on right) */
.ms-formbody{
	font-family:verdana;
	font-size:.7em;
	vertical-align:top;
	background:#E8F1E5;
	border-top:1px solid #d8d8d8;
	padding:3px 6px 4px 6px;
}

/* Container formatting for form fields (new item screen for lists - label fields on left) */
.ms-formlabel{
	text-align:left;
	font-family:verdana;
	font-size:.7em;
	border-top:1px solid #d8d8d8;
	padding-top:3px;
	padding-right:8px;
	padding-bottom:6px;
	color:#525252;
	font-weight:bold;
}

/* Seperating border line between end of form fields and form buttons (new item screen for lists) */
.ms-formline {
	border-top:1px solid #c4c4c4;
	padding-right:8px;
	padding-left:8px;
}

/* Container formatting for form fields (upload screen for lists and edit list settings - input fields on right) */
.ms-authoringcontrols {
	background-color:#ebf3ff;
	font-family:tahoma;
	font-size:8pt;
	color:#525252;
}

/* Text formatting for form fields (upload screen for lists and edit list settings - label fields on left) */
.ms-standardheader {
	font-size:1em;
	margin:0em;
	text-align:left;
	color:#525252;
}
.ms-sectionheader a,.ms-sectionheader a:hover,.ms-sectionheader a:visited,.ms-propertysheet .ms-sectionheader a,.ms-propertysheet .ms-sectionheader a:hover {
	color:#525252;
	text-decoration:none;
}

/* Seperating border line between rows of form fields (upload screen for lists and edit list settings) */
.ms-sectionline {
	background-color:#d9d9d9;
}


/* --- Quick Launch Date Picker --- */
/* Picker container */
.ms-datepickerouter {
background-color: white;
border-bottom: 0px solid transparent !important;
border-right: 0px solid transparent !important; 
}
/* Picker header */
.ms-picker-header{
font-weight:normal;
background-image:none;
background-repeat:repeat-x;
background-color:#7CB16C;
} 

/* Picker day headers */
.ms-picker-table .ms-picker-dayheader{
font-family:tahoma;
font-size:8pt;
color:#727272;
text-align:center;
border-bottom:solid 1px #7CB16C;
border-top:solid 1px transparent;
padding:2px 0px 3px 0px;
font-weight:normal;
} 

/* Picker days */
.ms-picker-today,.ms-picker-dayselected,.ms-picker-daycenter,.ms-picker-daycenterOn{
height:22px;
}
table.ms-picker-table td.ms-picker-dayother,table.ms-picker-table td.ms-picker-daycenterOn,table.ms-picker-table td.ms-picker-daycenter{
text-align:center;
font-size:8pt;
font-family:tahoma;
border:solid 1px #E8F1E5;
}
.ms-picker-daycenter a,.ms-picker-today a,.ms-picker-dayselected a{
color:#003399;
text-decoration:none;
}
.ms-picker-dayother a:hover,.ms-picker-daycenterOn a,.mspicker-daycenterOn a:hover{
color:#000000;
text-decoration:underline;
} 

/* Picker footer */
table.ms-picker-table td.ms-picker-footer{
border-top:1px solid #7CB16C;
font-family:Tahoma;
font-size:8pt;
color:#4c4c4c;
padding:5px;
}
.ms-picker-footer a{
color:#003399;
}
.ms-picker-footer a:hover{
color:#000000;
text-decoration:underline;
} 

/* Picker months */
.ms-quicklaunch table.ms-picker-table td.ms-picker-monthcenter  {
background-color: #E8F1E5;
border: 1px solid #BBD2AD;
}


/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
-- Web Parts --
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* Container formatting for Web Part headers */
.ms-WPHeader TD{
	border-bottom:0px solid #4e7cb7;
	border-collapse:collapse;
background: #7CB16C;
}

/* Container formatting for inactive state of edit arrow in title bar */
.ms-HoverCellInActive {
	border:none;
	margin:1px;
	color:#4c4c4c;
	vertical-align:top;
	background-color:transparent;
} 


/* Font formatting for Web Part headers */
.ms-WPTitle {
	font-weight:bold;
	font-family:arial,sans-serif;
	color:#231F20;
	padding-left:3px;
	padding-right:7px;
	padding-top:4px;
	padding-bottom:4px;
	font-size:10pt;
text-align: center;
text-transform: uppercase;
}
.ms-WPTitle A:link,.ms-WPTitle A:visited {
	color:#231F20;
	text-decoration:none;
	cursor:pointer;
}
.ms-WPTitle A:hover {
	color:#000000;
	text-decoration:underline;
	cursor:pointer;
}

/* Separating line under web part and above Action links */
.ms-partline {
	background-color:#7CB16C;
}




/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
-- Tool Bars --
Toolbar - seen in New Item/Edit Item screens for lists
Mini Console - Buttons for specific functions, such as Site function buttons in Site Directory and Wiki function buttons in a Wiki
Menu Toolbar - seen in View All Site Content and full list views
Split Buttons - buttons with text on the left and an arrow on the right, such as New and Upload in the toolbar
Page Edit Console - publishing toolbar that appears when editing pages or when activated in Site Actions 
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* -- -- --  Toolbar and Mini Console-- -- -- */
/* Container formatting for toolbar items */
.ms-toolbar,.ms-viewtoolbar,.ms-formtoolbar,.ms-toolbarContainer{
	font-family:verdana;
	font-size:8pt;
	text-decoration:none;
	color:#003399;
}
table.ms-toolbar,table.ms-viewtoolbar,.ms-toolbarContainer{
	background-image:none;
	background-repeat:repeat-x;
	background-color:#E8F1E5;
}
table.ms-toolbar,.ms-toolbarContainer{
	border:1px solid #7CB16C;
	border-collapse:collapse;
}

/* Link formatting for toolbar items - Custom addition */
a.ms-toolbar, a.ms-toolbar:hover, a.ms-toolbar:visited {
	color: ;
}

/* Separator between toolbar buttons */
.ms-separator {
	color:#83b0ec;
	font-size:10pt;
}

/* -- -- -- Menu Toolbar -- -- -- */
/*  Container formatting for toolbar */
.ms-menutoolbar{
	border-bottom:0px solid #6f9dd9;
	height:22px;
	background-color:#E8F1E5;
	background-image:none;
	background-repeat:repeat-x;
}
.ms-menutoolbar td{
	border-top:solid 1px #7CB16C;
	border-bottom:solid 1px #7CB16C;
}
.ms-menutoolbar td{
	padding:0px;
	margin:0px;
	vertical-align:middle;
}

/* Font formatting for toolbar */
.ms-menutoolbar td a{
	color:#231F20;
	font-size:8pt;
	font-family:tahoma;
	text-decoration:none;
}
.ms-menutoolbar td a:hover{
	color:#231F20;
	text-decoration:underline;
}


/* Container formatting for toolbar button  */
.ms-menubuttoninactivehover,.ms-buttoninactivehover{
	margin:2px 2px 2px 2px;
	padding:2px 7px 3px 7px;
	background-color:transparent;
	line-height:16px;
}

/* Container formatting for toolbar button hover state */
.ms-menubuttonactivehover,.ms-buttonactivehover{
	margin:0px 1px 0px 1px;
	padding:3px 7px 4px 7px;
	background-image:none;
	line-height:16px;
	border:solid 1px transparent;
	cursor:pointer;
}

/* Separating line between toolbar buttons */
.ms-separator img {
	height:16px;
	width:1px;
	margin:0px 1px 0px 1px;
	background:#7CB16C;
	border-bottom:1px solid #E8F1E5;
	border-right:1px solid #E8F1E5;
}

/* -- Split Buttons ('New' button) -- */
/* Separating line between text and drop down arrow */
.ms-menutoolbar .ms-splitbuttondropdown{
	padding:0px 2px 1px 1px;
	margin:1px;
}

/* Parent container formatting for a toolbar item */
.ms-menutoolbar .ms-splitbuttontext{
	padding:0px 6px 1px 8px;
}

/* Container formatting */
.ms-splitbutton {
	margin:0px 1px 0px 1px;
}

/* Container formatting for hover state */
.ms-splitbuttonhover{
	background-image:none;
	border-collapse:collapse;
	margin:0px 1px 0px 1px;
}
.ms-splitbuttonhover .ms-splitbuttondropdown,.ms-splitbuttonhover .ms-splitbuttontext{
	border:1px solid transparent;
	cursor:pointer;
text-decoration: underline;
}
.ms-splitbuttonhover .ms-splitbuttondropdown{
	padding:0px 1px 0px 1px;
}
.ms-splitbuttonhover .ms-splitbuttontext{
	padding:0px 5px 0px 7px;
}
/* -- End Split Buttons -- */

/* Font formatting for label text in toolbar, such as "View" text preceeding change view state drop down box */
.ms-listheaderlabel{
	color:#204d89;
}

/* Font formatting for label text and drop down text in toolbar, such as changing view state */
.ms-listheaderlabel,.ms-viewselector,.ms-viewselectortext,.ms-viewselectorhover{
	font-size:8pt;
	font-family:tahoma;
}

/* Container formatting for drop down in toolbar, includes inactive and hover state */
.ms-menutoolbar td td.ms-viewselector,.ms-menutoolbar td td.ms-viewselectorhover,.ms-toolbar td td.ms-viewselector,.ms-toolbar td td.ms-viewselectorhover,.ms-authoringcontrols td td.ms-viewselector,.ms-authoringcontrols td td.ms-viewselectorhover,td.ms-viewselector{
	border:solid 1px #7CB16C;
	background-image:none;
	background-repeat:repeat-x;
	background-color:#ffffff;
	font-weight:bold;
	padding:0px;
}
div.ms-viewselector,div.ms-viewselectorhover{
	border:solid 1px #ffffff;
	padding:1px 12px 1px 4px;
	background-image:url("/_layouts/images/menudarkspaced.gif");
	background-repeat:no-repeat;
	background-position:center right;
	cursor:pointer;
}

/* Container formatting for drop down in toolbar - hover state */
.ms-menutoolbar td td.ms-viewselectorhover,.ms-toolbar td td.ms-viewselectorhover,.ms-authoringcontrols td td.ms-viewselectorhover{
	background-image:none;
	background-color:#BBD2AD;
}

/* Width of drop down menu in toolbar */
td.ms-viewselector,td.ms-viewselectorhover{
	width:125px;
}

/* Font formatting for drop down in toolbar */
div.ms-viewselector a{
	color:#000000;
}


/* -- -- -- Page Edit Console -- -- -- */
/* Bottom spacer area to right and left of console; these areas will not pick up color set for content area background, has to be changed here */
.ms-consoletitleareaframebottom {
	background-color:#B5BFDB;
	text-align:center;
	padding:0px 0px 0px 0px;
}


/* -- -- -- Site Directory and Search Center Buttons -- -- -- */
/* Selected tab */
.ms-ptabcn, .ms-sctabcn {
background: none;
background-color: #394871;
border-top: solid 1px #231F20;
border-left: solid 1px #231F20;
border-right: solid 1px #231F20;
border-bottom: solid 1px #231F20; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 0.7em; 
font-style: normal; 
font-weight: normal;
padding-bottom: 2px;
padding-top: 2px;
padding-left: 10px;
padding-right: 10px;
color: #ffffff;
vertical-align: middle;
} 

/* Selected tab hover */
.ms-ptabcnhover, .ms-sctabcnhover {
background: none;
background-color: #E8F1E5; 
border-top: solid 1px #231F20; 
border-right: solid 1px #231F20; 
border-left: solid 1px #231F20;
border-bottom: solid 1px #231F20; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 0.7em; 
font-style: normal; 
font-weight: normal;
padding-bottom: 2px; 
padding-top: 2px;
padding-left: 10px; 
padding-right: 10px; 
color: #000000; 
vertical-align: middle;
} 

/* Selected tab text */
.ms-ptabcn A:link, .ms-ptabcn A:visited,.ms-ptabcnhover A:link, .ms-ptabcnhover A:visited, .ms-sctabcn A:link, .ms-sctabcn A:visited,.ms-sctabcnhover A:link, .ms-sctabcnhover A:visited {
text-decoration: none; 
font-family: Arial, Helvetica, sans-serif; 
color: #ffffff; 
font-style: normal;
} 

/* Selected tab text hover */
.ms-ptabcnhover A:hover, .ms-sctabcnhover A:hover {
text-decoration: none; 
font-family : Arial, Helvetica, sans-serif; 
color: #000000; 
font-style: normal;
} 

/* Unselected tab */
.ms-main .ms-sctabcf {
border-bottom: solid 1px #231F20;
font-family: Arial, Helvetica, sans-serif; 
font-size: 0.7em; 
font-style: normal; 
font-weight: normal;
padding-bottom: 2px; 
padding-top: 2px; 
padding-left: 10px; 
padding-right: 11px; 
color: #231F20; 
vertical-align: middle;
background-color: white;
border-color: #231F20;
border-style: solid;
border-width: 1px;
} 

/* Unselected tab hover */
.ms-ptabcfhover, .ms-sctabcfhover {
background: none;
background-repeat: repeat-x;
font-family: Arial, Helvetica, sans-serif; 
font-size: 0.7em; 
font-style: normal; 
font-weight: normal;
padding-bottom: 2px; padding-top: 2px; padding-left: 10px; padding-right: 11px; 
color: #7f7f7f; vertical-align: middle;
background-color: #BBD2AD; 
border-top: solid 1px #231F20; 
border-right: solid 1px #231F20; 
border-left: solid 1px #231F20;
border-bottom: solid 1px #231F20;
} 

/* Unselected tab text */
.ms-ptabcf A:link, .ms-ptabcf A:visited, .ms-ptabcfhover A:link, .ms-ptabcfhover A:visited, .ms-sctabcf A:link, .ms-sctabcf A:visited, .ms-sctabcfhover A:link, .ms-sctabcfhover A:visited {
text-decoration: none; color: #231F20; 
font-family: Arial, Helvetica, sans-serif; 
font-style: normal;
} 

/* Unselected tab text hover */
.ms-ptabcfhover A:hover, .ms-sctabcfhover A:hover {
text-decoration: none; 
font-family : Arial, Helvetica, sans-serif; 
color: #231F20; 
font-style: normal;
} 

/* Line extending past tabs */
.ms-sctabrx {
width: 100%; 
border-color: #231F20; 
border-style: solid; 
border-top-width: 0px; 
border-right-width: 0px; 
border-bottom-width: 1px;
border-left-width: 0px;
font-family: Arial, Helvetica; 
font-size: 0.7em; 
font-style: normal; font-weight: normal;
padding-bottom: 2px; 
padding-top: 2px; 
padding-left: 4px; 
padding-right: 4px; 
color: #231F20;
vertical-align: middle;
text-align: left;
} 


/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
-- Site Settings --
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* Title area */
table.ms-pageinformation{
	background-image:none;
	background-color:#E8F1E5;
	background-repeat:repeat-x;
}

/* Section Header bars */
td.ms-linksectionheader,th.ms-linksectionheader {
	background-color:#E8F1E5;
	background-image:none;
	background-repeat:repeat-x;
	border:1px solid #7CB16C;
	text-align:left;
}
