/* ================================
    CSS STYLES FOR PORTAL 
    v4.0, 03/2007
   ================================
*/   


/* Page Header BEGINS */
/* ### background color for the header at the top of the page  */
.HeadBg {
}
td.headLogo {
	width:  75%;
	padding-top: 45px ;
	padding-right: 40px ;
	padding-bottom: 35px ;
	padding-left: 20px ;
}
/* ### style for the text of the site title - not visible by default */
.SiteTitle {
}

.Welcome { 
	font-size: 11px ;
	font-weight: normal ;
	color:  #787878 ; 
} 

/* ### text style for the site links (at extreme top-right of header) */
td.SiteLink {
}
.SiteLink {
	font-size: 11px ;
	font-weight: bold ;
}
/* ### hyperlink style for the site links */
A.SiteLink:link, A.SiteLink:visited, A.SiteLink:hover  {
	text-decoration:  none ;
	color: #787878 ;
}
A.SiteLink:hover    {
	text-decoration:  underline ;
}

/* ### style for separator between site links */
.Accent {
	color: #BBBBBB ;
	font-weight:  bold ;
}
#trAdmin td, #trAdmin select {
	font-size: 11px ;
	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: #C1C4B1 ;
	margin: 0px;
}
table.tableMain {
	background-color: #F0CB68 ;
	background-image: url(images/contentBg.gif); 
	background-repeat: repeat-x; background-position: 0px 0px ;
}
.tableContent  {
}
/* 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 {
	border-right: 0px solid #DDDDDD ;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* ### LEFT Column */
#tdLeftPane {
	background-color: black ;
	background-image: url(images/borderTopLeft.gif);
	background-repeat: no-repeat;
	background-position: -1px 0px ;
	border-right: 0px solid #DDDDDD ;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 0% ;
	/*display: none ;*/
}
/* ### LEFT Column Content - "padding" adjusts spacing between columns & around content */
#LeftPane {
	background-image: url(images/leftpaneBg.jpg);
	background-repeat: no-repeat;
	background-position: -1px 0px ;
	border-right: 0px solid #DDDDDD ;
	padding-left: 10px;
	padding-right: 15px;
	padding-top: 260px;
	padding-bottom: 20px;
}
/* ### MIDDLE Column - "padding" adjusts spacing between columns & around content */
#ContentPane {
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 20px; 
	height: 300px ; 
	width: 100% ;
}
/* ### RIGHT Column - "padding" adjusts spacing between columns & around content */
#RightPane {
	border-left: 0px solid #AAAAAA ;
	padding-left: 10px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 20px;
	width: 75px ;
}
/* Page Background ENDS */

/* Main Site Navigation BEGINS - for Left & Top, Left Only or Top Only navigation styles */
#Header_trNav {
}
td.navBar {
	background-color : Black;
	padding: 2px ;
	vertical-align: middle ; width: 100% ;
}
/* ### background/border colors for the selected & unselected pages */
.PageBg, .OtherPagesBg {
	height: 1px ;
	border-right: 0px solid white ;
}

/* ### text style for the selected page */
.SelectedPage {
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 1px;
	padding-left: 20px;
	padding-right: 20px;
	cursor: pointer ;
	vertical-align: top;
}

/* ### text style for the selected page */
a.SelectedPage:link, a.SelectedPage:visited {
	text-decoration:  none ;
	color: #FFFFFF;
}
a.SelectedPage:hover {
	text-decoration:  underline ;
	color: #0000FF ;
}

/* ### 12/20/02 added SubLinks */
/* ### text style for the selected page SUB LINKS*/
.SubLinks {
	font-weight: normal ;
	margin-left:  15px ;
}

/* ### text style for the unselected pages */
.OtherPages {
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 1px;
	padding-left: 20px;
	padding-right: 20px;
	cursor: pointer ;
	vertical-align : top;
}

/* ### hyperlink styles of the unselected pages */
A.OtherPages:link, A.OtherPages:visited    {
	text-decoration:  none ;
	color: #FFFFFF;
}
A.OtherPages:hover   {
	text-decoration:  underline ;
	color: #0000FF ;
}
/* 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-size: 11px;
	font-weight: bold;
} 
/* ### "Menu Item" - 1st level main navigation */
.MI  {
	border-right: 0px solid white ;
	color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer ;
	text-align: center;
	width:  ;
}
/* ### "Menu Item Over" - 1st level main navigation - OnMouseOver */
.MIO {
	text-decoration:  none ;
	border-right: 0px solid white ;
	color: #3D6AAE;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer ;
	text-align: center;
	width:  ;
}

/* ### "Sub Menu Item" - 1st level of subnavigation for 1st row of main navigation  */
.SMI  {
	background-color: #3D6AAE ;
	color: #000000 ;
	padding-left: 10px;
	padding-right: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor:hand;
	border-left: 1px solid #3D6AAE ;
	border-top:  1px solid #3D6AAE ;
	border-right:  1px solid #3D6AAE ;
	border-bottom: 1px solid #3D6AAE ;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.0 ; 
}

/* ### "Sub Menu Item Over" - 1st level of subnavigation for 1st row of main navigation - OnMouseOver*/
.SMIO  {
	background-color: #3D6AAE ;
	color: #FFFFFF ;
	padding-left: 10px;
	padding-right: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor:hand;
	border-left: 1px solid #3D6AAE ;
	border-top: 1px solid #3D6AAE ;
	border-right: 1px solid #3D6AAE ;
	border-bottom: 1px solid #3D6AAE ;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.0 ;
}
/* ### Flyout & Top Only left border image */
#Header_ctl03_M1g1, #Header__ctl2_dlPages {
	height: 1px ;
	border-left : 0px solid white ; 
	/*width: 100% ;*/
}
td.nr {
	height: 1px ;
	border-right : 0px solid white ;
}
/* ### Sub Nav Right arrow - additional subnavigation indicator */
td.snr {
	width: 0px ;
	padding-right: 0px ;
}
td.snr img {
}
/* Main Site Navigation ENDS (Top DROPDOWN or Left FLYOUT styles only) */


/* Page Footer BEGINS */
.Footer {
	height: 50px ;
	padding-left: 15px ;
	padding-right: 15px ;
	color: #666666 ;
	font-size: 10px ;
	text-align: center;
                     line-height: 20px ;
}
.Footer a:link,  .Footer a:visited, .Footer a:hover, {
	color:#666666 ; 
	text-decoration: none ;
	padding: 3px ;
}
.Footer a:hover {
	color:#666666;  
	text-decoration: underline ;
}
/* Page Footer ENDS */


/* GENERAL */
/* ### style for module titles */
.Head   {
	font-family:  Arial, Tahoma, Helvetica, sans-serif ;
	font-size:  20px ;
	font-weight:  bold ;
	color: #666666 ;
}

/* ### style of subtitles on content-edit and admin pages */
.SubHead    {
	font-weight:  bold ;
	color:  #000000 ;
}

/* ### module title style used instead of "Head" for compact rendering by QuickLinks modules, Timeoff Admin, Admin pg */
.SubSubHead {
	font-size:  10pt ;
	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:  Arial, Tahoma, Helvetica ;
	font-size: 12px ;
}
#ContentPane .Normal, #ContentPane P, #ContentPane LI, #RightPane .Normal, #RightPane P, #RightPane LI {
	letter-spacing: 0px ;
	word-spacing:  0px ;
	line-height: 18px ;
}
/* ### Error Message style */
.NormalRed {
	font-weight: bold ;
	color: red ;
}
.NormalBold {
	font-weight: bold ;
}
#RightPane .Normal, #RightPane P, #RightPane LI, #RightPane TD {
	color:  #787878 ;
	font-size: 12px ;
}

input, textarea, select {
	/*background-color: #FFFFFF ;*/
}

TFOOT, THEAD    {
	font-family: Arial, Verdana, Helvetica, sans-serif ;
	font-size:   ;
	color:  #000000 ;
}

/* ### text style for command links used for editing content and site admininstration */
.CommandButton     {
	font-size: 11px ;
}
    
/* ### hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link, A.CommandButton:visited, A.CommandButton:hover  {
	text-decoration:  underline ;
	color: #0000FF ;
}
A.CommandButton:hover    {
	color: #BBBBBB ;
}

/* ### content links: We normally use the underline (some exceptions are Main Navigation */
A:link, A:visited, A:hover   {
	text-decoration:  underline ;
	color:  #666666 ;
}
A:hover {
	text-decoration:  none ;
}

#LeftPane td.OLBlink {
	background-image: url(../../Uploads/OLBbutton.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #3D6AAE ;
	width: 131px ;
	height: 42px ;
	text-align: center ;
	font-size: 14px ;
	font-weight : bold; border: 0px ;
}
.OLBlink :link, .OLBlink :visited, .OLBlink :hover {
	color: #3D6AAE ;
	text-decoration: none ;
}
.OLBlink :hover {
	color: #3D6AAE ;
	text-decoration: underline;
}
#LeftPane .leftNav, .leftNav :link, .leftNav :visited, .leftNav :hover {
	color: #FFFFFF;
	font-size: 14px ;
	text-decoration: none ;
}

/* LeftPane "Section" navigation BEGINS */
.secTitle, .secSubTitle, .secLinks, .contactus {
	text-align: right ;	
}
.secTitle, .secSubTitle, .contactus {
	font-weight : bold; 
}
.secTitle, .secTitle :link, .secTitle :visited, .secTitle :hover  {
	color: #f2d380 ;
	text-decoration: none ;
	font-size: 16px ;margin-top: 20px ; margin-bottom: 20px ;
}
.secSubTitle, .secSubTitle :link, .secSubTitle :visited, .secSubTitle :hover {
	color: #f2d380 ;
	text-decoration: none ;
	margin-top: 15px ; margin-bottom: 15px ;
}

.contactus, .contactus :link, .contactus :visited, .contactus :hover {
	color: #f0cb68;
	text-decoration: none ;
	margin-top: 25px ; margin-bottom: 15px ;
}
.contactus, .contactus :hover {
	color: #f0cb68;
	text-decoration: underline;
	margin-top: 25px ; margin-bottom: 15px ;
}

/* LeftPane "MAIN Page" in each Section  */
#MainPage .secSubTitle, #MainPage .secSubTitle :link, #MainPage .secSubTitle :visited, #MainPage .secSubTitle :hover {
	color: #FFFFFF ;
	margin-top: 5px ; margin-bottom: 10px ;
}
.secSubTitle, .secLinks {
	font-size: 12px ; 
}
.secSubTitle {
}
.secLinks, .secLinks :link, .secLinks :visited, .secLinks :hover {
	color: #FFFFFF ;
	margin-top: 0px ; margin-bottom: 0px ;
	text-decoration: none ;
	display: block ;
}
#MainPage .secLinks {
	display: none ; /* HOME page & MAIN Section pages*/
}
.secTitle :hover, .secSubTitle :hover, .secLinks :hover {
	text-decoration: underline ;
}
/* LeftPane section navigation BEGINS */

#RightPane .blueLink :link, #RightPane .blueLink :visited, #RightPane .blueLink :hover {
	color: #3D6AAE;
	text-decoration: none ;
	font-style: italic;
	font-weight: bold;
}
#RightPane .blueLink :hover {
	text-decoration: underline ;
}
#ContentPane .blueLink :link, #ContentPane .blueLink :visited, #ContentPane .blueLink :hover {
	color: #3D6AAE;
	text-decoration: none ;
	font-style: italic;
	font-weight: bold;
}
#ContentPane .blueLink :hover {
	text-decoration: underline ;
}

BLOCKQUOTE, PRE {
	font-family:  Lucida Console, monospace ;
}

/* ### UN-Ordered list styles */
UL LI   {
}
UL LI LI    {
}
UL LI LI LI {
}
/* ### 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: #DDDDDD ;
	height:  1pt ;
	text-align:  left;
}

/* MODULE-SPECIFIC */
/* MODULE:  Announcements, Events, Same Page Bookmarks - style of item titles  */
.ItemTitle    {
	font-weight:  bold ;
	color:  #000000 ;
}
/* MODULE:  "Bread Crumbs" text link styles BEGIN */
.BreadCrumbs, A.BreadCrumbs:link, A.BreadCrumbs:visited, A.BreadCrumbs:hover    {
}
/* MODULE:  "Bread Crumbs" text link styles END */

/* MODULE:  "Custom Tables" text link styles BEGIN */
.CTHeader {
	font-weight: bold ;
	background: white ;
}

tr.CTItem td, tr.CTAlternating td, tr.CTSelected td {
}

.CTItem  {
	background: white ;
	color: black ;
}

.CTAlternating {
	background: #eeeeee ;
	color: black ;
}
/* MODULE:  "Custom Tables" text link styles END */

/* MODULE:  "Date / Time" styles BEGIN */
.datetime {
	color: #000000 ;
	font-weight: bold ;
}
/* MODULE:  "Date / Time" styles END */

/* MODULE:  Dropdown menu links Title BEGINS */
.DDLLinksTitle {
	font-weight: bold;
	color: #000000 ;
}
/* Dropdown menu links Title ENDS */

/* MODULE:   "Event" , "Child" & "Master" Calendar styles BEGIN */
/* ### CalendarTitle class - Calendar title bar formatting */
.CalendarTitle td {
	font-size:  10pt ;
	color: #666666 ;
	font-weight: bold ;
}
 /* ### CalendarText class - will override all other font styles defined in DayStyle, TodayDayStyle, SelectedDayStyle */
.CalendarText {
	font-size: 10px ;
	color: #3D6AAE ;
}
 /* ### 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 ;
	background:  #DDDDDD ;
}
/* ### DayStyle class - used when date for this month is NOT the selected date */
.DayStyle { 
	font-size: 11px ;
	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 ;
	background:  #DDDDDD ;
}
/* ### OtherMonthDayStyle class - define background color to differentiate non-current months from current month */
.OtherMonthDayStyle { 
	font-size: 11px ;
	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:  #000000 ;
	font-size:  11pt ;
	font-style:  normal ;
	font-weight:  bold ;
	color:  white ; 
	vertical-align: bottom ;
}
.DGtableFooter {
	background:  #000000 ;
}

/* ### 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 ;
	color: Black ;
	text-align: left ;
	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(/skins/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(/skins/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, 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(/skins/images/buttonBgRight.gif) ;
	background-repeat: no-repeat ;
	width: 7px ;
	height: 23px ;
}
/* MODULE:   "Link with Image" styles ENDS */

/* MODULE:   "Survey" styles BEGIN*/
.SurveyQuestion  {
	color: #000000 ;
}

/* ### 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  {
	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, A.resultLink:visited, A.resultLink:hover {
}
.resultTitle {
	font-weight : bold;
}
.resultType {
	color: #3D6AAE ;
}
.resultNone {
	color : Red;
}
/* MODULE:  "Search" page styles END */

.pnlContent {
    text-align: left;
}
#LeftPane .pnlContent {
    width: 170px ;
}
#RightPane .pnlContent {
	border-left: 1px solid #666666 ;
	padding-left: 10px ;
}


/* Login Box Text BEGINS */
td.AccountLogin   {
	color: #FFFFFF ;
	text-align: left;
}
/* ### Signin & Register links - to override the default link settings */
a:link.AccountLogin, a:visited.AccountLogin, a:hover.AccountLogin {
	text-decoration:  underline ;
}
/* Login Box Text ENDS */

.row0  {
    font-weight:bold;
    background-color: #EEEEEE ;
    vertical-align:  bottom ;
}
/* table data ODD # rows */
.row1 {
	background-color: #FFFFFF ;
}
/* table data EVEN # rows */
.row2 {
	background-color: #EEEEEE ;
}

#LeftPane HR {
    display: none ;
}















































