/***********************************************/
/********** Containers ***************/

#container-apps{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-left: solid 1px #E4E4E4;
	border-right: solid 1px #E4E4E4;
	border-bottom: solid 1px #E4E4E4;
}
/********** Containers END ***************/
/***********************************************/


fieldset {
	position: relative;
	margin-left: 14px;
	margin-right: 0px;
	padding: 0px;
	float: left;
	clear: both;
	width: 95%;
	border: 1px solid #e4e4e4;
	background-color: #e1f8ff;
	background-image: url(image/tile_apps2.jpg);
	background-repeat: repeat-x;
}


/***test the tiles for different background*****************************/


/****Css class for the results page ***/
fieldset.green {
	position: relative;
	margin-left: 14px;
	margin-right: 0px;
	padding: 0px;
	float: left;
	clear: both;
	width: 95%;
	border: 1px solid #e4e4e4;
	background-color:#e9fdf1;
	background-image: url(image/tile_green_result.jpg);
	background-repeat: repeat-x;
}

/****fieldset orange bg and tile class for the error page ***/


fieldset.orange {
	position: relative;
	margin-left: 14px;
	margin-right: 0px;
	padding: 0px;
	float: left;
	clear: both;
	width: 95%;
	border: 1px solid #e4e4e4;
	background-color: #fef6eb;
	background-image: url(image/tile_orange_errormessage.jpg);
	background-repeat: repeat-x;
}

.half-left {
	position: relative;
    margin-left: 14px;
    margin-right: 0px;
    padding: 0px;
    float: left;
    clear: none;
    width: 46%;
    border: 1px solid #e4e4e4;
    background-color: #e1f8ff;
    background-image: url(image/tile_apps2.jpg);
    background-repeat: repeat-x;
}

.half-right {
	float: right;
    clear: both;
    position: relative;
    margin-left: 14px;
    margin-right: 0px;         
    padding: 0px;
    width: 46%;
    border: 1px solid #e4e4e4;
    background-color: #e1f8ff;
    background-image: url(image/tile_apps2.jpg);
    background-repeat: repeat-x;
}


html>body .half-left {
	position: relative;
    margin-left: 14px;
    margin-right: 0px;
    margin-bottom:-154px;         
    padding: 0px;
    float: left;
    clear: none;
    width: 46%;
    border: 1px solid #e4e4e4;
    background-color: #e1f8ff;
    background-image: url(image/tile_apps2.jpg);
    background-repeat: repeat-x;
}

html>body .half-right {
    float: right;
    clear: both;
    position: relative;
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 0px;
    padding: 0px;
    width: 46%;
    border: 1px solid #e4e4e4;
    background-color: #e1f8ff;
    background-image: url(image/tile_apps2.jpg);
    background-repeat: repeat-x;
}

html>body fieldset ol {
	padding: 1em 1em 0 1em;
	padding: 0px; 
}

fieldset ol {
	padding-top: 0.15em; 
}

fieldset li {
	padding-bottom: 1em;
	list-style: none;
}

div.buttons {
	position: relative;
	border-style: none;
  	margin-top: 12px;
  	margin-right: 0px;
  	padding:20px;  	
  	float: right;  	
  	margin-left:-25px;  	
}

html>body div.buttons {
	position: relative;
	border-style: none;
  	margin-top: 12px;
  	margin-right: 0px;
  	padding:20px;  	
  	float: right;  	
  	margin-left:-20px;  	
}


legend {
	margin-left: 10px;
	margin-top: 10px;
	padding: 8px;
	color: #000000;
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

label	{
	float: left;
	width: 10em;
	margin-left: 0px;
	margin-top: 2px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

label .strong	{
	position: absolute;
	width: 10em;
	top: 0.2em;
	margin-left: 0px;
	margin-top: 5px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

label.long-label {
	width: 150px;
}

html>body label	{
	margin-left: 20px;
}

p	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-left: 14px;
	margin-right: 14px;
}

.radio {
  font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	padding-left: 20px;
	margin: 0px;
	float: left;
	position: relative;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000000;

}

option {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000000;

}

fieldset span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;	
	font-weight: bold;
}

.header-blue-apps h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#000000;
	text-align: left;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}	

.header-blue-apps{
	background-image: url(image/tile_header_blue_apps.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 41px;
	width: 100%;
	text-align: left;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
}	

.corner-left-blue-apps{
	background-image: url(image/corner_left_blue_apps.gif);
	background-position:left top;
	background-repeat: no-repeat;
	float: left;
	height: 41px;
	width: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
}
		
.corner-right-blue-apps{
	background-image: url(image/corner_right_blue_apps.gif);
	background-position: right;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
	height: 41px;
	width: 20px;
	position: relative;
}



.introtext-app	{
	border: none;
	background-image: none;
	background-color: #FFFFFF;
	padding: 10px;
	width: 95%;
}

.star	{
	background-image: url(image/img_required_star.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 165px;
}
.form-field-not-required{
	width: 165px;
}

.requiredfields	{
	margin-left: 15px;
	background-image: url(image/img_required_star.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #ffffff;
	border: none;
}


.requiredexample{
	padding-left:170px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

html>body .requiredexample{
	padding-left:180px;
	color: #F89209;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.requiredtext	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F89209;
	margin-left: 20px;
}
/*
#contentbox-content {
	background-color: transparent;
	position: relative;
	border: 1px solid #E4E4E4;
	width: 95%;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}*/

.error li{
      color: #F26100;
      margin-left: 170px;
      margin-top: 0px;
}


#contentbox-text {
	width: 90%;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	padding-top: 10px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 9px;
	position: relative;
}


	
html>body .but-online-fr-rollover{
    float:left;
    margin-left:200px;    
    width:100px;    
    
}

.but-online-fr-rollover{
	margin-left:100px;
	margin-top:20px;          
    float:left;   
}


.but-adsl-fr-rollover{
	padding-right:13px;
    float:right;       
    margin-right:-200px;      
}

html>body .but-adsl-fr-rollover{
    margin-right:5px;
    float:right; 
    width:110px;    
	margin-top:3px;
    
}

.but-online-fr-rollover a:link {	
	display: block;
	width: 79px;
	height: 27px;
	text-decoration: none;
	background: url(image/but_log_fault.gif) 0 0 no-repeat;

}

.but-online-fr-rollover a:visited {
	display: block;
	width: 79px;
	height: 27px;
	text-decoration: none;
	background: url(image/but_log_fault.gif) 0 0 no-repeat;
}

.but-online-fr-rollover a:active {
	display: block;
	width: 79px;
	height: 27px;
	text-decoration: none;
	background: url(image/but_log_fault.gif) 0 0 no-repeat;
}

.but-online-fr-rollover a:hover {
	display: block;
	width: 79px;
	height: 27px;
	text-decoration: none;
	background: url(image/but_log_fault-over.gif) 0 0 no-repeat;
}

.but-adsl-fr-rollover a:link {	 
	display: block;
	width: 120px;
	height: 26px;
	text-decoration: none;
	background: url(image/but_log_adsl_fault.gif) 0 0 no-repeat;
	padding-left:200px; 
	float:left; 
	margin-top:20px; 
	padding-bottom: 20px;
}

.but-adsl-fr-rollover a:visited {
	display: block;
	width: 120px;
	height: 26px;
	text-decoration: none;
	background: url(image/but_log_adsl_fault.gif) 0 0 no-repeat;
	padding-left:200px; 
	float:left; 
	margin-top:20px; 
	padding-bottom: 20px;
}

.but-adsl-fr-rollover a:hover {
	display: block;
	width: 120px;
	height: 26px;
	text-decoration: none;
	background: url(image/but_log_adsl_fault-over.gif) 0 0 no-repeat;
	padding-left:200px; 
	float:left; 
	margin-top:20px; 
	padding-bottom: 20px;
	
}
.but-next {	
	float:right;
	width:50px;	
	margin-right:-10x;		
}

html>body .but-next {	
	float:right;
	width:51px;
	height: 27px;
	margin-right:-10px;
	
}
.but-next a:link {
	display: block;
	width: 51px;
	height: 27px;
	text-decoration: none;
	background: url(image/but_next.gif) 0 0 no-repeat;
	margin-top:-20px;  
	margin-right:0px; 
	margin-top:20px;	
	padding-bottom: 20px;
	
}

.but-next a:visited {
	display: block;
	width: 79px;
	height: 27px;
	text-decoration: none;
	background: url(image/but_next.gif) 0 0 no-repeat;
}
	
.but-next a:active {
	display: block;
	width: 51px;
	height: 27px;
	text-decoration: none;
	background: url(image/but_next.gif) 0 0 no-repeat;
}

.but-next:hover {
	display: block;
	width: 79px;
	height: 27px;
	text-decoration: none;
	background: url(image/but_next-over.gif) 0 0 no-repeat;
}

html>body .but-next:hover {
	display: block;
	width: 51px;
	height: 27px;
	text-decoration: none;
	background: url(image/but_next.gif) 0 0 no-repeat;	
	margin-right:-10px;
	
}
.but-cancel{	
	float:left;
	width:70px;	
	margin-left:113px;	
	margin-top:-1px;
	padding-left:-100px;
}

html>body .but-cancel{
	float:left;		
	margin-left:230px;	
	
}

.but-cancel a:link{
	display: block;
	width: 70px;
	height: 26px;
	text-decoration: none;
	background: url(image/but_cancel.gif) 0 0 no-repeat;
}

.but-cancel a:visited {
	display: block;	
	height: 26px;
	text-decoration: none;
	background: url(image/but_cancel.gif) 0 0 no-repeat;
}

.but-cancel a:active {
	display: block;	
	height: 26px;
	text-decoration: none;
	background: url(image/but_cancel.gif) 0 0 no-repeat;
}

.but-cancel a:hover {
	display: block;	
	height: 26px;
	text-decoration: none;
	background: url(image/but_cancel-over.gif) 0 0 no-repeat;
}

.but-Back a:hover {
	height: 30px;
	width: 55px;
	display: block;
	background-color: transparent;
	vertical-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 150px;
	background-image: url(image/but_back-over.gif);
	background-repeat: no-repeat;
	float: right;
	vertical-align: middle;	
	font-size:1px;
	clear:both;
}
.but-Back a {
	height: 30px;
	width: 55px;
	display: block;
	background-color: transparent;
	vertical-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 150px;
	background-image: url(image/but_back.gif);
	background-repeat: no-repeat;
	float: right;
	vertical-align: middle;	
	font-size:1px;
	clear:both;
}


.but-Back-alone a:hover {
	height: 30px;
	width: 55px;
	display: block;
	background-color: transparent;
	vertical-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 30px;
	background-image: url(image/but_back-over.gif);
	background-repeat: no-repeat;
	float: right;
	vertical-align: middle;	
	font-size:1px;
	clear:both;
}
.but-Back-alone a {
	height: 30px;
	width: 55px;
	display: block;
	background-color: transparent;
	vertical-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 30px;
	background-image: url(image/but_back.gif);
	background-repeat: no-repeat;
	float: right;
	vertical-align: middle;	
	font-size:1px;
	clear:both;
}	


/*** Buttons used in NFO Start here***/
.but-save-pdf {
	height: 26px;
	width: 89px;
	float: left;
	position: relative;
}

.but-save-pdf a {
	height: 26px;
	width: 89px;
	display: block;
	background-color: transparent;
	vertical-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(image/but_save_pdf.gif);
	background-repeat: no-repeat;
	float: left;
	vertical-align: middle;
	position: relative;
}


.but-save-pdf a:hover {
	height: 26px;
	width: 89px;
	display: block;
	background-color: transparent;
	vertical-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(image/but_save_pdf_over.gif);
	background-repeat: no-repeat;
	float: left;
	vertical-align: middle;
	position: relative;
}

.but-save-pdf a:active {
	height: 26px;
	width: 89px;
	display: block;
	background-color: transparent;
	vertical-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(image/but_save_pdf_over.gif);
	background-repeat: no-repeat;
	float: left;
	vertical-align: middle;
	position: relative;
}

.but-save-csv {
	height: 26px;
	width: 97px;
	float: left;
	position: relative;
}

.but-save-csv a {
	height: 26px;
	width: 97px;
	display: block;
	background-color: transparent;
	vertical-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(image/but_excel.gif);
	background-repeat: no-repeat;
	float: left;
	vertical-align: middle;
	position: relative;
}


.but-save-csv a:hover {
	height: 26px;
	width: 97px;
	display: block;
	background-color: transparent;
	vertical-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(image/but_excel-over.gif);
	background-repeat: no-repeat;
	float: left;
	vertical-align: middle;
	position: relative;
}
.but-save-csv a:active {
	height: 26px;
	width: 97px;
	display: block;
	background-color: transparent;
	vertical-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(image/but_excel-over.gif);
	background-repeat: no-repeat;
	float: left;
	vertical-align: middle;
	position: relative;
}

.but-back-nfo {
	height: 27px;
	width: 52px;
	float: left;
	position: relative;
}

.but-back-nfo a {
	height: 27px;
	width: 52px;
	display: block;
	background-color: transparent;
	vertical-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(image/but_back.gif);
	background-repeat: no-repeat;
	float: left;
	vertical-align: middle;
	position: relative;
}


.but-back-nfo a:hover {
	height: 27px;
	width: 52px;
	display: block;
	background-color: transparent;
	vertical-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(image/but_back-over.gif);
	background-repeat: no-repeat;
	float: left;
	vertical-align: middle;
	position: relative;
}

.but-back-nfo a:active {
	height: 27px;
	width: 52px;
	display: block;
	background-color: transparent;
	vertical-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(image/but_back-over.gif);
	background-repeat: no-repeat;
	float: left;
	vertical-align: middle;
	position: relative;
}

.but-back-to-list a {
	height: 26px;
	width: 84px;
	display: block;
	background-color: transparent;
	vertical-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(image/but_back_list.gif);
	background-repeat: no-repeat;
	float: left;
	vertical-align: middle;
	position: relative;
}


.but-back-to-list a:hover {
	height: 26px;
	width: 84px;
	display: block;
	background-color: transparent;
	vertical-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(image/but_back_list_over.gif);
	background-repeat: no-repeat;
	float: left;
	vertical-align: middle;
	position: relative;
}

.but-back-to-list a:active {
	height: 26px;
	width: 84px;
	display: block;
	background-color: transparent;
	vertical-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(image/but_back_list_over.gif);
	background-repeat: no-repeat;
	float: left;
	vertical-align: middle;
	position: relative;
}

.but-submit-nfo{
	height: 27px;
	width: 67px;
	float: left;
	position: relative;
	display: block;
	background-color: transparent;
	vertical-align: middle;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}

.but-submit-nfo a{
	height: 27px;
	width: 67px;
	float: left;
	position: relative;
	display: block;
	background-color: transparent;
	vertical-align: middle;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.but-submit{
	height: 27px;
	width: 67px;
	float: left;
	position: relative;
}

.but-submit a {
	height: 27px;
	width: 67px;
	display: block;
	background-color: transparent;
	vertical-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(image/but_submit.gif);
	background-repeat: no-repeat;
	float: left;
	vertical-align: middle;
	position: relative;
}


.but-submit a:hover {
	height: 27px;
	width: 67px;
	display: block;
	background-color: transparent;
	vertical-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(image/but_submit-over.gif);
	background-repeat: no-repeat;
	float: left;
	vertical-align: middle;
	position: relative;
}
.but-submit a:active {
	height: 27px;
	width: 67px;
	display: block;
	background-color: transparent;
	vertical-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(image/but_submit-over.gif);
	background-repeat: no-repeat;
	float: left;
	vertical-align: middle;
	position: relative;
}
/*** Buttons used in NFO Ends here***/


/**NEW upload and pay buttons ****/
.but-upload{
	height: 26px;
	width: 65px;
	float: left;
	position: relative;
}

.but-upload a {
	height: 26px;
	width: 65px;
	display: block;
	background-color: transparent;
	vertical-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(image/but_upload.gif);
	background-repeat: no-repeat;
	float: left;
	vertical-align: middle;
	position: relative;
}


.but-upload a:hover {
	height: 26px;
	width: 65px;
	display: block;
	background-color: transparent;
	vertical-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(image/but_upload_over.gif);
	background-repeat: no-repeat;
	float: left;
	vertical-align: middle;
	position: relative;
}
.but-upload a:active {
	height: 26px;
	width: 65px;
	display: block;
	background-color: transparent;
	vertical-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(image/but_upload_over.gif);
	background-repeat: no-repeat;
	float: left;
	vertical-align: middle;
	position: relative;
}


/******upload button****/


.but-pay{
	height: 26px;
	width: 48px;
	float: left;
	position: relative;
}

.but-pay a {
	height: 26px;
	width: 48px;
	display: block;
	background-color: transparent;
	vertical-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(image/but_pay.gif);
	background-repeat: no-repeat;
	float: left;
	vertical-align: middle;
	position: relative;
}


.but-pay a:hover {
	height: 26px;
	width: 48px;
	display: block;
	background-color: transparent;
	vertical-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(image/but_pay-over.gif);
	background-repeat: no-repeat;
	float: left;
	vertical-align: middle;
	position: relative;
}
.but-pay a:active {
	height: 26px;
	width: 48px;
	display: block;
	background-color: transparent;
	vertical-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(image/but_pay-over.gif);
	background-repeat: no-repeat;
	float: left;
	vertical-align: middle;
	position: relative;
}




/****new buttons ****/
#contentbox-text li{
	vertical-align: middle;
	background: url(image/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}

.second_column_fields {
	position: relative; 
	float: right; 
	margin-top: -25px; 
	margin-right: 130px;
}

.radio_button_text {
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	margin-top: -13px; 
	padding-left: 20px;
}

.padding_break {
	padding-top: 20px;
}

.form_subheading {
	margin-left: 20px; 
	padding-bottom: 10px;
}

.footertext{
	font-size:10px;
}

.footertext a:visited{
	color: #A3E4FA;
	text-decoration: none;
}

.footertext a:hover{
	color: #FA9205;
	text-decoration: none;
}

.li-error{
      color: #F26100;
      margin-left: 170px;
      margin-top: 0px;
}

html>body .li-error {
color:#F26100;
margin-left:185px;
margin-top:0;
}
/********** ADSL fault reporting styles START ***************/
.star-faultreporting{
	background-image: url(image/img_required_star.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 170px;
	}

.form-field-not-required-faultreporting{
	width: 170px;
	}
	
.requiredexample-faultreporting{
	padding-left:190px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.character-counter-text-faultreporting{
	color: #fa5900;
	margin-left:190px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	width: 130px; 
}

.character-counter-number-faultreporting{
	color: #fa5900;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left:350px;
	margin-top:-10px; 
} 
	
/********** ADSL fault reporting stylesEND *****************/

/***Datatable********/




.dataTable {
     background-color: white;
     font-size:11px;
     margin-left:10px;
     margin-rght:0px;
     margin-top:0px;
     margin-bottom:0px;
     padding-left:0px;
     padding-right:0px;
     text-align:left;
     width:auto;
}

html>body .dataTable {
     background-color: white;
     font-size:11px;
     margin-left:-2px;
     margin-rght:-10px;
     margin-top:0px;
     margin-bottom:0px;
     padding-left:0px;
     padding-right:0px;
     text-align:left;
     width:auto;
}

.corner-left-blue-dataTable {
background-image:url(image/corner_left_blue.jpg);
background-position:left top;
background-repeat:no-repeat;
float:left;
height:25px;
margin-left:0px;
margin-right:-15px;
padding-left: 0px;
padding-right:0px;
position:relative;
width:12px;
}

html>body .corner-left-blue-dataTable {
background-image:url(image/corner_left_blue.jpg);
background-position:left top;
background-repeat:no-repeat;
float:left;
height:25px;
margin:0;
padding:0;
position:relative;
width:12px;
}

.corner-right-blue-dataTable {
background-image:url(image/corner_right_blue.jpg);
background-position:right center;
background-repeat:no-repeat;
float:right;
height:25px;
margin-left:-13px;
margin-right:0px;
padding-left: 0px;
padding-right:0px;
position:relative;
width:12px;
}
html>body .corner-right-blue-dataTable {
background-image:url(image/corner_right_blue.jpg);
background-position:right center;
background-repeat:no-repeat;
float:right;
height:25px;
margin-left:-40px;
margin-right:1px;
padding-left: 0px;
padding-right:0px;
position:relative;
width:12px;
}

.corner-right-blue-dataTable_three_col {
background-image:url(image/corner_right_blue.jpg);
background-position:right center;
background-repeat:no-repeat;
float:right;
height:25px;
margin-left: -49px;
margin-right: 0px;
padding-left: 0px;
padding-right:0px;
position:relative;
width:12px;
}

html>body .corner-right-blue-dataTable_three_col {
background-image:url(image/corner_right_blue.jpg);
background-position:right center;
background-repeat:no-repeat;
backround-color:red;
float:right;
height:25px;
margin-left:0px;
margin-right:45px;
padding-left: 0px;
padding-right: 0px;
position:relative;
width:12px;
}


.dataTable th {
     background-image:url(image/tile_contentheader_blue.jpg);
     background-position:left top;
     background-repeat:repeat-x;
     clear:both;
     height:25px;
     padding-Bottom:0px;
     padding-Top: 0px;
     padding-left: -20px;
     padding-right:-15px;
     font-family:Arial,Helvetica,sans-serif;
     font-weight: bold;
     margin-right: 0px;
     margin-left: 0px;
     white-space: nowrap;
}

html>body .dataTable th {
     background-image:url(image/tile_contentheader_blue.jpg);
     background-position:left top;
     background-repeat:repeat-x;
     clear:both;
     height:25px;
     padding-Bottom:0px;
     padding-Top: 0px;
     padding-left: -5px;
     padding-right:-5px;
     font-family:Arial,Helvetica,sans-serif;
     font-weight: bold;
     margin-Bottom: 10px;
     margin-right: 0px;
     margin-left: 0px;
     white-space: nowrap;
}

.dataTable  td {     
      font-family:Arial,Helvetica,sans-serif;
      font-size:11px;
      padding-left: 5px;
      padding-right: 10px;
}

.dataTable tr.total td {
     white-space: nowrap;
     vertical-align: top;     
     border-bottom:1px solid #0099CC;
     margin:0;
     padding:0px;
}

.dataTable tr.total td.customer {
     visibility: hidden;
}

.dataTable td.hidden {
     display: none;
}

.dataTable th.hidden {
     display: none;
}

.dataTable th.r {
     text-align: right;
     padding-right: 0px;
}

.dataTable th.c {
     text-align: center;
}


.dataTable  tr.odd {
     background-color: white;
}

.dataTable tr.even {
     background-color: #F5FBFE;
}
.dataTable td.bold-text{
      font-size:11px;
      font-weight:bold;
}
html>body .dataTable td.bold-text{
      font-size:11px;
      font-weight:bold;
}



/*****dataTable END*****/
/*** data Table for TelkomDirect**/
.dataTable_3col {
     background-color: white;
     font-size:11px;
     margin-left:10px;
     margin-rght:0px;
     margin-top:0px;
     margin-bottom:0px;
     padding-left:0px;
     padding-right:0px;
     text-align:left;
     width:96.5%;
}

html>body .dataTable_3col {
     background-color: white;
     font-size:11px;
     margin-left:-2px;
     margin-rght:-10px;
     margin-top:0px;
     margin-bottom:0px;
     padding-left:0px;
     padding-right:0px;
     text-align:left;
     width:96.5%;
}



.dataTable_3col th {
     background-image:url(image/tile_contentheader_blue.jpg);
     background-position:left top;
     background-repeat:repeat-x;
     clear:both;
     height:25px;
     padding-Bottom:0px;
     padding-Top: 0px;
     padding-left: -20px;
     padding-right:-15px;
     font-family:Arial,Helvetica,sans-serif;
     font-weight: bold;
     margin-right: 0px;
     margin-left: 0px;
     white-space: nowrap;
}

html>body .dataTable_3col th {
     background-image:url(image/tile_contentheader_blue.jpg);
     background-position:left top;
     background-repeat:repeat-x;
     clear:both;
     height:25px;
     padding-Bottom:0px;
     padding-Top: 0px;
     padding-left: -5px;
     padding-right:-5px;
     font-family:Arial,Helvetica,sans-serif;
     font-weight: bold;
     margin-Bottom: 10px;
     margin-right: 0px;
     margin-left: 0px;
     white-space: nowrap;
}

.dataTable_3col  td {     
      font-family:Arial,Helvetica,sans-serif;
      font-size:11px;
      padding-left: 5px;
      padding-right: 10px;
}

.dataTable_3col tr.total td {
     white-space: nowrap;
     vertical-align: top;     
     border-bottom:1px solid #0099CC;
     margin:0;
     padding:0px;
}

.dataTable_3col tr.total td.customer {
     visibility: hidden;
}

.dataTable_3col td.hidden {
     display: none;
}

.dataTable_3col th.hidden {
     display: none;
}

.dataTable_3col th.r {
     text-align: right;
     padding-right: 0px;
}

.dataTable_3col th.c {
     text-align: center;
}


.dataTable_3col  tr.odd {
     background-color: white;
}

.dataTable_3col tr.even {
     background-color: #F5FBFE;
}
.dataTable_3col td.bold-text{
      font-size:11px;
      font-weight:bold;
}
html>body .dataTable_3col td.bold-text{
      font-size:11px;
      font-weight:bold;
}



/** datable for Telkom direct end *******/

/****error icon and text inside fieldset****/
.error-icons-links-left {
	float:left;
	margin:0 0 21px;
}

.error-icons-links-text {
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	margin-left:10px;
	margin-top:22px;
	padding-left:1px;
	text-align:left;
	vertical-align:middle;
	width:80%;
}



