/* ================================
    CSS STYLES FOR PORTAL 
    v3.0, 03/2004
   ================================
*/   


/* Page Header BEGINS */
/* ### background color for the header at the top of the page  */
.HeadBg {
	background-color:  ; 
	border-bottom: 2px solid #CFCFB4 ;
}

/* ### style for the text of the site title */
.SiteTitle {
    font-family:  ;
    font-size: 20px;
    font-weight: bold;
	color:  white ;
}

#Header_WelcomeMessage { 
	font-size: 11px ;
	font-weight: normal ;
	color:  #CFCFB4 ; 
} 

/* ### text style for the site links (at extreme top-right of header) */
.SiteLink, tr .SiteLink {
	font-size: 11px ;
	font-weight: bold ;
             visibility: hidden ;
}   

/* ### hyperlink style for the site links */
A.SiteLink:link {
	text-decoration:  none ;
	color: #CFCFB4 ;
}

A.SiteLink:visited  {
	text-decoration:  none ;
	color: #CFCFB4 ;
}

A.SiteLink:hover    {
	text-decoration:  underline ;
	color:  #CFCFB4 ;
}

/* ### style for separator between site links */
.Accent {
	color: red ;
	font-weight:  bold ;
}
#trAdmin td, #trAdmin select {
	font-size: 10pt;
	white-space: nowrap;
}
/* Page Header ENDS */

/* Page Background BEGINS */
/* ### background color for the content part of the pages; IMAGES in the background will display in module "design view" & should be defined in page template */
Body {
	background-color: #968865 ;
}

/* 3/4/04 Styles added to replace column spacing in default.aspx & give admins more flexibility (works in IE 6.0 & NN 7.1) */
/* ### LEFT Column Navigation - see also ".OtherPagesBg" & ".PageBg" for background colors */
#tdNavigation {
	background-color:  ;
	border-right: 0px solid #DDDDDD ;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	text-align:  center ;
}

/* ### LEFT Column */
#tdLeftPane {
	background-color:  ;
	border-right: 0px solid #DDDDDD ;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	width:  ;
}
/* ### LEFT Column Content - "padding" adjusts spacing between columns & around content */
#LeftPane {
	border-right: 0px solid #DDDDDD ;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}
/* ### MIDDLE Column - "padding" adjusts spacing between columns & around content */
#ContentPane {
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* ### RIGHT Column - "padding" adjusts spacing between columns & around content */
#RightPane {
	background-color:  ;
	border-left: 0px solid #DDDDDD ;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* Page Background ENDS */

/* Main Site Navigation BEGINS - for Left & Top, Left Only or Top Only navigation styles */
#Header_trNav {
	background-color: white ;	
	padding-left: 5px;	
	padding-right: 5px;
}
/* ### background/border colors for the selected page */
.PageBg {
	background-color:  ;
	border-color: white ;
	background-image: url(images/btn_main-nav.jpg) ;
	background-repeat: no-repeat ;
	line-height:  9pt ;
	width:  105px ;
             width: 83px ;
}

/* ### background/border colors for the unselected pages */
.OtherPagesBg {
	background-color:  ;
	border-color: black ;
	background-image: url(images/btn_main-nav.jpg) ;
	background-repeat: no-repeat ;
	line-height:  9pt ;
	width:  105px ;
             width: 83px ;
}

/* ### text style for the selected page */
.SelectedPage {
	font-family:  ;
	font-size: 8pt ;
	color: #CFCFB4 ;
	font-weight: bold ;
	padding-left: 1px ;
	padding-right: 1px ;}

/* ### text style for the selected page */
a.SelectedPage:link {
	text-decoration:  none ;
	color: #CFCFB4 ;
}
a.SelectedPage:visited {
	text-decoration:  none ;
	color: #CFCFB4 ;
}
a.SelectedPage:active {
	text-decoration:  none ;
	color: #CFCFB4 ;
}
a.SelectedPage:hover {
	text-decoration:  underline ;
	color: #CFCFB4 ;
}

/* ### 12/20/02 added SubLinks */
/* ### text style for the selected page SUB LINKS*/
.SubLinks {
	padding-left:  15px ;
	font-size: 10px ;
	color: #CFCFB4 ;
	font-weight: bold ;
             width: 100px ;
}

/* ### text style for the unselected pages */
.OtherPages {
	font-family:  ;
	font-size: 8pt ;
	color: #CFCFB4 ;
	text-decoration:  none ;
	font-weight: bold ;
	line-height: 9pt  ;
	padding-left: 1px ;
	padding-right: 1px ;
}

/* ### hyperlink styles of the unselected pages */
A.OtherPages:link    {
	text-decoration:  none ;
	color: #CFCFB4 ;
}

A.OtherPages:visited {
	text-decoration:  none ;
	color: #CFCFB4 ;
}

A.OtherPages:hover   {
	text-decoration:  underline ;
	color: #CFCFB4 ;
}
/* Main Site Navigation ENDS */

/* Main Site Navigation BEGINS (Top DROPDOWN or Left FLYOUT styles only) */
/* ### Menu FONT */
.MI, .MIO, .SMI, .SMIO, table.MI td, table.MIO td, table.SMI td, table.SMIO td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
}
/* ### "Menu Item" - 1st level main navigation */
.MI  {
	background-color: ;
	color: #000066;
	padding-top: 1px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	cursor: hand;
}
/* ### "Menu Item Over" - 1st level main navigation - OnMouseOver */
.MIO {
	text-decoration: ;
	background-color: ;
	color: #006A30;
	padding-top: 1px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	cursor: hand;
}

/* ### "Sub Menu Item" - 1st level of subnavigation for 1st row of main navigation  */
.SMI  {
	background-color: #000066;
	color:#FFFFFF;
	padding-top: 1px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	cursor:hand;
	border: 1px;
	border-top: 1px;
	border-right: 1px;
	border-left-color: #000066;
	border-bottom-color: #000066;
	border-top-color: #000066;
	border-right-color: #000066;
	border-style: solid; 
	FILTER: alpha(opacity=80);
}

/* ### "Sub Menu Item" - 1st level of subnavigation for 2nd row of main navigation */
.SMI2  {
	background-color: #006A30 ;
	color:#FFFFFF;
	padding-top: 1px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	cursor:hand;
	border: 1px;
	border-top: 1px;
	border-right: 1px;
	border-left-color: #006A30 ;
	border-bottom-color: #006A30 ;
	border-top-color: #006A30 ;
	border-right-color: #006A30 ;
	border-style: solid; 
	FILTER: alpha(opacity=80);
}
/* ### "Sub Menu Item Over" - 1st level of subnavigation for 1st row of main navigation - OnMouseOver*/
.SMIO  {
	text-decoration:    ;
	background-color: white;	
	color: #000066;
	padding-top: 1px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	cursor:hand;
	border: 1px;
	border-top: 1px;
	border-right: 1px;
	border-left-color: #000066;
	border-bottom-color: #000066;
	border-top-color: #000066;
	border-right-color: #000066;
	border-style: solid; 
	FILTER: alpha(opacity=80); 
}
/* ### "Sub Menu Item Over" - 1st level of subnavigation for 2nd row of main navigation - OnMouseOver*/
.SMIO2  {
	text-decoration:    ;
	background-color: white;	
	color: #006A30 ;
	padding-top: 1px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	cursor:hand;
	border: 1px;
	border-top: 1px;
	border-right: 1px;
	border-left-color: #006A30 ;
	border-bottom-color: #006A30 ;
	border-top-color: #006A30 ;
	border-right-color: #006A30 ;
	border-style: solid; 
	FILTER: alpha(opacity=80); 
}
/* Main Site Navigation ENDS (Top DROPDOWN or Left FLYOUT styles only) */

/* Login Box Text BEGINS */
.AccountLogin {
	color: Black ;
}   
/* ### Signin & Register links - to override the default link settings */
a:link.AccountLogin, a:visited.AccountLogin, a:hover.AccountLogin {
	color:  #000066 ;
	text-decoration:  underline ;
}
/* Login Box Text ENDS */

/* Page Footer BEGINS */
.Footer {
	font-size: 11px ; 
	border-top: 2px solid #CFCFB4 ;
}
/* Page Footer ENDS */


/* GENERAL */
/* ### style for module titles */
.Head   {
	font-family: Verdana, Arial, Helvetica ;
	font-size:  14pt ;
	font-weight:   ;
	color: #CCD5B6 ;
	margin-left : 2px ;
}

/* ### style of subtitles on content-edit and admin pages */
.SubHead    {
	font-family:  ;
	font-size:  11px ;
	font-weight:  bold ;
	color:  #6D3430 ;
}

/* ### module title style used instead of "Head" for compact rendering by QuickLinks modules, Timeoff Admin, Admin pg */
.SubSubHead {
	font-family:  ;
	font-size:  11px ;
	font-weight:  bold ;
	color: black ;
}

/* ### text style used for most text rendered by modules */
.Normal, P, LI, TD, TH, .Message, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, "Times New Roman" ;
	font-size: 10pt ;
	color: #CCD5B6 ;
}
input, textarea, select {
	color: #000000 ;
}

/* ### Error Message style */
.NormalRed {
	font-weight: bold ;
	color: red ;
}
.NormalBold {
	font-weight: bold ;
}

TFOOT, THEAD    {
	font-family:  ;
	font-size:  ;
	color:  #000066 ;
}

/* ### text style for command links used for editing content and site admininstration */
.CommandButton     {
	font-size: 11px ;
	font-weight: normal ;
	margin-right: 2px ;
	margin-top: 2px ;
}
    
/* ### hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	text-decoration:  underline ;
	color: white ;
}

A.CommandButton:visited  {
	text-decoration:  underline ;
	color: white ;
}

A.CommandButton:hover    {
	text-decoration:  underline ;
	color: #CFCFB4 ;
}
    
/* ### content links: We normally use the underline (some exceptions are Main Navigation */

/* GENERIC */
H1  {
	font-family: "Times New Roman", Arial, Verdana, Helvetica, sans-serif ;
	font-size:   ;
	font-weight:  normal ;
	color: #949494 ;
}

H2  {
	font-family: "Times New Roman", Arial, Verdana, Helvetica, sans-serif ;
	font-size:   ;
	font-weight:  normal ;
	color: #949494 ;
}

H3  {
	font-family: "Times New Roman", Arial, Verdana, Helvetica, sans-serif ;
	font-size:  ;
	font-weight:  normal ;
	color:  #949494 ;
}

H4  {
	font-family: "Times New Roman", Arial, Verdana, Helvetica, sans-serif ;
	font-size:   ;
	font-weight:  normal ;
	color:  #949494 ;
}

H5, DT  {
	font-family: "Times New Roman", Arial, Verdana, Helvetica, sans-serif ;
	font-size:   ;
	font-weight:  bold ;
	color:  #949494 ;
}

H6  {
	font-family: "Times New Roman", Arial, Verdana, Helvetica, sans-serif ;
	font-size:   ;
	font-weight:  bold ;
	color:  #949494 ;
}

A:link  {
	text-decoration:  underline ;
	color:  #CFCFB4 ;
}

A:visited   {
	text-decoration:  underline ;
	color:  #CFCFB4 ;
}

A:hover {
	text-decoration:  underline ;
	color:  #CFCFB4 ;
}

SMALL   {
	font-size:  8px ;
}

BIG {
	font-size:  14px ;
}

BLOCKQUOTE, PRE {
	font-family:  Lucida Console, monospace ;
}

/* ### UN-Ordered list styles */
UL LI   {
	list-style-type:  square ;
}

UL LI LI    {
	list-style-type:  disc ;
}

UL LI LI LI {
	list-style-type:  circle ;
}
/* ### Ordered list styles */
OL LI   {
	list-style-type:  decimal ;
}

OL OL LI    {
	list-style-type:  lower-alpha ;
}

OL OL OL LI {
	list-style-type:  lower-roman ;
}

HR {
	color: #CFCFB4 ;
	height:  0pt ;
	text-align:  left;
}

/* MODULE-SPECIFIC */
/* MODULE:  Announcements, Events, Same Page Bookmarks - style of item titles  */
.ItemTitle    {
	font-weight:  bold ;
	color:  #000066 ;
}
/* MODULE:  "Bread Crumbs" text link styles BEGIN */
.BreadCrumbs {
	font-size:  ;
}
    
A.BreadCrumbs:link {
	text-decoration:  underline ;
	color: #6D3430 ;
}
A.BreadCrumbs:visited  {
	text-decoration:  underline ;
	color: #6D3430 ;
}
A.BreadCrumbs:hover    {
	text-decoration:  underline ;
	color: #CFCFB4 ;
}
/* MODULE:  "Bread Crumbs" text link styles END */

/* MODULE:  "Custom Tables" text link styles BEGIN */
.CTHeader {
	font-size:  ;
	font-weight: bold ;
	background: white ;
}

.CTItem, .CTAlternating, .CTSelected {
	font-size:  ;
}

.CTItem  {
	background: white ;
	color: black ;
}

.CTAlternating {
	background: #eeeeee ;
	color: black ;
}
/* MODULE:  "Custom Tables" text link styles END */

/* MODULE:  "Date / Time" styles BEGIN */
.datetime {
	font-size:  ;
	color: #CFCFB4 ;
	font-weight:  ;
	line-height:  ;
}
/* MODULE:  "Date / Time" styles END */

/* MODULE:  Dropdown menu links Title BEGINS */
.DDLLinksTitle {
	font-family: ;
	font-size: ;
	font-weight: bold;
	color: #000066 ;
}
/* Dropdown menu links Title ENDS */

/* MODULE:   "Event" , "Child" & "Master" Calendar styles BEGIN */
/* ### CalendarTitle class - Calendar title bar formatting */
.CalendarTitle td {
	font-size: 11px ;
	color: white ;
	font-weight: bold ;
}
 /* ### CalendarText class - will override all other font styles defined in DayStyle, TodayDayStyle, SelectedDayStyle */
.CalendarText {
	font-size: 10px ;
	color: #CFCFB4 ;
}
 /* ### DayHeaderStyle class - for Day-Of-The-Week labels (Mon, Tues, etc.) */
.DayHeaderStyle {
	color: WHITE ;
	font-weight: bold ;
	background:  black ;
}
/* ### TodayDayStyle class - used when today is NOT the selected date regardless of which month is displayed */
.TodayDayStyle { 
	font-size: 11px ;
	color: #CFCFB4 ;
	font-weight: bold ;
	background:  #DDDDDD ;
}
/* ### DayStyle class - used when date for this month is NOT the selected date */
.DayStyle { 
	font-size: 11px ;
	color: #CFCFB4 ;
	font-weight: normal ;
	background:  white ;
}
/* ### SelectedDayStyle class - used when day for this month IS the selected date, background color is not defined here */
.SelectedDayStyle { 
	font-size: 11px ;
	font-weight: bold ;
}
/* ### WeekendDayStyle class - define background color to override the "Calendar" style for Weekend days  */
.WeekendDayStyle {
	font-size: 11px ;
	color: #CFCFB4 ;
	font-weight: normal ;
	background:  #DDDDDD ;
}
/* ### OtherMonthDayStyle class - define background color to differentiate non-current months from current month */
.OtherMonthDayStyle { 
	font-size: 11px ;
	color: #CFCFB4 ;
	font-weight: normal ;
	background:  #eeeeee ;
}
/* MODULE:   "Event" , "Child" & "Master" Calendar styles END */

/* MODULE:   "XML Data Grid" styles BEGIN */
/* ## Data Grid "Row styles" BEGIN ## */
/* ## HEADER & FOOTER rows  -  NOTE - the class "DGtableHeader" includes formatting for the sortable column header (anchor/link) inside the Header row, both are needed */
.DGtableHeader, .DGtableHeader a {
	background:  #CFCFB4 ;
	font-size:  11pt ;
	font-style:  normal ;
	font-weight:  bold ;
	color:  white ; 
	vertical-align: bottom ;
}
.DGtableFooter {
	background:  #CFCFB4 ;
}

/* ### DATA rows - can be formatted so that ever other row uses different formatting */
.DGrowOdd {
	background:  #EEEEEE ; 
	vertical-align: top ;
}
.DGrowEven {
	background:  white ; 
	vertical-align: top ;
}
/* ## Data Grid "Row styles" END ## */

/* ### Data Grid "Cell TEMPLATE" styles BEGIN - Use these classes if  you wish to override the "Row Styles" above with different styles per column ### */
/* ### STEP 1:  Copy the ".DG#filename" class (including the brackets and everything in between) to the "Cell Styles" section(below)  */
/* ### STEP 2:  Modify the # sign to correspond to the columns in the Data Grid:  0 = first column, 1 = second column, etc.  */
/* ### STEP 3:  Modify the word "filename" in the class to match the actual filename for the Data Grid  */
/* ### STEP 4:  Modify the other properties in the class as desired  */
/* ### STEP 5:  Do  Steps 1-4 for each column formatting you wish to override in your Data Grid  */
.DG#filename {
	font-size: 8pt ;
	font-weight:  ;
	font-style:  normal ;
	color: Black ;
	text-align: left ;
	text-decoration:  none ;
	background-color:  ;
	width: 75px ;
}
/* ### Data Grid "Cell TEMPLATE" styles END ### */

/* ### Data Grid custom (per data grid file) "Cell styles" BEGIN ### */



/* ### Data Grid custom (per data grid file) "Cell" styles END ### */
/* MODULE:   "XML Data Grid" styles END*/

/* MODULE:   "Link with Image" styles BEGINS */
/* ### BUTTON SPACING - spacing between buttons */
.LinkWImageSpacing {
	padding-top: 2px ;
}

/* ### LEFT end of "Link with Image" buttons */
/* ### NOTE:  background images can be uploaded to the server using a Documents module */
.LinkWImageLeft {
	padding: 0px ;
	background-image: url(images/buttonBgLeft.gif) ;
	background-repeat: no-repeat ;
	width: 7px ;
	height: 23px ;
}

/* ### MIDDLE section of "Link with Image" buttons */
td.LinkWImage  {
	padding-top: 2px ;
	padding-bottom: 4px ;
	padding-left: 0px ;
	padding-right: 0px ;
	cursor: hand ;
	background-image: url(images/buttonBg.gif) ;
	background-repeat: repeat-x ;
	width: 120px ;
	text-align: center ; 
}

a.LinkWImage  {
	font-family: Verdana ;
	font-size: 11px ;
	line-height: 10px ;
	font-weight: bold ;
	text-transform: uppercase ;
}

a:link.LinkWImage  {
	color: #FFFFFF ;
	text-decoration: none ;
}

a:visited.LinkWImage  {
	color: #FFFFFF ;
	text-decoration: none ;
}

a:hover.LinkWImage  {
	color: #DDDDDD ;
	text-decoration: underline ;
}


/* ### RIGHT end of "Link with Image" buttons */
.LinkWImageRight {
	padding: 0px ;
	background-image: url(images/buttonBgRight.gif) ;
	background-repeat: no-repeat ;
	width: 7px ;
	height: 23px ;
}
/* MODULE:   "Link with Image" styles ENDS */

/* MODULE:   "Survey" styles BEGIN*/
.SurveyQuestion  {
	color: #CFCFB4 ;
}

/* ### SurveyPanel class is used in the survey results */
.SurveyPanel  {
	color: red ;
	background-color: #dddddd ;
}

/* ### radio button text styles BEGIN*/
.SurveyOption  {
	color: black ;
}
/* ### radio button text styles END*/
/* ### Submit link text styles BEGIN*/
a.SurveyButton  {
	color:  ;
	font-weight: bold ;
}
/* ### Submit link text styles END*/
/* MODULE:   Survey styles END*/

/* MODULE:  "Search" page styles BEGIN */
/* ### "hightlight" class will format the word(s) searched in the search results */
.highlight {
	font-weight : bold;
	color : Black;
}

A.resultLink:link  {
	text-decoration:  underline ;
	color:  #CFCFB4 ;
}

A.resultLink:visited   {
	text-decoration:  underline ;
	color:  #CFCFB4 ;
}

A.resultLink:hover {
	text-decoration: underline ;
	color: #006A30 ;
}

.resultTitle {
	font-weight : bold;
	font-size:  12pt ;
}

.resultType {
	color : Silver;
}

.resultNone {
	color : Red;
}
/* MODULE:  "Search" page styles END */

.pnlContent {
    text-align: left;
}

/* MODULE:   "Calendar List" styles BEGIN */
.CalListTable {
        border-collapse: collapse ;
}

.CalListTable td {
        padding-left: 5px ;
        padding-right: 5px ;
        padding-top: 2px ;
        padding-bottom: 2px ;
}

/* ## HEADER row  */
.CalListHR  {
        background:  #5D2526 ; 
        color:  #CCD5B6 ;
        font-weight: bold ; 
        vertical-align: bottom ;
}

/* ### DATA rows - can be formatted so that ever other row uses different formatting */
.CalListItemRow td {
	background:  white ; 
	vertical-align: top ;
             color: #000000 ;
}
.CalListAltItemRow td {
	background:  #D9E2C3 ; 
	vertical-align: top ;
             color: #000000 ;
}
/* MODULE:   "Calendar List" styles END*/



