.BoxHead {
	height: 22px;
	background-image: url(images/boxothertabbg.gif);
	background-repeat: repeat-x;
}
.BoxSelectedTab {
	background-image: url(images/boxselectedtabbg.gif);
	background-repeat: repeat-x;
	float: left;
	width: 113px;
}
.BoxSelectedTab div {
	background-image: url(images/boxselectedtableftcurve.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 22px;
}
.BoxTitle {
    color: #234f6d;
	font: normal 12px Arial;
	line-height: 22px;
	vertical-align: middle;
}
.BoxOtherTab {
	background-image: url(images/boxothertableftcurve.gif);
	background-repeat: no-repeat;
	float: left;
	width: 115px;
}
.BoxOtherTab div {
	background-image: url(images/boxothertabrightcurve.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-align: center;
	color: #666;
	font: normal 12px Arial;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
}
.BoxContent {
	background-image: url(images/boxbg.gif);
	background-repeat: repeat-y;
}
.BoxMyAccountContent, .BoxCallingCardsContent, .BoxHiSpeedInternetContent, .BoxMyCartContent {
	color: #234f6d;
	font: normal 11px Arial;
	height: 110px;
	overflow: auto;
	background-image: url(images/myaccounticon.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.BoxCallingCardsContent {
	background-image: url(images/callingcardsicon.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.BoxHiSpeedInternetContent {
	background-image: url(images/hispeedinterneticon.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.BoxMyCartContent {
	background-image: url(images/mycarticon.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.BoxBottomCurve {
	background-image: url(images/boxbottomcurve.gif);
	background-repeat: no-repeat;
	height: 6px;
}

/* Module Title Menu */
.ModuleTitle_MenuItem
{
	cursor: pointer;
	color: black;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-width: 0px;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon
{
	cursor: pointer;
	background-color: #EEEEEE;
	border-width: 0px;
	text-align: center;
	width: 15px;
	height: 21px;
}

.ModuleTitle_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	background-color: #FFFFFF;
	border-width: 0px;
}

.ModuleTitle_MenuBreak
{
	border-bottom: #fff 1px solid;
	border-left: #fff 0px solid;
	border-top: #fff 1px solid;
	border-right: #fff 0px solid;
	background-color: #eee;
	height: 1px;
}

.ModuleTitle_MenuItemSel
{
	cursor: pointer;
	color: black;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #ddd;
}

.ModuleTitle_MenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border-width: 0px;
}

.ModuleTitle_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
}


