/* @override https://voip-staging.gradwell.com/site/gradwell/css/main.css */

/*
--------------------------------------------------------------------------------
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;
}

a:hover
{
  color:#000;
  text-decoration: none;
}

.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;
  border-radius: 5px;
  -moz-border-radius: 5px;

  box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
  -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
  -moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
}

th, td
{
  padding:5px;
}

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

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

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

div.twitterFeed {
	border: 2px solid #ffd600;
	width: 650px;
	margin-bottom: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: auto;
}

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

div.twitterTitle {
	background-color: #ffd600;
	text-align: right;
	font-weight: bold;
	font-style: italic;
	padding-right: 10px;
	font-size: 14px;
	padding-bottom: 5px;
}

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

.fring_box { width: 656px; }
.fring_header { text-align: right; font-style: italic; font-weight: bold; font-size: 14px; }

/* getsatisfaction widget for voip CP front page */
div#gsfn_list_widget img { border: none; }
div#gsfn_list_widget { border-radius: 5px; -moz-border-radius: 5px; width: 650px; border: 2px solid #FFD600; }
div#gsfn_list_widget .widget_title { color: #000; display: block; font-weight: bold; text-align: right; font-style: italic; font-size: 14px; background-color: #FFD600; padding-right: 10px; padding-bottom: 5px; }
div#gsfn_list_widget .widget_title a:link { color: black; }
div#gsfn_list_widget .widget_title a:visited { color: black; }
div#gsfn_list_widget .widget_title a:hover { color: black; }
div#gsfn_list_widget .widget_main { padding: 10px; }
div#gsfn_list_widget .widget_main_text { margin-left: 60px; padding-bottom: 5px; }
div#gsfn_list_widget .widget_logo { float: left; }
div#gsfn_list_widget .powered_by { margin-top: 8px; padding-top: 8px; border-top: 1px solid #DDD; }
div#gsfn_list_widget .powered_by a { color: #333; font-size: 90%; }
div#gsfn_list_widget div#gsfn_content { }
div#gsfn_list_widget div#gsfn_content li { text-align:left; margin-bottom:6px; }
div#gsfn_list_widget div#gsfn_content a.gsfn_link { line-height: 1; }
div#gsfn_list_widget div#gsfn_content span.time { font-size: 90%; padding-left: 3px; color: #666; }
div#gsfn_list_widget div#gsfn_content p.gsfn_summary { margin-top: 2px }

#login-table { 
	background-color: #ffd600; 
	border: 1px solid #aa9100; 
	padding: 10px;
	
	box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
}

#login-table a:visited {
	color: #000;
}

#login-table input:focus { 
	border: 1px solid #aa9100;
	
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

#login-table tr:first-child th { font-size: 20px; text-align: center; }

.cphelplinkwrapper {
	float: right;
	position: relative;
	right: -5px;
}

.cphelplinkheader {
	background: url(/images/classy/16x16/help.png);
	background-repeat:no-repeat;
	padding-left:20px;
}

input.brandedButton.large {
	font-size: 13px;
	padding-right: 12px;
	padding-left: 12px;
}

input.brandedButton:disabled, input[type=submit]:disabled, input[type=button]:disabled {
	
	background: #dbdbdb;
	background: -moz-linear-gradient(top, #dbdbdb 0%, #909090 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbdbdb), color-stop(100%,#909090));
	background: -webkit-linear-gradient(top, #dbdbdb 0%,#909090 100%);
	background: -o-linear-gradient(top, #dbdbdb 0%,#909090 100%);
	background: -ms-linear-gradient(top, #dbdbdb 0%,#909090 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DBDBDB', endColorstr='#909090',GradientType=0 );
	background: linear-gradient(top, #dbdbdb 0%,#909090 100%);

	cursor: default;

	color: #646466;
}

input.brandedButton, input[type=submit], input[type=button] {
	white-space: nowrap;
	text-align: center;
	background-color: #000;
	color: #fff;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	cursor: pointer;
	border: none;
	
	font-size:  11px;
	padding: 4px 10px 4px 10px;
	
	background: #909090; /* Old browsers */
	background: -moz-linear-gradient(top, #909090 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#909090), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #909090 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #909090 0%,#000000 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #909090 0%,#000000 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#909090', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #909090 0%,#000000 100%); /* W3C */
}

