﻿/* CSS Document */

.colbackground { /* Grey Background Color of first two columns */
	BACKGROUND-COLOR: #f0f0f0;
}
.tableheaderred { 
	BACKGROUND-COLOR: #990000;
}
.tableheadergrey { 
	BACKGROUND-COLOR: #069; /* #666666  */
	padding:6px 0px 6px 10px;
	 border:1px solid #999;
	 FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	COLOR: #ffffff; 
	FONT-FAMILY: Arial, sans-serif;
}
.tableheadergreen { 
	BACKGROUND-COLOR: #336633;
}
.tableheaderblue { 
	BACKGROUND-COLOR: #006699;
	PADDING: 3px 5px 2px 5px;
}
.whtitle { /* Table Header White */
	FONT-WEIGHT: bold; 
	FONT-SIZE: 1.2em; 
	COLOR: #ffffff; 
	FONT-FAMILY: Arial, sans-serif;
}
.whatsnew { /* any text in a box */
	FONT-SIZE: 11px; 
	COLOR: #000000; 
	FONT-FAMILY: Verdana, sans-serif;
	BORDER: 1px solid #cccccc;
}
.text {
	FONT-SIZE: 11px; 
	COLOR: #000000; 
	FONT-FAMILY: Verdana, sans-serif
}
A.text:link, A.text:visited  {
	FONT-SIZE: 11px; 
	COLOR: #990000; 
	FONT-FAMILY: Verdana, sans-serif; 
	TEXT-DECORATION: none;
}
A.text:hover {
	FONT-SIZE: 11px; 
	COLOR: #990000; 
	FONT-FAMILY: Verdana, sans-serif; 
	TEXT-DECORATION: underline;
}
 li {
	LIST-STYLE-TYPE: square;
}
.highlights li { /* used in home page in Highlights box */
	MARGIN: 8px 0px 0px 10px;
	LINE-HEIGHT: 14px;
	LIST-STYLE-POSITION: outside;
}
h3 {
	MARGIN:10px 0 10px 0; 
}
.training h3, .training h4 { /* green */
	COLOR: #336633; 
}
.benefits h3, .benefits h4 { /* blue */
	COLOR: #006699; 
}
.forms h3, .forms h4 { /* grey */
	COLOR: #333; 
}
.training ul { /* used in video listing */
	MARGIN-TOP:-14px; 
}
#winners td {  /* used in employee_recognition_awards_lunch1.cfm */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
}

div #hrbanner { /* used in pages with blue banner/ boyden on right 
background-color: #6699cc; 
background: url(/HR/images/homepage_banner800.jpg); 
height:100px; 
repeat: no-repeat; */
}
#hrbanner h1 { /* used in pages with blue banner/ boyden on right 
color:#FFFFFF; 
padding:20px 0px 0px 10px;
font-family:"Times New Roman", serif; */
}
