.voipFormBox {
	border: solid black 1px;
	background-color: #ffffee;
	padding: 3px;
}

.voipError, .voipErrorInline {
        color: red;
        font-weight: bold;
}

.voipError {
        background-color: #eeeeee;
        border: solid red 2px;
        padding: 3px;
}

.voipInfoBox {
        color: #00cc00;
        border: solid #00cc00 2px;
        font-weight: bold;
        padding: 3px;
        background-color: #eeeeee;
}

.voipNote {
        font-weight: bold;
}

.SignupProgressLink:link, .SignupProgressLink:active, .SignupProgressLink:visited {
        color: black;
        text-decoration: none;
}
.SignupProgressCurrent {
        text-align: center;
        height: 30px;
        border: solid black 2px;
        padding: 2px;
        margin: 5px;
        background-color: #ff4444;
        font-weight: bold;
}       
        
.SignupProgressDone {
        text-align: center;
        height: 30px;
        border: solid black 1px;
        padding: 2px;
        margin: 5px;
        background-color: #aaffaa;
        font-weight: bold;
}
.SignupProgressPending {
        text-align: center;
        height: 30px;
        border: solid black 1px;
        padding: 2px;
        margin: 5px;
        background-color: #ffccaa;
        font-weight: bold;
}

.SignupProgressNA {
        text-align: center;
        height: 30px;
        border: solid #666666 1px;
        padding: 2px;
        margin: 5px;
        background-color: #bbbbbb;
        color: #666666;
}


.voipHuntDisabled {
	color: #999999;
}

.voipPlainLink:link { color: black; border: none; }
.voipPlainLink:active { color: black; border: none; }
.voipPlainLink:visited { color: black; border: none; }
.voipPlainLink:hover { color: black; border: none; }

.voipHuntDisabled .voipPlainLink:link { color: #999999; border: none; }
.voipHuntDisabled .voipPlainLink:active { color: #999999; border: none; }
.voipHuntDisabled .voipPlainLink:visited { color: #999999; border: none; }
.voipHuntDisabled .voipPlainLink:hover { color: #999999; border: none; }

.voipCompletedBox {
	border: solid black 1px;
	background-color: #ffffaa;
}
.liveyes { color: #008000; }
.liveno  { color: #ff0000; font-weight: bold; }
.onlineyes { color: #00cc00; font-weight: bold; }
.onlineno { color: black; }
.onphone { color: #cc0000; font-weight: bold; }
table.listing tr td, table.listing tr th   { padding-right: 12px; }
