/* iPAC 2.0 CSS Document */
/*=======================*/

/*Start of Overall Styles*/
body {
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #CCCCCC;
	line-height: 1em;
	font-size: 90%;
}

p, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	color: 000;
}
a{
	font-size:100%;
}
a:hover{
	color: red;
	font-size:100%;
}
h1{
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	padding: 5px 0;
}
h2{
	font-size: 125%;
	font-weight: bold;
	font-style: italic;
}
h3{
	padding: 5px 0;
	line-height: 20px;
	font-size: 100%;
	font-weight: bold;
}
body.AWC h3{
	padding: 0;
	font-size: 100%;
	font-weight: bold;
}
h4{
	font-size: 100%;
	color: green;
}
h5{
	font-size: 75%;
	font-weight: lighter;
}
h6{
	padding: 5px 0;
	font-size: 100%;
	color: red;
}
h7{
	font-size: 100%;
	font-weight: bold;
	color: white;
}
h8{
	color: red;
	font-size: 125%;
	font-weight: bold;
	font-style: italic;
}
#redtxt{
	color: red;
}
#greentxt{
	color: green;
}

#AllignRt{
	text-align: right;
}
#AllignCtr{
	text-align: center;
}
#input{
	padding: 3px;
	margin: 3px;
}

.style1 input[type="text"]{
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid grey;
	border-top: 1px solid grey;
	padding: 3px;
	margin: 0px;
}
input[type="checkbox"]{
	margin: 0 5px;
}
#input.btn{
	color: #FFFFFF;
	backround:
}
td{
padding: 0 5px;
}
.Rt{
	text-align: right;
}
.Lft{
	text-align: left;
}
.txtcenter{
	text-align: center;
}
.middle{
	align: center;
	vertical-align: center;
}
.topcenter{
	vertical-align: top;
	text-align: center;
}
.tdTopRt{
	vertical-align: top;
	text-align: right;
}
.tdTopLft{
	vertical-align: top;
	text-align: left;
}
.tdTopLftborder{
	vertical-align: top;
	text-align: left;
	border: 1px solid #0A1F62;
}
.center{
	align: center;
	text-align: center;
}
.txtcenter{
	text-align: center;
}
.border{
	border: 5px solid #0A1F62;
}
.smallerText{
	font-size: 75%;
	font-weight: lighter;
}
fieldset {
	border: 1px solid #0A1F62;
	border-right: 2px solid #0A1F62;
	border-bottom: 2px solid #0A1F62;
}
fieldset legend{
	line-height: 20px;
	background-color: #DDDDDD;
	border: 1px solid #0A1F62;
	border-right: 2px solid #0A1F62;
	border-bottom: 2px solid #0A1F62;
	padding: 2px 5px;
	font-weight: bold;
	font-size: 115%;
}
.Red{
	color: red;
	line-height: 20px;
	background-color: white;
	border: 1px solid red;
	border-right: 2px solid red;
	border-bottom: 2px solid red;
	padding: 2px 5px;
	font-weight: bold;
	font-size: 110%;
}
.Green{
	color: green;
	line-height: 20px;
	background-color: white;
	border: 1px solid green;
	border-right: 2px solid green;
	border-bottom: 2px solid green;
	padding: 2px 5px;
	font-weight: bold;
	font-size: 110%;
}
.Yellow{
	color: black;
	line-height: 20px;
	background-color: yellow;
	border: 1px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	padding: 2px 5px;
	font-weight: bold;
	font-size: 110%;
}
.Blue{
	color: blue;
	line-height: 20px;
	background-color: white;
	border: 1px solid blue;
	border-right: 2px solid blue;
	border-bottom: 2px solid blue;
	padding: 2px 5px;
	font-weight: bold;
	font-size: 110%;
}
.Orange{
	color: orange;
	line-height: 20px;
	background-color: white;
	border: 1px solid orange;
	border-right: 2px solid orange;
	border-bottom: 2px solid orange;
	padding: 2px 5px;
	font-weight: bold;
	font-size: 110%;
}
.messageYellow{
	line-height: 20px;
	text-align: center;
	font-size: 125%;
	font-weight: bold;
	color: #000000;
	background-color:#FFFF00;
	border: 3px solid black;
}
.messageRed{
	line-height: 20px;
	text-align: center;
	font-size: 125%;
	font-weight: bold;
	color: red;
	background-color: white;
	border: 3px solid red;
}
.messageGreen{
	line-height: 20px;
	text-align: center;
	font-size: 125%;
	font-weight: bold;
	color: green;
	background-color: #FFFFFF;
	border: 3px solid green;
}
.messageBlue{
	line-height: 20px;
	text-align: center;
	font-size: 125%;
	font-weight: bold;
	color: blue;
	background-color: white;
	border: 3px solid blue;
}
.messageOrange{
	line-height: 20px;
	text-align: center;
	font-size: 125%;
	font-weight: bold;
	color: orange;
	background-color: white;
	border: 3px solid orange;
}

.SmallHeading{
	Font-size: 120%;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
}
.InnerTable{
	margin:auto;
	margin-top:5px;
	margin-bottom:10px;
	border: 2px solid #0053a0;
	padding:0;
	background-color:#00195d;
}
.BlueBG{
	background: url(images/BG-gradTop.gif) repeat-x bottom;
	height:35px;
	color:white;
	font-weight:bold;
	font-size: 14px;
	padding:0;
}
/*Positioning*/
.PadLeft10px{
	padding-left: 3%;
}
.Clear{
	clear:both;
}
/*Arrow List*/
#ArrowLink ul {
	font-size: 115%;
	list-style-type: none; 
	padding: 0px 8px; 
	margin-left: 0px;
}

#ArrowLink li a{
	background: url(images/Arrow_Nav01.jpg) no-repeat 0 5px;
	padding-left: 15px;
	line-height: 23px;
	color: #0A1F62;
	width: 150px;
}
#ArrowLink li{
	margin-left: 12px;
	padding-left: 15px;
	text-indent: -30px;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

#ArrowLink li a:hover{
	background: url(images/Arrow_Nav02.jpg) no-repeat 0 5px;
	padding-left: 15px;
	background-color: #DDDDDD;
	border-bottom: 1px solid #AAAAAA;
	border-top: 1px solid #AAAAAA;
}
#ArrowLink li:hover{
	background-color: #DDDDDD;
	border-bottom: 1px solid #AAAAAA;
	border-top: 1px solid #AAAAAA;
}
/*End of Arrow List*/

/*Start of Overall Styles*/
/*=======================*/
body.main #Container{
	background: url(images/Logo_NavBGLeft.jpg) no-repeat;
	background-position: top left;
}
body.main #ParentContainer{
	background: url(images/BG_Content.jpg) no-repeat;
	background-position: top right;
}
body.NoComp #Container{
	background: none;
}
#Container{
	background: url(images/BG_Content.jpg) no-repeat;
	background-position: top right;
}
.PadTop5{
	padding-top: 5px;
}
/*Start of Header Area (Logo and Top Navigation)*/

#header{
	height: 94px;
	background: url(images/BG_Top.jpg) repeat-x;
}

#logo{
	width: 123px;
	height: 94px;
	position: absolute;
	background: url(images/Logo_TopLeft.jpg) no-repeat;
}

#logo a{
	position: absolute;
	top: 0;
	left: 2px;
	width: 123px;
	height: 94px;
	text-indent: -9999px;
	text-decoration: none;
	border: none
}
/*Start of Top Navigation*/
#TopNav{
	margin: 0;
	padding: 4px 0;
	list-style: none;
	float: right;
	display: inline;
	overflow: hidden;
	float: right;
	margin-right: 25px;
}
#TopNav li{
	float: left;
	height: 50px;
	border-top: none;
	border-left: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	margin: 0;
	padding: 0;
	display: inline;
}
#TopNav a{
	color: #fff;
	background: url(images/Bg_TopBTN.jpg) repeat-x;
	border: none;
	position: relative;
	display: block;
	padding: 27px 9px 10px 9px;
	text-decoration: none;
	text-align: center;
	font-size: 70%;
	overflow: hidden;
}
#TopNav a:hover{
	background: url(images/Bg_TopBTN_Hov.jpg) repeat-x;
}

/*End of Top Navigation*/

#SchoolName{
	position: absolute;
	top: 60px;
	left: 145px;
	margin-right: 50px;
	padding: 10px 0;
	color: #FFFFFF;
	font-size: 125%;
	font-weight: bold;
}
/*End of Header Area (Logo and Top Navigation)*/
/*=======================*/
/*Start of Tabs*/

#Tabs{
	margin-top: 0;
	margin-right: 25px;
	list-style: none;
	float: right;
	line-height: 17px;
	display: inline;
	overflow: hidden;
}

#Tabs li{
	float: left;
	padding: 0;
	display: inline;
}
#Tabs a{
	color: #fff;
	font-size: 75%;
	font-weight: bolder;
	border: none;
	position: relative;
	display: block;
	padding: 0;
	height: 21px;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
}

.GreyTab{
	background: url(images/Btn_TabTop01.jpg) no-repeat;
	width: 105px;
}
.GreyTab:hover{
	background: url(images/Btn_TabTop02.jpg) no-repeat;
}
.BlueTab{
	background: url(images/Btn_TabBlue01.jpg) no-repeat;
	width: 105px;
}
.BlueTab:hover{
	background: url(images/Btn_TabBlue02.jpg) no-repeat;
}
.PurpTabWAS{
	background: url(images/Btn_TabBlueWAS01.jpg) no-repeat;
	width:142px;
}
.PurpTabWAS:hover{
	background: url(images/Btn_TabBlueWAS02.jpg) no-repeat;
}
.PurpTab{
	background: url(images/Btn_TabPurp01.jpg) no-repeat;
	width: 105px;
}
.PurpTab:hover{
	background: url(images/Btn_TabPurp02.jpg) no-repeat;
}
.GreenTab{
	background: url(images/Btn_TabGreen01.jpg) no-repeat;
	width: 105px;
}
.GreenTab:hover{
	background: url(images/Btn_TabGreen02.jpg) no-repeat;
}
.RedTab{
	background: url(images/Btn_TabRed01.jpg) no-repeat;
	width: 105px;
}
.RedTab:hover{
	background: url(images/Btn_TabRed02.jpg) no-repeat;
}
/*End of Tabs*/
/*=============*/
/*Start of AWCTabs*/

#AWCTabs{
	margin-top: 0;
	margin-left: 5px;
	list-style: none;
	float: left;
	line-height: 12px;
	display: inline;
	overflow: hidden;
}

#AWCTabs li{
	float: left;
	padding: 0;
	display: inline;
}
#AWCTabs a{
	color: #fff;
	font-size: 75%;
	border: none;
	position: relative;
	display: block;
	padding: 0;
	height: 30px;
	width: 105px;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
}

.GreyTab{
	background: url(images/Btn_TabGrey02.jpg) no-repeat;
}
.GreyTab:hover{
	background: url(images/Btn_TabGrey02.jpg) no-repeat;
}
.BlueTab{
	background: url(images/Btn_TabBlue01.jpg) no-repeat;
}
.BlueTab:hover{
	background: url(images/Btn_TabBlue02.jpg) no-repeat;
}
.BlueTabLft{
	background: url(images/Btn_TabBlue01Lft.jpg) no-repeat;
}
.BlueTabLft:hover{
	background: url(images/Btn_TabBlue02Lft.jpg) no-repeat;
}
.GreenTab{
	background: url(images/Btn_TabGreen01.jpg) no-repeat;
}
.GreenTab:hover{
	background: url(images/Btn_TabGreen02.jpg) no-repeat;
}
.RedTab{
	background: url(images/Btn_TabRed01.jpg) no-repeat;
}
.RedTab:hover{
	background: url(images/Btn_TabRed02.jpg) no-repeat;
}
/*End of AWCTabs*/
/*--------------*/
/*Start of Left Navigation*/

#LeftNav{
	float:left;
	margin-left:10px;
	padding-right: 5px;
	color: #0A1F62;
}
#LeftNav h3{
	color: #0A1F62;
	font-size: 75%;
	padding: 2px 5px;
}
#LeftNav ul {
	list-style-type: none; 
	padding: 15px 8px; 
	margin-left: 5px; 
}

#LeftNav li a{
	background: url(images/Arrow_Nav01.jpg) no-repeat 0 50%;
	padding-left: 15px;
	line-height: 20px;
	text-decoration: none;
	font-size: 95%;
	color: #0A1F62;
	font-weight: bolder;
	width: 150px;
}

#LeftNav li a:hover{
	background: url(images/Arrow_Nav02.jpg) no-repeat 0 50%;
	padding-left: 15px;
}

/*End of Left Navigation*/
/*======================*/
/*Start of Bottom Navigation*/

#BtmNavBar{
	height: 31px;
	clear: both;
	background: url(images/BG_BarBtm.jpg) repeat-x;
}

#BtmNav{
	margin: -5px 0 0 0;
	padding: 0;
	list-style: none;
	line-height: 31px;
	display: inline;
	overflow: hidden;
	float: left;
}
#BtmNav li{
	float: left;
	display: inline;
	border-left: 1px solid white;
	border-right: 1px solid black;
}
#BtmNav a{
	margin: 0;
	padding: 0 15px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 70%;
	overflow: hidden;
	background: url(images/Btn_Bar01.jpg) repeat-x;
}
#BtmNav li a:hover{
	background: url(images/Btn_Bar02.jpg) repeat-x;
}
/*End of Bottom Navigation*/
/*========================*/
/*Start of Content*/
body.main #content{
	background: none;
	margin-left: 220px;
	Margin-right: 50px;
	text-align: center;
	padding: 3em 0;
}
#content{
	background: url(images/Logo_NavBGLeft.jpg) no-repeat;
	background-position: top left;
	margin: 12px 5px 0 0;
	padding: 3em 0;
	color: #0A1F62;
	font-size: 85%;
}
#maintable{
	margin: auto;
}
#maintable tr td{
	padding: 3px;
}
#maintableLrg{
	margin: auto;
}
#maintableLrg tr td{
	padding: 6px;
}
/*Start of Content Buttons*/

#BlueBtn{
	font-weight: bolder;
	padding: 10px 13px;
}
#BlueBtn a{
	text-align: center;
	padding: 5px 20px;
	font-size: 97%;
	text-decoration: none;
	height: 30px;
	border: 1px solid black;
	background: url(images/Btn_BlueShade.gif) repeat-x;
	color: #FFFFFF;
}
#BlueBtn a:hover{
	color: #000000;
	background: url(images/Btn_BlueShade_Hov.gif) repeat-x;
}
#RedBtn{
	font-weight: bolder;
	padding: 10px 13px;
}
#RedBtn a{
	text-align: center;
	padding: 5px 20px;
	font-size: 97%;
	text-decoration: none;
	height: 30px;
	border: 1px solid black;
	background: url(images/Btn_RedShade.gif) repeat-x;
	color: #FFFFFF;
}
#RedBtn a:hover{
	color: #000000;
	background: url(images/Btn_RedShade_Hov.gif) repeat-x;
}
#GreyBtn{
	font-weight: bolder;
	padding: 10px 13px;;
}
#GreyBtn a{
	text-align: center;
	color: #000000;
	padding: 5px 20px;
	font-size: 97%;
	height: 30px;
	background: url(images/Btn_GreyShade.gif) repeat-x;
	border: 1px solid black;
	text-decoration: none;
}

input.BlueBtn{
	color: #FFFFFF;
	font-weight: bolder;
	background: url(images/Btn_BlueShade.gif) repeat-x;
	border: 1px solid black;
	padding: 4px 13px;
	text-decoration: none;
}
input.BlueBtnHov{
	font-weight: bolder;
	color: #000000;
	margin: 0;
	background: url(images/Btn_BlueShade_Hov.gif) repeat-x;
	border: 1px solid black;
	padding: 4px 13px;
}
input.RedBtn{
	color: #FFFFFF;
	font-weight: bolder;
	background: url(images/Btn_RedShade.gif) repeat-x;
	border: 1px solid black;
	padding: 4px 13px;
	text-decoration: none;
}
input.RedBtnHov{
	font-weight: bolder;
	color: #000000;
	margin: 0;
	background: url(images/Btn_RedShade_Hov.gif) repeat-x;
	border: 1px solid black;
	padding: 4px 13px;
}
input.GreyBtn{
	color: #000000;
	font-weight: bolder;
	background: url(images/Btn_GreyShade.gif) repeat-x;
	margin: 0;
	border: 1px solid black;
	padding: 4px 13px;
}
input.GreenBtn{
	font-weight: bolder;
	color: #FFFFFF;
	font-weight: bolder;
	background: url(images/Btn_GreenShade.gif) repeat-x;
	border: 1px solid black;
	padding: 4px 13px;
}
.GreenBtn:hover{
	font-weight: bolder;
	color: #000000;
	margin: 0;
	background: url(images/Btn_GreenShade_Hov.gif) repeat-x;
	border: 1px solid black;
	padding: 4px 13px;
}
/*End of Content Buttons*/


/*End of Main Content Area*/
/*========================*/
/*Start of Footer*/
#footer{
	clear: both;
	background: #CCCCCC;
	padding: 5px;
	text-align: center;
	font-size: 80%;
	font-weight: lighter;
	color: #0A1F62;
}
#footer a{
	font-size: 100%;
	color: #0A1F62;
}
/*End of Footer*/
/*Start of Data Tables*/
#DataTable{
	font-size: 100%;
	background-color: #0A1F62;
	padding: 0;
	margin: auto;
	margin-top: 0px;
}
#DataTable h6{
	color: red;
	font-weight: normal;
}
.greyBG{
	background-color: #CCCCCC;
	padding: 5px;
}
.whiteBG{
	background-color: #FFFFFF;
	padding: 5px;
}
.LtBlueBG{
	background-color: #C0CADE;
	padding: 5px;
}
.LtBlueBGBldTxt{
	font-weight: bold;
	background-color: #C0CADE;
	padding: 5px;
}
.LtBlueBGRdTxt{
	color: red;
	background-color: #C0CADE;
	padding: 5px;
}
.DrkBlueBG{
	background-color: #B0C4DE;
	padding: 5px;
}
.whiteText{
	color: #FFFFFF;
	font-size: 125%;
	font-weight: bold;
	background-color: #0A1f62;
}
.whiteTextReg{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0A1f62;
}
.TableTabs{
	margin: 0;
	line-height: 20px;
	background-color: #CCCCCC;
}
.DrkBlueBGBldTxt{
	background-color: #B0C4DE;
	padding: 5px;
	font-weight: bold;
	color: #2749A0;
}
.DrkBlueBGRdTxt{
	background-color: #B0C4DE;
	padding: 5px;
	color: red;
}
.greyBG{
	background-color: #CCCCCC;
	padding: 5px;
}
.GradTitleBG{
	background: url(images/BG-grad.gif) repeat-x bottom;
	background-color: white;
}
#DataTableTabs{
	font-size: 90%;
	float: left;
	font-weight: bolder;
	background-color: #CCCCCC;
	margin-bottom:0;
	padding-bottom:0;
}
#DataTableTabs ul{
	margin: 0;
	list-style: none;
	margin-bottom:0;
	padding-bottom:0;
}
#DataTableTabs li{
	display: inline;
	margin: 0;
	padding: 0;
}
#DataTableTabs a{
	float: left;
	background: url(images/TableTabCrnr2_Left.gif) no-repeat left top;
	line-height:20px;
	margin: 0;
	padding: 0 0 0 6px;
	text-decoration: none;
}
#DataTableTabs a span{
	display: block;
	background: url(images/TableTabCrnr2_Rt.gif) no-repeat right top;
	line-height:20px;
	font-weight: bold;
	padding: 0 15px 0 10px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #2749A0;
	margin-bottom:0;
	padding-bottom:0;
}
#DataTableTabs a:Hover{
	float: left;
	background: url(images/TableTabCrnr3_Left.gif) no-repeat left top;
	margin: 0;
	padding: 0 0 0 6px;
	text-decoration: none;
}
#DataTableTabs a:Hover span{
	display: block;
	background: url(images/TableTabCrnr3_Rt.gif) no-repeat right top;
	font-weight: bold;
	padding: 0 15px 0 10px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0066d5;
	margin-bottom:0;
	padding-bottom:0;
}
#DataTableTabs a.active{
	float: left;
	background: url(images/TableTabCrnr_Left.gif) no-repeat left top;
	margin: 0;
	padding: 0 0 0 6px;
	text-decoration: none;
}
#DataTableTabs a.active span{
	display: block;
	background: url(images/TableTabCrnr_Rt.gif) no-repeat right top;
	font-weight: bold;
	padding: 0 15px 0 10px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0A1F62;
	margin-bottom:0;
	padding-bottom:0;
}

/*End of Data Tables*/

/*Start of QuickSearch*/
#QuickSearch{
	position: absolute;
	top: 62px;
	right: 25px;
	height:10px;
	padding: 0;
	margin: 0;
}
#QuickSearch input[type=text] {
  background: #CCCCCC;
}
.QS{
	vertical-align:bottom;
}
/*End of Quick Search*/

/*Details View Book display*/
#BookDisplay{
	padding:0;
	margin: auto;
}
#BookDisplay tr td{
	padding:0;
	vertical-align:bottom;
}
/*End of Deatial view Book Display*/

/*MyProfile Page*/
#ClientCard{
	background: url(images/BG_ClientCard.jpg);
	height: 225px;
	width: 410px;
}
/*Old 08/09/10
.MPFreedom{
	width:86px;
	height:110px;
	background: url(images/BG-Btn-MP-Freedom.jpg) no-repeat top center;
}
.MPFreedom:hover{
	width:86px;
	height:110px;
	background: url(images/BG-Btn-MP-Freedom-Over.jpg) no-repeat top center;
}
.MPrenewals{
	width:86px;
	height:110px;
	background: url(images/BG-Btn-MP-Renwl.jpg) no-repeat top center;
}
.MPrenewals:hover{
	width:86px;
	height:110px;
	background: url(images/BG-Btn-MP-Renwl-Over.jpg) no-repeat top center;
}
.MPhistory{
	width:86px;
	height:110px;
	background: url(images/BG-Btn-MP-MyHist.jpg) no-repeat top center;
}
.MPhistory:hover{
	width:86px;
	height:110px;
	background: url(images/BG-Btn-MP-MyHist-Over.jpg) no-repeat top center;
}

.MPreserves{
	width:86px;
	height:110px;
	background: url(images/BG-Btn-MP-Rsrv.jpg) no-repeat top center;
}
.MPreserves:hover{
	width:86px;
	height:110px;
	background: url(images/BG-Btn-MP-Rsrv-Over.jpg) no-repeat top center;
}
.MPbookbag{
	width:86px;
	height:110px;
	background: url(images/BG-Btn-MP-ViewBB.jpg) no-repeat top center;
}
.MPbookbag:hover{
	width:86px;
	height:110px;
	background: url(images/BG-Btn-MP-ViewBB-Over.jpg) no-repeat top center;
}
.MPsendBookbag{
	width:86px;
	height:110px;
	background: url(images/BG-Btn-MP-SendBB.jpg) no-repeat top center;
}
.MPsendBookbag:hover{
	width:86px;
	height:110px;
	background: url(images/BG-Btn-MP-SendBB-Over.jpg) no-repeat top center;
}
.MPinventory{
	width:86px;
	height:110px;
	background: url(images/BG-Btn-MP-Inv.jpg) no-repeat top center;
}
.MPinventory:hover{
	width:86px;
	height:110px;
	background: url(images/BG-Btn-MP-Inv-Over.jpg) no-repeat top center;
}
.MPadvBookings{
	width:86px;
	height:110px;
	background: url(images/BG-Btn-MP-AdvBook.jpg) no-repeat top center;
}
.MPadvBookings:hover{
	width:86px;
	height:110px;
	background: url(images/BG-Btn-MP-AdvBook-Over.jpg) no-repeat top center;
}
.MPclient{
	width:86px;
	height:110px;
	background: url(images/BG-Btn-MP-ClMan.jpg) no-repeat top center;
}
.MPclient:hover{
	width:86px;
	height:110px;
	background: url(images/BG-Btn-MP-ClMan-Over.jpg) no-repeat top center;
}
.MPcirc{
	width:86px;
	height:110px;
	background: url(images/BG-Btn-MP-Circ.jpg) no-repeat top center;
}
.MPcirc:hover{
	width:86px;
	height:110px;
	background: url(images/BG-Btn-MP-Circ-Over.jpg) no-repeat top center;
}
.MPadvCirc{
	width:86px;
	height:110px;
	background: url(images/BG-Btn-MP-AdvCirc.jpg) no-repeat top center;
}
.MPadvCirc:hover{
	width:86px;
	height:110px;
	background: url(images/BG-Btn-MP-AdvCirc-Over.jpg) no-repeat top center;
}
#MPbuttons a{
	color: #0a1f62;
	font-weight: bold;
	border: none;
	padding: 75px 10px 20px 10px;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	width:86px;
	height: 110px;
	line-height:110px;
}
#MPbuttons a:hover{
	color: #2749a0;
	text-decoration: underline;
}
End of Old*/
#MPbuttons{
	margin: 20px 0 0 0;
	padding: 0;
}
#MPButtons a{
	padding: 0 7px 0 0;
}

/*MyProfile Page*/

.hilite1 { background-color: #FFCC66; }
.hilite2 { background-color: #CCFF99; }
.hilite3 { background-color: #fbfb88; }
.hilite4 { background-color: #99CCFF; }
.hilite5 { background-color: #98ebeb; }
.hilite6 { background-color: #66CC00; }
