/* portal_hrms.css */
/*********************BANNER*********************************/
.TblBanner
{
/*	background-image:url(images/banner/Banner1.gif);*/
/*background-repeat:repeat-x;
background-image:url(images/banner/CorpBG_Gradient_02.gif);*/
}

/* background color for special modules  */
/* should match the <body> tag to look contiguous */
.ModuleBg {
}

/* Question header  */
.QuestionHeader {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #66cccc;
}

/* Question SubHeader  */
.QuestionSubHeader {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #6699cc;
}

/* Question Text  */
.QuestionText {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
}

/* Copyright Text  */
.Copyright
{
	font-size: 7pt;
	color: #663399;
	font-family: Verdana;
	background-color: white;
	text-align: center;
}

A.Copyright:link {
	text-decoration: none;
	color: #663399;
}

A.Copyright:visited {
	text-decoration: none;
	color: #663399;
}

A.Copyright:active {
	text-decoration: none;
	color: #663399;
}

A.Copyright:hover 
{
	text-decoration:underline;
	color: #663399;
}



/* ================================
    CSS STYLES FOR IBUYSPY PORTAL 
    v1.0, 01/2001
   ================================
*/

/* background color for the content part of the pages */
Body 
{
	margin-top:3PX;
	background-color: white;
	scrollbar-face-color: LightSteelBlue;
    scrollbar-shadow-color: darkgrey;
    scrollbar-arrow-color:LightSteelBlue;
}

/* PAGE BACKGROUND */
/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle
{
	background-image: URL(Custom_SpaPace/ResolutionSpa_Logo2.png);
	font-weight: bold;
	font-size: x-large;
	color: #330033;
	text-indent: 20px;
	font-family: Lucida Calligraphy, Tempus Sans ITC, Verdana Bold, Helvetica, sans-serif;
}

/* background color for the header at the top of the page
	background-color: #004a6d;
	background-color: #669966;
*/
.HeadBg {
	/*background-image: url(images/spa/resolutionBanner.jpg);*/
	background-repeat: repeat-x;
}

/* used for banner images - background image */
/* background-color: #669966; */
.SiteTitleBG
{
	font-weight: bold;
	font-size: 20px;
	font-family: Verdana Bold, Helvetica, sans-serif;
	height: 80px;
	color: #669966;
}

/* ******************************************************/
.SubTabs
{
	
	cursor:hand;
	background-image: url(../../images/banner/SelSubTabCenter.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	font-weight: bold;
	height:24px;
	margin: 0px, 0px, 0px, 0px;
	padding: 0px, 0px, 0px, 0px;
}

.TblSelectedSubTab
{
	cursor:hand;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color:White;
	font-size: 11px;
	height:24px;
	padding-top:0px;
	background-image: url(../../images/banner/SelSubTabCenterDark2.gif);
	background-repeat: repeat-x;
}

.SelectedSubTab
{
	cursor:hand;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color:White;
	font-size: 11px;
	height:24px;
	padding-top:5px;
	background-image: url(../../images/banner/SelSubTabCenterDark2.gif);
	background-repeat: repeat-x;
	/*background-color: #0D7FB1;
	background-color: #006699;
*/
}

A.SelectedSubTab:link {
	text-decoration: none;
	color:White;
}

A.SelectedSubTab:visited {
	text-decoration: none;
	color: White;
}

A.SelectedSubTab:active {
	text-decoration: none;
	color: White;
}

A.SelectedSubTab:hover 
{
	text-decoration:none;
	color: White;
	/*background-image: url(images/SubTabs1/SelSubTabCenterDark.gif);
	background-repeat: repeat-x;*/
}

.OtherSubTabs
{
	cursor:hand;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color:White;
	font-size: 11px;
	height:24px;
	padding-top:5px;
}

A.OtherSubTabs:link {
	text-decoration: none;
	color:White;
}

A.OtherSubTabs:visited 
{
	color: White;
	text-decoration: none;
}

A.OtherSubTabs:active 
{
	color: White;
	text-decoration: none;
}

A.OtherSubTabs:hover 
{
	text-decoration: none;
	color: White;
	background-image: url(../../images/banner/SelSubTabCenterLight.gif);
	background-repeat: repeat-x;
}

.TabCellBg
{
	background-color: #96540E;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

/* text style for the unselected tabs
*/
.OtherTabs
{
	/*background-image: url(images/topgrad.gif);*/
	cursor:hand;
	height:24px;
	background-image: url(../../images/banner/TabCenter.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	font-weight: bold;
	margin: 0px, 0px, 0px, 0px;
	padding: 6px, 0px, 0px, 0px;
	vertical-align:baseline;
	border-bottom:none, 2, black;
}

.TblOtherTabs
{
	/*background-image: url(images/topgrad.gif);*/
	cursor:hand;
	height:24px;
	background-image: url(../../images/banner/TabCenter.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	
	text-decoration:none;
	font-weight: bold;
	margin: 0px, 0px, 0px, 0px;
	padding: 0px, 0px, 0px, 0px;
	vertical-align:baseline;
	border-top:none, 0px, black;
	border-bottom:none, 2, black;
}

A.OtherTabs:link {
	text-decoration: none;
	background-image:none;
}

A.OtherTabs:visited {
	text-decoration: none;
	background-image:none;
}

A.OtherTabs:active {
	text-decoration: none;
	background-image:none;
}

A.OtherTabs:hover 
{
	background-image:none;
	text-decoration:none;
	/*color: LightSteelBlue;*/
	color: SteelBlue;
}

.TblSelectedTab
{
	cursor:hand;
	height:26px;
	background-image: url(../../images/banner/SelTabCenter.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Helvetica, sans-serif;
	color: White;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
	margin: 0px, 0px, 0px, 0px;
	padding: 0px, 0px, 0px, 0px;
	border: 0px, 0px, 0px, 0px;
	vertical-align:baseline;
	border-bottom:none, 2, black;
}

.SelectedTab
{
	cursor:hand;
	height:26px;
	background-image: url(images/Tabs5/SelTabCenter.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Helvetica, sans-serif;
	color: White;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
	margin: 0px, 0px, 0px, 0px;
	padding: 6px, 0px, 0px, 0px;
	border: 0px, 0px, 0px, 0px;
	vertical-align:baseline;
	border-bottom:none, 2, black;
}

A.SelectedTab:link {
	text-decoration: none;
	background-image:none;
}

A.SelectedTab:visited {
	text-decoration: none;
	background-image:none;
}

A.SelectedTab:active {
	text-decoration: none;
	background-image:none;
}

A.SelectedTab:hover 
{
	background-image:none;
	text-decoration:none;
	color: White;
}

/**********************	HRMS NAVIGATION LINK  ***********************/
.HrmsNavLinks
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color:Black;
	padding: 0px 0px 0px 0px;
}

.expertlink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	border:solid 0px lightblue;
	padding: 2px 2px 2px 2px;
}

a.expertlink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color:Black;
	border: solid 1px lightblue;
	text-decoration: none;
	padding: 2px 2px 2px 2px;
	width: 95%;
}

A.expertlink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: Black;
	border: solid 0px Transparent;
	text-decoration: none;
	padding: 3px 3px 3px 3px;
}

A.expertlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color:Black;
	/*background-color:Transparent;*/
	border:none 0px Transparent;
	text-decoration: none;
	padding: 3px 3px 3px 3px;
}

A.expertlink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color:Black;
	border:none 0px Transparent;
	text-decoration: none;
	padding: 3px 3px 3px 3px;
}

a.expertlink:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color:Black;
	background-color:ghostwhite;
	border:solid 1px lightblue;
	text-decoration: none;
	padding: 2px 2px 2px 2px;
	width: 95%;
}

/* ****************************************************** */

/* text style for the site links (at extreme top-right of header) */
.SiteLink {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/* hyperlink style for the site links */
A.SiteLink:link {
	text-decoration: none;
	color: white;
}

A.SiteLink:visited {
	text-decoration: none;
	color: #eeeeee;
}

A.SiteLink:active {
	text-decoration: none;
	color: #eeeeee;
}

A.SiteLink:hover {
	text-decoration: underline;
	color: white;
}

/* text style for the site links (at extreme top-right of header) */
.SiteLinkBanner {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: darkblue;
}

/* hyperlink style for the site links */
A.SiteLinkBanner:link {
	text-decoration: none;
	color: darkblue;
}

A.SiteLinkBanner:visited {
	text-decoration: none;
	color: darkblue;
}

A.SiteLinkBanner:active {
	text-decoration: none;
	color: darkblue;
}

A.SiteLinkBanner:hover {
	text-decoration: underline;
	color: darkblue;
}


/* style for separator between site links */
.Accent
{
	font-weight: bold;
	color: darkmagenta;
}


/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */
.Message {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-size: 12px;
	background-color: #eeeeee;
}

/* style of item titles by Announcements and events */
.ItemTitle {
	font-weight: bold;
	font-size: 12px;
	color: darkslateblue;
	font-family: Verdana, Helvetica, sans-serif;
}



/* GENERAL */
/* style for module titles */
.Head {
	font-weight: bold;
	font-size: 16px;
	color: #009999;
	/*color:Red;*/
	font-family: Verdana, Helvetica, sans-serif;
}

/* style of item titles on edit and admin pages */
.SubHead {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: darkslateblue;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
}

/* text style used for most text rendered by modules */
.Normal {
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	font-family: Verdana, Helvetica, sans-serif;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.NormalRed {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: red;
}

.NormalBold {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	text-decoration: underline;
	color: darkslateblue;
}

A.CommandButton:visited {
	text-decoration: underline;
	color: darkslateblue;
}

A.CommandButton:active {
	text-decoration: underline;
	color: darkslateblue;
}

A.CommandButton:hover {
	color: blue;
	text-decoration: underline;
}



/* GENERIC */
TABLE {
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}



H1 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #666644;
}

H2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #666644;
}

H3 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: darkslateblue;
}

H4 {
	font-family: Verdana, Helvetica, sans-serif;
	/*font-size: 12px;
	font-weight: normal;
	color: darkslateblue;
	color:#009999;
	*/
	font-size: 17px;
	 color:Black;
	font-weight:bold;
}

H5, DT {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: darkslateblue;
}

H6 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: darkslateblue;
}

TFOOT, THEAD {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: darkslateblue;
}

TH {
	vertical-align: baseline;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: darkslateblue;
}



SMALL {
	font-size: 8px;
}

BIG {
	font-size: 14px;
}

BLOCKQUOTE, PRE {
	font-family: Lucida Console, monospace;
}


UL LI {
	list-style-type: square;
}

UL LI LI {
	list-style-type: disc;
}

UL LI LI LI {
	list-style-type: circle;
}

OL LI {
	list-style-type: decimal;
}

OL OL LI {
	list-style-type: lower-alpha;
}

OL OL OL LI {
	list-style-type: lower-roman;
}

HR {
	border-style:dotted;
	border-color: olive;
	height: 1px;
	text-align: left;
}


/* styles for moreover */
.morehl {
	font-weight: bold !important;
	font-size: 11px !important;
	color: teal;
	font-style: normal !important;
	font-family: Geneva, Arial, sans-serif !important;
	text-decoration: underline !important;
}

A:link.morehl, A:vlink.morehl, A:alink.morehl {
	color: teal !important;
}

.moresrc {
	font-family: Geneva, Arial, sans-serif !important;
	font-size: 11px !important;
	color: teal !important;
	font-weight: normal !important;
	font-style: normal !important;
	text-decoration: none !important;
}

A:link.moresrc, A:vlink.moresrc, A:alink.moresrc {
	color: teal !important;
}

.moreti {
	font-family: Geneva, Arial, sans-serif;
	font-size: 11px;
	color: teal;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.morehlt {
	font-family: Geneva, Arial, sans-serif;
	font-size: 11px;
	color: teal !important;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

A:link 
{
	text-decoration: none;
	color: darkslateblue;
}

A:visited {
	text-decoration: none;
	color: darkslateblue;
}

A:active {
	text-decoration: none;
	color: darkslateblue;
}

A:hover {
	text-decoration: underline;
	color: darkslateblue;
}
