/* -------------------------------------------------------------- 
  
   MASTER IMPORTS
   
-------------------------------------------------------------- */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/forms.css";
@import "lib/plugins/tabs.css";


/* REUSABLE CLASSES
-------------------------------------------------------------- */

.clear {
	clear: both;
}

#none {
	display: none;
}

.white { color: #fff; }

/* .TBBlueButton {background: #278ac8;hovercolor - background:#ff7b1a;} */

.TBBlueButton:hover {
	background:#3d96ce;
}

.TBOrangeButton {
	padding: 10px 20px 10px 20px;
	font-weight:bold;
	font-size: 15px;
	color: white;
	background: #ff6c00;
	border-radius: 4px;
	-moz-border-radius: 4px;
	border: none;
	margin-top: 5px;
	cursor: pointer;
	text-shadow: 0 1px #884311;
}

.TBOrangeButton:hover {
	background:#ff7b1a;
}

.TBBlueButton {
	padding: 10px 20px 10px 20px;
	font-weight:bold;
	font-size: 15px;
	color: white;
	background: #ff6c00;
	border-radius: 4px;
	-moz-border-radius: 4px;
	border: none;
	margin-top: 5px;
	cursor: pointer;
	text-shadow: 0 1px #884311;
}

.TBBlueButton:hover {
	background:#ff7b1a;
}

.TBBlueButton-sm {
	padding: 5px 10px 5px 10px;
	font-weight:normal;
	font-size: 13px;
	color: white;
	background: #ff6c00;
	border-radius: 4px;
	-moz-border-radius: 4px;
	border: none;
	margin-top: 5px;
	cursor: pointer;
}

.TBBlueButton-sm:hover {
	background:#ff7b1a;
}

.ButtonOrderNow a:link, .ButtonOrderNow a:visited, .ButtonOrderNow a:hover, .ButtonOrderNow a:active {
	padding: 5px 10px 5px 10px;
	font-weight:bold;
	font-size: 13px;
	color: white;
	background: #ff6c00;
	border-radius: 4px;
	-moz-border-radius: 4px;
	border: none;
	cursor: pointer;
	text-decoration: none;
	float: right;
}

.ButtonOrderNow a:hover {
	background: #ff7b1a;
}



/* PAGE
-------------------------------------------------------------- */

#page { margin: 0 auto; width: 950px; }

body {
	font-family: Helvetica,Arial,Verdana,Tahoma,sans-serif;
	font-size: 13px;
	margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
	color:#222222;
	font-family: 'Droid Sans', sans-serif;
	font-weight:bold;
	margin:0px;
	padding: 0px;
}



/* HEADER
-------------------------------------------------------------- */

#TopBlackBorder {
	background: #000;
	height: 5px;
}

#Header {
	background: #131318;
	border-bottom: 1px solid #000;
}

#HeaderContainer {
	margin: 0 auto;
	width: 960px;
	height: 104px;
}

#HeaderLogo {
	float: left;
	width: 196px;
	height: 37px;
	background: url(toggleboximages/headerLogo.png) no-repeat;
	margin-top: 40px;
}

#HeaderLogin {
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
}

#HeaderLogin a:link, #HeaderLogin a:visited, #HeaderLogin a:hover, #HeaderLogin a:active {
	color: #7f7f9d;
	text-decoration: none;
	padding: 10px;
}

#HeaderLogin a:hover {
	color: white;
	text-decoration: underline;
}

/* NAVIGATION
-------------------------------------------------------------- */

#NavWrapper {
	clear: right;
	float: right;
}

#NavContainer {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #cacadb;
	text-transform: uppercase;
}

#NavContainer a:link, #NavContainer a:visited, #NavContainer a:hover, #NavContainer a:active {
	text-decoration: none;
	color: #cacadb;
	padding: 10px;
}

#NavContainer a:hover {
	background: #243940;
	color: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
}

#NavContainer ul {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
}

#NavContainer li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
}

#NavContainer li.current {
	background: #243940;
	color: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 10px;
}

#NavContainer li.current a:link, #NavContainer li.current a:visited {
	color: #fff;
}


/* SUBHEADER
-------------------------------------------------------------- */

#SubheaderWrapper {
	background: #23232d;
	height: 120px;
	border-top: 1px solid #373740;
}

#SubheaderContainer {
	background: #23232d;
	height: 120px;
	width: 960px;
	margin: 0 auto;
	font-family: 'Amaranth', sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	color: #7f7f9d;
	padding-top: 25px;
}


/* SUPPORT
-------------------------------------------------------------- */

#SupportKBSearchContainer {
	width: 920px;
	height: 44px;
	background: #23232d;
	padding: 20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	margin-bottom: 40px;
}

.SupportButtonNewTicket a:link, .SupportButtonNewTicket a:visited, .SupportButtonNewTicket a:hover, .SupportButtonNewTicket a:active {
	float: left;
	width: 280px;
	height: 82px;
	text-indent: -9999px;
	background: url(toggleboximages/ButtonSupportTicket.png) no-repeat top;
}

.SupportButtonNewTicket a:hover {
	background: url(toggleboximages/ButtonSupportTicket.png) no-repeat bottom;
}

.SupportButtonHelpDesk a:link, .SupportButtonHelpDesk a:visited, .SupportButtonHelpDesk a:hover, .SupportButtonHelpDesk a:active {
	float: left;
	width: 280px;
	height: 82px;
	text-indent: -9999px;
	background: url(toggleboximages/ButtonSupportDesk.png) no-repeat top;
	margin-left: 60px;
}

.SupportButtonHelpDesk a:hover {
	background: url(toggleboximages/ButtonSupportDesk.png) no-repeat bottom;
}

.SupportButtonLiveChat a:link, .SupportButtonLiveChat a:visited, .SupportButtonLiveChat a:hover, .SupportButtonLiveChat a:active {
	float: right;
	width: 280px;
	height: 82px;
	text-indent: -9999px;
	background: url(toggleboximages/ButtonSupportChat.png) no-repeat top;
}

.SupportButtonLiveChat a:hover {
	background: url(toggleboximages/ButtonSupportChat.png) no-repeat bottom;
}

#SupportEmailContainer {
	clear: both;
	width: 960px;
	height: 60px;
	background: url(toggleboximages/SubpageEmailBanner.png) no-repeat;
	padding-bottom: 80px;
	margin-top: 50px;
}

#SupportEmailContainer ul {
	list-style: none;
	margin: 0;
	padding: 40px 0;
	text-align: center;
	
}

#SupportEmailContainer li {
	list-style: none;
	margin: 0;
	padding: 0 20px 0 20px;
	display: inline;
	border-right: 1px solid #cdcdda;
}

#SupportEmailContainer li.first {
	padding-left: 0;
	border-right: 0;
}

#SupportEmailContainer li.last {
	border-right: 0;
	padding-right: 0;
}

#SupportEmailContainer a:link, #SupportEmailContainer a:visited, #SupportEmailContainer a:hover, #SupportEmailContainer a:active {
	color: #1e7db9;
	text-decoration: underline;
}

#SupportEmailContainer a:hover {
	color: #ff6c00;
}

#SupportPhoneContainer {
	clear: both;
	width: 960px;
	height: 60px;
	background: url(https://manage.togglebox.com/templates/tbox/toggleboximages/SubpagePhoneBanner.png) no-repeat;
}

#SupportPhoneContainer ul {
	list-style: none;
	margin: 0;
	padding: 40px 0;
	text-align: center;
	
}

#SupportPhoneContainer li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}


/* HOSTBILL
-------------------------------------------------------------- */

#SubheaderWrapperHostbill {
	background: #23232d;
	height: 70px;
	border-top: 1px solid #373740;
}

#HBSubheaderContainer {
	background: #23232d;
	height: 55px;
	width: 960px;
	margin: 0 auto;
	color: #ffffff;
	padding-top: 15px;
}

#SubpageWrapper {
	background: #e3e3eb;
}

#SubpageContainer {
	margin: 0 auto;
	width: 960px;
	padding-top: 40px;
}

#mainmenu, .serv_head1 {

}

#mainmenu a, #mainmenu a:visited, #mainmenu a:active {

	display:block;
	padding:10px;
	font-weight:bold;
	text-transform:capitalize;
	font-family:Arial, Helvetica, sans-serif;
	color:#e0ecff;
	text-decoration:none;
	float:left;
	z-index:11;
}

#mainmenu .separator {
	width:2px;
	height:38px;
	float:left;
	display:block;
	
}
#mainmenu a:hover {
	color:#ffffff;
	background: #515165;
	border-radius: 4px;
	-moz-border-radius: 4px;
}
#mainmenu a.active,#mainmenu a.active:hover {
	background: #515165;
	color:#ffffff !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
}

.TbContentContainer {
	float: right;
	width: 700px;
}

.TbSubmenuContainer {
	float: left;
	width: 200px;
	height: 250px;
	border-right: 1px solid #d4d4dd;
}

/* FORMS
-------------------------------------------------------------- */


.TbLabelWhite {
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
}

.InputClientLogin {background:#FFFFFF url(img/bg_text.gif) repeat-x scroll left top;
	border: 1px solid #23232d;
	color:#23232d;
	padding:10px;
	font-size: 16px;
	margin-top: 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
}

.ButtonClientLogin {
	padding: 10px 20px 10px 20px;
	font-weight:bold;
	font-size: 15px;
	color: white;
	background: #ff6c00;
	border-radius: 4px;
	-moz-border-radius: 4px;
	border: none;
	margin-top: 5px;
	cursor: pointer;
}

.ButtonClientLogin:hover {
	background:#ff7b1a;
}


.ClientLoginLink {
	color: #7f7f9d;
	margin-top: 5px;
}

.ClientLoginLink a:link, .ClientLoginLink a:visited, .ClientLoginLink a:hover, .ClientLoginLink a:active {
	font-size: 13px;
	color: #7f7f9d;
	text-decoration: none;
}

.ClientLoginLink a:hover {
	text-decoration: underline;
	color: #ffffff;
}

.KbSearchContainer {
	background: #23232d;
	text-align:center;
	padding:15px;
	width: 930px;
	border-radius: 4px;
	-moz-border-radius: 4px;
}

.KbSearchField {
	padding: 10px;
	width: 800px;
	font-size:16px;
	margin-right: 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	border: none;
}

.ButtonKbSearch {
	padding: 10px 20px 10px 20px;
	font-weight:bold;
	font-size: 15px;
	color: white;
	background: #ff6c00;
	border-radius: 4px;
	-moz-border-radius: 4px;
	border: none;
	margin-top: 5px;
	text-shadow: 0 1px #884311;
}

.ButtonAdd {
	padding: 10px 20px 10px 20px;
	font-weight:bold;
	font-size: 15px;
	color: white;
	background: #ff6c00;
	border-radius: 4px;
	-moz-border-radius: 4px;
	border: none;
	margin-top: 5px;
	text-shadow: 0 1px #884311;
}

.TbTitle1 {
	font-family: 'Droid Sans', sans-serif;
 	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 30px;
	border-bottom: 1px solid #d4d4dd;
}

.TbKBTitle {	
	font-family: 'Droid Sans', sans-serif;
 	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 30px;
}

.TbSupportTitle {	
	font-family: 'Droid Sans', sans-serif;
 	font-size: 16px;
	font-weight: bold;
	float: left;
}

a.SupportListItem {
	background: url(toggleboximages/smBlueArrow.png) no-repeat center left;
	padding-left: 12px;
	line-height: 24px;
	text-decoration: none;
}

.SupportListItemContainer {
	margin-top: 10px;
}

.NewSupportTicket td {
    padding:5px 8px 5px 20px;
}

.InputNewSupportTicket {
	background: #ffffff;
	border: 1px solid #d4d4dd;
	color: #23232d;
	padding: 5px;
	font-size: 16px;
	border-radius: 4px;
	-moz-border-radius: 4px;
}

.ButtonNewTicket {
	padding: 10px 20px 10px 20px;
	font-weight:bold;
	font-size: 15px;
	color: white;
	background: #ff6c00;
	border-radius: 4px;
	-moz-border-radius: 4px;
	border: none;
	margin-top: 5px;
	text-shadow: 0 1px #884311;
}

.NewSupportTicket td.bord {
    border-right:solid 1px  #eeeeee;
}
.NewSupportTicket label {
    font-weight:bold;
    margin-bottom:6px;
    display:block;
    text-align: left;
    clear:both;
}
.NewSupportTicket label small {
    color: #666666;
    padding-top:2px;
    display: block;
    font-size: 11px;
    font-weight: normal;
    line-height: 11px;
    text-align: left;
}
.NewSupportTicket td, .NewSupportTicket th {
	padding:8px 8px;
}
.NewSupportTicket tr.lastone td {
border-bottom:none !important;
}
.NewSupportTicket td.blighter {
	border-bottom:solid 1px #eeeeee;
}
.NewSupportTicket tr.srow td {
background:#f6fbfe;
}
.NewSupportTicket tr.even td, .NewSupportTicket tr.even td  {
	background:#f3f3f3;
}


.CANoProd {
	background: #f4f4f7;
	color: #23232d;
	padding: 10px;
	margin-top: 1px;
	font-weight: bold;
	position: relative;
	font-family: 'Droid Sans', sans-serif;
 	font-size: 16px;
	font-weight: bold;
	border: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
}


.TbCATitle {	
	font-family: 'Droid Sans', sans-serif;
 	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
	float: left;
	padding-left: 10px;
}

.CAListItemContainer {
	margin-bottom: 20px;
}

a.CAListItem {
	background: url(toggleboximages/smBlueArrow.png) no-repeat center left;
	padding-left: 15px;
	line-height: 24px;
	margin-left: 10px;
	text-decoration: none;
}

a.CAListItem:hover {
	text-decoration: underline;
}

.CAAccountTitle {
	font-family: 'Droid Sans', sans-serif;
 	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-left: 34px;
	padding-top: 3px;
	height: 24px;
	background: url(toggleboximages/iconOrg24User.png) no-repeat;
}

.CAProductTitle {
	font-family: 'Droid Sans', sans-serif;
 	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-left: 34px;
	padding-top: 3px;
	height: 24px;
	background: url(toggleboximages/iconOrg24Settings.png) no-repeat;
}

.CAHelpTitle {
	font-family: 'Droid Sans', sans-serif;
 	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-left: 34px;
	padding-top: 3px;
	height: 24px;
	background: url(toggleboximages/iconOrg24Help.png) no-repeat;
}






.wbox_header {
	background: #ffffff;
	color: #23232d;
	padding: 10px;
	margin-top: 1px;
	font-weight: bold;
	position: relative;
	font-family: 'Droid Sans', sans-serif;
 	font-size: 16px;
	font-weight: bold;
	border: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
}

.ServicesProductTitle {
	margin-top: 10px;
	margin-bottom: 10px;
}

.AddServiceContainer {
	background: #f4f4f7;
	padding: 10px 10px 10px 20px;
	margin-top: 20px; 
	border-radius: 4px;
	-moz-border-radius: 4px;
}


/* FOOTER
-------------------------------------------------------------- */

#FooterWrapper {
	clear: both;
	background: #131318;
	margin-top: 60px;
}

#FooterContainer {
	width: 960px;
	margin: 0 auto;
	color: #6e6e89;
	padding: 20px 0 20px 0;
}

.FooterCat {
	float: left;
	margin: 0 60px 0 0;
}

.FooterCat ul {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}

.FooterCat li {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 24px;
}

.FooterCat li a:link, .FooterCat li a:visited, .FooterCat li a:hover, .FooterCat li a:active {
	text-decoration: none;
	color: #7f7f9d;
}

.FooterCat li a:hover {
	text-decoration: underline;
	color: #ffffff;
}

.FooterCatTitle {
	font-size: 13px;
	font-weight: bold;
	color: #cacadb;
	text-transform: uppercase;
}

#CopyrightWrapper {
	background: #000000;
	border-top: 1px solid #28282d;
}

#CopyrightContainer {
	width: 960px;
	margin: 0 auto;
	color: #6e6e89;
	padding: 15px 0 15px 0;
}