﻿.tableMain {
    width:100%;
    border: solid 0px #000000;
}

.tableMain td {
    padding: 5px 5px 5px 5px;
}

.tdNormal {
    text-align:center; 
}

.tdInfo {
    text-align:right; 
}

.tdInfo a {
     text-decoration:underline;
     color:#3A373A;
     font-size:13px;
     font-family: Verdana, Arial, Helvetica; 
}

.tdInfo a:hover {
     text-decoration:underline;
     color:#C2001B;
}

/* --------------------  */
/* T-Mobile  */
/* --------------------  */

.tdTmobile {
    background-color:#ED008C;
    color:#FFFFFF;
    text-align:center;  
}

.tdTmobileLeft {
    background-color:#ED008C;
    color:#FFFFFF;
    text-align:left;  
}

/* --------------------  */
/* KPN  */
/* --------------------  */

.tdKPN {
    background-color:#008000;
    color:#FFFFFF;
    text-align:center;  
}

.tdKPNLeft {
    background-color:#008000;
    color:#FFFFFF;
    text-align:left;  
}

/* --------------------  */
/* Hi  */
/* --------------------  */

.tdHi {
    background-color:#27247F;
    color:#FFFFFF;
    text-align:center;  
}

.tdHiLeft {
    background-color:#27247F;
    color:#FFFFFF;
    text-align:left;  
}

/* --------------------  */
/* Vodafone  */
/* --------------------  */

.tdVodafone {
    background-color:#FF0000;
    color:#FFFFFF;
    text-align:center;  
}

.tdVodafoneLeft {
    background-color:#FF0000;
    color:#FFFFFF;
    text-align:left;  
}

/* --------------------  */
/* Telfort  */
/* --------------------  */

.tdTelfort {
    background-color:#122268;
    color:#FFFFFF;
    text-align:center;  
}

.tdTelfortLeft {
    background-color:#122268;
    color:#FFFFFF;
    text-align:left;  
}