/*-------------------------------------------------------------------------------------*/
/* Reset default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

img.home_page_prod_arrows
{
	position:relative;
	left:-10px;
	top:-5px;
}
.recommended_product 
{
	font-size:1.5em;
	color:#4f8810;
	font-family:Arial, Helvetica, sans-serif
}

img.solutions 
{
	height:214px; 
	width:146px;
	padding-left:20px;
	padding-bottom:70px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, html, label, table, tr, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img, a img, :link img, :visited img {
	border:0;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
q:before, q:after {
	content:'';
}
/* global elements
 * ------------------------------------------------------------------------- */

body {
	background:#fff url("../images/bgTop.jpg") top repeat-x;
	text-align:center;
	font:12px/21px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#555;
}
h1 {
	font-size:2.00em;
	color:#1271a8;
	font-family:Arial, Helvetica, sans-serif;
}
h2 {
	font-size:1.88em;
	color:#4f8810;
	font-family:Arial, Helvetica, sans-serif;
}
h3 {
	font-size:1.88em;
	color:#1271a8;
	font-family:Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color:#1271a8;
	text-decoration:underline;
	outline:none;
}
a:hover, a:active {
	color:#1271a8;
	text-decoration:none;
	outline:none;
}
/* ----- classes ----- */

.clear {
	clear:both;

}

.dateline {
	font-weight:bold;
	font-color:#eeeeee;
	font-size:.80em;
	line-height:75%;
}

div.clear {
	clear:both;
	height:.01em;
	overflow:hidden;
}
body.clients img.img-left {
	float:left;
	margin:0 30px 20px 0;
}

img.img-left {
	float:left;
	margin:0 10px 0 0;
}
img.img-right {
	float:right;
	margin:0 0 0 10px;
}

.img-border {
	background:url("../images/imgbg.jpg") no-repeat;
	padding:6px 6px 6px 7px;
	display:block;
}

.img-borderSm {
	background:url("../images/imgbgSm.jpg") no-repeat;
	padding:5px 6px 5px 5px;
	display:block;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */

.img-div {
	background:url("../images/imgDiv.jpg") top no-repeat;
	width:700px;
	height:27px;
}

body.index .img-div {
	background:url("../images/imgHomeDiv.jpg") top no-repeat;
	width:260px;
	height:5px;
	margin:20px 0;
	display:block;
}

.caption {
	display:block;
	float:left;
	width:167px;
	margin-right:20px;
	color:#1270a0;
	font-style:italic;
	font-size:.94em;
}

.caption-text {
	display:block;
	float:left;
	width:323px;
}

#column-content {
	float:left;
	padding:20px 40px 0 40px;
}

#column-content  p.header3 {
	color:#4f8810;
	font:1.25em/1.25em Arial, Helvetica, sans-serif;
	margin-bottom:0;
}

#column-content  p.header3b {
	color:#4f8810;
	font:1.13em/1.13em Arial, Helvetica, sans-serif;
	margin-bottom:0;
}


#column-content p.header4 {
	color:#1271A8;
	font:1.13em/1.13em Arial, Helvetica, sans-serif;
	margin-bottom:10px;
}

#column-content .caption p {
	padding:5px 5px 20px 5px;
}

#column-left .news-signup {
	position:relative;
	left:-20px;
	top:36px;
	width:174px;
	padding:10px;
	margin-left:10px;
	background-color:#eeeeee;
	font-size:.94em;
}

#column-right {
	float:left;
	width:280px;
	padding:20px 20px 0 40px;
}

#column-right p, #column-right h2, #column-right h3 {
	margin:0 0 15px 0;
}

#column-right h2, #column-right h3, #column-right ul, #column-right ol {
	margin:0 0 10px 0;
}

.col-left-page, .col-right-page {
	width:50%;
	float:left;
}

.margin-bottom-15 {
	margin-bottom:15px;
}

.indent {
	position:relative;
	left:20px;
}


/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	width:940px;
	margin:20px auto 0 auto;
	text-align:left;
}
#masthead {
	height:115px;
	width:470px;
	float:left;
}
#search {
	float:left;
	width:470px;
}
#search ul {
	margin:54px 0 10px 0;
	text-align:right;
	font-size:.94em;
}
#search ul li {
	display:inline;
	line-height:10px;
}
#search ul li a {
	padding:0 3px;
}
#search a:link, #search a:visited {
	text-decoration:none;
}
#search a:hover, #search a:active {
	text-decoration:underline;
}
#cse-search-box {
	text-align:right;
}
#cse-search-box input {
	width:196px;
	height:18px;
	padding:2px 2px 0 2px;
	border:1px solid #c2c2c2;
}
#cse-search-box input.btn-search {
	background:url("../images/btnSearch.jpg");
	width:65px;
	height:22px;
	cursor:pointer;
	padding:0;
	border:0;
}

#form-solution {
	margin-bottom:30px;
}

#form-solution input {
	width:196px;
	height:18px;
	padding:2px 2px 0 2px;
	border:1px solid #c2c2c2;
	margin-bottom:3px;
	background-color:#fff !important;
}

#form-solution label span {
	width:110px;
	display:block;
	float:left;
}

#form-solution textarea {
	width:196px;
	padding:2px 2px 0 2px;
	border:1px solid #c2c2c2;
	background-color:#fff !important;
	margin-bottom:3px;
}

#form-solution input.btn-submit {
	background:url("../images/btnSubmit.jpg");
	width:65px;
	height:22px;
	cursor:pointer;
	padding:0;
	border:0;
	margin-left:110px;
}

#form-contact {
	margin-bottom:30px;
}

#form-contact input {
	width:250px;
	height:18px;
	padding:2px 2px 0 2px;
	border:1px solid #c2c2c2;
	margin-bottom:3px;
	background-color:#fff !important;
}

#form-contact label span {
	width:110px;
	display:block;
	float:left;
}

#form-contact textarea {
	width:250px;
	padding:2px 2px 0 2px;
	border:1px solid #c2c2c2;
	background-color:#fff !important;
	margin-bottom:3px;
}

#form-contact input.btn-submit {
	background:url("../images/btnSubmit.jpg");
	width:65px;
	height:22px;
	cursor:pointer;
	padding:0;
	border:0;
	margin-left:110px;
}

#form-request {
	margin-bottom:30px;
}

#form-request input {
	width:196px;
	height:18px;
	padding:2px 2px 0 2px;
	border:1px solid #c2c2c2;
	margin-bottom:3px;
	background-color:#fff !important;
}

#form-request label span {
	width:110px;
	display:block;
	float:left;
}

#form-request textarea {
	width:196px;
	padding:2px 2px 0 2px;
	border:1px solid #c2c2c2;
	background-color:#fff !important;
	margin-bottom:3px;
}

#form-request input.btn-submit {
	background:url("../images/btnSubmit.jpg");
	width:65px;
	height:22px;
	cursor:pointer;
	padding:0;
	border:0;
	margin-left:110px;
}

/*------------ Horizontal Sprite Nav ------------- */

.nav {
	background:url("../images/nav.jpg") no-repeat;
	width:940px;
	height:35px;
	margin:0;
	padding:0;
	position:relative;
}
.nav span {
	display: none;
}
.nav li, .nav a {
	height:35px;
	display:block;
}
.nav li {
	float:left;
	list-style:none;
	_display:inline;
}
.nav li a:link, .nav li a:visited {
	position: absolute;
	top: 0;
	height: 35px;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 10;
}
.nav .nav-01 a:link, .nav .nav-01 a:visited {
	left: 0px;
	width:109px;
}
.nav .nav-01 a:hover, .nav .nav-01 a:focus, .nav .nav-01 a:active, .current-nav-01 .nav-01 a:link, .current-nav-01 .nav-01 a:visited, .nav-nav-01, .nav-nav-01-click {
	background: url(../images/nav.jpg) no-repeat 0 -35px;
}

.nav .nav-01 a:active {
	background: url(../images/nav.jpg) no-repeat 0 -70px;
}

.current-nav-01 .nav-01 a:link, .current-nav-01 .nav-01 a:visited {
	background: url(../images/nav.jpg) no-repeat 0 -70px;
	cursor: default;
}

.nav-nav-01, .nav-nav-01-click {
	position: absolute;
	top: 0;
	left: 0px;
	width: 109px;
	height: 35px;
}
.nav .nav-02 a:link, .nav .nav-02 a:visited {
	left: 109px;
	width: 261px;
}
.nav .nav-02 a:hover, .nav .nav-02 a:focus, .nav .nav-02 a:active, .current-nav-02 .nav-02 a:link, .current-nav-02 .nav-02 a:visited, .nav-nav-02, .nav-nav-02-click {
	background: url(../images/nav.jpg) no-repeat -109px -35px;
}

.nav .nav-02 a:active {
	background: url(../images/nav.jpg) no-repeat -109px -70px;
}

.current-nav-02 .nav-02 a:link, .current-nav-02 .nav-02 a:visited {
	background: url(../images/nav.jpg) no-repeat -109px -70px;
	cursor: default;
}
.nav-nav-02, .nav-nav-02-click {
	position: absolute;
	top: 0;
	left: 109px;
	width: 261px;
	height: 35px;
}
.nav .nav-03 a:link, .nav .nav-03 a:visited {
	left: 370px;
	width: 131px;
}
.nav .nav-03 a:hover, .nav .nav-03 a:focus, .nav .nav-03 a:active, .current-nav-03 .nav-03 a:link, .current-nav-03 .nav-03 a:visited, .nav-nav-03, .nav-nav-03-click {
	background: url(../images/nav.jpg) no-repeat -370px -35px;
}

.nav .nav-03 a:active {
	background: url(../images/nav.jpg) no-repeat -370px -70px;
}

.current-nav-03 .nav-03 a:link, .current-nav-03 .nav-03 a:visited {
	background: url(../images/nav.jpg) no-repeat -370px -70px;
	cursor: default;
}

.nav-nav-03, .nav-nav-03-click {
	position: absolute;
	top: 0;
	left: 370px;
	width: 131px;
	height: 35px;
}

.nav .nav-04 a:active {
	background: url(../images/nav.jpg) no-repeat -501px -70px;
}

.nav .nav-04 a:link, .nav .nav-04 a:visited {
	left: 501px;
	width: 169px;
}
.nav .nav-04 a:hover, .nav .nav-04 a:focus, .nav .nav-04 a:active, .current-nav-04 .nav-04 a:link, .current-nav-04 .nav-04 a:visited, .nav-nav-04, .nav-nav-04-click {
	background: url(../images/nav.jpg) no-repeat -501px -35px;
}
.current-nav-04 .nav-04 a:link, .current-nav-04 .nav-04 a:visited {
	background: url(../images/nav.jpg) no-repeat -501px -70px;
	cursor: default;
}
.nav-nav-04, .nav-nav-04-click {
	position: absolute;
	top: 0;
	left: 501px;
	width: 161px;
	height: 35px;
}
.nav .nav-05 a:link, .nav .nav-05 a:visited {
	left: 670px;
	width: 128px;
}
.nav .nav-05 a:hover, .nav .nav-05 a:focus, .nav .nav-05 a:active, .current-nav-05 .nav-05 a:link, .current-nav-05 .nav-05 a:visited, .nav-nav-05, .nav-nav-05-click {
	background: url(../images/nav.jpg) no-repeat -670px -35px;
}

.nav .nav-05 a:active {
	background: url(../images/nav.jpg) no-repeat -670px -70px;
}

.current-nav-05 .nav-05 a:link, .current-nav-05 .nav-05 a:visited {
	background: url(../images/nav.jpg) no-repeat -670px -70px;
	cursor: default;
}
.nav-nav-05, .nav-nav-05-click {
	position: absolute;
	top: 0;
	left: 670px;
	width: 128px;
	height: 35px;
}

.nav .nav-06 a:link, .nav .nav-06 a:visited {
	left: 798px;
	width: 142px;
}
.nav .nav-06 a:hover, .nav .nav-06 a:focus, .nav .nav-06 a:active, .current-nav-06 .nav-06 a:link, .current-nav-06 .nav-06 a:visited, .nav-nav-06, .nav-nav-06-click {
	background: url(../images/nav.jpg) no-repeat -798px -35px;
}

.nav .nav-06 a:active {
	background: url(../images/nav.jpg) no-repeat -798px -70px;
}

.current-nav-06 .nav-06 a:link, .current-nav-06 .nav-06 a:visited {
	background: url(../images/nav.jpg) no-repeat -798px -70px;
	cursor: default;
}
.nav-nav-06, .nav-nav-06-click {
	position: absolute;
	top: 0;
	left: 798px;
	width: 142px;
	height: 35px;
}
/*------------ banner ---------------*/

body.index #banner {
	background:url("../images/homeBanner.jpg");
	width:490px;
	height:223px;
	margin-top:0px;
	padding:77px 400px 0 50px;
	color:#fff;
	font-size:1.13em;
	position:relative;
}

body.index #banner p { width:460px; }

body.index #banner h1 {
	color:#fff;
	margin-bottom:5px;
}

body.index #banner .action-blurb {
	font:bold .84em/1.13em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	width:260px;
	position:absolute;
	top:211px;
}

body.index #banner .btn-find {
	position:absolute;
	top:204px;
	left:324px;
}

#banner {
	background:url("../images/miniBanner.jpg");
	width:890px;
	height:50px;
	margin-top:20px;
	padding:30px 0 0 50px;
}

body.telecommunication-solutions #banner {
	background:url("../images/miniBannerTelecommunication.jpg");
	width:890px;
	height:60px;
	padding:60px 0 0 50px;
	margin-top:0;
}

body.about-us #banner {
	background:url("../images/miniBannerAbout.jpg");
	width:890px;
	height:60px;
	padding:60px 0 0 50px;
	margin-top:0;	
}

body.products #banner {
	background:url("../images/miniBannerProducts.jpg");
	width:890px;
	height:60px;
	padding:60px 0 0 50px;
	margin-top:0;	
}

body.our-advantage #banner {
	background:url("../images/miniBannerAdvantage.jpg");
	width:890px;
	height:60px;
	padding:60px 0 0 50px;
	margin-top:0;	
}

body.contact-us #banner {
	background:url("../images/miniBannerContact.jpg") no-repeat;
	width:890px;
	height:60px;
	padding:60px 0 0 50px;
	margin-top:0;
}

body.what-solution-can-we-provide-for-you #banner {
	background:url("../images/miniBanner.jpg");
	width:890px;
	height:50px;
	margin-top:20px;
	padding:30px 0 0 50px;
}

body.self-service #banner, body.personalization #banner,
body.bill-analyst #banner, body.bill-payment-manager #banner, body.usage-analyst #banner, body.total-communication-analyst #banner, body.offer-optimization #banner,
body.case-studies #banner, body.services-and-support #banner, body.success-metrics #banner,
body.clients #banner, body.investors #banner, body.news #banner {
	background:url("../images/miniBanner.jpg");
	width:890px;
	height:50px;
	margin-top:20px;
	padding:30px 0 0 50px;
}

body.case-studies #banner {
	background:url("../images/miniBanner.jpg");
	width:890px;
	height:50px;
	padding:30px 0 0 50px;
	margin-top:20px;
}



/*------------ main-wrap ---------------*/

body.index #main-wrap {
	background:url("../images/bgHomeMain.jpg") top left no-repeat;
	width:940px;
	min-height:320px;
	font-size:1.06em;
}

#main-wrap {
	background:url("../images/bgLeft.jpg") top left no-repeat;
	width:940px;
	min-height:300px;
	font-size:1.06em;
}

/*------------ breadcrumb/utility ---------------*/

#breadcrumb {
	background:url("../images/imgHome.jpg") 0 6px no-repeat;
	font-size:.88em;
	width:526px;
	float:left;
	padding-left:15px;
	margin:5px 0 20px 0;
}
#print {
	background:url("../images/imgPrinter.jpg") 0 5px no-repeat;
	font-size:.81em;
	width:139px;
	float:left;
	padding-left:20px;
	margin:5px 0 20px 0;
}
/* ----- column-left ----- */

#column-left {
	width:185px;
	float:left;
	padding:43px 0 0 15px;
}
#column-left h2 {
	margin-bottom:10px;
}
/* ----- column-content ----- */

body.index #column-content {
	width:600px;
	float:left;
	padding:16px 0 0 0;
	position:relative;
}

#column-content {
	width:700px;
	float:left;
	padding:0 0 0 40px;
	position:relative;
}
#column-content .overview-header {
	float:left;
	width:510px;
}
#column-content h1 {
	background:url("../images/bgH1.jpg") bottom no-repeat;
	width:700px;
	padding-bottom:15px;
	margin-bottom:10px;
}

#column-content h1.nodivider {
	background:none;
	width:700px;
	padding-bottom:0;
	margin-bottom:10px;
}

#column-content p.divider {
	background:url("../images/bgH1.jpg") bottom no-repeat;
	width:700px;
	padding-bottom:15px;
	margin-bottom:10px;
}

#column-content h2, #column-content h3, #column-content h4, #column-content h5, #column-content p, #column-content ul, #column-content ol, #column-content dl {
	margin:0 0 15px;
}

body.index #column-content p {
	margin-bottom:10px;
}
body.index #column-content h2 {
	margin:0 0 0 40px;
}

#column-content ul {
	margin-left:20px;
}
#column-content ul li {
	background:url("../images/imgArrow.jpg") 0 5px no-repeat;
	padding-left:15px;
}

#column-content ul li ul li {
	background:none;
	list-style-type:disc;
	padding-left:5px;
}

#column-content ol {
	margin-left:35px;
}
#column-content ol li {
	list-style-type:decimal;
}

.call-to-action a {
	background:url("../images/imgDemo.jpg") no-repeat;
	width:192px;
	height:30px;
	position:absolute;
	right:0;
	top:50px;
}
.call-to-action a span {
	display:none;
}
.quote {
	float:right;
	width:160px;
	background:url("../images/bgRQuote.jpg") no-repeat;
	min-height:213px;
	overflow:visible;
	padding:0 0 20px 20px;
	margin-left:10px;
}

.quote br {
	margin-bottom:15px; 
}

.quote small {
	font-style:normal;
	line-height:1.50em;
	padding:20px 0;
	display:block;
	text-indent:0;
}

.mod-ltgray {
	width:625px;
	background:#f9f9f9 url("../images/bgLtGray.jpg") bottom right no-repeat;
	padding:20px 15px 20px 20px;
	margin-bottom:15px;
}

.mod-ltgray2 {
	width:309px;
	background:#f9f9f9 url("../images/bgLtGray.jpg") bottom left no-repeat;
	padding:20px 0 20px 20px;
	margin-bottom:15px;
}

.mod-ltgray .col-left, .mod-ltgray2 .col-left {
	width:292px;
	float:left;
	padding-right:20px;
}

.mod-ltgray .col-right {
	width:292px;
	float:left;
	padding-left:20px;
}

.mod-ltgreen {
	width:665px;
	background:#fff url("../images/bgLtGreen.jpg") top left no-repeat;
	padding:20px 15px 20px 20px;
	margin-bottom:0px;
	min-height:200px;
}

.mod-ltgreen .col-left {
	width:312px;
	float:left;
	padding-right:20px;
}

.mod-ltgreen .col-right {
	width:312px;
	float:left;
	padding-left:20px;
}

.icon-pdf {
	background:url("../images/imgPDF.gif") 0 0 no-repeat;
	padding-left:22px;
}

.icon-wmv {
	background:url("../images/imgWMV.jpg") 0 0 no-repeat;
	padding-left:22px;
}

.testimonial {
	width:100%;
}

	.testimonial small {
		font-style:normal;
	}

#column-content p.testimonial br {
	margin-bottom:15px;
}

.prod-left {
	float:left;
	width:300px;
	padding-right:50px;
}

.prod-right {
	float:left;
	width:300px;
	padding-right:50px;
}


#column-content .prod-left p, #column-content .prod-right p {
	margin-bottom:25px;
}

#column-content .solutions-overview {
	float:left;
	width:445px;
}

#column-content .recommended-product {
	float:right;
	width:190px;
	padding:10px;
	margin-left:10px;
	background-color:#eeeeee;
	font-size:.94em;
}


#column-content .recommended-product_notab {
	float:right;
	width:190px;
	padding:10px;
	margin-left:20px;
	background-color:#eeeeee;
	font-size:.94em;
}


form#form-request-info label {
	
}
form#form-request-info input {
	width:200px;
	border:1px solid #ccc;
	padding:1px;
	margin-bottom:3px;
	background-color:#fff !important;
}

form#form-request-info textarea {
	width:200px;
	height:90px;
	border:1px solid #ccc;
	margin-bottom:3px;
}

form#form-request-info label span {
	width:85px;
	display:block;
	float:left;
}

#form-request-info input.btn-submit {
	background:url("../images/btnSubmit.jpg");
	width:65px;
	height:22px;
	border:none;
	float:right;
	margin:2px 45px 20px 0;
}

.form-left {
	float:left;
	width:332px;
}

.form-right {
	float:left;
	width:332px;
}

#column-content ul.list-check li {
	list-style-type:none;
	background:url("../images/imgcheck.jpg") 0 3px no-repeat;
	padding-left:20px;
}

#column-content .telecommunication-left {
	float:left;
	width:310px;
	padding:0 40px 30px 0;
}

#column-content .telecommunication-right {
	float:left;
	width:310px;
	padding:0 0 30px 40px;
}

.case-study {
	background-color:#f5f5f5;
	padding:15px 15px 10px 15px;
}



/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	height:20px;
	clear:both;
	width:100%;
}
/* footer
 * ------------------------------------------------------------------------- */

#footer-wrap {
	width:100%;
	border-top:1px solid #edf4e5;
	background-color:#eff5e8;
	padding:20px 0;
}
#footer {
	width:940px;
	margin:0 auto;
	text-align:center;
	font-size:.94em;
}
#footer dl {
	float:left;
	text-align:left;
	border-left:1px solid #d7e5c8;
	padding:0 28px 0 15px;
	min-height:140px;
}
#footer dt a:link, #footer dt a:visited {
	font-weight:bold;
	color:#4f8810;
	text-decoration:none;
}
#footer dt a:hover, #footer dt a:active {
	font-weight:bold;
	color:#4f8810;
	text-decoration:underline;
}
#footer dd a:link, #footer dd a:visited {
	color:#555;
	text-decoration:none;
}
#footer dd a:hover, #footer dd a:active {
	color:#555;
	text-decoration:underline;
}
#copyright-wrap {
	width:100%;
	border-top:1px solid #3d720c;
	background-color:#4f8810;
	padding:7px 0 30px 0;
}
#copyright {
	width:940px;
	margin:0 auto;
	text-align:center;
	color:#fff;
	font-size:.94em;
}
#copyright a:link, #copyright a:visited {
	color:#fff;
}
#copyright a:hover, #copyright a:active {
	color:#fff;
}
#copyright p.year {
	float:left;
}
#copyright p.privacy-policy {
	float:right;
}

#column-content .products-description p {
	margin-bottom:40px;
}

body.site-map #column-content .list-left {
	float:left;
	width:300px;
	padding-right:20px;
}

body.site-map #column-content .list-right {
	float:left;
	width:300px;
}

body.site-map #column-content dl dt {
	font-weight:bold;
}

body.site-map #column-content dl dd {
	padding-left:10px;
}


/* Vertical Subnav
 * ------------------------------------------------------------------------- */

.subnav {
	width:185px;
	margin:0;
	padding:0;
}
.subnav li {
	background:url("../images/imgsubNav.jpg") left top no-repeat;
	line-height:36px;
}
.subnav a:link, .subnav a:visited {
	color:#555;
	text-decoration:none;
}
.subnav a:hover, .subnav a:active {
	color:#1b92ce;
	text-decoration:none;
	font-weight:normal;
}
/* About Us - Subnav */
body.investors li.subnav-01,
body.globys-in-the-news li.subnav-02,
body.press-releases li.subnav-03 {
	font-weight:normal;
	background:url("../images/imgsubNavActive.jpg") left no-repeat;
	height:36px;
	position:relative;
	z-index:99;
	bottom:-1px;
}
body.investors .subnav li.subnav-01 a,
body.globys-in-the-news .subnav li.subnav-02 a, 
body.press-releases .subnav li.subnav-03 a{
	color:#1b92ce;
	cursor:default;
}

/* Products - Subnav */
body.mobile-occasions li.subnav-01,
body.intelligent-occasions li.subnav-02,
body.one2one li.subnav-03,
body.mobile-manager li.subnav-04,
body.bill-analyst li.subnav-05,
body.bill-insight li.subnav-06, 
body.bill-payment-manager li.subnav-07, 
body.usage-analyst li.subnav-08 {
	font-weight:normal;
	background:url("../images/imgsubNavActive.jpg") left no-repeat;
	height:36px;
	position:relative;
	z-index:99;
	bottom:-1px;
}
body.mobile-occasions .subnav li.subnav-01 a,
body.intelligent-occasions .subnav li.subnav-02 a,
body.one2one .subnav li.subnav-03 a,
body.mobile-manager .subnav li.subnav-04 a,
body.bill-analyst .subnav li.subnav-05 a,
body.bill-insight .subnav li.subnav-06 a,
body.bill-payment-manager .subnav li.subnav-07 a,
body.usage-analyst .subnav li.subnav-08 a {
	color:#1b92ce;
	cursor:default;
}

/* Our Advantage - Subnav */
body.case-studies li.subnav-01,
body.services-and-support li.subnav-02,
body.success-metrics li.subnav-03 {
	font-weight:normal;
	background:url("../images/imgsubNavActive.jpg") left no-repeat;
	height:36px;
	position:relative;
	z-index:99;
	bottom:-1px;
}

body.case-studies .subnav li.subnav-01 a,
body.services-and-support .subnav li.subnav-02 a,
body.success-metrics .subnav li.subnav-03 a {
	color:#1b92ce;
	cursor:default;
}

/* Resource Center - Subnav */
body.resource-center li.subnav-01 { 
	font-weight:normal;
	background:url("../images/imgsubNavActive.jpg") left no-repeat;
	height:36px;
	position:relative;
	z-index:99;
	bottom:-1px;
}

body.resource-center .subnav li.subnav-01 a {
	color:#1b92ce;
	cursor:default;
}

/* Careers - Subnav */
body.customer-care-representative li.subnav-01,
body.delivery-engineer-2 li.subnav-02,
body.qa-engineer li.subnav-03,
body.qa-engineer-solutions li.subnav-04,
body.qa-lead li.subnav-05,
body.software-development-engineer-in-test-solutions li.subnav-06,
body.web-developer li.subnav-07
{ 
	font-weight:normal;
	background:url("../images/imgsubNavActive.jpg") left no-repeat;
	height:36px;
	position:relative;
	z-index:99;
	bottom:-1px;
}

body.customer-care-representative .subnav li.subnav-01 a,
body.delivery-engineer-2 .subnav li.subnav-02 a,
body.qa-engineer .subnav li.subnav-03 a, 
body.qa-engineer-solutions .subnav li.subnav-04 a, 
body.qa-lead .subnav li.subnav-05 a, 
body.software-development-engineer-in-test-solutions .subnav li.subnav-06 a, 
body.web-developer .subnav li.subnav-07 a
{
	color:#1b92ce;
	cursor:default;
}

/* Telecommunication Solutions - Subnav */
body.contextual-marketing li.subnav-01,
body.one2one-marketing li.subnav-02,
body.consolidated-billing li.subnav-03,
body.real-time-usage-analysis li.subnav-04 { 
	font-weight:normal;
	background:url("../images/imgsubNavActive.jpg") left no-repeat;
	height:36px;
	position:relative;
	z-index:99;
	bottom:-1px;
}

body.contextual-marketing .subnav li.subnav-01 a,
body.one2one-marketing .subnav li.subnav-02 a,
body.consolidated-billing .subnav li.subnav-03 a,
body.real-time-usage-analysis .subnav li.subnav-04 a {
	color:#1b92ce;
	cursor:default;
}


/* Tab Content
 * ------------------------------------------------------------------------- */

body.index .tabcontent {
	background:#fff url("../images/imgHomeDivTab.jpg") top no-repeat;
	width:510px;
	padding:30px 50px 0 40px;
}

.tabcontent {
	background:url("../images/imgDivTab.jpg") top no-repeat;
	width:665px;
	padding:30px 15px 0 20px;
}

body.index #column-content {
	position:relative;
}

body.index ul#tabs {
	position:absolute;
	top:23px;
	right:100px;
}

#column-content .shadetabs {
	text-align:left;
	margin:0;
	height:31px;
	line-height:31px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
}

body.index #column-content .shadetabs li a span big {
	font-size:1.06em;
	border-top:none;
	height:30px;
	display:block;
	padding:0 20px
}

#column-content .shadetabs li a span big {
	font-size:1.06em;
	border-top:1px solid #e5e3e3;
	height:31px;
	display:block;
	padding:0 20px
}

#column-content ul.shadetabs li {
	padding:0;
	background:url("../images/tabOff.jpg") top left repeat-x;
	bottom:-6px;
	position:relative;
	display:block;
	float:left;
	margin: 0;
}

body.index #column-content ul.shadetabs li {
	padding:0;
	background:url("../images/tabOff.jpg") top left repeat-x;
	bottom:-6px;
	position:relative;
	display:block;
	float:left;
	margin: 0;
}

body.index .shadetabs li a {
	text-decoration: none;
	position:relative;
	z-index: 1;
	color: #707070;
	float:left;
	padding:0;
	cursor:pointer;
	background:url("../images/tabHomeOffL.jpg") no-repeat;
}

.shadetabs li a {
	text-decoration: none;
	position:relative;
	z-index: 1;
	color: #707070;
	float:left;
	padding:0;
	cursor:pointer;
	background:url("../images/tabOffL.jpg") no-repeat;
}

body.index .shadetabs li a span {
	background:url("../images/tabHomeOffR.jpg") top right no-repeat;
	display:block;
	height:30px;
	padding:0 7px;
}

.shadetabs li a span {
	background:url("../images/tabOffR.jpg") top right no-repeat;
	display:block;
	height:31px;
	padding:0 7px;
}

body.index .shadetabs li a:visited, .shadetabs li a:visited {
	color: #707070;
}

body.index .shadetabs li a:hover, .shadetabs li a:hover {
	text-decoration:none;
	color: #2d2b2b;
}

.shadetabs li a.selected { /*selected main tab style */
	text-decoration: none;
	position:relative;
	z-index: 1;
	color: #000;
	float:left;
	padding:0;
	cursor:pointer;
	background:#fff url("../images/tabOnL.jpg") no-repeat;
}

body.index .shadetabs li a.selected { /*selected main tab style */
	text-decoration: none;
	position:relative;
	z-index: 1;
	color: #000;
	float:left;
	padding:0;
	cursor:pointer;
	background:#f5f5f5 url("../images/tabHomeOnL.jpg") no-repeat;
}

body.index .shadetabs li a.selected span {
	background:url("../images/tabHomeOnR.jpg") top right no-repeat;
	display:block;
	height:32px;
	padding:0 7px;
}

.shadetabs li a.selected span {
	background:url("../images/tabOnR.jpg") top right no-repeat;
	display:block;
	height:31px;
	padding:0 7px;
}

body.index .shadetabs li a.selected:hover, .shadetabs li a.selected:hover { /*selected main tab style */
	text-decoration: none;
	color:#000;
}
.tabcontent {
	display:none;
}


 @media print {
.tabcontent {
	display:block !important;
}
}

.source {color: #4e8810; font-size: 11px; font-weight:bold; line-height:150%; display:block;}
.secondary {color: #eeeeee; font-size: 11px; font-weight:normal; line-height:150%; display:block;}

.product_table {width:100%}
.productcell_label {padding-bottom:10px; padding-top:10px; border-top:1px solid #eeeeee; border-bottom:1px solid #eeeeee; width:210px;}
.productcell_value {padding-bottom:10px; padding-top:10px; border-top:1px solid #eeeeee; border-bottom:1px solid #eeeeee; width: 490px;}

/*--- what solution can we provide for you --*/

body.what-solution-can-we-provide-for-you #column-content h2,
body.what-solution-can-we-provide-for-you #column-content .mod-ltgreen,
body.what-solution-can-we-provide-for-you #column-content .img-div,
body.contact-us #column-content h2,
body.contact-us #column-content .mod-ltgreen,
body.contact-us #column-content .img-div,
body.contact-us #column-left h2,
body.contact-us #column-left ul,
body.request-information #column-content h2,
body.request-information #column-content .mod-ltgreen,
body.request-information #column-content .img-div,
body.download-analyst-reports #column-content h2,
body.download-analyst-reports #column-content .mod-ltgreen,
body.download-analyst-reports #column-content .img-div,
body.download-data-sheets #column-content h2,
body.download-data-sheets #column-content .mod-ltgreen,
body.download-data-sheets #column-content .img-div,
body.download-whitepapers #column-content h2,
body.download-whitepapers #column-content .mod-ltgreen,
body.download-whitepapers #column-content .img-div,
body.download-product-demo #column-content h2,
body.download-product-demo #column-content .mod-ltgreen,
body.download-product-demo #column-content .img-div,
body.thank-you #column-content h2,
body.thank-you #column-content .mod-ltgreen,
body.thank-you #column-content .img-div,
body.download #column-content h2,
body.download #column-content .mod-ltgreen,
body.download #column-content .img-div,
body.download-webcasts #column-content h2,
body.download-webcasts #column-content .mod-ltgreen,
body.download-webcasts #column-content .img-div,
body.legal-statement #column-content h2,
body.legal-statement #column-content .mod-ltgreen,
body.legal-statement #column-content .img-div,
body.legal-statement #column-left h2,
body.legal-statement #column-left ul,
body.privacy-policy #column-content h2,
body.privacy-policy #column-content .mod-ltgreen,
body.privacy-policy #column-content .img-div,
body.privacy-policy #column-left h2,
body.privacy-policy #column-left ul,
body.press-releases #column-content h2,
body.press-releases #column-content .mod-ltgreen,
body.press-releases #column-content .img-div { display:none; }
body.news-destination #column-content h2,
body.news-destination #column-content .mod-ltgreen,
body.news-destination #column-content .img-div { display:none; }

