* {
    margin: 0;
    padding: 0;
}
body, input, select, textarea {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 11px;
}
input[type=submit], input[type=button], select {
  /* font-size: 12px; */
  /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
  font-weight: normal;
  padding: 2px;
}
input[type=text], input[type=email], input[type=password], textarea {
  /* font-size: 12px; */
  /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
  font-weight: normal;
  padding: 3px;
  color: #777;
  background: url('img/bg-input-focus.png') repeat-x 0px 0px white;
  background: url('img/bg-input.png') repeat-x 0px 0px white;
  border-top: solid 1px #aaa;
  border-left: solid 1px #aaa;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: 0;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus {
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  border-color: #999;
  background: url('img/bg-input-focus.png') repeat-x 0px 0px white;
}

body {
    background-color: #FFFFFF;
    color: #333333;
    text-align: center;
}
a:link {
    color: #164F8F;
    text-decoration: underline;
}
a:visited {
    color: #164F8F;
    text-decoration: underline;
}
a:active {
    color: #164F8F;
    text-decoration: underline;
}
a:hover {
    color: #000000;
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
    color: #666666;
    font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,arial,helvetica,sans-serif;
    font-weight: bold;
}
h1 {
    color: #A1A1A1;
    font-size: 1.8em;
    margin: 0 0 0.6em;
}
h2 {
    font-size: 1.5em;
    margin: 1.2em 0 0.4em;
}
h3 {
    color: #A1A1A1;
    font-size: 1.4em;
    margin: 1.2em 0 0.4em;
}
h4 {
    font-size: 1.2em;
    margin: 1.2em 0 0.4em;
}
h5 {
    font-size: 1em;
    margin: 1.2em 0 0.4em;
}
h6 {
    font-size: 0.8em;
    margin: 1.2em 0 0.4em;
}
img {
    border: 0 none;
}
p {
    font-size: 1em;
    line-height: 1.3em;
    margin: 1.2em 0;
}
li > p {
    margin-top: 0.2em;
}
pre {
    font-family: monospace;
    font-size: 1em;
}
strong, b {
    font-weight: bold;
}
#content {
    margin: 0 auto;
    padding: 10px 0;
    text-align: left;
    width: 765px;
}
.content {
    margin-left: 4.5em;
    margin-right: 4.5em;
}
.content ol, .content ul, .content li {
    font-size: 1em;
    line-height: 1.3em;
    margin: 0.2em 0 0.1em 1.5em;
}
.content ol.terms li {
    margin-bottom: 1em;
}
#header {
    /*padding-bottom: 10em;*/
}
#headerlogo {
    float: left;
}
#headerlogo img {
    height: 83px;
    width: 188px;
}
#headernav {
    float: right;
}
#footer {
	clear: both;
    margin-top: 1em;
	padding-bottom: 2em;
    /* padding-top: 3em; */
	border-top: 1px solid #CACACA;
}
#footercontent {
    color: #959595;
    display: inline;
    float: left;
}
#footerfeedback {
    display: inline;
    float: right;
    margin: 0;
    padding: 0;
}
#footerfeedbackimg {
    padding-top: 0.2em;
}
.footerfeedbacktext {
    vertical-align: top;
}
#navlist {
    float: right;
    margin-bottom: 10px;
    margin-right: -20px;
    margin-top: -50px;
    width: 150px;
}
#navlist ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#navlist ul li {
    background-image: url("/img/ico/ico_check_med_lbl.gif");
    background-position: 0 0.2em;
    background-repeat: no-repeat;
    font-size: 1em;
    font-weight: bold;
    padding-bottom: 0.4em;
    padding-left: 22px;
}
.greyborder {
    border: 1px solid #CACACA;
    margin-bottom: 8px;
    margin-left: 25px;
    margin-top: 8px;
}
.statusmsgbox {
    padding-bottom: 20px;
}
.narrow1 {
    line-height: 1.3em;
    width: 50%;
}
.narrow2 {
    line-height: 1.5em;
    width: 50%;
}
#detailstabs ul, #listtabs ul, #detailstabs li, #listtabs li, #signuptab ul, #signuptab li, #logintab ul, #logintab li, #forgottab ul, #forgottab li, #passwordtab ul, #passwordtab li, #verifytab ul, #verifytab li {
    line-height: 1.8em;
}
label {
    font-weight: bold;
}
#reminders label {
    font-weight: normal;
}
table.tabbedtable {
    padding-left: 3em;
}
table.tabbedtable td {
    padding-bottom: 5px;
}
table.tabbedtable label {
    padding-right: 9px;
    text-align: right;
}
.hiddenlabel {
    visibility: hidden;
}
.largelink {
    background-color: #E8EEF7;
    border: 1px solid #CACACA;
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px;
}
.largelinkwrap {
    padding-bottom: 10px;
    padding-top: 10px;
}
.tblbasic {
    border-collapse: collapse;
    border-color: #CACACA #CACACA -moz-use-text-color;
    border-spacing: 0;
    border-style: solid solid none;
    border-width: 1px 1px 0;
}
.tblbasic thead {
    background-color: #F9F9F9;
    font-weight: bold;
}
.tblbasic th {
    background-color: #F9F9F9;
    border-bottom: 1px solid #CACACA;
    font-weight: bold;
    padding: 9px;
}
.tblbasic td {
    border-bottom: 1px solid #CACACA;
    padding: 9px;
}
.tblbasic td + td, .tblbasic th + th {
    border-left: 1px solid #CACACA;
}
#about div.service h2 {
    margin: 0;
}
#about div.serviceimg {
    padding-top: 2px;
    position: absolute;
}
#about div.servicetxt {
    padding-left: 297px;
    padding-top: 5px;
    position: relative;
}
#about div.profiles {
    padding-top: 5px;
}
#about div.profiles h2 {
    margin: 0;
}
#about div.profileimg {
    padding-top: 2px;
    position: absolute;
}
#about div.profileimg img {
    border: 1px solid #000000;
}
#about div.profiletxt {
    padding-left: 61px;
    position: relative;
}
#press {
    padding-top: 10px;
}
#press a {
    font-weight: bold;
}
#press .article {
    padding-bottom: 15px;
}
#api {
    margin-top: -10px;
    width: 100%;
}
#api .col1 {
    float: left;
    padding-right: 1%;
    width: 32%;
}
#api .col2 {
    float: left;
    padding-right: 1%;
    width: 32%;
}
#api .col3 {
    float: left;
    width: 32%;
}
#api li {
    margin-bottom: 0.3em;
}
#api dd {
    padding-left: 20px;
}
#api dd, dt {
    line-height: 1.7em;
}
#api code {
    font-weight: bold;
}
.boxhighlight {
    background-color: #E8EEF7;
    border: 1px solid #CACACA;
    padding: 10px;
    width: 100%;
}
#requestkey {
    padding-top: 10px;
}
#requestkey .label {
    padding-right: 4px;
    text-align: right;
    vertical-align: top;
    width: 130px;
}
#requestkey label {
    display: block;
    margin-bottom: 10px;
}
#requestkey .field {
    vertical-align: top;
}
#requestkey .inputfield {
    margin-bottom: 10px;
}
#requestkey .instruct {
    margin-bottom: 10px;
    width: 450px;
}
#help {
    margin-top: -10px;
    width: 100%;
}
#help .col1 {
    float: left;
    padding-right: 2%;
    width: 49%;
}
#help .col2 {
    float: left;
    width: 49%;
}
#help li {
    margin-bottom: 0.3em;
}
#feedback label {
    display: block;
    float: left;
    padding-right: 10px;
    text-align: right;
    width: 100px;
}
#feedback input, #feedback textarea {
    margin-bottom: 10px;
}
#forum .forumtblbasic {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
#forum .forumtblbasic thead {
    color: #6F6F6F;
    font-size: 10px;
}
#forum .forumtblbasic td {
    border-bottom: 1px solid #E2E2E2;
    padding: 8px;
}
#forum .replies {
    text-align: center;
}
#forum .latestpost {
    color: #999999;
}
#forumsearch {
}
#forumnewtopic {
    float: right;
    font-size: 0.95em;
}
#forumfeed {
    float: right;
}
#forumpages {
    font-size: 1.2em;
}
.forumtopics {
    font-size: 0.95em;
}
#forumpost label {
    display: block;
    float: left;
    padding-right: 10px;
    text-align: right;
    width: 80px;
}
#forumpost input, #forumpost textarea {
    margin-bottom: 10px;
}
.forumatomicon {
    padding-right: 3px;
    vertical-align: bottom;
}
.forumpostreply {
    padding-left: 20px;
}
.forumpostdate {
    color: #999999;
    font-size: 0.95em;
    margin-top: -10px;
}
.forumnewpost {
    padding-right: 5px;
    vertical-align: bottom;
}
.rtmperson {
    color: #164F8F;
    font-weight: bold;
}
.latestpost {
    white-space: nowrap;
}
#translate .languagebox {
    margin-bottom: 20px;
    padding: 10px 20px;
}
#translate .languagebox h2 {
    margin-top: 0.2em;
}
#translate .languagebox a {
    font-weight: bold;
}
#translate .addeditbox {
    padding: 5px 20px;
}
#translate .mostcomplete td {
    padding: 6px;
}
#translate .mostcomplete {
    float: right;
    padding-left: 17px;
}
#translate .mostcomplete h2 {
    margin-bottom: 0.8em;
    margin-top: 0;
}
#translate .startlink {
    font-size: 1.3em;
    font-weight: bold;
    padding-top: 5px;
}
#translatestatus {
    margin-top: -15px;
    width: 100%;
}
#translatestatus .col1 {
    float: left;
    padding-right: 4%;
}
#translatestatus .col2 {
    float: left;
}
#translatestatus h2 {
    padding-bottom: 5px;
}
#translatestatus td {
    padding: 6px;
}
#translatesetup {
    padding-top: 10px;
}
#translatesetup .label {
    display: block;
    float: left;
    padding-right: 10px;
    text-align: right;
    width: 140px;
}
#translatesetup .emaillabel {
    display: block;
    float: none;
    padding: 0;
    width: auto;
}
#translatesetup input, #translatesetup select, #translatesetup textarea {
    margin-bottom: 10px;
}
#translatephrase table td.col1 {
    background-color: #F9F9F9;
    font-weight: bold;
    width: 120px;
}
#translatephrase .tbltranslate {
    margin-bottom: 10px;
    margin-top: 15px;
    width: 100%;
}
#translatephrase textarea {
    font-family: monospace,serif;
    font-size: 13px;
    height: 120px;
    width: 505px;
}
#translatephrase h2 {
    margin-bottom: 0;
}
#translatephrase hr {
    border-color: #CACACA -moz-use-text-color -moz-use-text-color;
    border-right: medium none;
    border-style: solid none none;
    border-width: 1px medium medium;
    height: 1px;
    margin-bottom: -5px;
    margin-top: 30px;
    width: 100%;
}
.translationplch {
    color: #EC5800;
}
#cont {
    padding-top: 20px;
}
#conttbl {
    margin: 0 auto;
    padding: 0;
}
#conttbl1 {
    padding-right: 20px;
}
#conttbl1 img {
    height: 83px;
    width: 188px;
}
#conttbl2 {
    text-align: left;
    white-space: nowrap;
}
#conttbl2 h2 {
    border-left: 1px solid #CACACA;
    margin-top: 38px;
    padding-left: 20px;
}
.orange_rbroundbox {
    background: url("/img/orangebox_back.gif") repeat scroll 0 0 transparent;
}
.orange_rbtop div {
    background: url("/img/orangebox_tl.gif") no-repeat scroll left top transparent;
}
.orange_rbtop {
    background: url("/img/orangebox_tr.gif") no-repeat scroll right top transparent;
}
.orange_rbbot div {
    background: url("/img/orangebox_bl.gif") no-repeat scroll left bottom transparent;
}
.orange_rbbot {
    background: url("/img/orangebox_br.gif") no-repeat scroll right bottom transparent;
}
.orange_rbtop div, .orange_rbtop, .orange_rbbot div, .orange_rbbot {
    font-size: 1px;
    height: 7px;
    width: 100%;
}
.orange_rbcontent {
    margin: 0 7px;
}
.blue_rb {
    display: block;
}
.blue_rb * {
    background: none repeat scroll 0 0 #164F8F;
    display: block;
    height: 1px;
    overflow: hidden;
}
.blue_rb1 {
    background: none repeat scroll 0 0 #3F87CF;
    border-left: 1px solid #91BAE3;
    border-right: 1px solid #91BAE3;
    margin-left: 3px;
    margin-right: 3px;
    padding-left: 1px;
    padding-right: 1px;
}
.blue_rb2 {
    background: none repeat scroll 0 0 #307ECB;
    border-left: 1px solid #E5EFF8;
    border-right: 1px solid #E5EFF8;
    margin: 0 1px;
    padding: 0 1px;
}
.blue_rb3 {
    border-left: 1px solid #307ECB;
    border-right: 1px solid #307ECB;
    margin: 0 1px;
}
.blue_rb4 {
    border-left: 1px solid #91BAE3;
    border-right: 1px solid #91BAE3;
}
.blue_rb5 {
    border-left: 1px solid #3F87CF;
    border-right: 1px solid #3F87CF;
}
.blue_rbcontent {
    background: none repeat scroll 0 0 #164F8F;
    padding: 2px 5px;
    text-align: center;
}
.grey_rbroundbox {
    background: url("/img/whitebox_back.gif") repeat scroll 0 0 transparent;
}
.grey_rbtop {
    background: url("/img/whitebox_t.gif") repeat-x scroll 0 0 transparent;
}
.grey_rbtop div {
    background: url("/img/whitebox_tl.gif") no-repeat scroll left top transparent;
}
.grey_rbtop div div {
    background: url("/img/whitebox_tr.gif") no-repeat scroll right top transparent;
}
.grey_rbbot {
    background: url("/img/whitebox_b.gif") repeat-x scroll 0 0 transparent;
}
.grey_rbbot div {
    background: url("/img/whitebox_bl.gif") no-repeat scroll left top transparent;
}
.grey_rbbot div div {
    background: url("/img/whitebox_br.gif") no-repeat scroll right top transparent;
}
.grey_rbcontentwrap {
    background: url("/img/whitebox_l.gif") repeat-y scroll 0 0 transparent;
}
.grey_rbcontent {
    background: url("/img/whitebox_r.gif") repeat-y scroll right center transparent;
}
.grey_rbtop div, .grey_rbtop, .grey_rbbot div, .grey_rbbot {
    font-size: 1px;
    height: 7px;
    width: 100%;
}
.grey_rbcontent {
    margin: 0;
    padding: 1px 0;
}
.white_rbroundbox {
    background: url("/img/whitebox_back.gif") repeat scroll 0 0 transparent;
}
.white_rbtop {
    background: url("/img/whitebox_t.gif") repeat-x scroll 0 0 transparent;
}
.white_rbtop div {
    background: url("/img/whitebox_tl.gif") no-repeat scroll left top transparent;
}
.white_rbtop div div {
    background: url("/img/whitebox_tr.gif") no-repeat scroll right top transparent;
}
.white_rbbot {
    background: url("/img/whitebox_b.gif") repeat-x scroll 0 0 transparent;
}
.white_rbbot div {
    background: url("/img/whitebox_bl.gif") no-repeat scroll left top transparent;
}
.white_rbbot div div {
    background: url("/img/whitebox_br.gif") no-repeat scroll right top transparent;
}
.white_rbcontentwrap {
    background: url("/img/whitebox_l.gif") repeat-y scroll 0 0 transparent;
}
.white_rbcontent {
    background: url("/img/whitebox_r.gif") repeat-y scroll right center transparent;
}
.white_rbtop div, .white_rbtop, .white_rbbot div, .white_rbbot {
    font-size: 1px;
    height: 7px;
    width: 100%;
}
.white_rbcontent {
    margin: 0;
    padding: 1px 0;
}
div.contentbox {
    margin: 0 auto;
    text-align: center;
    width: 85%;
}
div.contentboxwrap {
    border-color: -moz-use-text-color #CACACA #CACACA;
    border-right: 1px solid #CACACA;
    border-left: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    clear: both;
    padding: 30px 30px 20px;
    text-align: left;
}
div.contentboxwrap table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}
div.contentboxwrap td.label {
    padding-bottom: 11px;
    padding-right: 10px;
    text-align: right;
    white-space: nowrap;
    width: 125px;
}
div.contentboxwrap .hiddenlabel {
    visibility: hidden;
}
div.contentboxwrap td.field {
    padding-bottom: 11px;
    white-space: nowrap;
}
div.contentboxwrap td.status {
    padding-bottom: 11px;
    padding-left: 8px;
    white-space: nowrap;
}
div.contentboxwrap input.textfield {
    width: 150px;
}
div.contentboxwrap .error_msg, div.contentboxwrap .success_msg {
    font-weight: bold;
    margin-left: 19px;
}
div.contentboxwrap .error_msg {
    color: #EA5200;
}
div.contentboxwrap .success_msg {
    color: #164F8F;
}
div.contentboxwrap .error, div.contentboxwrap .success {
    padding-bottom: 15px;
    padding-right: 15px;
}
div.contentboxwrap .error {
    background: url("/img/ico/ico_cross_org.gif") no-repeat scroll 0 0 transparent;
}
div.contentboxwrap .success {
    background: url("/img/ico/ico_check_blu.gif") no-repeat scroll 0 0 transparent;
}
div.navtabs {
    background: url("/img/navtab_bg.gif") repeat-x scroll center bottom #FFFFFF;
    float: left;
    line-height: normal;
    width: 100%;
}
div.navtabs ul {
    list-style: none outside none;
    margin: 0;
    padding: 10px 10px 0;
}
div.navtabs li {
    display: inline;
    margin: 0;
    padding: 0;
}
div.navtabs a {
    background: url("/img/navtab_l.png") no-repeat scroll 0 -300px transparent;
    border-bottom: 1px solid #CACACA;
    float: left;
    margin: 0;
    padding: 0 2px 0 9px;
    text-decoration: none;
}
div.navtabs a span {
    background: url("/img/navtab_r.png") no-repeat scroll 100% -300px transparent;
    color: #FFFFFF;
    display: block;
    float: left;
    font-weight: bold;
    padding: 5px 11px 4px 2px;
}
div.navtabs a span {
    float: none;
}
div.navtabs li a:link, div.navtabs li a:visited, div.navtabs li a:active {
    text-decoration: none;
}
div.navtabs a:hover span {
    color: #000000;
}
div.navtabs li.navtab_current a {
    background-position: 0 0;
    border-width: 0;
}
div.navtabs li.navtab_current a span {
    background-position: 100% 0;
    color: #000000;
    padding-bottom: 5px;
}
div.navtabs a:hover {
    background-position: 0 0;
}
div.navtabs a:hover span {
    background-position: 100% 0;
}
div.navtabs li.navtab_smart a {
    background-position: 0 -450px;
}
div.navtabs li.navtab_smart a span {
    background-position: 100% -450px;
    color: #FFFFFF;
}
div.navtabs li.navtab_smart a:hover {
    background-position: 0 0;
}
div.navtabs li.navtab_smart a:hover span {
    background-position: 100% 0;
    color: #000000;
}
div.navtabs_grey a {
    background: url("/img/navtab_l.png") no-repeat scroll 0 -300px transparent;
}
div.navtabs_grey a span {
    background: url("/img/navtab_r.png") no-repeat scroll 100% -300px transparent;
}
div.navtabs_grey li.navtab_current a {
    background-position: 0 -150px;
    border-width: 0;
}
div.navtabs_grey li.navtab_current a span {
    background-position: 100% -150px;
    color: #000000;
    padding-bottom: 5px;
}
div.navtabs_grey a:hover {
    background-position: 0 -150px;
}
div.navtabs_grey a:hover span {
    background-position: 100% -150px;
}
.smb {
    padding-bottom: 12px;
}
.smb_rb {
    display: block;
}
.smb_rb * {
    background: none repeat scroll 0 0 #FFCC66;
    display: block;
    height: 1px;
    overflow: hidden;
}
.smb_rb1 {
    background: none repeat scroll 0 0 #FFD88C;
    border-left: 1px solid #FFE9BD;
    border-right: 1px solid #FFE9BD;
    margin-left: 3px;
    margin-right: 3px;
    padding-left: 1px;
    padding-right: 1px;
}
.smb_rb2 {
    background: none repeat scroll 0 0 #FFD583;
    border-left: 1px solid #FFF9EF;
    border-right: 1px solid #FFF9EF;
    margin: 0 1px;
    padding: 0 1px;
}
.smb_rb3 {
    border-left: 1px solid #FFD583;
    border-right: 1px solid #FFD583;
    margin: 0 1px;
}
.smb_rb4 {
    border-left: 1px solid #FFE9BD;
    border-right: 1px solid #FFE9BD;
}
.smb_rb5 {
    border-left: 1px solid #FFD88C;
    border-right: 1px solid #FFD88C;
}
.smb_rbcontent {
    background: none repeat scroll 0 0 #FFCC66;
    padding: 5px 15px;
    text-align: left;
}
.smb_rbcontent table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}
.smb_rbcontent table td.smb_ico img {
    height: 14px;
    vertical-align: bottom;
    width: 14px;
}
.smb_rbcontent table td.smb_msg {
    font-weight: bold;
    padding-left: 7px;
}
