﻿@import "../baseStyle_20091203.css";
@import "../jquery-ui-1.7.1.custom_redmond.css";


.ui-widget {
	font-size:1em;	
}

.main, .mainCustomise {
	background: url("images/MainBG.gif") repeat-y top left;
}
.mainCustomise 
{
	background: url("images/MenuBG.gif") repeat-y top left;
}
#menuSection {
	background-color: transparent;
}

#mainBanner 
{
    height:70px;
	background: url("images/BannerBG.jpg") no-repeat center right;
}
#mainBannerLogo 
{
    height:70px;
	width: 320px;
	margin-left:20px;
	background: url("images/ihrsbanner.png") no-repeat center left;
}

.mainBannerRight a {
	font-weight: bold;
}
.mainBannerRight a:hover {
	color: #000;
}

.mainBannerRight, .mainBannerRight a {
	color:#FFA400;
}

#mainHeader 
{
    height:18px;
	background-color:#000000;
}
#mainMenu{
	background-color:transparent;
}

#mainFooter {
	border: 0px;
	background: #fff url("images/footerBG.gif") no-repeat top right;	
	padding-top:30px;
}

.mainFooterLeft {
	color:#000;
	font-weight:bold;
}
#mainFooterVersion{
	color: #ECECEC;
}
.mainFooterRight, .mainFooterRight a {
	color:#fff;
}
.mainFooterRight a:hover {
	color:#000;
}


ul.SubMenuList li a,
ul.SubMenuList li a:active {
	color: #7F0707;
	font-weight:bold;
}
ul.SubMenuList li a:hover{
	color: #2E6E9E;
}

td.login_sidepanel, div.login_sidepanel {
	background: url("images/sideBG.jpg") no-repeat top left;	
	padding-left: 20px;
}





