﻿/*@charset "utf-8";*/
/* CSS Document */



body,th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align: center;
}

ul {
	-moz-padding-start:0px;
	padding:0px;
}

body {
	background-color: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;

}

a, active {
	color:#a16ecf;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#666;
}

#MainContainer {
	margin: 0 auto;
	width:916px;
	text-align:left;
}



#MPLogo {
	float:left;
	top:0px;
	left:0px;
	background-image:url(http://www.monsterpay.com/mall/images/mp_logo_catalogue_header.png);
	background-repeat:repeat-y;
	}

#NormalText {
	text-align:left;
}



#cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }







/* Tab Menu CSS */
#TabMenu{
	float:left;
	width:465px;
	margin-top:32px;
	margin-left:50px;
	margin-bottom:0px;
	text-align:center;
}

#TabMenu li {
  float: left;
  list-style:none;
  display:inline;
  }



/* Tab Buttons */
#HomeTab {
  display: block;
  width: 69px;
  height: 29px;
  background: url(http://www.monsterpay.com/images/home_button.gif) no-repeat 0 0;
}
#HomeTab:hover {
	background-position: 0 -29px;
}

#BenefitsTab {
  display: block;
  width: 82px;
  height: 29px;
  background: url(http://www.monsterpay.com/images/benefits_button.gif) no-repeat 0 0;
}
#BenefitsTab:hover {
	background-position: 0 -29px;
}

#FeesTab {
  display: block;
  width: 60px;
  height: 29px;
  background: url(http://www.monsterpay.com/images/fees_button.gif) no-repeat 0 0;
}
#FeesTab:hover {
	background-position: 0 -29px;
}

#HelpTab {
  display: block;
  width: 58px;
  height: 29px;
  background: url(http://www.monsterpay.com/images/help_button.gif) no-repeat 0 0;
}
#HelpTab:hover {
	background-position: 0 -29px;
}

#StartedTab {
  display: block;
  width: 138px;
  height: 29px;
  background: url(http://www.monsterpay.com/images/started_button.gif) no-repeat 0 0;
}
#StartedTab:hover {
	background-position: 0 -29px;
}




/* Header Bar */
#HeaderBarWrapper {		
	width:916px;
	float:left;
	padding-top:0px;
}
#HeaderBarLeft {
	/*background-image:url(http://www.monsterpay.com/images/HeaderBar_left.png);*/
	float:left;
	height:55px;
	width:17px;
	background-repeat: no-repeat;
}
#HeaderBarTile {
	/*background-image:url(http://www.monsterpay.com/images/HeaderBar_tile.png);*/
	float:left;
	/*vertical-align:middle;*/
	height:38px;
	width:906px; /*872 + 17 + 17 = 916 */
	background-repeat: repeat-x;
	padding-top:17px;
	padding-left:10px;
	color:#FFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
}
#HeaderBarRight {
	/*background-image:url(http://www.monsterpay.com/images/HeaderBar_right.png);*/
	float:right;
	height:55px;
	width:17px;
	background-repeat: no-repeat;
	
}




/* Top Login Details CSS */
#LogonDetail {
	float:right;
	width:200px;
	height:61px;
	text-align:right;
	vertical-align:middle;
     color:#9286CF; /*Color should always be purple. */
	
}




/* Content */
#ContentWrapper {
	width:916px;
	float:left;
	color:#333;
}






/* Footer Bar */
#FooterBarWrapper {		
	width:916px;
	float:left;
	padding-bottom:15px;
}
#FooterBarLeft {
	/*background-image:url(http://www.monsterpay.com/images/FooterBar_left.png);*/
	float:left;
	height:35px;
	width:17px;
	background-repeat: no-repeat;
}
#FooterBarTile {
	/*background-image:url(http://www.monsterpay.com/images/FooterBar_tile.png);*/
	float:left;
	height:35px;
	width:916px; /* 881 + 18 + 17 /*/
	background-repeat: repeat-x;
	padding-bottom:15px;
}
#FooterBarRight {
	/*background-image:url(http://www.monsterpay.com/images/FooterBar_right.png);*/
	float:right;
	height:35px;
	width:18px;
	background-repeat:no-repeat;
}

#FooterLinks {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	text-align:center;
	padding-top:15px;
}
