
/* Implement custom classes. */

.MandatoryField {
	color: #FF0000;
	text-align: right;
	float: right;
	font-size: 16px;
	font-weight: bold;
}

.ListColumnHeading, .ListFooter 
{
	font-weight: normal;
	font-family: Tahoma, Verdana, Sans-Serif, Arial;
	text-align: left;
	font-size: 11px;
	vertical-align: top;
}

.ListColumnHeading, .ListColumnHeading th, .ListColumnHeading td {
	background-color: #339CED;
	border-bottom: solid 1px #FFFFFF;
	color: #FFFFFF;
}


.ResponseNotice, .ResponseNotice p, .ResponseNotice span {
	padding: 3px;
	margin-top: 8px;
	margin-bottom: 8px;
	display: block;
	font-size: 11px;
	color: #FF0000;
	font-weight:normal;
}

.RecordNotFound {
	display: block;
	text-align: left;
	font-size: 12px;
	color: #FF0000;
}

.LETPanelHeading, .LETSubPanelHeading {
	text-decoration: none;
	text-align: left;
	padding: 3px;
	font-size: 11px;
	color: #446690;
	border-left: 1px solid #8EA0BD;
	border-top: 1px solid #8EA0BD;
	border-right: 1px solid #8EA0BD;
	background-color: #9CBFF9;
}

.LETPanelHeading {
	background-image: url(Resources/Images/PanelHeadingBackground.gif);
	display: block;
}

.LETSubPanelHeading {
	border-bottom: 1px solid #8EA0BD;
}

.LETPanel {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	border: 1px solid #8EA0BD;
	width: 650px;
	border-collapse: collapse;
	background-color: #FFFFFF;
}

.LETPanelBottomButtonRow,
.LETPanelButtonRow, 
.LETPanelButtonRow td {
	border: 1px solid #8EA0BD;
	background-color: #F8F9FA;
	text-align: right;
	padding: 3px;
	margin: 0px;
	white-space: nowrap;
}

.LETPanelBottomButtonRow 
{
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	width:640px;
}

.LETPanel td, 
.LETPanel th, 
.ListColumnHeading, 
.ListItemLine, 
.ListAlternatingItemLine, 
.ListColumnHeading td, 
.ListItemLine td, 
.ListAlternatingItemLine td, 
.ListColumnHeading th, 
.ListItemLine th, 
.ListAlternatingItemLine th {
	margin: 0px;
	padding: 2px;
}

/* <FormElements> */


.InputLabelCell {
	font-weight: Bold;
	width: 120px;
	vertical-align: top;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: left;
}

.InputDividerCell {
	width: 3px;
}

.InputBoxCell,
.InputBoxDoubleCell,
.InputBoxMultilineCell,
.InputBoxDoubleMultilineCell {
	vertical-align: top;
	text-align: left;
}

.InputBoxCell{
	width: 170px;
}

.InputBoxDoubleCell,
.InputBoxDoubleMultilineCell {
	width: 550px;
}

.InputBoxMultilineCell {
	width: 175px;
}



.InputBox, 
.InputBoxDouble, 
.InputBoxDoubleMultiline,
.InputBoxMultiline,
.InputBoxShort, 
.DisabledInputBox, 
.DisabledInputBoxShort {
	border: 1px solid #8EA0BD;
	font-size: 12px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EFF2F7;
	color: #000000; /* IE defaults an extra pixel margin on the top and bottom of input controls. This will cancel it out. */
	margin-top: -1px;
	margin-bottom: -1px;
}

.InputBox, 
.InputBoxDouble, 
.InputBoxShort, 
.InputBoxCell select {
	height: 18px;
}

.InputBox,
.InputBoxMultiline {
	width: 175px;
}

.InputBoxDouble {
	width: 475px;
}

.InputBoxDoubleMultiline {
	width:500px;
}

.InputBoxMultiline,
.InputBoxDoubleMultiline {
	height:45px;
}
	
.InputBoxCell select {
	width: 180px;
}

.InputBoxShort {
	width: 80px;
}

.InputBoxSearch {
	width: 120px;
	height: 15px;
	border: 1px solid #8EA0BD;
	font-size: 12px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000; /* IE defaults an extra pixel margin on the top and bottom of input controls. This will cancel it out. */
	margin-top: -1px;
	margin-bottom: -1px;
}

.CheckboxCell {
	width: 19px;
	padding: 0px;
}

.CheckboxCell input {
	margin-left: 2px;
}

.Button {
	background-color: #076FBC;
	border: 1px solid #2E550B;
	color: #FFFFFF;
	font-size: 10px;
	margin-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
}
/* <FormElements> */

/* <ListDisplay> */

.ListItemLine {
	background-color: #FFFFFF;
	vertical-align: top;
	text-align: left;
}

.ListAlternatingItemLine {
	background-color: #C3D8FA; /*#EFF2F7;*/
	vertical-align: top;
	text-align: left;
}

.ListItemSelectedLine {
	color: #FFFFFF;
	background-color: #42852C;
}

.ListItemSelectedLine a, .ListItemSelectedLine a:hover, .ListItemSelectedLine a:visited {
	color: #FFFFFF;
}

.ListHeading {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #8EA0BD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 100%;
	padding: 3px;
}

.ListButtonCell, .LETPanel td .ListButtonCell {
	text-align: right;
	white-space: nowrap;
	padding: 3px;
	width: 0%;
}

.ListButtonCell a, .ListButtonCell a:hover, .ListButtonCell a:visited {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	font-weight: bold;
	font-size: 10px;
	height: 12px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #446690;
	cursor: default;
	background-color: #8EA0BD;
	margin-left: 3px;
}

.ListItemSelectedLine .ListButton, .ListItemSelectedLine .ListButton:hover, .ListItemSelectedLine .ListButton:visited {
	border: 1px solid #FFFFFF;
}

/* </ListDisplay> */

.ProductOverview,
.PlanOverview,
.HomeLineOverview,
.BroadbandOverview,
.EnquiryContent {
	margin-left: 5px;
	margin-right: 5px;
}

.ProductOverview,
.PlanOverview ,
.HomeLineOverview,
.BroadbandOverview{
	width:430px;
}

.EnquiryContent
{
	width:630px;
}

.EnquiryContent td
{
 vertical-align:top;
}

.Heading1,
.Heading2, 
.Heading3 {
	/*color: #0A069A; */
	color:#005da3;
	padding:2px;
}

.Heading1 {
	padding-bottom:15px;
}

.Heading2 {
	font-size: 14px;
}

.Heading3 {
	font-size: 12px;
}

.InLineContent,
.HomeLineContent,
.HomeLineTitle ,
.BusinessLineTitle,
.BusinessLineContent{
	width: 630px;
}

.BroadbandPlanContent 
{
	width: 430px;
}

.InLineContent,
.HomeLineContent,
.HomeLineTitle,
.BusinessLineTitle,
.BusinessLineContent
.BroadbandPlanContent  {
	margin-top: 10px;
	margin-left: 2px;
	margin-right: 2px;
}

.HomeLineContent ,
.BusinessLineContent,
.BroadbandPlanContent 
{
	border-bottom: 1px solid #8EA0BD;
	border-left: 1px solid #8EA0BD;
}

.HomeLineContent td,
.BusinessLineContent td,
.BroadbandPlanContent td {
	border-right: 1px solid #8EA0BD;
	border-top: 1px solid #8EA0BD;
	vertical-align:top;
}

.HomeLineProduct,
.BroadbandProduct
{
	border-top: 1px solid #8EA0BD;
	border-bottom: 1px solid #8EA0BD;
	border-left: 1px solid #8EA0BD;
	border-right: 1px solid #8EA0BD;
	height:25px;
}
.HomeLineProduct
{
	width:175px;
}

.BroadbandProduct
{
	width:180px;
}

.PrepaidImageSize {
	width:70px;
	height:150px;
}

.PrepaidFeature{
	font-size:10px;
}

.MobileProductImageSize {
	width:210px;
	height:200px;
}

.BroadbandProductImageSize {
	width:200px;
}

.FixedLineProductImageSize {
	width:120px;
}

.NavigationProductImageSize {
	width:450px;
}


.FaqQuestion
{
	text-align:left;
	color:Blue;
	font-family: sans-serif, Arial, Helvetica;	
	padding-top:10px;
}

.FaqQuestionList
{
	text-align:left;
	font-family: sans-serif, Arial, Helvetica;	
	font-weight:normal;
	color:Blue;
	padding:2px;

}

.MobileProductPanel {	
	margin-top: 5px;
	border: 1px solid #8EA0BD;
	width: 210px;
	border-collapse: collapse;
	background-color: #FFFFFF;
}

.MobileProductPanelHeading, .MobileProductSubPanelHeading {
	text-decoration: none;
	text-align: left;
	padding: 3px;
	font-size: 11px;
	color: #446690;
	border-left: 1px solid #8EA0BD;
	border-top: 1px solid #8EA0BD;
	border-right: 1px solid #8EA0BD;
	background-color: #9CBFF9;
}

.MobileProductPanelHeading {
	background-image: url(Resources/Images/PanelHeadingBackground.gif);
	display: block;
}

.MobileProductSubPanelHeading {
	border-bottom: 1px solid #8EA0BD;
}


.BroadbandDevicePanel {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	border: 1px solid #8EA0BD;
	width: 100%;
	border-collapse: collapse;
	background-color: #FFFFFF;
}

.BroadbandDevicePanel td {
	border-right: 1px solid #8EA0BD;
	border-top: 1px solid #8EA0BD;
	vertical-align:top;
}

.CatalogBlock
{
	width:180px;
	height:220px;
	background-image:url(Resources/Images/Competition/Catalogue.jpg);
	background-repeat:no-repeat;
/*	 border-style:groove;
	 border-color:Teal;
	 border-width:1px; */
}

.HomeBottomBlock
{
	height:88px;
	background-image:url(Resources/Images/Home/BottomBlock.jpg);
	background-repeat:no-repeat;
}

.RightBlock
{
	vertical-align: middle;
 border-bottom:solid 1px Gray;
 border-Left:solid 1px Gray;
 border-Right:solid 1px Gray;
 border-Top:solid 1px Gray;
}

.MNav 
{
	background-image: url(../Resources/Images/Tab/PNavBg.jpg);
}

.MobileFeature
{
	padding-left:3px;
}

.MobileImageFeature
{
	vertical-align:top;
	padding-right:3px;
}

.Advertisement {
	vertical-align: middle;
	text-align: left;
}

.MobileProductInfoPopup {	
    margin-top: 2px;
    border: 1px solid #8EA0BD;
    border-collapse: collapse;
    background-color: #FFFFFF;
}

.MobileProductInfoPlan {	
	margin-top: 2px;
	border-collapse: collapse;
	background-color: #FFFFFF;
}
.MobilePlanHeading{
	 font-size: 11px;
	 color: #446690;
	 text-align: center;
	 background-color: #FFFFFF;
}