/* Used by all pages */

body {
    margin: 0;
    font-family: Arial, sans-serif; /*"Lucida Grande", "Trebuchet MS",*/ 
}

body, .normalSizeFont, table td, table th {
  font-size: 13px;
}

.clickable  { cursor: pointer; }

textarea, input[type=text], input[type=password], select { 
    font-family: Arial, sans-serif; 
    font-size: 100%; 
}
textarea, input[type=text], input[type=password] { padding: 2px; }
textarea, input[type=text], input[type=password], select { border: 1px solid #d0d0f0; }
input[type=button], input[type=submit] { font-size: 12px; }
input.search { 
    background: white url('media/icons/actions/search-dark.png') no-repeat scroll 3px 4px;
    padding-left: 17px;
    border: 1px solid #d0d0f0;
}
input[type=checkbox] { margin: 0; }

img {
  vertical-align: middle;
}

.error { 
    color: #f00;
    background-position: 1% 5%;
    background-image: url('media/icons/error-small.png'); 
    padding-left: 30px;
}
.errormessage { 
    color: #f00; padding: 2px; 
}

input.cancelButton {
  background: none;
  border: none;
  font-size: 13px;
}

ul.arrow, ul li ul.arrow {
  list-style-image: url(media/icons/arrows/right.gif);
}

ul, ol { margin: 5px 0px 0px; }
ul li, ol li { padding: 0px 2px 5px 0px; }
ol.noIndent, ul.noIndent { padding-left: 20px; margin-left: 0; }

.warning, .info { 
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding: 2px 0px 0px 30px;
  min-height: 20px;
}
.warning { background-image: url('media/icons/warning-small.gif'); }
.info { padding-left: 20px; background-image: url('media/icons/information.png'); color: #808080; font-style: normal; }
form { padding: 0; margin: 0; }

.iconBg, .locked, .error, .tagName, .tipTitle, .tagLeaf, .tagFolder { 
  background-repeat: no-repeat;
  background-position: 1% 0%;
  padding-left: 30px;
}
.locked { background-image: url('media/frontPage/lock.png'); }
.newWindowLink { 
  background-repeat: no-repeat;
  background-position: 100% 50%;
  padding: 0px 15px 0px 0px;
  background-image: url('media/icons/external.gif');
}

.loginError {
  color: #d33;
  font-weight: bold;
}

.helpAction { color: #830; padding: 1px 4px; }

.nFontSize { font-size: 13px; }
.smallerFont { font-size: 11px; }
table tr.smallFont th, table tr.smallFont td,
table.smallFont td, table.smallFont th,
.smallFont table td, .smallFont, .iSmallFont * {
  font-size: 12px;
}
.vsmallFont table td, .vSmallFont, .vSmallFont * { font-size: 11px; }
.bigFont { font-size: 15px; }
.biggerFont { font-size: 16px; }
table.bigFont td { font-size: 15px; }

.nFontWeight { font-weight: normal; }
.bFontWeight, .b, b { font-weight: bold; }
.fullWidth, table.fullWidth { width: 100%; }
table.itValign td, table.itValign th, .tValign { vertical-align: top; }
table.ibValign td, .bValign { vertical-align: bottom; }
table.icValign td, .cValign { vertical-align: middle; }
table.icAlign td, .cAlign { text-align: center; }
table.ilAlign td, table.ilAlign th, .lAlign, .lA { text-align: left; }
table.irAlign td, .rAlign, .rA { text-align: right; }
ul.iaaPadding li, table.iaaPadding td, table.iaaPadding th { padding: 10px; }
ul.ivPadding li, table.ivPadding td, table.ivPadding th { padding: 5px 0px; }
ol.ibPadding li, ul.ibPadding li, table.ibPadding td, table.ibPadding th { padding-bottom: 5px; }
ul.iaPadding li, table.iaPadding td, table.iaPadding th { padding: 5px; }
table.itPadding td { padding-top: 5px; }
table.ibPadding td { padding-bottom: 5px; }
table.iaPadding td.label { padding-left: 0px; }
table.thickpadded td, table.thickpadded th { padding: 10px; }
table.lopadded td, table.lopadded th { padding: 2px; }
.minWidth { width: 1%; white-space: nowrap; }
span.padded, div.padded, table.padded td, table.padded th { padding: 5px; }
.tPadding { padding-top: 5px; }
.ttPadding { padding-top: 10px; }
.tttPadding { padding-top: 15px; }
.zMargin { margin: 0; }
table.izPadding td, .zPadding { padding: 0; }
.ztMargin { margin-top: 0px; }
.zlMargin { margin-left: 0px; }
.tMargin { margin-top: 5px; }
.ttMargin { margin-top: 10px; }
.tttMargin { margin-top: 15px; }
.zbMargin { margin-bottom: 0px; }
.bMargin { margin-bottom: 5px; }
.bbMargin { margin-bottom: 10px; }
.bbbMargin { margin-bottom: 15px; }
.bPadding { padding-bottom: 5px; }
.bbPadding { padding-bottom: 10px; }
.bbbPadding { padding-bottom: 15px; }
.tMargin { margin-top: 5px; }
.ttMargin { margin-top: 10px; }
.vMargin { margin: 5px 0px; }
.vvMargin { margin: 10px 0px; }
.hMargin { margin: 0px 5px; }
.hhMargin { margin: 0px 10px; }
.hhhMargin { margin: 0px 15px; }
.vPadding { padding-top: 5px; padding-bottom: 5px; }
.vvPadding   { padding-top: 10px; padding-bottom: 10px; }
.vvvPadding  { padding-top: 15px; padding-bottom: 15px; }
.vvvvPadding { padding-top: 20px; padding-bottom: 20px; }
.hPadding    { padding-right: 5px;  padding-left: 5px;  }
.hhPadding   { padding-right: 10px; padding-left: 10px; }
.hhhPadding  { padding-right: 15px; padding-left: 15px; }
.lPadding  { padding-left: 5px; }
.llPadding { padding-left: 10px; }
.lllPadding { padding-left: 15px; }
.rPadding { padding-right: 5px; }
.rbPadding { padding-right: 5px; padding-bottom: 5px; }
.rrPadding { padding-right: 10px; }
.rrrrPadding { padding-right: 20px; }
.lMargin, .lM { margin-left: 5px; }
.vMargin { margin-top: 5px; margin-bottom: 5px; }
.llMargin { margin-left: 10px; }
.lllMargin { margin-left: 15px; }
.rMargin { margin-right: 5px; }
.rrMargin { margin-right: 10px; }
.rrrMargin { margin-right: 15px; }
.aMargin { margin: 5px; }
.aaMargin { margin: 10px; }
.aaaMargin { margin: 15px; }
.aPadding { padding: 5px; }
.aaPadding { padding: 10px; }
.aaaPadding { padding: 15px; }
.alwaysHidden { display: none; }
.bigTPadding { padding-top: 30px; }
.bigBPadding { padding-bottom: 30px; }
.bigTMargin { margin-top: 30px; }
.bigBMargin { margin-bottom: 30px; }
.bigLMargin { margin-left: 30px; }

.ibbMargin div { margin-bottom: 10px; }

table.iaBorder td, table.iaBorder th { border-width: 1px 1px 0px 0px; }
table.iaBorder { border-width: 0px 0px 1px 1px; }
table.iaBorder td, table.iaBorder th, table.iaBorder { border-style: solid; border-color: #e0e0e0; }

div.vspacer { margin: 3px 0px; }
div.hspacer, span.hspacer { margin: 0px 3px; }

table.dottedBorder td, table.dBorder td { background: url('media/backgrounds/dotted.gif') repeat-x bottom; }
table.ibBorder td { border-bottom: 1px solid #e0e0e0; }
table.ilBorder td { border-left: 1px solid #e0e0e0; }
table.solidBorder td { border-bottom: 1px solid #e0e0e0; }
table.idBorder td, table.idBorder th, .dBorder { background: url('media/backgrounds/dotted.gif') repeat-x bottom; }
.tBorder, .hBorder { border-top: 1px solid #e0e0e0; }
.bBorder, .hBorder { border-bottom: 1px solid #e0e0e0; }
.lBorder, .vBorder { border-left: 1px solid #e0e0e0; }
.rBorder, .vBorder { border-right: 1px solid #e0e0e0; }
.aBorder { border: 1px solid #e0e0e0; }
.xPadding { padding: 0; }
.xMargin { margin: 0; }
.xBorder { border: none; }
.tdBorder { background: url('media/backgrounds/dotted.gif') repeat-x top; }

.rF, .rFloat { float: right; }
.lF, .lFloat { float: left; }
.lClear { clear: left; }
.cF, .clearFloat { clear: both; font-size: 0px; height: 0px; }

.i, .italic, .message { font-style: italic; }
.hOverflow    { overflow: hidden; white-space: nowrap; }

.bold { font-weight: bold; color: #555; }
.normal { font-weight: normal; font-size: 13px; }

div.p { padding: 5px 0px 8px; }

.greyBg { background-color: #f7f7f7; }
.whiteBg { background-color: white; }
.vFaint { background-color: #e7f4fa; }
.faint { background-color: #d7eaf4; }
.yellowBg { background-color: #ffffd4; }

div.relative { position: relative; }
div.absolute { position: absolute; top: 0; left: 0; }
div.rabsolute { position: absolute; top: 0; right: 0; }

.bgtext, .bgText, .bgText select { color: #777; }
.strongerBgtext, .strongerBgText, .tipTitle { color: #444; }
.weakerBgText { color: #aaa; }

table.nowrap td { white-space: nowrap; }
.noWrap { white-space: nowrap; }

.white, .a.white { color: white; }

.u { text-decoration: underline; }
.nDisplay { display: none; }
.hVisibility { visibility: hidden; }
.vVisibility { visibility: visible; }

body {
    color: #232323;
    min-width: 950px;
}

a {
  padding: 2px;
 color: #0e8bb0;
 text-decoration: none;
 /* outline: none; because we want tab key to focus on links */
 /*                to have no focus on <a> use onclick, dont use href */
}
.a, .a b, .newWindowLink, input.cancelButton { 
    color: #0e8bb0;
    cursor: pointer;
}

.pageHeader {
    background: url(media/bg-882-14.jpg) repeat-x top;
    padding: 0px 5px;
    height: 55px;
}
.pageHeader, .pageHeader a, .pageHeader .a {
    color: #fff;
}

.pageFooter {
    background: #f0f0f0 url('media/icons/indexPage/footer-shadow.gif') repeat-x top;
    font-size: 12px;
    padding: 10px;
}

.pageFooter .c {
  width: 650px;
  margin: auto;
  text-align: center;
}
.pageFooter a {
  margin-right: 20px;
}
div.tagline {
    padding: 15px 0px 20px;
}

.seals {
  height: 73px;
  border-top: 1px solid #e0e0e0;
  background: url(media/bg-882-15.jpg) left bottom repeat-x;
  font-size: 18px;
  text-align: center;
  color: #999;
}
.seals .c {
  padding-top: 25px;
  position: relative;
}
.seals .country {
  font-size: 17px;
  font-weight: bold;
  margin-top: 5px;
}
.seals .verisign, .seals .mcafee {
  position: absolute;
}
.seals .verisign {
  top: 6px;
  left: 40px;
}
.seals .mcafee {
  top: 10px;
  right: 40px;
}
.seals .amount, .seals .ntrans {
  position: absolute;
  top: 25px;
}
.seals .amount { left: 339px; }
.seals .ntrans { left: 506px; }

.loginPaneTitle {
    font-size: 15px;
    color: #27521B; 
    padding: 5px 0px;
}
.features {
  position: absolute;
  z-index: 200;
  width: 962px;
}
.features .tabs .titles {
  padding: 0px 0px 0px;
}
.tabTitle {
    cursor: pointer;
    width: 159px;
    padding: 7px 0px 5px;
    height: 43px;
    text-align: center;
    display: block;
    border-left: 1px solid #5c9fc9;
    border-bottom: 1px solid #5c9fc9;
  position: relative;
  outline: none;
}
.tabTitle.active, a.tabTitle:hover {
  background: url(media/bg-882-16.jpg) left bottom repeat-x;
}
.tabTitle .marker {
  display: none;
  position: absolute;
}
.tabTitle.active .marker {
  display: block;
  top: 48px;
  width: 159px;
  left: 0;
  background: url(media/frontPage/arrow-down.png) 50% bottom no-repeat;
}
.tabTitle.first {
  border-left: none;
}
.features .tabs .contents {
    height: 320px;
}
.features .tabs .contents div.in {
    padding: 40px 40px 60px;
}
.featuresContainer {
  position: relative;
  height: 470px;
}
.shadow img {
  width: 974px;
  height: 459px;
}
.buttons {
  position: absolute;
  left: 475px;
  top: 235px;
  z-index: 200;
}
.shadow {
  position: absolute;
  top: -2px;
  left: -6px;
  z-index: 100;
}

.tabContent span.a {
    font-weight: bold;
    padding: 0px;
}

.tabContent .t {
    font-weight: bold;
    font-size: 20px;
    color: #666;
    padding-bottom: 10px;
}
.tabContent .h {
    width: 450px;
    font-size: 13px;
    line-height: 19px;
}

div.bigButton { 
    width: 201px;
    height: 40px;
    font-size: 19px;
    cursor: pointer;
}
div.bigButton div {
    width: 100%;
    text-align: center;
    padding-top: 7px;
}
div.bigButton div, div.bigButton div a {
    color: #f7f7f7;
}
div.bigButton.demo {
    background: url("media/frontPage/demo-button-small.png");
}
div.bigButton.signup {
    background: url("media/frontPage/signup-button-small.png");
}

.thirdPartyIcons img {
  margin-right: 2px;
}
div.quotes {
    padding: 30px 0px 10px;
}
div.quoteContent {
    /*
    font-family: Georgia;
    font-style: italic;
    font-size: 15px;
    */
    line-height: 19px;
    padding: 10px 10px;
    height: 80px;
}
.quoter {
    padding: 5px 10px;
    width: 155px;
} 
.quote {
  /*
  padding-left: 40px;
  background: url(media/frontPage/quote.png) 0 5px no-repeat;
  */
  height: 90px;
}
.quoteContainer {
  padding-bottom: 40px;
}
.quoteContainer .marker {
  display: block;
  position: absolute;
  top: 48px;
  width: 159px;
  left: 0;
  background: url(media/frontPage/arrow-up.png) 0% bottom no-repeat;
}
.pageFooter {
    border-top: 1px solid #e0e0e0;
    padding-top: 10px;
}
.pageFooter a { 
    color: #aaa;
    display: block;
    padding: 1px;
}
.pageFooter .ftitle {
    font-weight: bold;
    color: #305981;
    font-size: 16px;
    padding-bottom: 5px;
}
.rtop,.artop{display:block}
.rtop *,.artop *{display:block;height:1px;overflow:hidden;font-size:1px}
.artop *{border-style: solid;border-width:0 1px}
.r1,.rl1,.re1,.rel1{margin-left:5px}
.r1,.rr1,.re1,.rer1{margin-right:5px}
.r2,.rl2,.re2,.rel2,.ra1,.ral1{margin-left:3px}
.r2,.rr2,.re2,.rer2,.ra1,.rar1{margin-right:3px}
.r3,.rl3,.re3,.rel3,.ra2,.ral2,.rs1,.rsl1,.res1,.resl1{margin-left:2px}
.r3,.rr3,.re3,.rer3,.ra2,.rar2,.rs1,.rsr1,.res1,.resr1{margin-right:2px}
.r4,.rl4,.rs2,.rsl2,.re4,.rel4,.ra3,.ral3,.ras1,.rasl1,.res2,.resl2{margin-left:1px}
.r4,.rr4,.rs2,.rsr2,.re4,.rer4,.ra3,.rar3,.ras1,.rasr1,.res2,.resr2{margin-right:1px}
.rx1,.rxl1{border-left-width:5px}
.rx1,.rxr1{border-right-width:5px}
.rx2,.rxl2{border-left-width:3px}
.rx2,.rxr2{border-right-width:3px}
.re2,.rel2,.ra1,.ral1,.rx3,.rxl3,.rxs1,.rxsl1{border-left-width:2px}
.re2,.rer2,.ra1,.rar1,.rx3,.rxr3,.rxs1,.rxsr1{border-right-width:2px}
.rxl1,.rxl2,.rxl3,.rxl4,.rxsl1,.rxsl2,.ral1,.ral2,.ral3,.ral4,.rasl1,.rasl2{border-right-width:0}
.rxr1,.rxr2,.rxr3,.rxr4,.rxsr1,.rxsr2,.rar1,.rar2,.rar3,.rar4,.rasr1,.rasr2{border-left-width:0}
.r4,.rl4,.rr4,.re4,.rel4,.rer4,.ra4,.rar4,.ral4,.rx4,.rxl4,.rxr4{height:2px}
.rer1,.rel1,.re1,.res1,.resl1,.resr1{border-width:1px 0 0;height:0px !important;height /**/:1px}


table.rnd td.elem { border-width: 0px 1px; border-style: solid; }
table.rnd td.rnd, div.tList table.search td.rnd { padding: 0; }
div.rnd {
  border-width: 0px 1px;
  border-style: solid;
  font-size: 1px;
  overflow: hidden;
}

div#overlay-container, div#overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

#overlay-container {
  background: #000;
  opacity: 0.45;
  filter: alpha(opacity=45);
  z-index: 1400;
  width: 100%;
  height: 100%;
}
#overlay {
  z-index: 1500;
  overflow: auto;
}
#overlay-shadow {
  position: absolute;
  z-index: 1450;
}

#the_mouse_busy_div {
  background: #fff;
  position: absolute; left: 0px;
  top: 0px;
  z-index: 1000;
}

.overlayTitle {
  background: url(media/bg-882-17.jpg) repeat-x bottom;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
}
.overlayTitle, .overlayTitle .a { color: white; }

.overlayTitle .warning {
  background-position: 0% 50%;
  padding: 0px 0px 0px 20px;
}
.button, .smallButton {
  cursor: pointer;
}
.buttonText, .buttonText a {
  color: #fff;
  text-decoration: normal;
  font-weight: bold;
}
.button {
  background: url(media/bg-882-18.jpg) repeat-x bottom;
  height: 17px;
  padding: 2px 10px 3px;
}
.smallButton {
  padding: 2px 5px 3px;
  font-family: verdana;
  font-size: 10px;
  background: url(media/bg-882-19.jpg) repeat-x bottom;
}
button.button { 
    border: none;
    display: block;
}
div.helpSubTitle {
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    padding: 2px 1px;
    margin: 10px 5px 10px 0px;
    font-weight: bold;
    color: #333;
}

.helpTitle {
  background: url('media/icons/question.gif') no-repeat 80% 50%;
}
