/* #Redefine Tags# */


* {
	margin:0;
	padding:0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #333
}
img {
	border: none
}
p {
	margin-bottom: 1.12em
}

ul {
	margin:1em;
}

ul li {
	margin-bottom:5px;
	margin-left:1em;
}

ol {
	margin:1em;
}

ol li {
	margin-bottom:5px;
	margin-left:1em;
}

h1 {
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: .1em;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: .5em;
	color: #ff0000
}
h2 {
	font-size: 1.3em;
	margin-bottom: 8px
}
h3 {
	font-size: 1.1em;
	margin-bottom: 8px
}
hr {
	background-color:#fff;
	border-color:#ccc;
	border-style:none none solid;
	border-width:1px;
	color:#ccc;
	margin-bottom:1em;
}
.vppHr {
	height:2em;
	background:transparent url(/assets/images/vop_dottedLine.gif) center left repeat-x scroll;
}
a {
	text-decoration: none;
	color: #333
}
a:hover {
	color: #008698;
	text-decoration: none;
}

a:link, a:visited {
	text-decoration: none;
}

/* #Generic# */

.left {
	float: left
}
.right {
	float: right
}
.clear {
	clear: both;
}
.center {
	text-align: center
}
.noFloat {
	clear:both;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.grey {
	color: #999999
}
.error {
	color: #ff0000;
	font-weight: bold
}
.nowidth {
	width: 0px;
	padding: 0;
	margin: 0;
	visibility: hidden
}
.pad {
	padding: 10px
}
.indent
{
	padding-left: 20px;
}
.clearleft {
	clear: left
}

.bold {
	font-weight: bold
}

.hidden {
	left:-9999px;
	position:absolute;
}

.noPad {
	padding:0 !important;
}

.padbottom {
	padding-bottom: 20px
}

.padtop {
	padding-top: 20px
}

/*.padleft {
	padding-left: 20px
}*/

.padright {
	padding-right: 20px
}

.rssLink {
	background:transparent url(/assets/images/rssfeed.gif) center left scroll no-repeat;
	padding:1px 0 0px 23px;
}

.warningIcon{
	background:transparent url(/assets/images/warning_icon.gif) left center scroll no-repeat;
	padding-left:20px;
	font-weight:bold;
}

.modHeader a.rssLink {
	background:transparent url(/assets/images/rssfeed.gif) center right scroll no-repeat;
	padding:5px 25px 5px 0;
}

/* # VPP TABLE STYLES# */

.vppTable table.generic {
	background: #FFFFFF;
	font-size: 100%;
	margin:0 1px 10px 4px;
	border-collapse: collapse;
	padding-bottom: 10px;
	width: 568px;
}

.vppTable .modBorder {
	width:576px;
	background-image: url("/assets/images/3columnBorder.gif");
}

.vppTable .modFooter {
	background-image: url("/assets/images/3columnFooter.gif");
	width:576px;
}

.mod2Col .vppTable table.generic {
	width: 376px;
}

.mod2Col .vppTable .modBorder {
	width:384px;
	background-image: url("/assets/images/2columnBorder.gif");
}
.mod2Col .vppTable .modFooter {
	background-image: url("/assets/images/2columnFooter.gif");
	width:384px;
}

/*
.vppTable table.generic th {
	background-color:#999999;
	color:#fff;
	text-align:left;
	vertical-align:top;
	padding:3px 3px 5px;
}
*/
.vppTable table.generic tr.headerrow td {
	background-color:#999999;
	color:#fff;
	text-align:left;
	vertical-align:top;
	padding:3px 3px 5px;
	font-weight:bold;
}

.vppTable table.generic td {
	padding:3px 3px 5px;
	background:#fff url(/assets/images/vop_dottedLine.gif) left bottom repeat-x;
	text-align:left;
	vertical-align:top;
}

.vppTable table.generic tr.headerrow td {
	background-image:none;
}

/*
.vppTable table.generic th.border {
	border-right:1px solid #ffffff;
}
*/
.vppTable table.generic td.border { 
	border-right:1px solid #999999; 
}

.vppTable table.generic tr.odd td {
	background-color:#f6f8f9; /* light grey */
}

.vppTable table.generic tr.even td {
	background-color:#ffffff;
}


/* #Table Module# */
/* BEGIN TABLE MODULE STYLES */
.fullWidth{
	width:100%;
	border-collapse: collapse;
}
.tableContainer{
	padding: 0 4px 0 4px;
}
.tdEven,.tdEven2,.tdOdd,.tdOdd2,.tdHead,.tdHead2{
	padding:3px 12px 4px 12px;
	text-align:right;
}
.tdEven{
	border-right: 1px #008698 solid;
	background:#fff;
}
.tdEven2{
	background:#fff;
}
.tdHead{
	border-right: 1px #fff solid;
	padding:4px 12px 4px 12px;
	background:#008698;
	color:#fff;
}
.tdHead2{
	background:#008698;
	color:#fff;
}
.tdOdd{
	border-right: 1px #008698 solid;
	background:#f6f8f9;
}
.tdOdd2{
	background:#f6f8f9;
}
.left{
	text-align:left;
}
/* END TABLE MODULE STYLES */


/* #Colors# */

/* BEGIN BG COLOR STYLES */
.redBG {background:#f00;}
.carmineRedBG	{background:#cc0202;}
.deepPurpleBG	{background:#732978;}
.lightPurpleBG	{background:#C592C8;}
.petrolBG	{background:#008698;}
.lightPetrolBG {background:#bad4da;}
.lighterPetrolBG {background:#d9edee;}
.lightGreyBG {background:#f6f8f9;}
.greyBG {background:#ccc;}
.blueBG	{background-color:#0077b7;}
.midBlueBG{background-color: #0099cc;}
.lightBlueBG {background:#6dc1d7;}
.greenBG {background:#009868;}
.grassGreenBG	{background:#5b8424;}
.whiteBG {background:#fff;}
.blackBG {background:#333333;}
.yellowBG {background:#F3B700;} /* added by KK*/
.orangeBG {background:#F39500;} /* added by KK*/
.pinkBG {background:#DC838E;} /* added by KK*/
.lightGreenBG {background:#8bc55a;} /* added by KK*/
.turquoiseBG {background:#6dc1c7;} /* added by KK*/
.petrolMediumBG {background:#7fb0bb;} /* added by KK*/
.petrolLightBG {background:#bad4da;} /* added by KK*/
.petrolBrightBG {background:#f6f8f9;} /* added by KK*/
.purpleMediumBG {background:#c592c8;} /* added by KK*/
.purpleLightBG {background:#dab9dc;} /* added by KK*/
.purpleBrightBG {background:#e0d5e1;} /* added by KK*/
.orangeMediumBG {background:#f6b040;} /* added by KK*/
.orangeLightBG {background:#fccf86;} /* added by KK*/
.orangeBrightBG {background:#fce5bf;} /* added by KK*/

.redFG {color:#f00;}
.carmineRedFG	{color:#cc0202;}
.deepPurpleFG	{color:#732978;}
.lightPurpleFG	{color:#C592C8;}
.petrolFG	{color:#008698;}
.lightPetrolFG {color:#bad4da;}
.lightGreyFG {color:#f6f8f9;}
.greyFG {color:#ccc;}
.blueFG	{color:#0077b7;}
.lightBlueFG {color:#6dc1d7;}
.greenFG {color:#009868;}
.grassGreenFG	{color:#5b8424;}
.whiteFG {color:#fff;}
.blackFG {color:#333333;}
.yellowFG {color:#F3B700;} /* added by KK*/
.orangeFG {color:#F39500;} /* added by KK*/
.pinkFG {color:#DC838E;} /* added by KK*/
.lightGreenFG {color:#8bc55a;} /* added by KK*/
.turquoiseFG {color:#6dc1c7;} /* added by KK*/
.petrolMediumFG {color:#7fb0bb;} /* added by KK*/
.petrolLightFG {color:#bad4da;} /* added by KK*/
.petrolBrightFG {color:#f6f8f9;} /* added by KK*/
.purpleMediumFG {color:#c592c8;} /* added by KK*/
.purpleLightFG {color:#dab9dc;} /* added by KK*/
.purpleBrightFG {color:#e0d5e1;} /* added by KK*/
.orangeMediumFG {color:#f6b040;} /* added by KK*/
.orangeLightFG {color:#fccf86;} /* added by KK*/
.orangeBrightFG {color:#fce5bf;} /* added by KK*/


/* END BG COLOR STYLES */



/* #Custom Styles# */

.bgContactUs {
	background:transparent url(/assets/images/temp_home_toplevel_contact_bg.jpg) top left scroll no-repeat;
}




/* #Structural# */

#maincontainer {
	/*width: 964px;*/
	width: 974px;
	margin: auto;
}

.generic ul, .generic ol {
	margin:0;
	padding:0;
	padding-left: 16px;
	padding-bottom: 12px
}

.generic ul li {
	margin:0;
	padding:0;
	list-style-type: disc;
	padding-bottom: .5em
}

.logo {
	float: left
}

#header {
	padding: 15px 0 0 4px; 
	margin-right: 8px;
	height: 88px
}

#headerright {
	float: right;
	width: 200px;
}

#headerright #headernav {
	list-style: none;
	display: inline;
}
#headerright #headernav li {
	list-style: none;
	display: inline;
	margin: 0 0px 0 6px;
}
#headerright #headernav li a {
	text-decoration: none;
	border-left: 1px solid #ccc;
	padding-left: 4px;
}
#headerright #headernav li a.first {
	border-left: none
}
#headerright #headernav li a:hover {
	text-decoration: underline
}
.searchNav {
	height:25px;
	position:absolute;
	top:73px;
	/*width: 952px;*/
	width:961px;
}

#footer {
	padding-top: 12px;
	float: right;
	text-align: right;
	padding-right: 6px
}

#footer li {
	margin:0;
	padding:0;
	list-style: none;
	display: inline;
	margin: 0 0 0 6px;
}

#footer li a {
	text-decoration: none;
	border-left: 2px solid #ccc;
	padding-left: 10px;
}
#footer li a.first {
	border-left: none
}
#footer li a:hover {
	text-decoration: underline
}


.modHeader {
	color:#FFFFFF;
	height:2.181em;
	margin:0 3px;
	overflow:hidden;
}
.modHeader h2 {
	font-size:1em;
	font-weight:bold;
	float:left;
	padding: 4px 0 0 7px;
}
.modHeader h2 a {
	color:#fff;
	float:left;
	font-weight:bold;
	padding: 0;
} 
.modHeader h2 a:hover {
	text-decoration:underline;
} 
.modHeader a {
	color:#fff;
	float:right;
	font-weight:normal;
	padding: 4px 0 0 7px;
}
.modHeader a:hover, .modHeader a:focus {
	color:#fff;
}
.modHeader div.more {
	float:right;
	font-weight:normal;
	padding:0px 7px 0 0;
}
.modHeader div.more a:hover{
	text-decoration:underline;
}
.modBody {
	clear:both;
	margin:0 3px;
	position:relative;
}
.modBody a.textlink{
	text-decoration:underline;
}
.mainContent {
	padding:0 10px;
}
.mainContent a.textlink{
	text-decoration:underline;
}
.mainContentSide {
	color:#666666;
	padding:3.3em 10px 0 0;
}
.higlighted{
	background-color:#DBE9EA;
	font-weight:bold;
	color:#5D6B6C;
	padding:0 2px;
}
.highlightBox{
	background-color:#F1F9FB;
	padding:5px;
	margin-bottom:1em;
}
.highlightBox li {
	margin:0;
	padding:0;
	list-style-type: none;
}
.highlightBox li a{
	text-decoration:underline;
}
a.btnGrey {
	background: url(/assets/images/arrow-grey.gif) no-repeat left top;
}
ul.btn { 
	margin:0;
	padding:0;
	padding: 10px 0 10px;
}
.btn li {
	margin:0;
	padding:0;
	display:inline;
}
.btn li strong {
	margin-right: 10px;
}
.btn a:hover, .btn a:focus {
	background-position: 100% -96px;
}
.btn a {
	padding: 4px 20px 5px 0;
	background-position:100% 4px;
	height:14px;
}
.breadcrumb {
	float: left; 
	padding-top: 10px;
	padding-left: 12px
}


.loginField {
	float: right
}

.static {
	position:static !important;
}

.modFooter {
	font-size:1px;
	height:8px;
	line-height:1px;
	margin-bottom:6px;
}
.modFooter hr, .modBlankFooter hr {
	display: none;
}

.modTop{
	height:1px;
	font-size:1px;
	line-height:1px;
}

#tagcloud {
	margin-top:10px;
}

#tagcloud .tagcloud{
	padding: 12px;
	text-align: center
}

#tagcloudContent{
	padding: 12px;
	text-align: center
}

#tagcloudContent a,#tagcloudContent a:visited{
	color: #666;
}

#tagcloud ul li {
	margin:0;
	padding:0;
	display: inline;
	padding-right: .5em
}


.thumb img {
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
    margin-left: auto;
    margin-right: auto
}

.imgView img {
	display: block;
    margin-left: auto;
    margin-right: auto
}







/* #Structural/Vodafone Grid# */

.modFlash {
	padding:0 3px 13px 3px;
}

.modCopy,.modCopy1col,.modCopy2col,.modCopy3col{
	padding:8px 0 6px 7px;
}

.modHeight88{
	height:5.64em; /* 64 px content, makes the total module height 88 px*/
	overflow:hidden;
}
.modHeightLow{
	height:12.91em; 
	overflow:hidden;
}
.modHeight110{
	height:110px; 
	overflow:hidden;
}
.modHeight168{
	height:13.45em; /* 148 px content, makes the total module height 168 px*/
	overflow:hidden;
}
.modHeight216{
	height:17.3em; /* 196 px content, makes the total module height 216 px*/
	overflow:hidden;
}
.modHeight282{
	height: 23.18em; /* 255 px content, makes the total module height 282 px */
	overflow:hidden;
}
.modHeight282NoBorder{
	height: 25.37em; /* 255 px content, 255+32 due missing border */
	overflow:hidden;
}
.modHeight480 {
	height:41.27em; /*454 px content makes the module height 480px*/
	overflow:hidden;
}


.quadColumn {
	width:768px;
	float:left;
}

#contentGrid{
	width:771px;
}

.singlecolumn {
	float: left;
	width: 192px
}
.tripleColumn{ 
	width:576px;
	float:left;
}

.modCopy1col, .mod1Col {
	float:left;
	width:192px;
}
.mod1Col .modBorder {
	width:192px;
	background-image: url(/assets/images/1columnBorder.gif);
}
.mod1Col .modFooter {
	background-image: url(/assets/images/1columnFooter.gif);
	width:192px;
}
.mod1Col .modTop {
	background-image: url(/assets/images/1columnTop.gif);
	width:192px;
}
.mod1Col .modCopy, .modCopy1col {
	width:171px;
	padding:8px 0 6px 7px;
}
.link_list1Col {
	list-style-type: none;
	margin: 0px;
	position:absolute;
	width:171px;
	bottom:7px;
	padding: 0px 0px 1px 0px;
	background: url("/assets/images/vop_dottedLine.gif") repeat-x left bottom;
}
.link_list1Col_inline {
	list-style-type: none;
	margin: 0px;
	width:171px;
	padding: 0px 0px 1px 0px;
	background: url("/assets/images/vop_dottedLine.gif") repeat-x left bottom;
}



/* END 1 COLUMN WIDE MODULES */
/* BEGIN 2 COLUMN WIDE MODULES */
.mod2Col {
	width:384px;
	float:left;
}
.mod2Col .modBorder {
	width:384px;
	background-image: url("/assets/images/2columnBorder.gif");
}
.mod2Col .modFooter {
	background-image: url("/assets/images/2columnFooter.gif");
	width:384px;
}
.mod2Col .modTop {
	background-image: url("/assets/images/2columnTop.gif");
	width:384px;
}
.mod2Col .modCopy, .modCopy2col {
	width:363px;
}
.mod2Col .leftCol {
	float: left;
	width: 186px
}
.mod2Col .rightCol {
	float: right;
	width: 186px
}
.mod2Col .singleCol {
	float: left;
	width: 186px
}
.mod2Col .singleCol .modCopy, .mod2Col .leftCol .modCopy, .mod2Col .rightCol .modCopy{
	width: 192px;
}
.link_list2Col {
	list-style-type: none;
	margin: 0px;
	position:absolute;
	width:363px;
	bottom:7px;
	padding: 0px 0px 1px 0px;
	background: url("/assets/images/vop_dottedLine.gif") repeat-x left bottom;
}
.link_list2Col_inline {
	list-style-type: none;
	margin: 0px;
	width:363px;
	padding: 0px 0px 1px 0px;
	background: url("/assets/images/vop_dottedLine.gif") repeat-x left bottom;
}
/* END 2 COLUMN WIDE MODULES */
/* BEGIN 3 COLUMN WIDE MODULES */
.mod3ColContainer {
	width:576px;
	float:left;
}
.mod3Col {
	width:576px;
	float:left;
}
.mod3Col .modBorder {
	width:576px;
	background-image: url("/assets/images/3columnBorder.gif");
}
.mod3Col .modFooter {
	background-image: url("/assets/images/3columnFooter.gif");
	width:576px;
}
.mod3Col .modTop {
	background-image: url("/assets/images/3columnTop.gif");
	width:576px;
	height:1px;
}
.mod3Col .modCopy {
	width:555px;
}
.link_list3Col {
	position:absolute;
	width:555px;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 1px 0px;
	background: url("/assets/images/vop_dottedLine.gif") repeat-x left bottom;
	bottom:7px;
	padding:0 0 1px;
}

.link_list3Col_inline {
	list-style-type: none;
	margin: 0px;
	width:555px;
	padding: 0px 0px 1px 0px;
	background: url("/assets/images/vop_dottedLine.gif") repeat-x left bottom;
}
/* END 3 COLUMN WIDE MODULES */
/* BEGIN 4 COLUMN WIDE MODULES */
.mod4ColContainer {
	width:768px;
	float:left;
}
.mod4Col {
	width:768px;
	float:left;
}
.mod4Col .modBorder {
	width:768px;
	background-image: url("/assets/images/4columnBorder.gif");
}
.mod4Col .modFooter {
	background-image: url("/assets/images/4columnFooter.gif");
	width:768px;
}
.mod4Col .modTop {
	background-image: url("/assets/images/4columnTop.gif");
	width:768px;
}
.mod4Col .modCopy {
	width:747px;
}

/* BEGIN 5 COLUMN WIDE MODULES */
.mod5ColContainer {
	width:960px;
	float:left;
}
.mod5Col {
	width:960px;
	float:left;
}
.mod5Col .modBorder {
	width:960px;
	background-image: url("/assets/images/5columnBorder.gif");
}
.mod5Col .modFooter {
	background-image: url("/assets/images/5columnFooter.gif");
	width:960px;
}
.mod5Col .modTop {
	background-image: url("/assets/images/5columnTop.gif");
	width:960px;
	height: 1px; font-size: 0.01px	
}
.mod5Col .modCopy {
	width:939px;
}


/* TAG CLOUD CUSTOM MODULE */
#tagCloud .mod5Col {
	width:970px;
}
#tagCloud .mod5Col .modBorder {
	width:970px;
	background-image: url("/assets/images/5columnBorderCustom.gif");
}
#tagCloud .mod5Col .modFooter {
	background-image: url("/assets/images/5columnFooterCustom.gif");
	width:970px;
}
#tagCloud .mod5Col .modTop {
	background-image: url("/assets/images/5columnTopCustom.gif");
	width:970px;
}
#tagCloud .mod5Col .modCopy {
	width:949px;
}




/* #vodafone.com Styles# */
/* BEGIN VODAFONE.COM STYLES */

.page_list li{
	margin:0;
	padding:0;
	padding-top:5px;
	margin-bottom:-5px;
}
.page_list li a{
	text-decoration:underline;
	display:inline;
	padding:0 6px 0 6px;
}
.page_list .active{
	padding:0 6px 0 6px;
	font-weight:bold;
}

.dcTeaser {
	line-height:1.3em;
}
.dcTeaser h1 {
	font-size:1.45em;
	font-weight:bold;
	margin-bottom:8px;
	color: #333
}
.dcTeaser h2 {
	font-weight: bold;
}
.dcTeaser .img_left {
	float:left;
	margin:0 10px 14px 0;
}
.dcTeaser .img_right {
	float:right;
	margin:0 0 14px 10px;
}
.dcTeaser .alignCenter {
	text-align:center;
}

.modPad{
	padding-left:21px;
}
.modPadNone{
	padding-left:0px;
}
.modPad14{
	padding-left:14px;
}

/* END VODAFONE.COM STYLES */



/* #Buttons# */
/* BEGIN BUTTON STYLES */
a.btnGrey {
	background:url("/assets/images/arrow-grey.gif") no-repeat left top;
}
a.btnGreyBack {
	background:url("/assets/images/arrow-grey-back.gif") no-repeat left top;
}
a.btnBlue{
	background:url("/assets/images/arrow-blue.gif") no-repeat left top;
}
a.btnLightBlue{
	background:url("/assets/images/arrow-lightBlue.gif") no-repeat left top;
}
a.btnOrange{
	background:url("/assets/images/arrow-orange.gif") no-repeat left top;
}
a.btnPetrol{
	background:url("/assets/images/arrow-petrol.gif") no-repeat left top;
}
a.btnPetrolBack{
	background:url("/assets/images/arrow-petrol-back.gif") no-repeat left top;
}
a.btnGreen{
	background:url("/assets/images/arrow-green.gif") no-repeat left top;
}
a.btnGrassGreen{
	background:url("/assets/images/arrow-grassGreen.gif") no-repeat left top;
}
a.btnGrassGreenClose{

	background:url("/assets/images/grassgreen_close.gif") no-repeat left top;
}
a.btnDeepPurple{
	background:url("/assets/images/arrow-deepPurple.gif") no-repeat left top;
}
a.btnDeepPurpleDelete{
	background:url("/assets/images/delete-deepPurple.gif") no-repeat left top;
}
a.btnMinus{
	background:url("/assets/images/minus.gif") no-repeat left top;
}
a.btnDelete{
	background:url("/assets/images/delete.gif") no-repeat left top;
}
a.btnPlus{
	background:url("/assets/images/plus.gif") no-repeat left top;
}
a.btnGreyOnRed{
	background:url("/assets/images/arrow-grey-on-red.gif") no-repeat left top;
}
.divider {
	background: url("/assets/images/dottedLine.gif");
	font-size: 0;
	line-height:0;
	height:1px;
}
.link_list1Col li, .link_list1Col_inline li,
.link_list2Col li, .link_list2Col_inline li,
.link_list3Col li, .link_list3Col_inline li,
.link_list4Col li{
	margin:0;
	padding:0;
	height: 2em;
	background: url(/assets/images/vop_dottedLine.gif) repeat-x top left;
	padding-bottom: 1px;
	width:100%;
}
.link_list1Col a, .link_list1Col_inline a,
.link_list2Col a, .link_list2Col_inline a,
.link_list3Col a, .link_list3Col_inline a,
.link_list4Col a, .linkFloatList a {
	margin:0;
	padding:0;
	padding: 4px 15px 0 0;
	display:block;
	background-position:100% 4px;
	height:1.636em;/*18px*/
}
.link_list1Col a:hover, .link_list1Col a:focus, .link_list1Col_inline a:hover, .link_list1Col_inline a:focus,
.link_list2Col a:hover, .link_list2Col a:focus, .link_list2Col_inline a:hover, .link_list2Col_inline a:focus,
.link_list3Col a:hover, .link_list3Col a:focus, .link_list3Col_inline a:hover, .link_list3Col_inline a:focus,
.link_list4Col a:hover, .link_list4Col a:focus,
.linkFloatList a:hover,.linkFloatList a:focus  {
	background-position:100% -96px;
}
a.btnGreyBack, a.btnPetrolBack {
	background-position: 0px 4px;
	padding: 4px 0 0 20px;
	text-align:right;
}
a.btnGreyBack:hover, a.btnGreyBack:focus,
a.btnPetrolBack:hover, a.btnPetrolBack:focus
{
	background-position: 0px -96px;
}
.btnGreyOnRed {
	position:static;
	color: #fff;
}
.btn li{
	margin:0;
	padding:0;
	display:inline;
}
.btnRight {
	float:right;
}
.btn a,a.btnGreyOnRed{
	padding: 4px 20px 5px 0;
	background-position:100% 4px;
	/* position:relative; */
	height:14px;
}
.btn a:hover, .btn a:focus {
	background-position:100% -96px;
}
a.btnGreyOnRed:hover, a.btnGreyOnRed:focus {
	background-position:100% -96px;
	color:#fff;
}
.textBtnRed, .textBtnPurple, .textBtnGrey, .textBtnGreyOnRed{
	position:relative;
	float:left;
	margin-top:6px;
	display:inline;
	color:#fff;
	font-weight:bold;
}

.CMSSearchDialogSearchButton{
	position:relative;
	display:inline;
	color:#fff;
	font-weight:bold;
}

.textBtnRed span, .textBtnPurple span, .textBtnGrey span, .textBtnGreyOnRed span{
	cursor:hand;
	position:relative;
	float:left;
	padding-left:9px;
	padding-right:9px;
	line-height:2.7ex;
	padding-bottom:10px;
}
.textBtnRed:hover, .textBtnPurple:hover, .textBtnGrey:hover, .textBtnGreyOnRed:hover,
.textBtnRed:focus, .textBtnPurple:focus, .textBtnGrey:focus, .textBtnGreyOnRed:focus{
	background-position: right -95px;
	text-decoration:none; /* added by KK */
}
.textBtnRed:hover span, .textBtnPurple:hover span, .textBtnGrey:hover span, .textBtnGreyOnRed:hover span,
.textBtnRed:focus span, .textBtnPurple:focus span, .textBtnGrey:focus span, .textBtnGreyOnRed:focus span{
	color:#fff;
	background-position: left -95px;
	text-decoration:none; /* added by KK */
}
.textBtnRed{
	background:url("/assets/images/redRight.gif") no-repeat right top;
}
.textBtnRed span{
	background:url("/assets/images/redLeft.gif") no-repeat left top;
}
.textBtnPurple{
	background:url("/assets/images/purpleRight.gif") no-repeat right top;
}
.textBtnPurple span{
	background:url("/assets/images/purpleLeft.gif") no-repeat left top;
}
.textBtnGrey{
	background:url("/assets/images/greyRight.gif") no-repeat right top;
}
.textBtnGrey span{
	background:url("/assets/images/greyLeft.gif") no-repeat left top;
}
.textBtnGreyOnRed{
	background:url("/assets/images/greyRight-on-red.gif") no-repeat right top;
}
.textBtnGreyOnRed span{
	background:url("/assets/images/greyLeft-on-red.gif") no-repeat left top;
}
/* BEGIN change 1.2.0 */
.inputBtnRed, .inputBtnPurple, .inputBtnGrey, .inputBtnGreyOnRed .CMSSearchDialogSearchButton{
	color:#fff;
	font-weight:bold;
	border: 0;
}
.inputBtnRed{
	background:url("/assets/images/redRight.gif") no-repeat left top;
}
.inputBtnPurple{
	background:url("/assets/images/purpleRight.gif") no-repeat left top;
}
.inputBtnGrey, .CMSSearchDialogSearchButton{
	background:url("/assets/images/greyRight.gif") no-repeat left top;
}
.inputBtnGreyOnRed{
	background:url("/assets/images/greyRight-on-red.gif") no-repeat left top;
}
.inputBtnRed:hover, .inputBtnPurple:hover, .inputBtnGrey:hover, .inputBtnGreyOnRed:hover,
.inputBtnRed:focus, .inputBtnPurple:focus, .inputBtnGrey:focus, .inputBtnGreyOnRed:focus{
	color:#fff;
	background-position: right -95px;
}
input.hide {
	display:none;
}
/* END change 1.2.0 */
/* END BUTTON STYLES */





/* #Page List# */
.pagelist {
	margin: 0px;
	position:absolute;
	width:362px;
	bottom:7px;
	padding: 0px 0px 1px 1px;
	background: url("/assets/images/vop_dottedLine.gif") repeat-x left bottom;
}
.pagelistContent {
	background: url("/assets/images/vop_dottedLine.gif") repeat-x left top;
	padding:4px 0 0 0;
}
.mod2Col .pagelistLinks {
	width:320px;
	float:left;
	padding-bottom:4px;
}
.pagelistLinks a{
	text-decoration:underline;
	display:inline;
	padding:0px 4px 0 4px;
}
.pagelistLinks .active{
	padding:0px 4px 0 4px;
	font-weight:bold;
}
.pagelistButton {
	width:14px;
	float:right;
	display:inline-block;
}
.pagelistButton a{
	width:14px;
	background:url("/assets/images/arrow-blue.gif") no-repeat right top;
	height:1.636em;/*18px*/
}
.pagelistButton a:hover, .pagelistButton a:focus  {
	background-position:0px -100px;
}



/* #Structural/Nav & Sub Nav# */

.DefaultTab {
    background-color: #ff0000;
    border-right: 1px solid #fff;
    cursor:pointer;
}

.DefaultTabHover {
    background-color: #ce0904;
    border-right: 1px solid #fff;
    cursor:pointer
}

.DefaultTabExpanded {
    background-color: #ce0904;
    border-right: 1px solid #fff;
}

#navwrap {
	padding-left: 3px; 
	margin-right: 7px
}

.mainnav {
    background-color: #ff0000;
    color: #fff;
    /*cursor:pointer;*/
    font-weight: bold;
	width:964px;
	display:inline-block;
}

.mainnav ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

.mainnav ul li {
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
    background-color: #ff0000;
	border-right:1px solid #fff;
}

.mainnav ul li.last {
	border-right:none;
}

.mainnav ul li a {
	display:block !important;
	display:inline-block;
	padding:4px 12px;
    background-color: #ff0000;
    color: #fff;
}
.mainnav ul li a:hover, .mainnav ul li a:focus {
	background-color:#CC0202;
}


#RibbonBaseDiv {
    visibility: hidden
}

.navopen {
    width:762px;
    height:auto;
    margin:0 auto;
    position:absolute;
    top:126px !important; 
    top:129px; 
    background-color:#ff0000;
    z-index: 1
}

.navmyhome, .navmyhome .content select {background-color:#E2CFE1}
.navsell, .navsell .content select {background-color:#D3E3E9}
.navmanage, .navmanage .content select {background-color:#C4D6E0}
.navlearn, .navlearn .content select {background-color:#F9E5C6}
.navmarketing, .navmarketing .content select {background-color:#C8E1EB}
.navhelp, .navhelp .content select {background-color:#D2DEC6}

.navmyhome h2, .navheadermyhome {background-color:#732978}
.navsell h2, .navheadersell {background-color:#6dc1d7}
.navmanage h2, .navheadermanage {background-color:#0077b7}
.navlearn h2, .navheaderlearn {background-color:#f39500}
.navmarketing h2, .navheadermarketing {background-color:#0099CC}
.navhelp h2, .navheaderhelp {background-color:#5b8424}

.navheadermyhome, .navheadersell, .navheadermanage, .navheaderlearn, .navheadermarketing, .navheaderhelp {border-right: 1px solid #fff}

.navmyhome li a {display: block; background: url(/assets/images/arrow_purple.gif) no-repeat right top; padding-right:15px;}
.navsell li a {display: block; background: url(/assets/images/arrow_blue.gif) no-repeat right top;}
.navmanage li a {display: block; background: url(/assets/images/arrow_darkblue.gif) no-repeat right top;}
.navlearn li a {display: block; background: url(/assets/images/arrow_yellow.gif) no-repeat right top;}
.navmarketing li a {display: block; background: url(/assets/images/arrow_darkblue.gif) no-repeat right top;}
.navhelp li a {display: block; background: url(/assets/images/arrow_green.gif) no-repeat right top;}

.navmyhome .doublecol:hover, .navmyhome .singlecol:hover, .navmyhome .doublecol:hover select { background: #F0E7F0; }
.navsell .doublecol:hover, .navsell .singlecol:hover, .navsell .doublecol:hover select { background: #E9F1F4; }
.navmanage .doublecol:hover, .navmanage .singlecol:hover, .navmanage .doublecol:hover select { background: #E1EAEF; }
.navlearn .doublecol:hover, .navlearn .singlecol:hover, .navlearn .doublecol:hover select { background: #FCF2E2; }
.navmarketing .doublecol:hover, .navmarketing .singlecol:hover, .navmarketing .doublecol:hover select { background: #E3F0F5; }
.navhelp .doublecol:hover, .navhelp .singlecol:hover, .navhelp .doublecol:hover select { background: #E8EEE2; }


.navopen p {
	margin-bottom: 0;
}

.navopen h2 {
	display: block; 
	color: #fff;
	padding: 6px;
	font-size: 1em;
	margin-bottom: 0;
}

.navopen .content {
	padding: 6px;
}

.navopen .content a {
	text-decoration: underline
}

.navopen .content  ul, .relateddocs {
	/*margin-top: 10px;
	padding-top: 3px;
	background: url(/assets/images/bg_dottedline.gif) repeat-x top*/
}

.relateddocs li {
	margin:0;
	padding:0;
	margin-left: 6px
}

.navopen .content ul.nomargin {
	margin-top: 0
}

.navopen .content  li, .relateddocs li {
	/*padding: 1px 0px 3px 0;
	list-style-type: none;*/
}

.navopen .content li a:link {
	/*width: 174px;
	color: #333;
	text-decoration: none;
	display: block;*/
}

.navopen .content li a span, .relateddocs li a span {
	/*display: block;
	padding-bottom: 4px;
	background: url(/assets/images/bg_dottedline.gif) repeat-x bottom;
	width: 154px;
	padding-right: 20px*/
}

.navopen .content label {
	padding-left:7px;
	font-weight:bold;
}

.navopen .content label:hover {
	color: #008698;
}

.navopen .content select {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
	border: 1px solid #ccc;
	color: #333;
	margin-bottom: 2px;
}

.navopen .content .padtop {
	padding-top: 10px
}

.navopen .doublecol {
	float: left;
	width: 378px;
	height: 201px;
	position:relative;
}

.navopen .doublecolimage {
	float: left;
	width: 384px;
	height: 201px;
	position:relative;
}

.navopen .singlecol {
	float: left;
	width: 186px;
	height: 201px;
	position:relative;
}

.navopen .doublecol .column {
	float:left; 
	width: 174px;
	margin-right: 8px;
	/*margin-right: 4px;*/
}

.navopen .mod1Col select {
	width: 170px;
}

.navopen .singlecol select:hover, .navopen .doublecol select:hover {
	border: 1px solid #666;
	color: #333;	
	background-color: #fff;
}

.navopen .padleft {
	margin-left: 6px;
	/*margin-left: 3px;*/
}

.navopen .content a:hover {
	color: #008698;
	text-decoration: none
}

.navopen .content ul {
	list-style-type: none;
	margin: 0px;
	position:absolute;
	bottom:7px;
	padding: 0px 0px 1px 0px;
	background: url(/assets/images/vop_dottedLine.gif) repeat-x left bottom;
}

.navopen .singlecol .content ul {
	width:171px;
}

.navopen .doublecol .content ul {
	width:365px;
}

.navopen .doublecol .mod1Col ul {
	width:176px;
}

.navopen .content .bottomdiv {
	position:absolute;
	width:171px;
	bottom:7px;
	padding: 0px 0px 1px 0px;
}


.navopen li {
	margin:0;
	padding:0;
	height: 2em;
	background: url(/assets/images/vop_dottedLine.gif) repeat-x top left;
	padding-bottom: 1px;
	width:100%;
}
.navopen .content ul li a {
	padding: 4px 15px 0 0;
	display:block;
	background-position:100% 4px;
	height:1.636em;/*18px*/
	text-decoration:none;
}
.navopen .autoheight li {
	height:auto;
} 
.navopen .content ul.autoheight li a {
	padding-bottom:2px;
	height:auto;
}

.navopen .content li a:hover {
	background-position: 100% -96px;
	text-decoration: none
}


/* #Navigation - 2nd Level# */

#subNavCol {
	margin-right:3px;
	/*margin-right:3px !important;
	margin-right:1px;*/
}

.subNavHeader {
	/* default to petrol */
	background-color:#008698;
}

.secondLevelNav, .secondLevelNav ul {
	margin:0;
	padding:0;
	list-style-type: none
}

.secondLevelNav li {
	margin:0;
	padding:0;
	background: url(/assets/images/vop_dottedLine.gif) repeat-x
}

.secondLevelNav li.selected {
	background-color: #BAD4DA
}

.secondLevelNav li.first {
	background: none
}

.secondLevelNav li a {
	display:block !important;
	display:inline-block;
	padding:5px 0 5px 11px;
	position:relative;
}

.secondLevelNav li li a {
	padding-left:17px;
}

.secondLevelNav li li li a {
	padding-left:23px;
}

.secondLevelNav li li li li a {
	padding-left:29px;
}

.secondLevelNav li li li li li a {
	padding-left:35px;
}

.secondLevelNav a.CMSListMenuLinkHighlighted {
	display:block !important;
	display:inline-block;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
	margin:0 1px;
	background: #D9EDEE url(/assets/images/vop_dottedLine.gif) top left repeat-x;
}

.secondLevelNav li a.CMSListMenuLinkHighlighted {
	padding-left:11px;
	width:173px;
}

.secondLevelNav li li a.CMSListMenuLinkHighlighted {
	padding-left:17px;
	width:167px;
}

.secondLevelNav li li li a.CMSListMenuLinkHighlighted {
	padding-left:23px;
	width:161px;
}

.secondLevelNav li li li li a.CMSListMenuLinkHighlighted {
	padding-left:29px;
	width:155px;
}

.secondLevelNav li li li li li a.CMSListMenuLinkHighlighted {
	padding-left:35px;
	width:149px;
}


.subnavbase {
	background:transparent url(/assets/images/globalNavShadow.gif) top left repeat-x; 
	height: 5px; 
	width: 762px;
}

.navbase {
	background:transparent url(/assets/images/globalNavShadow.gif) repeat-x; 
	height: 4px; 
	margin-left: 3px; 
	/*width: 954px;*/
	width: 964px;
}

/* #Structural/Calendar# */
.Calendar table {
	width: 171px;
}
.Calendar td {
	padding-top: 2px;
	padding-bottom: 2px
}



/* #Device Information# */

.deviceInfo {
	width:100%;
	border-collapse: collapse;
}

.deviceInfo th {
	padding:3px 3px 3px 10px;
	text-align:left;
	vertical-align:top;
	color:#fff;
}

.deviceInfo td {
	padding:3px 3px 3px 10px;
	background:#fff url(/assets/images/vop_dottedLine.gif) left bottom repeat-x;
	text-align:left;
	vertical-align:top;
}

.deviceInfo tr.odd td {
	background-color:#F6F7F9;
}

.deviceInfo tr.even td {
	background-color:#fff;
}

.deviceInfo th.border {
	border-right:1px solid #ffffff;
}

.deviceInfo td.border {
	border-right:1px solid #008698;
}




/* #Search Results# */
/*
Used for campaign calendar and device archive results
*/
.mod3Col .resultsTable {
	width: 570px;
	padding-bottom: 10px;
	rules: none;
}

.mod3Col .resultsTable table {
	width: 570px;
}

.resultsTable .tableheader th {
	color: #fff;
	background-color: #0077B7
}

.resultsTable th {
	text-align: left;
	/*background: url(/assets/images/vop_dottedLine.gif) repeat-x scroll left bottom;*/
}

.resultsTable th a, .resultsTable th a:link, .resultsTable th a:visited {
	color:#ffffff;
	text-decoration:none;
}

.resultsTable th a:hover, .resultsTable th a:active {
	color:#ffffff;
	text-decoration:underline;
}

.resultsTable td {
	text-align: left;
	background: url(/assets/images/vop_dottedLine.gif) repeat-x scroll left bottom;
	border-right:1px solid #fff;
}

.resultsTable .alignright {
	text-align: right;
}

.resultsTable .aligncenter {
	text-align: center;
}

.resultsTable th.pad, .resultsTable .pad td  {
	padding: 4px 10px 4px 4px;
}

.resultsTable th.padNormal, .resultsTable .padNormal td  {
	padding: 4px;
}

.resultsTable .rightBorderWhite 
{
	border-right:1px solid #fff;
}

.resultsTable td.link {
	display: block;
	border-right:none;
	/*width: 75px;
	padding-right: 4px;*/
}

.resultsTable td.noBorder {
	border-right:none;
}

.resultsTable td.link a {
	display: block;
	background: transparent url(/assets/images/arrow-blue.gif) no-repeat scroll right top;
}

.resultsTable td.linkPetrol a {
	background: transparent url(/assets/images/arrow-petrol.gif) no-repeat scroll right top;
}

.resultsTable td.link a:hover {
	background-position:100% -100px;
}

.resultsTable .alignright {
	text-align: right;
}

.resultsTable .aligncenter {
	text-align: center;
}



/* #Campaign Manager# */

.mod4Col .resultsTable {
	width: 762px;
	padding-bottom: 10px;
	rules: none;
}

.mod4Col .resultsTable table {
	width: 762px;
}

.resultsTable .cmTable th  {
	padding: 4px 8px;
	text-align:center;
}

.resultsTable .cmTable td  {
	padding: 12px 8px;
	text-align:center;
	vertical-align:top;
}

.resultsTable .cmTable td.alignleft  {
	text-align:left;
}




/* #Structural/MyStuff# */

.modBorderMyStuff {
	background-image: url(/assets/images/1columnBorderMyStuff.gif);
}

.mystuff {
	float:right;
	margin-right:4px !important;
	margin-right:2px;
}
.mystuff .heading {
	font-weight: bold;
	margin-bottom: 3px;
	cursor: pointer;
	padding: 0 0 2px 0;
	margin-top:4px
}

.mystuff .heading img {
	padding-right: 8px
}

.mystuff .heading table {
	width:150px
}

.mystuff .heading:hover {
	color: #008698
}
.mystuff li {
	margin:0;
	padding:0;
	list-style-type:none
}

.mystuff a.linkstyle1 {
	text-decoration: none;
	display: block;
	background: transparent url(/assets/images/arrow_grey.gif) no-repeat scroll right top;
	padding-right: 16px;
	padding-bottom: 0px;
}

.mystuff a.linkstyle1:hover {
	background-position: 100% -100px
}

.mystuff ul.linklist {
	margin:0;
	padding:0;
	background: transparent url(/assets/images/vop_dottedLine.gif) repeat-x;
}

.mystuff .linklist li {
	margin:0;
	padding: 6px 6px 6px 0
}

.mystuff .section {
	padding: 3px 8px 36px 8px;
	background: url(/assets/images/mystuff_bg.jpg) repeat-x bottom;
}

.mystuff .section h2 {
	font-size: 1em;
	padding-bottom: 4px;
	margin-bottom: 0;
}

.mystuff .section h2 a {
	text-decoration: none;
	display: block;
	background: transparent url(/assets/images/arrow_expand.gif) no-repeat scroll right top;
	padding-right: 16px;
}

.mystuff .section h2 a:hover {
	background-position: 100% -100px
}

.mystuff .scrapbook ul {
	margin:0;
	padding:0;
	padding-top: 10px
}

.mystuff .scrapbook ul li {
	padding:0;
	display: inline;
	padding-right: 0px
}

.outerScrapbookContainer
{		
	margin-left:-2px;
}

.scrapbookContainer tr
{
	margin:0; padding:0;
}

.scrapbookContainer td
{margin:0; padding:0;}

.mystuff .scrapbook img {
	
}

.mystuff .scrapbook li a:hover img {
	border: 1px solid #ff0000;
}

.mystuff .scrapbook li a:hover {
	border-bottom: none
}

.mystuff .modCopy {
	padding-left: 0px;
	padding-bottom: 0px;
	width:186px
}

/* #Structural/Products# */

ul.featuresList li {
	margin:0;
	padding:0;
	background:transparent url(/assets/images/vop_dottedLine.gif) repeat-x scroll left bottom;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:3px !important;

}

ul.featuresList li span {
	display:block;
	font-size:90%;
	margin:0;
	padding:0 5px 0 0;
	width:172px;
}

.featureYes {background:transparent url(/assets/images/ico_tick.gif) no-repeat scroll right top;}
.featureNo {background:transparent url(/assets/images/ico_cross.gif) no-repeat scroll right top;}

.primaryfeatures .featureYes {background:transparent url(/assets/images/ico_tick_black.gif) no-repeat scroll right top;}
.primaryfeatures .featureNo {background:transparent url(/assets/images/ico_cross_black.gif) no-repeat scroll right top;}

h2.phonespecs  {
	color: #ff0000;

	font-size: 1.6em;
	margin-bottom: 0;
}

h3.phonespecs  {
	color: #ff0000;
	font-size: 1.3em;
	margin-bottom: 12px;

}

.reevoo li {
	margin:0;
	padding:0;
	list-style-type: none;
	padding-bottom: 6px
}

ul.primaryfeatures li span {
	display:block;
	font-size:90%;
	margin:0;
	padding:0 5px 0 0;
	width:120px;
}

.primaryfeatures li {
	margin:0;
	padding:0;
	float: left;
	list-style-type: none;
	width: 140px;
	padding: 15px 0 5px 30px;
	background-repeat: no-repeat;
	background-position: 0 6px;

}

.primaryfeatures li.bluetooth {background-image: url(/assets/images/ico_bluetooth.gif)}
.primaryfeatures li.threeg {background-image: url(/assets/images/ico_3g.gif)}
.primaryfeatures li.handsfree {background-image: url(/assets/images/ico_handsfree.gif)}
.primaryfeatures li.email {background-image: url(/assets/images/ico_email.gif)}


/* #Forms# */

input, textarea, select {
	font: normal 11px Arial;
	vertical-align: middle;
}
.searchField {
	font-size:1em;
	position:absolute;
	right:41px;
	top:0;
	width:254px;
	padding: 1px
}

.searchNav .textBtnGrey, .searchNav .inputBtnGrey {
	position:absolute;
	right:0;
	top:-6px;
	float: left;
	width:38px;
}

.textBtnGrey {
	background: url(/assets/images/greyRight.gif) no-repeat scroll right top;
}

.textBtnGrey {
	color:#FFFFFF;
	display:inline;
	float:left;
	font-weight:bold;
	margin-top:6px;
	position:relative;
}

.searchNav .textBtnGrey span {
	padding-left:12px;
}
.textBtnGrey span {
	background: url(/assets/images/greyLeft.gif) no-repeat scroll left top;
}

.textBtnGrey span {
	float:left;
	line-height:2.7ex;
	padding-bottom:10px;
	padding-left:9px;
	padding-right:9px;
	position:relative;
}

.textBtnGrey:hover span {
	background-position:left -95px;
	color:#FFFFFF;
}
 .textBtnGrey:hover {
	background-position: right -95px;
}

.searchFormGoButton {
	position:absolute;
	right:0;
	float: left;	
	width: 33px;
	height: 24px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(/assets/images/btn_grey_go.gif) no-repeat 0 0;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
}

.searchFormGoButton:hover {
	background-position: right -50px;
}

.formPadding {
	padding: 10px
}
.genericform {
	border: 1px solid #ccc;
	padding: 10px;
	height: 1%;
}

.noBorder {
	border: none;
}

.noPadding {
	padding: none;
}

.genericform h4, .formPadding h4 {
	font-size: 1.2em;
	color: #ff0000;
	margin-bottom: 6px
}

.genericform input, textarea, select {
	font-family:Arial,Helvetica,sans-serif;
	font-size:100%;
	padding-left:2px;
}

.genericform p {
	margin-bottom:0em;
	clear:both;
	padding-top:13px;
}
.genericform label {
	position:relative;
	float: left;
	text-align: right;
	width: 128px
}

.genericform label:hover {
	color: #3a9ccd;
	cursor:pointer;
}
.genericform .required {
	color:#CC0000;
	float:left;
	font-weight:bold;
	padding:3px 0 0;
	text-align:center;
	width:12px;
}
.genericform .nolabel {
margin-left:160px;
}
.genericform .nolabelrequiredfield {
margin-left:150px;
}
.genericform .nomargin {
margin-left:0;
}

.genericform .width288 {
	width: 288px
}

.genericform .width96 {
	width: 96px
}

.formList label{
	position:relative;
	float:left;
	width:130px;
	margin-top:2px;
	padding:0 10px 0 0;
	text-align:right;
	display:block;
}
.formMsg {
	padding:12px;
	display:none;
}
.formMsg .formMsgHead {
	font-size:12px;
	font-weight:bold;
	margin-bottom:8px;
}
.formList {
	margin:0;
	padding:0;
	margin-top:10px;
}
.formList li{
	margin:0;
	padding:0;
	list-style: none;
	padding-bottom:10px;
}
input, textarea, select{
	font:normal 11px Arial;
	vertical-align:middle;
}
.formList .input_large{
	width:284px;
	height:14px;
}
.formList .select_large {
	width:290px;
}
.formList textarea{
	width:284px;
	height:150px;
}
.formList .inputErr {
	background:#F3B700;
}
.inputErrMsg {
	margin:4px 0 0 144px;
	font-weight:bold;
}
.warningIcon {
	margin:0 5px 0 0;
	float:left;
}
.formButtons {
	height:34px;
}

.formButtons a, .formButtons input  {
	float:right;
	margin-right:8px;
	bottom:0;
}

/* #Forms/Image Gallery# */

.gallerySearch {
	padding:5px;
}


.gallerySearch a.button {
	top:-6px;
	margin-left:5px;
}

.gallerySearch label {
	font-weight:bold;
}

.gallerySearch input {
	width:250px;

}

.gallerySearch select {

	width:150px;
}

.galleryResults {
	padding:10px 0px 1px 10px;
	margin:0 4px;
	display:inline-block;
	width:558px;
}

.galleryResultsItem {
	float:left;
	margin-bottom:10px;
	margin-right:9px;
	width:165px;
	height:228px;
	border:1px solid #C9C9C9;
	padding:5px;
	background-color:#fff;
}

.galleryResultsItem .galleryResultsText {
	text-align:left;
	font-weight:bold;
}

.galleryResultsItem .galleryResultsImage {
	text-align:center;
	height:155px;
	margin:5px 0;
}

.galleryResultsItem .link_list1Col_inline {
	width:165px;
}




/* #Forms/Device Search# */


.deviceSearchForm td {
	width:80px;
	padding:1px 5px 1px 0px ;
	margin:0;
}

.deviceSearchForm td label {
	padding-left:3px;
	margin:0px;
}

.deviceSearchForm td input.checkbox {
	margin:0;
	padding:0;
}

.deviceSearchForm div.fullsize {
	float:left;
	width:auto;
	margin-top:2px;
}

.deviceSearchForm div.fullsize label {
	padding-left:0px;
}

.deviceSearchForm div.fullsize select {
	margin-top:2px;
	width:168px;
}

.deviceSearchButton input {
	margin: 0px;
	position:absolute;
	width:76px;
	height:22px;
	bottom:5px;
	right:9px;
}

.deviceResults {
	padding:10px 0px 1px 10px;
	margin:0 4px;
	display:inline-block;
	width:558px;
}

.deviceResultsItem {
	float:left;
	margin-bottom:10px;
	margin-right:9px !important;
	margin-right:5px;
	width:165px;
	height:130px;
	border:1px solid #C9C9C9;
	padding:5px;
	background-color:#fff;
	background-position:7px 5px;
	background-repeat:no-repeat;
}

.deviceResultsItem .deviceResultsText {
	float:right;
	width:90px;
	text-align:left;
	padding-top:7px;
	height:97px;
}

.deviceResultsItem .link_list1Col_inline {
	width:165px;
}

/* END FORM STYLES */


/* ####################################### */
/* #Tabs (Price Plans)# */
/* ####################################### */


.tabShell
{
	height: 1%;
	display: inline;
}
.tabShell .container,
.tabShell .quadrant
{
	background-position: 0px 25px;
	padding-top: 12px;
}

ul.tabs
{
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
ul.tabs li
{
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	background: url(/assets/images/tab_off_left.gif) no-repeat;
}
ul.tabs li.on
{
	background-image: url(/assets/images/tab_on_left.gif);
}
html>body ul.tabs li
{
	padding: 3px 0px 3px 0px;
}
ul.tabs li.on a
{
	background-image: url(/assets/images/tab_on_right.gif);
	color: #ff0000;
}
ul.tabs li a
{
	padding: 3px 10px 3px 6px;
	background: url(/assets/images/tab_off_right.gif) no-repeat top right;
	text-decoration: none;
}
ul.tabs li a:hover
{
	color: #ff0000;
}

.tabContainers
{
	position: relative;
}
.tabContainers div
{
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}

.tabContainersCTR2
{
	position: relative;
}
.tabContainersCTR2 div
{
	display: none;
}


.hyperLinkOnly {
	background: none;
}

ul.tabs li.hyperLinkOnly {
	background: none;
}

ul.tabs li.hyperLinkOnly a {
	text-decoration: underline;
	background: url(/assets/images/btn_grey.gif) no-repeat top right;
	padding: 0px 20px 0px 0px;
	margin: 5px;
	font-weight: normal !important;
}

ul.tabs li.hyperLinkOnly a:hover
{
	background-image: url(/assets/images/btn_red.gif);
}

a.arrowLink,
a.blockArrowLink
{
	background: url(/assets/images/btn_grey.gif) no-repeat top right;
	padding: 0px 20px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: normal !important;
}
a.arrowLink:hover,
a.blockArrowLink:hover
{
	background-image: url(/assets/images/btn_red.gif);
}

/* #CTR TABLE# */


	.ctrHeaderLabel {
		margin-left: 2px; 
		font-weight: bold;
		margin-top: 5px;
	}

	.ctrTable,
	.ctrTable tr
	{
		background: none !important;
		margin-top: 0px !important;
	}
		
	.ctrTable th
	{
		font-size: 90%;
		background: #F2F7FA url('/assets/images/dots.gif') repeat-x bottom left;
		text-align: center;
		vertical-align: middle;
		padding: 6px 3px 8px 3px;
		border-left: 1px solid white;
		border-right: 1px solid white;
	}
	
	
	.ctrTable tr.altRow td
	{
		background-color: #fafbfd;
	}

	.ctrTable .sortheader 
	{
		color: #333333;
		vertical-align: bottom;
		text-decoration:underline;
	}

	.ctrTable, tbody {
		border: none;
	}
	
	.ctrTable td .arrowLinkDown
	{
		margin-right: 10px;
	}

	.ctrTable td
	{
		background-color: #ffffff;
		border:0;
		text-align:center;
		border-left: 1px solid white;
		border-right: 1px solid white;
		vertical-align: top;
		padding: 3px 3px 5px 3px;
		background-image: url('/assets/images/dots.gif');
		background-repeat: repeat-x;
		background-position: bottom left;
		font-size: 85%;
	}
	
	.ctrTable .price
	{
		font-family: Arial;
		/*font-size: 175%;*/
		font-weight: bolder;
		color: #ff0000;
	}
	.ctrTable .highlight
	{
		font-family: Arial;
		/*font-size: 150%;*/
		font-weight: bold;
	}
	.ctrTable .regular
	{
		font-family: Arial;
		/*font-size: 140%;*/
		font-weight: normal;	
	}
	/*.ctrTable .texts
	{
		font-family: Arial;
		font-size: 150%;
		font-weight: normal;		
	}*/		
	.ctrTable .phonePrice
	{
		font-family: Arial;
		/*font-size: 150%;*/
		font-weight: bolder;
		color: #000;
	}
	.ctrTable .offer
	{
		font-size: 90%;
	}
	.ctrTable ul
	{
		margin: 0px;
		padding: 0px 0px 0px 20px;
	}

	.redCTA, .redCTASelect, .redCTARight
	{
		width: 90px;
		background: url(/assets/images/btn_red_long.gif);
		background-repeat:no-repeat;
		color: #ffffff;
		text-align: center;
		height: 14px;
		display: block;
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
		font-size: 10px;
	}
	
	.redCTARight {
		float: right;
	}
	
	.redCTA:hover, .redCTASelect:hover, .redCTARight:hover
	{
		color: #ffffff;
	}



/* ####################################### */
/* #Containers# */
/* ####################################### */

.container
{
	padding: 12px 10px 6px 10px;
}


.layout764
{
	background: url('/assets/images/background_764.gif') no-repeat;
	width: 744px;
}
.layout764Short
{
	background: url('/assets/images/background_764_short.gif') no-repeat;
	width: 744px;
}
.layout554
{
	background: url('/assets/images/background_554.gif') no-repeat;
	width: 534px;
	float: left;
}
.layout554Short
{
	background: url('/assets/images/background_554_short.gif') no-repeat;
	width: 534px;
	float: left;
}
.layout554Short_1
{
	background: url('/assets/images/background_554_short.gif') no-repeat;
	width: 554px;
	float: left;
}
.layout324
{
	background: url('/assets/images/background_324.gif') no-repeat;
	width: 301px;
	float: left;
}
.container.layout368
{
	padding-left: 13px;
}
.layout368
{
	background: url('/assets/images/background_368.gif') no-repeat;
	width: 348px;
	float: left;
}

.layout275Full
{
	background: url('/assets/images/background_275.gif') no-repeat;
	width: 278px;
	float: left;
	margin-bottom: 10px;
	position: relative;
}
/*.layout275Full .container
{
	height: 1%;
}*/

.layout202
{
	background: url('/assets/images/background_202.gif') no-repeat;
	width: 176px;
	float: left;
	margin: 0px 0px 0px 6px;
	padding-left: 13px;
	padding-right: 13px;
}
.layoutFeature202
{
	background: url('/assets/images/background_202.gif') no-repeat;
	width: 192px;
	float: left;
	margin: 0px 0px 0px 6px;
	padding: 5px;
}

.stdFeature
{
	background: url('/assets/images/background_554.gif') no-repeat;
	width: 544px;
	padding: 5px;
	float: left;
}


/* #Site Map# */
/* BEGIN SITE MAP STYLES */
.modSitemap h1 {
	padding:6px 0 16px 14px;
}

.modSitemapCol .modHeader a {
	float: left;
	font-weight: bold;
	padding:4px 0 0 7px;
}

.modSitemapCol .modFooter {
	background-image:url(/assets/images/1columnFooter.gif);
	width:192px;
	margin-bottom: 0px;
}

ul.CMSSiteMapList {
	color:#ff0000;
	margin: 0
}

ul.CMSSiteMapList li {
	list-style-type: none;
	padding:0;
	background: url(/assets/images/vop_dottedLine.gif) repeat-x;
	margin-left: 0;
	margin-bottom: 0
}

ul.CMSSiteMapList li.CMSSiteMapListItem {
	font-weight: bold
}


ul.CMSSiteMapList li.CMSSiteMapListItem ul li {
	font-weight: normal;
	padding-left: 6px
}

ul.CMSSiteMapList li a {
	display:block !important;
	padding:5px 0 5px 11px;
	position:relative;
}

.modSitemapCol{
	position:relative;
	float:left;
	clear:none;
	display:block;
	width:192px;
	/*margin-bottom:-1em;*/
	background-image:url(/assets/images/1columnBorder.gif);
}
.modSitemapBody{
	width:192px;
	background-image: url("/assets/images/1columnBorder.gif");
	margin-bottom:18px;
}
.modSitemapBody a{
	position:relative;
	padding-top:0.45em;
	padding-bottom:0.45em;
	padding-left:14px;
	display:block;
	width: 160px;
}
.modSitemapBody .sitemapTitle{
	padding-top:0.45em;
	padding-bottom:0.45em;
	left:3px;
	width: 172px;
	background:#008698;
	color:#ffffff;
	font-weight:bold;
}
a.sitemapTitle:hover{
	color:#ffffff;
}
.modSitemapBody .sitemapLevel1{
	position:relative;
	left:4px;
	width: 184px;
	background:#b2dae0;
}
.modSitemapBody .sitemapLevel2{
	width: 184px;
	background:#ffffff;
}
.modSitemapBody .sitemapLevel2 a{
	padding-left:24px;
}
.modSitemapBody li{
	margin:0;
	padding:0;
	list-style:none;
}
.modSitemapBody .sitemapLevel2 li{
	background:url("/assets/images/vop_dottedLine.gif") repeat-x top left;
	list-style:none;
}
.modSitemapBody .sitemapLevel2 li.first{
	background:none;
	list-style:none;
}
.modSitemapBody .modFooter{
	margin-bottom:0;
	background:#fff url("/assets/images/1columnFooter.gif") no-repeat;
	width:192px;
}
/* END SITE MAP STYLES*/




/* #Asset Library# */

/* START ASSET LIBRARY STYLES*/

.assetTitle {
	font-weight:bold;
	margin-bottom:0.3em;
}
.assetDetail {
	font-weight:normal;
	margin-bottom:0.5em;
}
.assetCost {
	font-size:1.5em;
	font-weight:bold;
	margin:1em 0;
}
.assetLibraryForm p {
	clear:both;
	padding-bottom:1em;
}
.assetLibraryForm {
	padding-bottom:3em;
}
.assetLibraryForm label {
	float:left;
	width:135px;
}
.assetLibraryForm .required {
	color:#CC0000;
	padding-left:5px;
}
.assetLibraryForm input {
	float:right;
	width:220px;
}
.assetLibraryForm textarea {
	float:right;
	width:220px;
	height:120px;
}
.assetLibraryForm input.btnSubmit {
	float:left;
	width:auto;
}

/* END ASSET LIBRARY STYLES*/





/* #Tabs# */

/* BEGIN TAB STYLES*/
.tabBox{
	margin:0 0 0 3px;
}
.tab,.activeTab{
	position:relative;
	padding:5px 9px 3px 9px;
	border-right:1px solid #fff;
	margin-bottom:-1px;
	display:inline;
	float:left;
	cursor:pointer;
}

.tab, .activeTab .messaging
{
	position: relative;
	padding: 5px 9px 3px 9px;
	border-right: 1px solid #fff;
	margin-bottom: -1px;
	margin-left: -11px;
	display: inline;
	float: left;
	cursor: pointer;
}

.tab{
	background:#a7c6cd;
}
.tabBox .purple .tab {
	background-color: #732978;
}
.tabBox .purple a:hover, .tabBox.purple a:focus {
	color: #fff;
}
.activeTab{
	background:#7fb0bb !important;
	font-weight:bold;
	color:#fff;
}
.tabBox .purple .activeTab {
	background:#732978 !important;
}
.hidden{
  display:none;
}

.tab_text_imgLeft {
	float:left;
	margin:0 0.64em 0 -6px;
}
.tab_text_imgRight {
	float:right;
	margin:0 -7px 0 0.64em;
}
/* END TAB STYLES */


/* #vppTabs# */
/* Styles for the customised Ajax control toolkit tab */

.vppTab .ajax__tab_hover span span span {
	text-decoration: underline;
	color: #008698
}

.vppTab .ajax__tab_active span span span {
	color: #fff;
	font-weight: bold
}

.vppTab .ajax__tab_active .ajax__tab_inner {
	background-color: #7FB0BB;
}

.vppTab .ajax__tab_inner {
	background-color: #ff0000;
	padding:5px 9px 3px;
	margin-right: 1px;
	background-color: #A7C6CD
}

.vppTab .ajax__tab_body {
	border: 1px solid #ccc;
	padding: 8px
}

.vppTab .vppTable table.generic{
	width: 550px;
}


/* BEGIN SEARCH STYLES */

.higlighted{
	background-color:#DBE9EA;
	font-weight:bold;
	color:#5D6B6C;
	padding:0 2px;
}
.ResultTitle, .ResultTitle a{
	font-size:1.1em;
	color:#5B853B;
	font-weight:bold;
	margin:0;
}

p.searchContent{
	margin:0.6em 0;
}

.searchBox{
	margin-bottom:1em;
}

/* END SEARCH STYLES */

/* #Login - Register# */

.username{
	width:167px;
	height:1.37em;/*15px*/
	font-size:1em;
	margin-bottom:3px;
	color:#333;
}
#l_password,.pwd,#pwd,#txt{
	position:absolute;
	width:108px;
	height:16px;
	margin-bottom:3px;
	font-size:1em;
	color:#333;
}
.login{
	position:relative;
}
.login .textBtnPurple, .login .inputBtnPurple {
	float:right;
	top:-5px;
	width:56px;
	*left:2px;
}
.login .textBtnPurple span {
	padding-left:11px;
}



/* #Messaging # */

.messaging .Header th, .messaging .NewMessageHeader{
	background-color:#732978;
	color:#FFFFFF;
	border-right:1px solid #FFFFFF;
	padding:4px;
	text-align:left;
}

.messaging .Header th a{
	color:#FFFFFF;
	text-decoration:none;	
}

.messaging .List td{
	text-align: left;
	background: url(/assets/images/vop_dottedLine.gif) repeat-x scroll left bottom;
	border-right:1px solid #fff;
	padding:4px;	
}

.messaging .List td input {
	margin:0 5px;
}

.messaging .FooterInfo{
	margin-top:4px;
}


.messaging .List .OddRowUnread  td, .messaging .List .EvenRowUnread  td{
	background-color:#ECE7ED;
}

.messaging .FieldCaption{
	font-weight:bold;
	padding:4px;
	width:50px;
}

.messaging .SubjectRow input{
	margin:4px;
}

.messaging .Body, .messaging .Buttons{
	padding:4px;
}



.messaging label {
	float:left;
	width:50px;
}

.messaging input.txtLong {
	width:440px;
}

.messaging textarea {
	width:540px;
	height:150px;
	line-height:150%;
}

.messaging input.btnAuto {
	width:auto;
}


.messaging h3 {
	padding:5px 7px;

	background-color:#ECE7ED;
	margin:0 1px;
}
.messaging .messageBody {

	line-height:150%;

}

.messaging .messageButtons {


	padding:10px;
}
.messaging .linkFloatList li {
	margin:0;
	padding:0;
	float:right;
	padding-left:20px;
	list-style:none;
}
.messaging .linkFloatList li.linkLeft {
	float:left;
	padding-left:0px;
	list-style:none;
}
.messaging .linkFloatList li a {
	padding-right:20px;
}

/*.passwordWatermark{
	background:url(/assets/images/password.png) no-repeat left center;
	color:#ffffff;
	font-size:0px;
}*/

.customPanel img.noPadding{
	margin: -8px 0 0 -7px;
}

.customPanelBanner{
	/*padding-bottom: 14px;*/
}

.customPanelText .modFooter{
	/*margin-bottom: 0px;*/
}

/* #News # */

.newsItem {
	margin-top:3em;
}

.newsContent a {
	text-decoration:underline;
}
.newsPagination {
	margin-top:3em;
	text-align:right;
}



.cmPagination {
	margin:1em 0;
	text-align:right;
}


/* #Pagination # */

.PagerControl .UnselectedPage {
	text-decoration:underline;
}

.PagerControl .PagerNumberArea a {
	margin:0 1px;
}

.PagerControl .SelectedPrev, .PagerControl .SelectedNext  {
	visibility:hidden;
}
    .ToolBarTopPadding
    {
        margin-top: 20px;
        margin-left:195px;
    }
    .ToolbarPadding
    {
        padding: 5px;
    }
    .ToolbarContent
    {
        /* border: 1px solid green; */
        width: 100%;
        text-align: center;
    }
    .ToolbarItem
    {
        /*border: 1px solid red;*/
        margin: auto;
        padding-left: 20px;
        padding-top: 2px;
        padding-bottom: 1px;
        margin: 5px 30px;
        width: 100%;
        display: inline;
        line-height: 30px;
    }
    .BookAdd
    {
        background-image: url(/assets/images/book_add.png);
        background-repeat: no-repeat;
    }
    .Print
    {
        background-image: url(/assets/images/printer.png);
        background-repeat: no-repeat;
    }
    .Email
    {
        background-image: url(/assets/images/email.png);
        background-position: 0px 1px;
        background-repeat: no-repeat;
    }

   .ReportTitle
    {
        width: 48%;
    }
    .ReportLink
    {
        width: 48%;
        text-align: right;
    }
.modalBackground
{
    background-color: Black;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.ModalPopup
{
    background-color: #ffffff;
    border: 1px solid black;
    padding: 10px;
    z-index: 99999;
}
.ModalPopup h1
{
    color: #008698;
    font-size: 2em;
}
.ModalPopup h3
{
    color: #7d7d7d;
    font-size: 14px;
}
.Close a
{
    color: #666666;
    text-decoration: underline;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

/* #FCK VppTable# */

.fckVppTable{
	border-collapse:collapse;
	font-size:100%;
}

.fckVppTable td{
	background:#FFFFFF url(/assets/images/vop_dottedLine.gif) repeat-x scroll left bottom;
	padding:3px 3px 5px;
	text-align:left;
	vertical-align:top;
	border-right: 1px solid #999999;
	border-left:1px solid #999999
}

.fckVppTable td.headerrow {
	border-right:1px solid #999999;
	border-left:1px solid #999999;
	background-color: #efefef;
	color: #fff;
	text-align: left;
	vertical-align: top;
	padding: 3px 3px 5px;
	font-weight: bold;
	background-image: none;
}
