* {
margin: 0;
padding: 0;
border: none;
}

html, body, form, fieldset {
font-family: "Lucida Sans Unicode",Arial,sans-serif;
}

body {
margin: 0;
padding: 0;
background: #c0c0c0;
height: 100%;
}

#wrap {
background: #fff;
width: 980px;
margin: 0 auto;
padding: 0;
border: 1px solid #999;
border-width: 0 1px;
}

/* HEADER STYLES */

#header {
height: 92px;
width: 100%;
background: #3366cc url(images/headbg.jpg) repeat-x;
}

#headbanner {
display: block;
height: 69px;
width: 375px;
margin: 0;
padding: 0;
float: left;
}

#headsearch {
height: 69px;
width: 260px;
display: block;
margin: 0;
padding-top: 0;
float: right;
}

#headsearch div#form{
background: url(images/head_searchbg.jpg) no-repeat top left;
padding: 34px 10px 10px 27px;
}

input {
font-family: "Lucida Sans Unicode","Lucida Grande",Arial,sans-serif;
font-size: 12px;
}

.uexplatforms {
position: relative;
top: 0; right: 0;
float: right;
margin-bottom: -25px;
}

/* AjaxSearch styles */
.head-container-right {
	float: right;
	width: 300px;
	height: 1px;
}

#ajaxSearch_form {
background: url(images/head_searchbg.jpg) no-repeat top left;
padding: 34px 10px 10px 27px; 
}

#ajaxSearch_input {
height: 18px;
width: 167px;
margin: 0;
color: #999999;
padding: 2px 0 0 4px;
background: #fff url(images/head_formbg.jpg) no-repeat top left;
border: 1px solid #000000;
}

#ajaxSearch_input:focus{
border: 1px solid #ffcc33;
background-image: none;
background: #ffffcc;
color: #000000;
}

#ajaxSearch_submit, ajaxSearch_submit:focus {
background: url(images/head_gobutton.gif) no-repeat 4px -21px;
margin: 0 0 0 -2px;
height: 21px;
width: 40px;
border: 0;
}

#ajaxSearch_submit:hover, .submit:hover {
background: url(images/head_gobutton.gif) no-repeat 4px 0px;
margin: 0 0 0 -2px;
height: 21px;
width: 40px;
border: 0;
cursor: pointer;
}

.ajaxSearch_highlight1, .ajaxSearch_highlight2, .ajaxSearch_highlight3, .ajaxSearch_highlight4, .ajaxSearch_highlight5{
background: #ffeca0;
font-weight: bold;
}

.ajaxSearch_resultDescription { font-size: 80%; }

.ajaxSearch_resultLink { font-size: 95%; }

.ajaxSearch_extract{
font: italic 90%;
color: #666;
}

.ajaxSearch_extract p{
line-height: 14px;
}

.AS_ajax_more {
color: #555;
}

/* ptAjaxSearch styles - for power tips search*/

#ptajaxSearch_form{
margin: 0 4px 4px 4px;
padding: 0;
text-align: left;
}

#ptajaxSearch_form p{
margin-bottom: 0;
}

#ptajaxSearch_input {
height: 20px;
width: 128px;
background: #fff url(images/head_formbg.jpg) no-repeat top left;
border: 1px solid #666;
color: #666;
margin-left: 6px;
}

#ptajaxSearch_input:focus{
color: #000000;
border: 1px #ffcc33 solid;
background-image: none;
background: #ffffcc;
}

#ptajaxSearch_submit, ajaxSearch_submit:focus {
height: 27px;
width: 60px;
margin: 4px 0 0 0;
float: left;
border: 0;
background: url(images/ptsearch.gif) no-repeat 0 0;
}

#ptajaxSearch_submit:hover, .submit:hover{
height: 27px;
width: 60px;
float: left;
margin: 4px 0 0 0;
border: 0;
background: url(images/ptsearch.gif) no-repeat 0 -27px;
cursor: pointer;
}

#searchClose{ cursor: pointer; }

#ptajaxSearch_output{
padding: 8px 0 0 0;
text-align: left;
clear: both;
}

.AS_ajax_result {
color: #444;
margin-bottom: 6px;
}

.AS_ajax_resultLink { font-size: 110%; }

.ptajaxSearch_resultDescription{ font-size: 80%; }

.AS_ajax_result{
color: #555;
font-size: 70%;
line-height: 12px;
padding: 0 8px 0 8px;
}

.AS_ajax_extract p{
font: 80% italic;
line-height: 4px;
}

.ptajaxSearch_extract{
font-style: italic;
color: #666;
}

.ptajaxSearch_extract p{
line-height: 14px;
font-size: 70%;
line-height: 12px;
font-size: 90%;
}

/* NAV STYLES */

#nav{
position: relative;
height: 31px;
width: 100%;
background: url(images/navbg.gif) repeat-x;
background-color: #353535;
text-align: center;
z-index: 30;
}

#mainmenu, #mainmenu ul {
padding: 0;
margin: 0;
list-style-type: none;
text-align: center;
}

#mainmenu ul li { display: inline; }

#mainmenu a {
display: block;
text-decoration: none;
padding: 3px 15px 10px 15px;
color: #fff;
letter-spacing: -1px;
font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
font-size: 95%;
font-weight: normal;
}

#mainmenu a.trigger {
padding: 3px 19px 5px 19px;
background: url(images/navbg.gif) no-repeat 0 -13;
height: 23px;
font-weight: normal;
}

/* Linux/mac product styles */
#mainmenu a.trigger #linuxmac {
width: 43px; height: 24px;
background: url(images/nprodlinmac.gif) no-repeat 0 0;
float: left;
margin: -1px 4px 0 -6px;
}

#mainmenu a.trigger:hover #linuxmac,
#mainmenu a.trigger:active #linuxmac {
background: url(images/nprodlinmac.gif) no-repeat 0 -24px;
}

#mainmenu li:hover a #linuxmac,
#mainmenu a:focus #linuxmac,
#mainmenu li.menuhvr a #linuxmac {
background: url(images/nprodlinmac.gif) no-repeat 0 -24px;
}
/* End linux/mac product styles */


/* Windows product styles */
#mainmenu a.trigger #win {
width: 25px; height: 24px;
background: url(images/nprodwin.gif) no-repeat 0 0;
float: left;
margin: -1px 4px 0 0px;
}

#mainmenu a.trigger:hover #win,
#mainmenu a.trigger:active #win  {
background: url(images/nprodwin.gif) no-repeat 0 -24px;
}

#mainmenu li:hover a #win,
#mainmenu a:focus #win,
#mainmenu li.menuhvr a #win {
background: url(images/nprodwin.gif) no-repeat 0 -24px;
}
/* End windows product styles */


#mainmenu .trigger:hover, #mainmenu .trigger:active{
padding: 3px 19px 5px 19px;
}

#mainmenu li {
float: left;
width: auto;
text-decoration: none;
display: inline;
}

#mainmenu li ul, #mainmenu ul li  {
text-align: left;
width: 170px;
font-size: 95%;
}

#mainmenu ul li a  {
color: #565656;
border-right: 0;
padding: 3px 12px 3px 16px;
font-weight: normal;
}

#mainmenu li ul {
position: absolute;
z-index: 200;
margin-left: -1px;
display: none;
border: 1px solid #333333;
border-top: none;
background: transparent repeat-x;
}

#mainmenu li ul li{
line-height: 31px;
vertical-align: middle;
}

#mainmenu li:hover a, #mainmenu a:focus,
#mainmenu li.menuhvr a {
color: #272626;
background: #ffd350 url(images/navbgO.gif) repeat-x;
font-weight: normal;
}

#mainmenu li:hover ul, #mainmenu li.menuhvr ul {
display: block;
background: #fff6db url(images/nav_dropbg.gif) repeat-x;
}

#mainmenu li:hover ul a, #mainmenu li.menuhvr ul a {
color: #000000;
background: none transparent;
font-weight: normal;
}

#mainmenu ul a:hover{
background-color: #353535!important;
color: #FFFFFF!important;
background-image: none!important;
font-weight: normal;
}

#mainmenu li {width: auto;}

.clearit { clear: both; height: 0; line-height: 0.0; font-size: 0; }

.B_crumbBox{
display: block;
height: 22px;
width: 100%;
background: #333333;
font-size: 75%;
line-height: 18px;
color: #999;
}

.B_crumbBox a:link, .B_crumbBox a:visited{
color: #999;
text-decoration: none;
font-weight: normal;
}

.B_crumbBox a:hover, .B_crumbBox a:active{
color: #ffcc33;
text-decoration: underline;
font-weight: normal;
}

.B_firstCrumb{
padding: 0 0 0 15px;
font-weight: bold;
}

.B_currentCrumb{
font-style: italic;
color: #ccc;
}

/* MAIN CONTENT AREA WRAP */

#contWrap {
width: 100%;
margin: 0;
padding: 0;
background: #fff url(images/sidebarbg.jpg) repeat-y 100% 0;
}

/* MAIN BLOG CONTENT AREA WRAP */

#contBlogWrap {
width: 100%;
margin: 0;
padding: 0;
background: #fff url(images/blogwrapbg.gif) repeat-y 100% 0;
}

/* CONTENT WRAP */

#mainContentWrap {
width: 750px;
float: left;
margin: 0;
padding-bottom: 60px;
}

#mainContent {
float: left;
text-align: left;
margin-top: 16px;
padding: 0 23px 0px 30px;
width: 697px;
overflow: hidden;
}

#featMapContent {
float: left;
text-align: left;
margin-right: -144px;
padding: 14px 23px 0px 30px;
width: 697px;
}


.mainContent {
float: left;
text-align: left;
padding: 14px 23px 0px 30px;
width: 696px;
}

h1{
font-size: 115%;
font-weight: bold;
color: #000;
letter-spacing: -1px;
}

h1.sub{
display: block;
padding: 15px 0 0 0;
font-size: 90%;
font-weight: bold;
color: #000;
letter-spacing: -1px;
text-align: left;
}

h1.sub2{
display: block;
margin: 0;
padding: 0 0 0 0;
font-size: 90%;
font-weight: bold;
color: #000;
letter-spacing: -1px;
text-align: left;
}

h3{
padding: 15px 0 15px 0;
font-size: 95%;
font-weight: bold;
color: #000;
letter-spacing: -1px;
}

h4{
display: block;
padding: 15px 0 0 0;
font-size: 95%;
font-weight: normal;
color: #000;
letter-spacing: -1px;
float: left;
}

.highlight{ color: #d2a723; }

.highlightblue{ color: #236fdf; }

.highlightblue2{ color: #0033cc; }

.highlightred{ color: #bc231b; }

p{
margin: 10px 0 10px 0;
line-height: 25px;
font-size: 80%;
}

p.small{
margin: 10px 0 10px 0;
line-height: 18px;
font-size: 75%;
}

p.small a, 
p.dist a:hover{
font-weight: normal;
}

a:link, a:visited{
font-weight: bold;
color: #3333cc;
text-decoration: none;
}

a:hover, a:active{
font-weight: bold;
color: #333333;
text-decoration: underline;
}

ul.list, ol.list {
margin: 0 0 15px 18px;
line-height: 25px;
font-size: 80%;
}

ol.ordered{
margin: 0 0 15px 21px;
line-height: 25px;
font-size: 80%;

}

ul.list ul{
margin: 0 0 0 25px;
line-height: 22px;
font-size: 90%;
}

ul.prodlist {
margin: 0 0 15px 18px;
line-height: 18px;
font-size: 80%;
}

.upgradebox{
height: 200px;
width: 185px;
float: left;
font-size: 85%
}

.upgradebox p{
margin: -6px 0 0 0;
padding: 0 0 0 12px;
clear: both;
}

.prodimg{
width: 112;
margin: 6px 0 0 -13px;
float: left;
border: none;
}

.productlinks{
margin: 12px 4px 0 10px;
float: left;
}

.productlist {
float: left;
margin:  10px 4px 0 14px;
font-size: 85%;
letter-spacing: -1px;
}

.productlist ul{
display: block;
list-style-type: none;
float: left;
padding: 0 30px 0 0;
line-height: 26px;
}

.productlist p{
font-size: 100%;
clear: both;
padding: 5px 0 0 0;
margin: 0;
}

.productpage{
margin: 0;
font-size: 80%;
letter-spacing: -1px;
}

.productpage a, .productpage a:visited{
font-weight: normal;
}


.sectionhead{
margin: 0 13px 0 0;
padding: 0 0 0 8px;
clear: both;
border: 1px solid #bebebe;
line-height: 29px;
font-size: 95%;
font-weight: normal;
color: #333;
letter-spacing: -1px;
background: #efefef url(images/sectionheadBG.gif) repeat-x;
}

.vers{
font-size: 90%;
color: #3333cc;
margin: 0 0 0 5px;
}

.date{
font-size: 80%;
color: #999;
margin: 0 0 0 5px;
}

.testimonial{
padding: 10px 15px 5px 90px;
margin: 0 15px 20px 0;
display: block;
font-size: 75%;
border: 1px solid #999;
background: #efefef url(images/testimonialBG.gif) no-repeat top left;
}

.testimonial .name{
display: block;
font-weight: bold;
margin: 5px 10px 5px 220px;
}

.moretest{
display: block;
margin: 0 10px 5px 220px;
text-align: right;
}

#contentBanner{
margin: 0;
padding: 0;
border-bottom: 1px solid #000000;
}

#mainContent .home{
margin: 0 10px 0 0;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 160%;
font-weight: bold;
color: #3232c2;
display: inline;
letter-spacing: -1px;
}

#mainContent h2{
margin: 40px 0 -4px 0;
padding: 0;
color: #999999;
font-weight: bold;
font-size: 90%;
letter-spacing: -1px;
}

#mainContent .version{
color: #3232c2;
font-size: 120%;
letter-spacing: -2px;
}

#dropShadow{
width: 100%;
height: 26px;
margin: 0 0 -32px;
padding: 0;
background: url(images/dropShadow.gif) repeat-x;
}


.productArea{
width: 690px;
margin: 0;
padding: 0;
border-top: 1px solid #000000;
background: url(images/productAreabg.gif) repeat-x;
}

.productBox{
width: 144px;
height: 170px;
margin: 0;
padding: 0;
float: left;
}

.productLinks{
width: 134px;
float: left;
padding: 0 0 0 8px;
}

.homeprice{
color: #4d4d4d;
letter-spacing: -2px;
font-size: 100%;
font-weight: bold;
display: block;
margin: 13px 0 -2px 0;
}

.markout{
color: #4d4d4d;
letter-spacing: -1px;
font-size: 75%;
display: block;
margin: 4px 0 0 0;
}

.onlinespec{
color: #333333;
letter-spacing: -1px;
font-size: 90%;
display: block;
font-weight: bold;
margin: 0 0 0 0;
}

.newprice{
color: #cc0000;
letter-spacing: -2px;
font-size: 90%;
font-weight: bold;
display: block;
margin: 13px 0 -2px 0;
}

.homeupgrade{
color: #4d4d4d;
letter-spacing: -1px;
font-size: 75%;
display: block;
margin: 0 0 8px 0;
}

.homeButtonnew{
width: 110px;
text-align: center;
}

.homeButtonnew ul {
list-style: none;
padding: 3px 0 0 0;
}

.homeButtonnew ul li{
letter-spacing: -1px;
margin: 0 0 2px 0;
font-size: 75%;
line-height: 14px;
}

.homeButtonnew ul li a, .homeButtonnew ul li a:visited{
display: block;
height: 19px;
text-decoration: none;
color: #f2f2f2;
background:  #333 url(images/homeButtonNew.gif) no-repeat 0 0px;
padding: 3px 0 0 0;
font-weight: normal;
}

.homeButtonnew ul li a:hover, .homeButtonnew ul li a:active{
display: block;
height: 19px;
background:  #ffcc33 url(images/homeButtonNew.gif) no-repeat 0 -22px;
text-decoration: none;
color: #333333;
padding: 3px 0 0 0;
font-weight: normal;
}

.productDescUE,
.productDescUES,
.productDescUE3,
.productDescUC,
.productDescUS {
width: 404px;
float: left;
margin: 0;
}

/* Bg images for the above */
.productDescUE { background: url(images/uebg.jpg) no-repeat 100% 0; }
.productDescUES { background: url(images/uesbg.jpg) no-repeat 100% 0; }
.productDescUE3 { background: url(images/ue3bg.jpg) no-repeat 100% 0; }
.productDescUC { background: url(images/ucbg.jpg) no-repeat 100% 0; }
.productDescUS { background: url(images/usbg.jpg) no-repeat 100% 0; }

.productDescWrap { margin: 0; padding: 0; }

.productDescWrap p {
margin: 0;
padding: 14px 0 0 0;
font-size: 75%;
line-height: 140%;
}

.productDescWrap a{
display: block;
margin: 10px 0 0;
padding: 0 0 0 20px;
height: 20px;
text-decoration: none;
color: #3333cc;
background: url(images/bulletLg.jpg) no-repeat 0 2px;
font-size: 90%;
font-weight: bold;
letter-spacing: -1px;
}

.productDescWrap a:hover{
display: block;
margin: 10px 0 0;
padding: 0 0 0 20px;
height: 20px;
text-decoration: underline;
color: #333333;
background: url(images/bulletLg.jpg) no-repeat 0 2px;
font-size: 90%;
font-weight: bold;
letter-spacing: -1px;
}

.infoButton{
width: 100%;
text-align: center;
margin: auto;
clear: both;
}

.infoButton ul {
list-style: none;
font-weight: bold;
}

.infoButton ul li{
display: block;
width: 163px;
height: 30px;
border: 1px #c1c1c1 solid;
letter-spacing: -1px;
margin: 10px 3px 4px 3px;
float: left;
text-align: center;
line-height: 20px;
}

.infoButton ul li a, .infoButton ul li a:visited{
display: block;
height: 26px;
text-decoration: none;
color: #474741;
background: url(images/infobuttonbg.gif) repeat-x 0 -32px;
padding: 4px 0 0 0;
font-size: 80%
}

.infoButton ul li a:hover, .infoButton ul li a:active{
display: block;
height: 26px;
background: url(images/infobuttonbg.gif) repeat-x 0 0;
text-decoration: none;
color: #333333;
padding: 4px 0 0 0;
font-size: 80%
}

#breadcrumbsShadow {
height: 30px;
width: 100%;
background: url(images/breadcrumbsShadow.gif) repeat-x 0 0;
}

#winIcon {
float: right;
margin: 0;
padding: 12px 0 0 0;
}

/* Styles for product page splash image */

#splash {
height: 239px;
width: 100%;
clear: both;
background:  url(images/prodImgBG.gif) repeat-x;
}

#splash .ssUE{
background: url(images/UEsplash.jpg) no-repeat 0 10px;
height: 239px;
}

#splash .ssUC{
background: url(images/UCsplash.jpg) no-repeat 0 10px;
height: 239px;
}

#splash .ssUS{
background: url(images/USsplash.jpg) no-repeat 0 10px;
height: 239px;
}

#splash .ssUES{
background: url(images/UESsplash.jpg) no-repeat 0 10px;
height: 239px;
}

#splash .ssUE3{
background: url(images/UE3splash.jpg) no-repeat 0 10px;
height: 239px;
}

#splash .ssUS{
background: url(images/USsplash.jpg) no-repeat 0 10px;
height: 239px;
}

#splash .ssUEX{
background: url(images/UEXsplash.jpg) no-repeat 0 10px;
height: 239px;
}

#splash .btn{
padding: 147px 0 0 501px;
}

#splash .btn ul {
list-style: none;
width: 140px;
float: left;
}

#splash .btn ul li{
display: block;
width: 128px;
height: 32px;
letter-spacing: -1px;
text-align: center;
line-height: 14px;
font-size: 85%
}

#splash .btn ul li a{
display: block;
height: 24px;
padding-top: 8px;
text-decoration: none;
color: #ebebeb;
background:  #333 url(images/splashBtn.jpg) repeat-x 0 0;
font-weight: normal;
}

#splash .btn ul li a:hover{
display: block;
height: 24px;
padding-top: 8px;
background: #ffcc33 url(images/splashBtn.jpg) repeat-x -128px 0;
color: #333;
font-weight: normal;
}

#splash .btn #newpull{
width: 82px;
height: 66px;
float: left;
padding: 16px 0 0 27px;
}

/* Other product page styles */

#versionBoxWrap{
float: left;
width: 147px;
margin-left: -4px;
}

#pagesBoxWrap{
float: right;
width: 147px;
margin: 0 10px 20px 30px;
}

#pagesBoxWrap p, #pagesBoxWrapLeft p{
text-align: center;
line-height: 14px;
margin: -8px 0 0 0;
font-size: 90%;
letter-spacing: -1px;
}

#pagesBoxWrapLeft{
float: left;
width: 147px;
margin: 0 30px 20px 0px;
}


#ppVersionBox{
background: #FFFFFF url(images/ppVersBG.jpg) no-repeat;
height: 198px;
width: 147px;
padding: 8px 0 0 0;
font-size: 80%;
letter-spacing: -1px;
line-height: 16px;
text-align: center;
}

.ppVersion{
font-size: 190%;
font-weight: bold;
letter-spacing: -2px;
}

.ppBox{ padding-top: 8px; }

.ppButton{
width: 147px;
text-align: center;
clear: both;
margin: -9px 0 0 0;
padding: 0 0 0 2px;
}

.ppButton ul {
list-style-type: none;
font-weight: bold;
font-size: 90%;
}

.ppButton ul li{
width: 145px;
letter-spacing: -1px;
text-align: center;
}

.ppButton ul li a:link, .ppButton ul li a:visited{
display: block;
height: 25px;
text-decoration: none;
color: #fff;
font-weight: normal;
background: url(images/ppBtnBG.jpg) no-repeat 0 1px;
padding: 10px 0 0 0;
}

.ppButton ul li a:hover, .ppButton ul li a:active{
display: block;
height: 25px;
text-decoration: none;
background: url(images/ppBtnBG.jpg) no-repeat -145px 1px;
font-weight: normal;
color: #333;
}

.ppss {
margin: auto;
text-align: center;
}

.listBox{
float: left;
height: 236px;
width: 275px;
background: url(images/ppListBoxBG.jpg) no-repeat top right;
}

.notice{
float: left;
height: 236px;
width: 250px;
margin: 0 0 0 20px;
line-height: 18px;
font-size: 75%;
}

.listBoxHeader{
padding: 10px 0 0 14px;
font-size: 120%;
font-weight: normal;
letter-spacing: -2px;
line-height: 18px;
color: #fff;
}

.listBoxHeader img{ margin: -4px 0 0 4px; }

.listBox ul{
list-style-type: none;
padding: 15px 6px 0 10px;
line-height: 34px;
}

.listBox ul li{
list-style-type: none;
letter-spacing: -1px;
text-align: left;
}

.listBox ul li a, .listBox ul li a:visited{
display: block;
height: 34px;
text-decoration: none;
color: #5d5d5d;
font-weight: normal;
padding: 0 0 0 12px;
}

.listBox ul li a:hover, .listBox ul li a:active{
display: block;
height: 34px;
text-decoration: none;
background: #494848;
font-weight: normal;
color: #fff;
padding: 0 0 0 12px;
}

.button{
float: right;
display: block;
width: 145px;
height: 36px;
font-size: 85%;
margin: 0 6px 0 3px;
padding-top: 6px;
}

.button a, .button a:visited{
text-align: center;
display: block;
text-decoration: none;
color: #fff;
font-weight: normal;
background: #333 url(images/ppBtnBG.jpg) no-repeat 0 0;
line-height: 35px;
letter-spacing: -1px;
}

.button a:hover, .button a:active{
text-align: center;
display: block;
text-decoration: none;
background: #ffcc33 url(images/ppBtnBG.jpg) no-repeat -145px 0;
font-weight: normal;
color: #333;
letter-spacing: -1px;
}

.button2{
display: block;
width: 145px;
height: 36px;
font-size: 90%;
margin: 0 auto;
}

.button2 a:link, .button2 a:visited{
text-align: center;
display: block;
text-decoration: none;
color: #f2f2f2;
font-weight: normal;
background: #333 url(images/ppBtnBG.jpg) no-repeat 0 0px;
line-height: 34px;
letter-spacing: -1px;
}

.button2 a:hover, .button2 a:active{
text-align: center;
display: block;
text-decoration: none;
background: #ffcc33 url(images/ppBtnBG.jpg) no-repeat -145px 0px;
font-weight: normal;
color: #333;
letter-spacing: -1px;
}

hr {
background: #666;
color: #666;
height: 1px;
margin: 0 13px 10px 0;
}

.showdiv { clear: both; }

.environmentwrap{
height: 157px;
width: 860px;
margin: 0 auto;
text-align: center;
}

.uesenvironmentwrap{
height: 157px;
width: 752px;
margin: 0 auto;
text-align: center;
}

.ucfeaturemapwrap{
height: 157px;
width: 630px;
margin: 0 auto;
text-align: center;
}

.usfeaturemapwrap{
height: 157px;
width: 554px;
margin: 0 auto;
text-align: center;
}

p.enviro{
font-size: 75%;
line-height: 16px;
display: block;
clear: both;
width: 780px;
margin: 0 auto 10px;
}


.environments{
float: left;
width: 104px;
height: 106px;
padding: 0 0 12px 0;
font-size: 12px;
line-height: 12px;
}

.envus { padding-left: 70px; }

.cntr img{
margin-left: auto;
margin-right: auto;
}

.environments img{
margin-top: 6px;
padding-right: 4px;
}

.slideout {
padding: 2px 4px 2px 4px;
margin-right: 4px;
float: left;
clear: both;
height: 30px;
width: 98%;
background:  #ffea86;
font-size: 11px;
font-family: Arial, Verdana, sans-serf;
border: solid 1px #000;
text-align: left;
}

.enviropic{
margin: 0 auto 10px -8px;
padding: 0 0 30px 0;
border-bottom: solid 1px #000;
}

.announce{
background: #fdcd3a url(images/announcebg.gif) repeat-x;
line-height: 37px;
clear: both;
border: 1px solid #c18e3f;
font-size: 80%;
margin: 0 15px 20px 0;
}


ul.tourlist {
display: block;
width: 220px;
margin: 0;
padding: 0 0 0 8px;
float: left;
list-style-type: none;
}

ul.tourlist li {
height: 20px;
width: 210px;
margin: 10px 0 10px 10px;
padding: 0;
font-size: 80%;
line-height: 20px;
}

ul.tourlist li a{
font-weight: normal;
}

ul.tourlist li img{
padding: 0 8px 0 0;
border: 0;
}

/* Download area styles */

.download {
height: 105px;
width: 340px;
padding: 20px 0 0 0;
float: left;
font-size: 80%;
line-height: 18px;
}

.downloadh {
width: 340px;
padding: 20px 0 0 0;
float: left;
font-size: 80%;
line-height: 18px;
letter-spacing: -1px;
}

.micon {
  padding: 6px 6px 0 0;
}

.downloadh h1 img{
  padding-right: 6px;
}

.dlButton{
width: 110px;
text-align: center;
float: left;
margin-right: 6px;
}

.dlButton ul { list-style: none; }

.dlButton ul li{
letter-spacing: -1px;
margin: 0 0 2px 0;
font-size: 95%;
line-height: 14px;
display: inline;
}

.dlButton ul li a:link, .dlButton ul li a:visited{
display: block;
height: 19px;
text-decoration: none;
color: #f2f2f2;
background: #333 url(images/homeButtonNew.gif) no-repeat top left;
padding: 4px 0 0 0;
font-weight: normal;
}

.dlButton ul li a:hover, .dlButton ul li a:active{
display: block;
height: 19px;
text-decoration: none;
background: #ffcc33 url(images/homeButtonNew.gif) no-repeat 0 -22px;
color: #333333;
padding: 4px 0 0 0;
font-weight: normal;
}

ul.extras { list-style-type: none; }

ul.extras li{
font-size: 80%;
margin: 0 13px 0 0;
line-height: 12px;
}

ul.extras .desc{
display: block;
font-size: 90%;
padding: 0 0 10px 20px;
}

ul.extras li a{
line-height: 24px;
margin: 0;
padding: 0 0 0 18px;
font-weight: normal;
display: block;
border: #fff 1px solid;
background:  url(images/bulletTn.gif) no-repeat 6px 9px;
}

ul.extras li a:hover
{display: block;
line-height: 24px;
font-weight: normal;
text-decoration: none;
background:  #fff9e6 url(images/bulletTn.gif) no-repeat 6px 9px;
border: #999 1px solid;
}


.featuremap{
margin: -14px 0 -70px -30px;
width: 920px;
padding: 20px 30px 0;
background: #fff url(images/breadcrumbsShadow.gif) repeat-x 0 0;
}

.featuremap table{
padding: 0;
margin: 20px auto 0;
border: 0;
}

.uestable{
border: none;
font-size: 70%;
}

.uestable td{
padding: 6px;
text-align: left;
}

.featuremap h1{
padding: 10px 0 0;
background: none;
display: block;
text-align: center;
clear: both;
}

.featuremap h2{
padding: 4px 0 0;
background: none;
display: block;
text-align: left;
letter-spacing: -1px;
font-size: 110%;
}

.image {
margin: 4px 15px 0 0;
border: 0;
}

.descimage {
margin: 4px 15px 10px 0;
padding: 0;
border: 0;
clear: left;
}

.imagert {
margin: 15px 0 8px 25px;
border: 0;
}

.litevspro{
text-align: left;
font-size: 70%;
}

.litevsprohead{
font-size: 130%;
letter-spacing: -1px;
}

.versus{
margin: 0 0 0 30px;
width: 330px;
float: left;
}

.upgrade{
width: 347px;
float: left;
padding: 0 ;
margin: 0 8px 0 -8px ;
}

.upgrade .head{
height: 76px;
text-align: center;
background: #333 url(images/upgradebg.png) no-repeat;
}

.upgrade h1{
padding: 14px 0 0;
font: 100%;
font-weight: normal;
color: #fff;
}

.upgrade .head p{
margin: 4px 4px 0;
padding: 0;
line-height: 14px;
font-size: 70%;
font-weight: normal;
color: #fff;
}

.upgrade .contain{
background: #f0f0f0;
margin: 0 4px 0 6px;
padding: 0 0 8px;
border: 1px solid #c1c1c1;
}

.upgrade .contain p{
display: block;
height: 55px;
margin: 0 14px 0 0;
padding: 18px 0 10px 10px;
line-height: 20px;
}

.upgrade .contain img{ padding: 0 0 0 7px; }

.upgradeformwrap{
padding: 0;
margin: 0 0 8px 0;
background: url(images/upgnamebg.gif) repeat-y top left;
height: auto;
}

.upgradeformname{
float: left;
width: 260px;
margin: 0 8px 0 0;
padding: 15px;
font-size: 80%;
}

.upgradeformfield{
float: left;
background: #eaeaea;
min-height: 28px;
width: 380px;
margin: 0;
padding: 9px 0 9px 15px;
font-size: 80%;
}

.upgradeformfield p{
font-size: 85%;
line-height: 12px;
margin: 8px 100px 0 0;
padding: 0;
}

.upgradeformfield #question{
background: #ffffff url(images/formbg.gif) repeat-x;
border: 1px solid #999;
width: 360px
}

.upgradeformfield #answer{
background: #ffffff url(images/formbg.gif) repeat-x;
border: 1px solid #999;
width: 360px;
}

.faqSubmit{
border: 1px solid #999;
margin: 8px 0 0 313px;
padding: 0 15px;
}

.upgradeinput {
background: #ffffff url(images/formbg.gif) repeat-x;
border: 1px solid #999;
color: #000;
margin: 0;
padding: 2px 0 0;
height: 24px;
width: 275px;
font-size: 110%;
line-height: 24px;
letter-spacing: -1px;
}

.upgradeinput:focus{
border: 1px solid #ffcc33;
background: #ffffcc;
color: #000000;
}

.upgradedropdown {
border: 1px solid #999;
color: #000;
height: 20px;
}

.upgradesubmit, .upgradesubmit:focus {
margin: 0 0 0 450px;
padding: 0;
color: #fff;
background: url(images/ppBtnBG.jpg) no-repeat 0 1px;
height: 35px;
width: 145px;
font-size: 100%;
letter-spacing: -1px;
text-align: center;
cursor: pointer;
}

.upgradesubmit:hover, .upgrade_submit:hover {
margin: 0 0 0 450px;
padding: 0;
color: #333;
background: url(images/ppBtnBG.jpg) no-repeat -145px 1px;
height: 35px;
width: 147px;
border: 0;
cursor: pointer;
}

.textarea {
background: #ffffff url(images/formbg.gif) repeat-x;
border: 1px solid #999;
color: #000;
margin: 0;
padding: 2px 0 0;
height: 250px;
width: 95%;
font-family: "Lucida Sans Unicode","Lucida Grande",Arial,sans-serif;
font-size: 100%;
line-height: 18px;
}

.textarea:focus{
border: 1px solid #ffcc33;
background: #ffffcc;
color: #000000;
}

.payupgrade{ float: right; }

.payversion{
text-align: center;
position: relative;
top: 56px;
left: 282px;
font-size: 80%;
letter-spacing: -1px;
font-weight: bold;
z-index: 1;
}

/* Power tip styles */

h1.pthead {
display: block;
background: #3c3c3c url(images/pthbg.gif) repeat-x top left;
border: 1px solid #000000;
font-size: 110%;
font-weight: normal;
margin: 0 13px 0 0;
padding: 0 0 0 8px;
color: #fff;
line-height: 35px;
text-align: left;
}

ul.powertip {
margin: 0 0 15px 0;
font-size: 80%;
list-style: none;
}

ul.powertip li{ margin: 0 13px 5px 0; }

.powertip .desc{
display: block;
font-size: 90%;
padding: 0 0 5px 28px;
}

li.powertipUE  a, li.powertipUE a:visited,
li.powertipUES  a, li.powertipUES a:visited,
li.powertipUC  a, li.powertipUC a:visited,
li.powertipUS  a, li.powertipUS a:visited,
li.powertipUEX  a, li.powertipUEX a:visited{
padding: 4px 0 0 28px;
display: block;
height: 20px;
font-weight: normal;
border: 1px #fff solid;
}

li.powertipUE  a:hover, li.powertipUE a:active,
li.powertipUES  a:hover, li.powertipUES a:active,
li.powertipUC  a:hover, li.powertipUC a:active,
li.powertipUS  a:hover, li.powertipUS a:active,
li.powertipUEX  a:hover, li.powertipUEX a:active{
text-decoration: none;
background-color: #fff9e6;
border: 1px #999 solid;
}

/* unique backgrounds for the above */
li.powertipUEX  a, li.powertipUEX a:visited { background: url(images/uex-pt.gif) no-repeat 0 0; }
li.powertipUE  a, li.powertipUE a:visited { background: url(images/uept.gif) no-repeat 0 0; }
li.powertipUES  a, li.powertipUES a:visited { background: url(images/uespt.gif) no-repeat 0 0; }
li.powertipUC  a, li.powertipUC a:visited { background: url(images/ucpt.gif) no-repeat 0 0; }
li.powertipUS  a, li.powertipUS a:visited { background: url(images/uspt.gif) no-repeat 0 0; }

.script_code {
font-family: Courier New, monospace;
font-size: 75%;
background-color: #E9E9E9;
border: 1px solid #A0A0A0;
padding: 5px;
overflow: auto;
margin: 0 13px 0 0;
}

.script_code p.comment, .script_code span.comment{
color: #666;
font-size: 100%;
font-style: italic;
}

.tutorial_code {
font-family: Courier New, monospace;
font-size: 75%;
background-color: #E9E9E9;
color: green;
border: 1px solid #A0A0A0 solid ;
margin: 0 13px 0 0;
padding: 10px;
height: 150px;
overflow: auto;
}

.code_highlight{
font-weight: bold;
color: red;
}

/* SIDE CONTENT AREA STYLES */

#sideContentWrap {
float: left;
width: 230px;
margin: 0 0 0px 0;
padding: 0;
}

#sideContent { text-align: center; }

.blockContain {
margin: 18px auto 0 auto;
width: 183px;
background: url(images/suppBG.gif) repeat-y;
border: 1px solid #a3a3a3;
}

.blockContain a, .blockContain a:visited, .blockContain a:hover, .blockContain a:active{
font-weight: normal;
}

.block {
width: 183px;
background: url(images/suppBGbtm.gif) no-repeat 0 100%;
padding-top: 10px;
padding-bottom: 10px;
letter-spacing: -1px;
clear: both;
}

.block h1{
font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
font-weight: bold;
font-size: 125%;
margin: 0;
}

.block h2{
font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
font-weight: bold;
font-size: 105%;
margin: 0;
}

.block h3{
font-size: 105%;
margin: -5px 0 0 0;
padding: 0;
}

.block p{
line-height: 18px;
font-size: 80%;
margin: 0 5px 8px 7px;
}

.block ul{
list-style-type: none;
letter-spacing: -1px;
text-align: left;
}

.block ul li{
width: 95%;
letter-spacing: -1px;
}

.block ul li a{
display: block;
text-decoration: none;
color: #3333cc;
font-size: 80%;
background: url(images/bulletSm.jpg) no-repeat 4px 3px;
font-weight: normal;
margin: 0 0 4px 10px;
padding: 0 0 0 20px;
}

.block ul li a:hover{
display: block;
text-decoration: underline;
color: #333333;
background: url(images/bulletSm.jpg) no-repeat 4px 3px;
font-size: 80%;
font-weight: normal;
margin: 0 0 4px 10px;
padding: 0 0 0 20px;
}

.blockannounce{
margin: 18px auto 0 auto;
background: url(images/justreleased.jpg) no-repeat top center;
}

.blockannounce a, .blockannounce a:hover, .blockannounce a:visited, .blockannounce a:active{
text-decoration: none;
font-weight: normal;
display: block;
color: #000;
height: 59px;
width: 100%;
padding: 33px 0 0 0;
letter-spacing: -1px;
}

/* for IE */
#spacer {
height: 17px;
width: 100%
}

/*Newsletter signup form*/
.newsletter{
width: 85%;
background: url(images/head_formbg.jpg) no-repeat 0 0;
border: 1px solid #a3a3a3;
margin: 5px 0 8px;
padding: 2px 0 0 4px;
height: 18px;
letter-spacing: -1px;
}

.newsletter:focus {
border: 1px solid #ffcc33;
background: #ffffcc;
color: #000000;
}

.dln{
width: 180px;
margin: 0;
background: url(images/head_formbg.jpg) no-repeat 0 0;
border: 1px solid #a3a3a3;
padding: 2px 0 0 4px;
height: 18px;
letter-spacing: -1px;
}

.dlnfocus {
width: 180px;
border: 1px solid #ffcc33;
background: #ffffcc;
margin: 0;
padding: 2px 0 0 4px;
height: 18px;
letter-spacing: -1px;
}

.newsletterbutton{
margin:  0;
padding: 0 4px;
border: 1px solid #a3a3a3;
background: #e3e3e3;
color: #333;
letter-spacing: -1px;
}

.dlnsignup {
width: 682px;
margin: 0;
padding: 0 0 8px;
border: 1px solid #003366;
background: #e9eff7;
}

.dlnsignup p{
font-size: 70%;
margin: 10px 20px;
padding-right: 10px;
line-height: 14px;
}

.dlnsignup .signup {
float: right;
margin: 10px 10px -10px 0;
padding: 0;
}

.dlnsignup .signup p {
margin: 2px 0 0;
padding: 0;
}

ul.newsletterlist{
margin: 0 0 8px 50px;
font-size: 70%;
list-style-type: disc;
line-height: 13px;
}

/* TOOLBAR UPDATE PAGE STYLES */

.tbp{
height: 315px;
width: 100%;
}

.tbpss{
margin: 0 0 0px -4px;
float: left;
}

.tbpl{
clear: both;
position: relative;
top: -28px;
display: block;
margin: 0 0 0 0px;
}

tbplist ul, ul.tbplist{ padding: 3px 0 0 0; }

.tbplist ul li, ul.tbplist li{
display: inline;
float: left;
width: 110px;
list-style-type: none;
letter-spacing: -1px;
margin: 0 6px 2px 0;
font-size: 80%;
line-height: 14px;
text-align: center;
}

.tbplist ul li a, ul.tbplist li a{
display: block;
height: 19px;
text-decoration: none;
color: #f2f2f2;
background:  #333 url(images/homeButtonNew.gif) no-repeat 0 0px;
padding: 3px 0 0 0;
font-weight: normal;
}

.tbplist ul li a:hover, ul.tbplist li a:hover{
display: block;
height: 19px;
background:  #ffcc33 url(images/homeButtonNew.gif) no-repeat 0 -22px;
color: #333333;
padding: 3px 0 0 0;
font-weight: normal;
}

ul.updates {
margin: 10px 13px 12px 0;
font-size: 80%;
list-style: none;
letter-spacing: -1px;}

ul.updates li  a, ul.updates li a:visited{
padding: 4px 0 0 22px;
display: block;
height: 18px;
font-weight: normal;
background: url(images/bulletSm.jpg) no-repeat 5px 6px;
border: #fff 1px solid;
}

ul.updates li a:hover, ul.updates li a:active{
padding: 4px 0 0 22px;
display: block;
height: 18px;
font-weight: normal;
text-decoration: none;
background:  #fff9e6 url(images/bulletSm.jpg) no-repeat 5px 6px;
border: #999 1px solid;
}

h1.updates {
font-size: 105%;
font-weight: normal;
color: #000;
letter-spacing: -1px;
margin: -3px 0 5px;
}

.featurefloat{
float: left;
width: 170px;
margin:  -45px 0 0 20px;
font-size: 70%;
}

.featurefloat img{ margin: 0 0 0 -5px; }

.featurefloat ul{
list-style: none;
float: left;
width: 150px;
margin:  5px 0 0 3px;
}

.featurefloat ul li{
background:  url(images/bulletTn.gif) no-repeat 0 3px;
display: block;
margin-left: -1px;
padding: 0 0 8px 13px;
line-height: 10px;
}

.ueus{
float: left;
height: 198px;
width: 390px;
margin: 0 0 0 8px;
}

.ueus p{
line-height: 17px;
font-size: 70%;
}

/* FOOTER STYLES */
#footer {
height: 93px;
width: 100%;
margin: 0;
padding: 0;
clear: both;
border-top: 1px solid #000;
}

#footTop {
display: block;
margin: 0;
padding: 0;
height: 32px;
width: 100%;
background: #333333 url(images/footTopBG.gif) repeat-x;
line-height: 32px;
text-align: center;
font-size: 80%;
border-bottom: 1px solid #000;
}

#footTop a{
color: #eaeaea;
font-weight: normal;
line-height: 32px;
text-decoration: none;
padding: 7px 0 6px;
}

#footTop a:hover{
color: #fdcf41;
}

#footBtm {
/* background: #0050c7 url(images/footBtmBG.gif) repeat-x; */
background-color: #0050c7;
text-align: center;
font-size: 70%;
line-height: 16px;
padding-top: 14px;
color: #ccccff;
}

#footBtm a{
color: #fff;
font-weight: normal;
text-decoration: none;
}

#footBtm a:hover{
color: #fff;
font-weight: normal;
text-decoration: underline;
}

#footBtm h3 {
	color: #fff;
	margin:  8px 0px 0px 0px;
}

.quickRef.language {
	margin-top: 20px;
}

.quickRef.userType {
	padding-bottom: 20px;
}

.quickRef h3 {
	margin: 0px;
	padding: 0px;
}

.quickRef ul {
	margin-left: 0px;
	padding-left: 0px;
	display: inline;
}

.quickRef ul li {
	display: inline;
	padding: 0px 8px;
	border-left: 1px solid #698fc7;
	list-style: none;
	line-height: 19px;
	font-size: 9px;
}

.quickRef ul li:first-child {
	border: none;
}


#madewith{
float: right;
margin: -30px 20px 0 0;
}

/* Afiiliate Styles */

ul.bullet_list {
list-style-type: none;
font-size: 80%;
margin-left: 1px;
}

ul.bullet_list li{
padding: 4px 0 0 20px;
display: block;
font-weight: normal;
background: url(images/arrow.gif) no-repeat 0 80%;
}

.affiliate_textarea {
background: #ffffff url(images/formbg.gif) repeat-x;
border: 1px solid #999;
color: #000;
margin: 0 auto;
padding: 2px 0 0 0;
height: 250px;
width: 100%;
font-size: 13px;
line-height: 18px;
letter-spacing: -1px;
}

.affiliate_textarea:focus{
border: 1px solid #ffcc33;
background: #ffffcc;
color: #000000;
}

ul.affiliate_signup {
list-style-type: none;
font-size: 80%;
margin-left: 1px;
}

ul.affiliate_signup li {
display: block;
padding: 0px 0 15px 50px;
}

ul.affiliate_signup li b { font-size: 105%; }

li.enroll { background: url(images/enroll.gif) no-repeat 0px 3px; }

li.promote { background: url(images/idm_sign.gif) no-repeat 0px 3px; }

li.earn { background: url(images/earn.gif) no-repeat 0px 3px; }

/* Sitemap UL styles */
.LSM_0 {
list-style-type: none;
line-height: 25px;
font-size:  95%;
}

.LSM_0 li a{
margin: 0 13px 0 0;
padding: 0 0 0 22px;
font-weight: bold;
display: block;
border: #fff 1px solid;
background:  url(images/bulletSm.jpg) no-repeat 6px 7px;
}

.LSM_0 li a:hover{
display: block;
font-weight: bold;
text-decoration: none;
background:  #fff9e6 url(images/bulletSm.jpg) no-repeat 6px 7px;
border: #999 1px solid;
}

.LSM_1 {
list-style-type: none;
margin: 0 0 5px 15px;
line-height: 21px;
font-size:  85%;
}

.LSM_1 li a{
margin: 0 13px 0 0;
padding: 0 0 0 18px;
font-weight: normal;
display: block;
border: #fff 1px solid;
background:  url(images/bulletTn.gif) no-repeat 6px 7px;
}

.LSM_1 li a:hover
{display: block;
font-weight: normal;
text-decoration: none;
background:  #fff9e6 url(images/bulletTn.gif) no-repeat 6px 7px;
border: #999 1px solid;
}


.LSM_2 {
list-style-type: none;
margin: 0 0 0 15px;
line-height: 21px;
font-size:  90%;
}

.LSM_2 li a{
margin: 0 13px 0 0;
padding: 0 0 0 12px;
font-weight: normal;
display: block;
border: #fff 1px solid;
background:  none;
}

.LSM_2 li a:hover{
display: block;
font-weight: normal;
text-decoration: none;
background:  #fff9e6;
border: #999 1px solid;
}

/* UE TOOLBAR PAGE STYLES */

.ue_dropdown,
.rss_dropdown,
.games_dropdown,
.us_dropdown,
.update_icon,
.search_dropdown,
.translate_dropdown,
.alexa_dropdown,
.weather_dropdown,
.web20_search {
width: 600px;
margin: 10px auto 30px;
}

.ue_dropdown{background: url(images/ue_dropdown.gif) no-repeat;}
.ue_dropdown div {
margin-left: 200px;
padding-top: 105px;
}

.rss_dropdown {background: url(images/rss_dropdown.gif) no-repeat;}
.rss_dropdown div {
padding-top: 105px;
width: 260px;
}

.games_dropdown {background: url(images/games_dropdown.gif) no-repeat;}
.games_dropdown div {
padding-top: 105px;
width: 400px;
}

.us_dropdown {background: url(images/us_dropdown.gif) no-repeat;}
.us_dropdown div {
padding-top: 105px;
width: 410px;
}

.update_icon {background: url(images/update_icon.gif) no-repeat;}
.update_icon div {padding-top: 105px;}

.search_dropdown {background: url(images/search_dropdown.gif) no-repeat;}
.search_dropdown div {
padding-top: 105px;
width: 340px;
}

.translate_dropdown {background: url(images/translate_dropdown.gif) no-repeat;}
.translate_dropdown div {
padding-top: 105px;
width: 340px;
}

.alexa_dropdown {background: url(images/alexa_dropdown.gif) no-repeat;}
.alexa_dropdown div {
padding-top: 105px;
width: 270px;
}

.weather_dropdown {background: url(images/weather_dropdown.gif) no-repeat;}
.weather_dropdown div {
padding-top: 105px;
width: 260px;
}

.login_dropdown {background: url(images/login_dropdown.gif) no-repeat;}
.login_dropdown div {
padding-top: 105px;
width: 260px;
}

.web20_search {background: url(images/web20_search.gif) no-repeat;}
.web20_search div {
padding-top: 105px;
width: 260px;
}

.errors{
margin: 10px 8px 10px 0;
line-height: 25px;
font-size: 100%;
letter-spacing: -1px;
color: red;
}

.news{margin: 20px 0;}

.newshead, .newshead a, .newshead a:hover, .newshead a:active, .newshead a:visited{
font-size: 95%;
line-height: 28px;
letter-spacing: -1px;
margin: 2px 0 -4px;
}

.newsdesc{
font-size: 70%;
line-height: 12px;
margin: 0;
padding: 0;
background: transparent;
}

.feeddesc{
font-size: 75%;
line-height: 7px;
margin: 0;
padding: 0;
}

.newsdate{
color: #999;
font-size: 70%;
line-height: 10px;
margin:  8px 0 20px;
}

.feedimage {
margin: 6px 7px 0 0;
border: 0;
}

/* Blog Styles */

#blogTop{
height: 86px;
width: 100%;
background: #3366cc url(images/blogTop.gif) no-repeat;
}

#blogContain{
width: 100%;
background: #b1c4fd url(images/blogbg.gif) repeat-x;
}

#blogWrap{
margin: 0 32px 0 28px;
background: #fff url(images/blogpostbg.gif) repeat-y;
}

#blogContent{
background:  transparent url(images/blogFade.gif) no-repeat;
padding: 20px 30px 30px;
}

#blogContent h1{
display: block;
width: 100%;
height: 24px;
font-weight: normal;
border-bottom: 1px solid #000;
padding: 0;
}

.postinfo{
float: left;
height: 22px;
font-size: 70%;
color: #666;
}

.commentlink{
float: right;
text-align: right;
height: 22px;
font-size: 70%;
}

#blogContent p{
margin: 15px 0 10px;
line-height: 26px;
font-size: 78%;
}

#blogContent h2{
display: block;
width: 100%;
font-size: 90%;
height: 24px;
line-height: 24px;
text-align: center;
font-weight: normal;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
background: #e2e9ff;
margin: 0;
padding: 0;
}

#blogContent h3{
font-weight: normal;
padding-bottom: 0;
}

#blogContent ul{
margin: 0 0 15px 18px;
line-height: 25px;
font-size: 78%;
}

#blogContent ul ul{
margin: 0 0 0 25px;
line-height: 22px;
font-size: 95%;
}


p.note{
margin: 0 0 10px;
padding: 0;
font-size: 78%;
line-height: 10px;
color: #666;
}

.jotinput {
background: #ffffff url(images/formbg.gif) repeat-x;
border: 1px solid #999;
color: #000;
margin: 0 0;
padding: 6px 0 0 4px;
height: 21px;
}

.jotinput:focus{
border: 1px solid #ffcc33;
background: #ffffcc;
color: #000000;
}

.jotarea {
background: #ffffff url(images/formbg.gif) repeat-x;
border: 1px solid #999;
color: #000;
margin: 2px 0 0;
padding: 4px;
height: 125px;
width: 99%;
font-family: "Lucida Sans Unicode","Lucida Sans",Arial,sans-serif;
font-size: 95%;
line-height: 18px;
}

.jotarea:focus{
border: 1px solid #ffcc33;
background: #ffffcc;
color: #000000;
}

.postcomment, .postcomment:focus {
margin: 0;
padding: 0 0 2px;
color: #fff;
background:  #333 url(images/homeButtonNew.gif) no-repeat 0 0;
height: 22px;
width: 110px;
font-size: 80%;
letter-spacing: -1px;
text-align: center;
cursor: pointer;
}

.postcomment:hover, .postcomment:hover {
margin: 0;
padding: 0 0 2px;
color: #333;
background:  #333 url(images/homeButtonNew.gif) no-repeat 0 -22px;
height: 22px;
width: 110px;
border: 0;
cursor: pointer;
}

p.left {text-align: left;}

.authorpic{
float: left;
margin: 20px 10px 5px 0;
}

.authordesc{
padding: 2px 2px 4px;
margin: 5px 0 0;
font-size: 70%;
text-align: center;
line-height: 12px;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
}

.blogicon{padding: 5px 6px 0 0;}

.capt{
font-size: 75%;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
background: #e2e9ff;
padding: 0;
}

.languages{
font-size: 70%;
margin: 5px 0;
}

#upgrade_process_notice {
border: 2px solid #868686;
background-color: #F2F2F2;
padding: 8px 8px 3px;
}

#upgrade_process_notice h1 {
text-align: left;
background: url(/assets/images/upgrade/notice_icon.gif) no-repeat;
background-position: 0% 50%;
padding-left: 25px;
height: 25px;
}

#upgrade_process_notice .notice_text {color: #ac071f;}

#upgrade_process_notice .subtext {font-size: .9em;}

.upgrade_notice_buy_button {
float: right;
margin-top: -45px;
text-align: center;
}

/* featured content glider */

.glidecontentwrapper{
position: relative; /* Do not change this value */
z-index: 18;
width: 750px;
height: 202px; 
overflow: hidden;
background: #000;
border-bottom: 1px solid #999;
}
.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
z-index: 20;
background: black;
visibility: hidden;
width: 750px;
}
.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
position:relative;
z-index: 25;
float: right;
margin: -24px 5px 0 0;
text-align: right; /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
padding: 3px;
text-decoration: none;
}

.glidecontenttoggler a:hover{
border: none;
background: #494949;
color: black;
}

.glidecontenttoggler a:focus{ -moz-outline-style: none; }

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */ }

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */ }

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{ }

.uexdownload {
  margin: 30px 14px 30px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 15px;
  text-align: right;
  background: #EDEBE8;
}

.uexdownload select {
  border: 1px solid;
  margin: 0 15px;
  width: 200px;
}

.uexdlsubmit, .uexdlsubmit:focus {
margin-left: 2px;
font-size: 110%;
padding: 0;
color: #fff;
background: url(images/ppBtnBGx.jpg) no-repeat 0 1px;
height: 35px;
width: 148px;
letter-spacing: -1px;
text-align: center;
cursor: pointer;
}

.uexdlsubmit:hover, .uexdlsubmit:hover {
padding: 0;
color: #333;
background: url(images/ppBtnBGx.jpg) no-repeat -147px 1px;
height: 35px;
width: 148px;
border: 0;
cursor: pointer;
}

ul.uexlist {
float: left;
width: 30%;
margin: 10px 0 15px 18px;
line-height: 18px;
font-size: 70%;
}


ul.uexlist ul {
margin: 0 0 0 25px;
line-height: 15px;
font-size: 90%;
}

.distro {
width: 40%;
float: left;
margin-top: 8px;
text-align: left;
}

.distro img {
float: left;
padding-right: 8px;
}

.distro h3 {
color: #000;
margin: 5px 0 0; padding: 0;
font-size: 90%;
font-weight:  normal;
}

.distro p {
font-size: 70%;
margin:0;padding:0;
color: #828383;
line-height: 100%;
}

.distro p a {
  font-weight: normal;
}

.c_statement { clear: both; }

.c_icon {
float: left;
margin-right: 15px;
text-align: left;
}

.c_title{
font-weight: bold;
display: block;
margin: 0px;
padding: 0px;
}

/* for hubspot download/lead forms */

.our_promise {
float: left;
padding-top: 10px;
width: 330px
}

.our_promise {
	font-size: 1em;
	line-height: .95em;
}

.our_promise strong {
		font-size: .80em;
		display: block;
		margin-bottom: 4px;
}

.our_promise li {
	line-height: 1.6em;
}

.jumpstart {
background: transparent url(/assets/images/mail.jpg) no-repeat 0% 50%;
padding-left: 98px;
height: 80px;
}

.jumpstart h1 {
	line-height: 1.35em;
	margin-bottom: 0px;
}
.jumpstart p {
	line-height: 1em;
	margin: 6px 0px 0px 0px;
	padding: 0px;
}	

#LeadForm input {
	border: 1px solid #a3a3a3;
	margin: 13px 5px 0px 5px;
	padding: 2px;
	font-size: .8em;		
}

#LeadForm  {
	background:none repeat scroll 0 0 #E9EFF7;
	border:1px solid #003366;
	margin:  10px 0 0 0;
	padding:0 0 8px;
	width:325px;
	font-size: .9em;
}

#LeadForm td {
	color: #000000;
}

#LeadForm .fieldclear {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#LeadForm .label, #LeadForm p  {
	color: #003366;
	font-size: .8em;
}

#LeadForm h1 {
	font-size: 1.1em;
	margin-bottom: 5px;
	margin-top: 5px;
}

#LeadForm .sub {
	display: block;
	font-size: .8em;
	margin: 0px;
	line-height: 1.1em;
}

#LeadForm .sub b {
	color: #ac071f;
}
#loading {
	margin-top: 7px;
}

.social_updates div {
	font-size: 14px;	
}

.social_updates .headline {
	font-weight: heavy;
	margin-bottom: 5px;	
}

.social_updates .facebook {
	background: url("/assets/images/smicons/small/facebook.png") no-repeat 0% 50%;
	float: left;
	margin-right: 10px;
	padding-left: 20px;
	width: 155px;
	font-size: 12px;	
}

.social_updates .twitter {
	background: url("/assets/images/smicons/small/twitter.png") no-repeat 0% 50%;
	float: left;
	margin-right: 10px;
	padding-left: 20px;
	width: 140px;
	font-size: 12px;	
}

.social_updates .rss {
	background: url("/assets/images/smicons/small/feed.png") no-repeat 0% 50%;
	float: left;
	margin-right: 10px;
	padding-left: 20px;
	width: 165px;
	font-size: 12px;	
}

/* END hubspot download/lead forms */