html,body { 
	height: 100%;
	margin: 0px;
	margin-left: 20px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;	
}
.TDFontTel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
	text-decoration: none;
	text-align: left;
}
div.VoipMenu ul {
	padding-top: 5px;
	padding-bottom: 0px;
}
div.VoipMenu ul, div.VoipMenu li {
	margin: 0px;
	padding-left: 0px;
	list-style-type: none;
}

table.form_table tr th {
	text-align: left;
}

th.form_label {
	text-align: left;
}

th.form_section {
	text-align: left;
	font-size: 120%;
	padding-top: 20px;
	padding-bottom: 10px;
}

.UserNavigation {
	background-image: url(/templates/designb/design02_bottomright_voip_graphic01.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.VoipGraphic02 {
	background-image: url(/templates/designb/design02_bottomright_voip_graphic02.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.VoipMenu {
	background-image: url(/templates/designb/design02_bg_lightgrey.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
	text-decoration: none;
	text-align: left;
	padding: 15px;
}
.BGLightGrey {
	background-image: url(/templates/designb/design02_bg_lightgrey.gif);
}

.VoipMenuContainer {
	width:242px;
	height:100%;
}

.voipMenu {
	background-color: #666666;
}

.voipMenuItem {
	background-color: #eeeeee;
	padding: 3px;
}

/* .Signup bits clash with default.css

.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: #8795AB;
        font-weight: bold;
}       
        
.SignupProgressDone {
        text-align: center;
        height: 30px;
        border: solid black 1px;
        padding: 2px;
        margin: 5px;
        background-color: #96ACD9;
        font-weight: bold;
}
.SignupProgressPending {
        text-align: center;
        height: 30px;
        border: solid black 1px;
        padding: 2px;	
        margin: 5px;
        background-color: #EFEFEF;
        font-weight: bold;
}

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


*************************************/

.lvl1 {
	padding-top: 10px;
	text-decoration: underline;
	font-weight: bold;
}

div.twitterFeed {
	border: 3px solid #c5c7c8;
	background-color: #c5c7c8;
	width: 650px;
	margin-bottom: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: auto;
}

a.twitterUserLinkImage img {
	border: 0px;
}

div.twitterIcon {
	float: left;
	overflow: auto;
	padding: 10px;
	padding-top: 8px;
	background-color: white;
}

div.twitterTitle {
	text-align: right;
	font-weight: bold;
	font-style: italic;
	padding-right: 10px;
	font-size: 14px;
	margin-left: 70px;
}

div.twitterTweet {
	padding: 5px;
	padding-top: 0;
	margin-left: 70px;
}

