/*
--------------------------------------------------------------------------------
Enables the IE PNG fix.

visibility turned off in IE to prevent initially showing ugly grey backgrounds.
--------------------------------------------------------------------------------
*/
/*img {
	behavior:	 url("pngbehavior.htc");
}*/

p, h1, h2, h3, h4, h5, h6
{
  margin:0 0 15px 0;
  padding:0;
  letter-spacing:0;
}

h1, h2, h3, h4, h5, h6
{
  font-weight:bold;
  color:#000;
}

h1
{
  font-size: 20pt;
  letter-spacing:-1px;
}

h2
{
  font-size:16pt;
}

h3
{
  font-size:14pt;
  font-style:italic;
}

h4
{
  font-size:12pt;
}

h5
{
  font-size:12pt;
  font-style:italic;
}

h6 
{ 
  font-size:10pt; 
}

p, ul, ol, table
{
  font-size:10pt;
  line-height: 20px;
  color:#000;
}

ul li
{
  /* list-style-image:url(../images/buttons/list_item.gif); */
}

hr
{
  border: none 0;
  border-top: 1px solid #CCC;/*the border*/
  width: 100%;
  height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

a.external
{
  /*background:url(../images/buttons/external_link.gif) no-repeat left;*/
  padding:0 0 0 15px;
}

a
{
  text-decoration: underline
}

a:link
{
  color:#000;
}

a:visited
{
  color:#666;
}

a:active
{
  color:#ffd600;
  background-color:#000;
}

a:hover
{
  color:#000;
  background-color:#FF0;
}

.external, .download, .anchor
{
  text-decoration:none;
}

.spacer
{
    height: 5em;
}

a img
{
  border:none;
}

.list-table
{
    margin: 0.5em;
}

table
{
  border:2px solid #ffd600;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border-spacing: 0px;
  background-color: #ffffff;
}

th, td
{
  padding:5px;
}

th
{
  font-weight:bold;
  background-color: #ffd600;
}

td
{
  border-bottom:1px solid #CCC;
}

table caption
{
  text-align:left;
  font-weight:bold;
  padding:3px;
}

p
{
  font-size:10pt;
  line-height:normal;
}

body
{
  margin:0;
  padding:0;
  font-family:Arial, Helvetica, sans-serif;
  font-size:10pt; /* was 62.5% */
  color:#000;
  text-align:center;
  background-color: #fff;
}


/*
    Document   : voip
    Created on : 19-May-2009, 13:29:40
    Author     : jonathanr
    Description:
        CSS specific to the voip control panel.
*/

#reseller_logo {
        margin: 4px;
        overflow: hidden;
}

.panel {
	clear: both;
	display: none;
	background-color: #3e3e3e;
	padding: 1em;
}

fieldset {
	padding: 2em;
}

.panel.active-tab-body {
	display: block;
}

.cust_search
{
    padding: 0.5em;
}

#in_assoc
{
    display: inline;
    margin: 30px;
    font-size:18pt;
    font-weight: bold;
    overflow: visible;
}

/*
* Tabs:
*/

div#csr_tabs{
	margin:20px auto;
	font-size:11px;
	border:solid 0px #232343;
}
/* DIV that holds each tab*/
div.my_tab{
	margin:0px auto;

}

/* Title of each tab, used when user don't have Javascript'*/
div.my_tab h5{
	color:#aaaaaa;
	border-bottom:solid 1px #cacaca;

}

/* Tab Bar, created via JS*/
div#tab-bar{
	padding:0px 0px 0px 10px;
	margin:0px;
	height:30px;
	background: transparent;
	border-bottom:solid 1px #414141;
	margin-bottom:10px;
}

/* Single Tab */
div#tab-bar div.mt-tab{
	float:left;

	display:inline;
	position:relative;
	text-align:center;
	margin:5px 5px -5px 0px;
	cursor:pointer;
	border-top:solid 1px #414141;
	border-left:solid 1px #414141;
	border-right:solid 1px #414141;
	border-bottom:solid 1px #414141;
	height:16px;
	color:Black;
	padding:5px 5px 3px 5px;
}

/* Single Tab, when active */
div#tab-bar div.mt-tab-active{
	float:left;

	display:inline;
	text-align:center;
	margin:5px 5px -5px 0px;
	cursor:pointer;
	border-top:solid 1px #414141;
	border-left:solid 1px #414141;
	border-right:solid 1px #414141;
	border-bottom:none;
	height:16px;
	color:Black;
	font-weight:bold;
	padding:5px 5px 3px 5px;

}

.tab_bar
{
  padding-top:10px;
  border-bottom-style:solid;
  background-color: #FFDDC0;
  border-width:1px;
  margin-bottom:1em;
}

.tab_bar li
{
  display: inline;
  padding:0px;
  border-width:1px;
  border-style:solid;
  background-color:white;
  padding-left:0.3em;
  padding-right:0.3em;
  margin-left:0.5em;
}

.tab_bar .active
{
  display: inline;
  padding:1px;
  border-width:1px;
  border-left-style:solid;
  border-right-style:solid;
  border-top-style:solid;
  border-bottom-style:none;
  background-color:white;
  padding-left:0.3em;
  padding-right:0.3em;
}

#tabs {
	position: absolute;
	top: 55px;
	height: 28px;
	list-style: none;
}

#tabs li {
	float: left;
}

#tabs a {
	float: left;
	padding: 5px 8px;
	margin-left: 6px;
	background-color: #DCDCDC;
	text-decoration: none;
	color: #999999;
}

#tabs a.active-tab {
	background-color: #3e3e3e;
	color: #ccc;
}

.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;
}

.voipErrorLink, .voipErrorLink:visited {
	color: white;
}

.voipErrorLink:hover {
	color: black;
	background-color:#FF0;
}

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

.voipNote {
        font-weight: bold;
}

/*
.voipHuntCurrentDay {
	background-color: #ffffcc;
}
*/

.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; }

table.price_table tr th {
	vertical-align:top;
}
table.price_table tr.indented th {
	padding-left:15px;
	font-weight:normal;
	border-top: none;
}
table.price_table tr.indented td {
	border-top: none;
}
table.price_table tr.sep th, table.price_table tr.sep td {
	border-top: solid #ffd600 2px;
}
table.price_table tr.first th, table.price_table tr.first td {
	border-top: none;
}
