/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/ /* base.css, part of YUI's CSS Foundation */
body {
    font-family: Arial, Helvetica, sans-serif;
    color: #32347e;
    font-size: 100%;
}

h1 { /*19px via YUI Fonts CSS foundation*/
    font-size: 120%;
}

h2 { /*16px via YUI Fonts CSS foundation*/
    font-size: 100%;
}

h3 { /*13 px via YUI Fonts CSS foundation*/
    font-size: 80%;
}

h1,h2,h3 { /* top & bottom margin based on font size */
    margin: 1em 0;
}

h1,h2,h3,h5,h6,strong {
    /*bringing boldness back to headers and the strong element*/
    font-weight: bold;
}

h4 {
    color: #F7701E;
    font-weight: normal;
}

/*deleted the h3 since I defined it 2 classes above*/
abbr,acronym { /*indicating to users that more info is available */
    border-bottom: 1px dotted #000;
    cursor: help;
}

em { /*bringing italics back to the em element*/
    font-style: italic;
}

.cornBox {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* -- Rounded Box -- */
.box {
    position: relative;
    background-color: #eee;
    margin-bottom: 25px;
    padding: 10px;
}

.box .tl,.box .tr,.box .bl,.box .br {
    position: absolute;
    width: 10px;
    height: 10px;
}

.box .tl {
    background-image: url(images/box-tl.html);
    top: 0;
    left: 0;
}

.box .tr {
    background-image: url(images/box-tr.html);
    top: 0;
    right: 0;
}

.box .bl {
    background-image: url(images/box-bl.html);
    bottom: 0;
    left: 0;
}

.box .br {
    background-image: url(images/box-br.html);
    bottom: 0;
    right: 0;
}

.box .bg-white {
    background-color: #fff;
    padding: 10px;
}

caption { /*coordinated margin to match cell's padding*/
    margin-bottom: .5em;
    /*centered so it doesn't blend in to other content*/
    text-align: center;
}

p,fieldset,table,pre { /*so things don't run into each other*/
    margin-bottom: 1em;
}

/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text],input[type=password],textarea {
    width: 12.25em;
    width: 11.9em;
}

#bd .yui-ge .yui-u { /* margin-top:-10px; */
    
}

#bd .yui-ge div.first div.main_image img {
    margin-left: 35px;
}

.main_image img {
    width: 85%;
}

#bd .yui-ge div.first object,#bd .yui-ge div.first img {
    margin-left: 0px;
}

.main_flash {
    margin-left: 40px;
}

.hd_href {
    background: #244DA5;
    color: #FFFFFF;
    width: 100%;
    height: 25px;
    font-size: 0.8em;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    line-height: 2;
    font-style: normal;
    text-decoration: none
}

.hd_href a {
    color: #FFFFFF;
}

a:link {
    border-style: none;
    text-decoration: none;
    border: none;
    outline: none;
}

a:visited {
    outline: none;
    border: none;
    text-decoration: none;
}

a:hover {
    border: none;
    text-decoration: none;
    border-style: none;
    outline: none;
}

a:active {
    border-style: none;
    text-decoration: none;
    outline: none;
}

.box_schema1 {
    border: 2px solid #004080;
    background: #FFFFFF;
    /*width:215px;*/
    margin-top: 1.2em;
    padding: 5px 11px;
    width: 79%;
}

.box_schema1 h1,.box_schema2 h1 {
    font-weight: normal;
    color: #F7701E;
    margin-bottom: 3.5%;
}

.box_schema1 h2,.box_schema2 h2 {
    font-weight: normal;
}

.box_schema1 h4,.box_schema2 h4 {
    padding: 0px;
    margin: 0px;
    font-size: 0.8em;
}

.box_schema1 a,.box_schema2 a {
    color: #182F9A;
    /*font-size:0.8em;*/
    text-decoration: none;
}

.box_schema1 h1 a,.box_schema2 h1 a {
    font-weight: normal;
    color: #182F9A;
}

.box_schema1 h2 a,.box_schema2 h2 a {
    font-weight: normal;
    color: #F7701E;
}

.box_schema2 {
    border: 2px solid #004080;
    background: #FFFFFF;
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 5px;
    padding-bottom: 5px;
    width: 82%;
}

.box_schema1 p,.box_schema2 p {
    color: #32347E;
    text-decoration: none;
    padding-right: 5px;
    margin-bottom: 2%;
    font-size: 0.8em;
}

.box_schema1 p a,.box_schema2 p a {
    color: blue;
    font-size: 0.8em;
    text-decoration: underline;
    cursor: pointer;
}

.box_schema3 {
    border: 2px solid #004080;
    background: #FFFFFF;
    width: 95%;
    margin-top: 10px;
    padding-top: 5px;
    padding: 5px;
}

.box_schema3 h1 {
    color: #F7701E;
    font-size: 18px;
}

.box_schema3 p {
    padding-top: 2px;
    font-size: 0.8em;
    color: Black;
    font-weight: normal;
}

.box_schema3 a {
    color: #182F9A;
    font-size: 0.8em;
    text-decoration: none;
}

.box_schema1_flash {
    width: 100%;
    margin-left: -5px;
    margin-top: 10px;
    padding-top: 10px;
    border: none;
}

.middlenav-container p {
    margin-top: -3px;
    margin-bottom: 3px;
}

.box_schema_img { /*border:2px solid #65BFC0;*/ /*background:white;*/
    text-align: center;
    width: 95%;
    margin-top: 10px;
    padding-top: 5px;
    padding: 3px;
}

.row_handsets_header {
    width: 50%;
    color: #F7701E;
    margin-top: 0px;
    margin-left: 50px;
    border-bottom: solid #004080 1px;
    font-size: 0.9m;
}

.row_handsets {
    margin-left: 5%;
    height: auto;
    width: auto;
}

.marquee {
    background: #FFFFFF;
    width: 100%;
    height: auto;
}

.row_handsets_content {
    text-align: center;
    padding: 0px;
    width: 80px;
    height: auto;
    display: inline;
    float: left;
}

.row_handsets_content div {
    width: 43%;
    margin: 0px 5% 0px 5%;
    text-align: center;
    display: table-cell;
    vertical-align: bottom;
}

.row_handsets_content  h1 {
    text-align: center;
    height: 1.2em;
    color: #F7701E;
    font-size: 0.8em;
    font-weight: normal;
    /*height:auto;*/
}

.row_handsets_img {
    width: auto;
    height: auto;
}

.foter_schema { /*border: 1px yellow solid;*/
    
}

.boxes-panel {
    margin-left: 0px;
    border: 0px solid black;
    width: auto;
}

.box_schema2_header { /*border-bottom:1px solid black;*/
    color: #F7701E;
    /*margin-bottom:10px;*/
}

.boxbody-fotter {
    padding-top: 10px;
    border-right: 2px solid #DDDDDD;
    border-top: 2px solid #EEEEEE;
    border-left: 2px solid #EEEEEE;
    height: 120px;
}

.boxbody_textentry {
    margin-bottom: 5px;
    /*margin-left:10px;*/
    border: none;
    text-align: left;
    color: #32347E;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
}

.boxbody_textentry a {
    color: #F7701E;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.footer {
    margin-top: 120px;
}

.logo-panel {
    width: 100%;
    height: 110px;
    margin: auto;
    margin-top: 10px;
}

.logo-panel-img {
    width: auto;
    height: 110px;
    float: left;
    margin-left: 0px;
}

.logo-panel-text {
    width: auto;
    border: #0033CC solid 0px;
    height: 110px;
    float: left;
}

.logo-panel-text div {
    color: #182F9A;
    border: #003366 solid 0px;
    width: auto;
    /*font:Geneva, Arial, Helvetica, sans-serif;*/
    font-size: 1.3em;
    margin-top: 50px;
    font-style: italic;
    /*margin-left:40px;  */
}

.logo-panel-right {
    width: auto;
    border: #0033CC solid 0px;
    height: 90px;
    margin-right: 30px;
    padding-top: 30px;
}

#hd .yui-gc .yui-u {
    width: 45%;
    padding-right: 20px;
}

.login {
    
}

#login {
    width: 90px;
}

#registration {
    width: 160px;
    margin-top: 10px;
}

.menu-panel {
    border: #EEEEEE 3px solid;
    margin-left: 14%;
    margin-top: 10px;
    height: auto;
    width: auto;
    display: inline;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    /*background:#FBFBFB;*/
    background: #FFFFFF;
    z-index: 1;
}

.navigation {
    border: #CC00CC 0px solid;
}

#ft .yui-ge {
    padding-bottom: 20px;
    margin-top: 20px;
}

#ft .yui-ge .yui-u.first {
    color: #182F9A;
    /* margin-top:20px;*/
    margin-left: 0px;
    display: inline;
    float: left;
    font-size: 0.7em;
    text-decoration: none;
    padding-left: 10px;
}

#ft .yui-ge .yui-u a {
    text-decoration: underline;
    cursor: pointer;
    padding-right: 10px;
    /* margin-top:20px;*/
    display: inline;
    float: right;
    font-size: 0.7em;
    color: #182F9A;
}

.middlenav-container {
    margin-top: 3%;
    margin-left: 5%;
    display: inline;
    float: left;
}

.flash {
    margin-top: 0px;
    margin-left: 20px;
}

#middlenav div {
    float: left;
    margin-left: 15px;
    margin-top: 5px;
    padding-top: 4px;
}

#middlenav div a {
    font-size: 0.6em;
    font-weight: bold;
}

.horizontal_boxes {
    width: 100%;
    /*padding:0px 5% 0px 5%;*/
    border: 0px solid black;
}

/*#horz1,#horz2,#horz3*/
.horizontalBox {
    display: inline;
    float: left;
    width: 29.4%;
    height: 170px;
    border: 3px solid #DDDDDD;
    margin-left: 2%;
    padding-top: 5px;
    padding-left: 5px;
    background: #FBFBFB;
}

.horizontalBox h4 {
    color: #F7701E;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.horizontalBox .yui-gd .yui-u.first {
    width: 31%;
}

.horz-left-text {
    position: relative;
    height: 150px;
    border-left: 1px solid #DDDDDD;
    padding: 5px;
    overflow: hidden;
}

/* ---------------------table---------------*/
.sortable {
    border-color: #CCCCCC #CCCCCC -moz-use-text-color;
    border-style: solid solid;
    border-width: 1px 1px medium;
    border-color: #F5F5F5;
    /*width: 0.75em;*/
}

.sortable th {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: #FFFFFF none repeat scroll 0 0;
    color: #CCCCCC;
    padding: 4px 6px 6px;
    text-align: left;
}

.sortable td {
    width: 163px;
    height: 17px;
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: #FFFFFF none repeat scroll 0 0;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    padding: 2px 4px 4px;
}

.sortable .head {
    width: 163px;
    height: 17px;
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: #004A7F url(../images/sort.gif) no-repeat scroll 6px center;
    cursor: pointer;
    padding-left: 18px;
}

.sortable .desc {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: #004A7F url(../images/desc.gif) no-repeat scroll 6px center;
    cursor: pointer;
    padding-left: 18px;
}

.sortable .asc {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: #004A7F url(../images/asc.gif) no-repeat scroll 6px center;
    cursor: pointer;
    padding-left: 18px;
}

.sortable .head:hover,.sortable .desc:hover,.sortable .asc:hover {
    color: #FFFFFF;
}

.sortable .even td {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: #F2F2F2 none repeat scroll 0 0;
}

.sortable .odd td {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: #FFFFFF none repeat scroll 0 0;
}

.table_panel { /*border: 0px solid black;*/
    font-size: 0.8em;
    margin-left: 50px;
    margin-top: 30px;
    width: auto;
}

.table_panel  ul {
    margin-left: 20px;
    font-weight: bold;
    width: auto;
    position: relative;
    left: 31px;
}

.text_panel {
    width: 90%;
    margin-left: 6%;
    margin-top: 10px;
}

.text_panel a {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.text_panel ol {
    font-size: 0.8em;
    padding-bottom: 10px;
}

.text_panel ul {
    font-size: 0.8em;
    padding-bottom: 10px;
}

.text_panel li {
    color: #32347e;
    margin-left: 1.5em;
    margin-bottom: 0.2em;
    line-height: 1.5em;
}

/*this class is to overcome the problem of minimizing the font size on a sub list*/
.text_panel ul ul {
    font-size: 1em;
}

.text_panel ul li span {
    font-size: 0.9em;
}

.text_panel  h1 {
    margin: 20px 0px 5px 0px;
    padding-bottom: 10px;
    color: #F7701E;
    font-weight: normal;
}

/*added to fix dansho tables*/
.text_panel  h3 {
    color: #EF6D15;
    font-family: arial;
    font-size: 13pt;
    padding-top: 6px;
}

.yui-b .text_panel  h2 {
    color: #EF751F;
    font-family: "Trebuchet MS", arial, serif;
    font-size: 26px;
}

.text_panel  h2 {
    margin: 5px 0px 0px 0px;
    margin-bottom: 5px;
    color: #003366;
}

.text_panel  p {
    margin-left: 2px;
    color: #32347e;
    font-size: 0.8em;
    line-height: 1.3em;
    margin-bottom: 1.5em;
    margin-top: 0em;
}

.reg_form {
    width: 80%;
    font-size: 0.8em;
    margin-left: 4%;
    margin-top: 0px;
    display: block;
    z-index: 100;
    /*border: 5px solid #EEEEEE;*/
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 50px;
    background: #FBFBFB;
}

.reg_form_box {
    width: 95%;
    font-size: 0.8em;
    margin-left: 2%;
    margin-top: 0px;
    display: block;
    /*border: 5px solid #EEEEEE;*/
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 0px;
    background: #FBFBFB;
    z-index: -1;
}

reg_form_box .yui-gf .yui-u {
    width: 66%;
}

reg_form_box .yui-gf div.first {
    width: 32%;
}

.reg_form div input[type=text],.reg_form div input[type=password] {
    width: 48%;
    /*margin-bottom:20px;*/
    background: #FFFFFF;
}

.reg_form div select {
    width: 48.5%;
    /*margin-bottom:20px;*/
    background: #FFFFFF;
}

.reg_form .yui-gf {
    height: auto;
    margin-bottom: 20px;
}

.reg_form_box div input[type=text],.reg_form_box div input[type=password]
    {
    width: 48%;
    background: #FFFFFF;
}

.reg_form_box div select {
    width: 48.5%;
    background: #FFFFFF;
}

.reg_form_box textarea {
    width: 92%;
}

.reg_form_box select {
    
}

/**** Override the yui-gf class to behave as yui-gd****/
.reg_form_box .yui-gf {
    height: auto;
    margin-bottom: 20px;
}

.reg_form_box .yui-gf .yui-u {
    width: 62%;
}

.reg_form .yui-gf .yui-u {
    width: 63%;
    margin-right: 3%;
}

.reg_form_box .yui-gf div.first {
    width: 32%;
    margin-left: 0px;
}

.reg_form .yui-gf div.first {
    width: 21%;
}

.reg_form_box .yui-gf .yui-u span {
    overflow: auto;
    border: solid 0px red;
    width: auto;
    max-width: 11em;
    height: auto;
    position: absolute;
    margin-left: 4px;
}

.reg_form .yui-gf .yui-u span {
    overflow: auto;
    border: solid 0px red;
    width: 19%;
    height: auto;
    position: absolute;
    margin-left: 4px;
}

/*******End of Overriding the yui-gf class*******/
.yui-u .boxes-panel {
    float: right;
}

.regheader {
    z-index: -1;
}

.regheader h1 {
    color: #F7701E;
    margin: 30px 0px 10px 30px;
    z-index: -1;
}

.reg_form div label {
    color: #32347e;
    font-weight: bold;
    margin-left: 0px;
}

.reg_form .yui-gf div.guiding_info label,.reg_form_box .yui-gf div.guiding_info label
    {
    color: Green;
    font-weight: normal;
    margin-left: 0px;
}

.reg_form div input[type=submit] {
    width: 150px;
    font-weight: bold;
    margin-left: 240px;
    margin-top: 0px;
    cursor: pointer;
}

.reg_form_box div label {
    color: #32347e;
    font-weight: bold;
    margin-left: 50px;
}

.reg_form_box div input[type=submit] {
    width: 150px;
    font-weight: bold;
    margin-left: 240px;
    margin-top: 25px;
    cursor: pointer;
}

.reg_form_submit {
    width: 150px;
    font-weight: bold;
    margin-left: 250px;
    margin-top: 25px;
    cursor: pointer;
}

.reg_form_box div input[type=reset] {
    width: 150px;
    font-weight: bold;
    margin-left: 20px;
    margin-top: 25px;
    cursor: pointer;
}

.reg_form_box_reset {
    width: 150px;
    font-weight: bold;
    margin-left: 20px;
    margin-top: 25px;
    cursor: pointer;
}
/*OVERIDING THE NEEDED DEFINITIONS REGARDING FORMS*/
/*new form look and feel overiding*/
#formPage .yui-ge{
        padding: 25px 20px;
    }
#formWrap{
    float: right;
    margin-bottom: 25px;
    margin-left: 20px;
    width: 380px;
}
#bannerContainer{
    margin-bottom: 20px;
    text-align: center;
}
#formPage .text_panel{
    margin: 0;
}
#formPage .text_panel h1{
    background-image: url("../images/form_header_bg.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 16pt;
    font-weight: bold;
    height: 38px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-top: 17px;
    margin-top: 0;
    width: 360px;
}
#regform{
    background-image: url("../images/form_bottom_bg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 379px;
    margin: 0;
    padding: 0 0 19px;
}
#regform form{
    background-color: #DCE1F0;
    margin: 0;
    padding: 5px 0 8px;
}
#formPage .yui-gf{
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
}
#formPage form div.yui-u{
    float: left !important;
    margin-top: 20px;
    width: 185px !important;
}
#formPage .yui-u label{
    margin-left:30px !important;
}
#formPage #guidingInfo{
    clear: both;
    color: #4E65B1;
    font-size: 0.8em;
    margin-top: 15px;
    padding-left: 30px;
    width: 333px;
}
#formPage .yui-u input,#formPage .yui-u select,#formPage .yui-u textarea{
    width: 176px !important;
    background-color: #f6f7fb !important;
    border: solid 1px #e9ecf5 !important;
    color: #98a5d1 !important;
    font-size: 0.9em;
    height: 15px;
    padding-bottom: 2px;
}
#formPage .yui-u select{
    padding:0;
    height: 21px;
}
#formPage .yui-u textarea{
    padding: 0;
    height: 60px;
    font-size:1.3em;
    overflow: auto;
}
#formPage .img_help{
    position: absolute;
    right: 217px;
    top: 20px;
    *top: 20px;
}
#required.text_panel{
    margin-top: 15px;
}
#formPage #submitButton{
    background-color: transparent !important;
    background-image: url("../images/submit_bg.png");
    border: 0 none !important;
    color: #FFFFFF !important;
    display: block;
    font-size: 1.1em;
    height: 31px;
    margin: 0 auto;
    padding: 0;
    text-transform: uppercase;
    width: 100px !important;
}
#formPage .reg_form_box .yui-gf .yui-u span{
    background-color: transparent;
    background-image: none;
    color: #CF201C;
    font-size: 0.9em;
    font-weight: bold;
    left: 26px;
    padding: 0;
    top: 38px;
    max-width: none;
}
#serverError{
    color: #B00B08;
    font-weight: bold;
    padding: 10px 27px 0;
}
#freeText{
    background-color: #DCE1F0;
    width: 380px;
}
#freeText p{
    margin: 0;
    padding: 10px 12px 0;
}
/*END OF OVERIDING*/

#area { /*border:1px solid black;*/
    width: 35px;
    /*display:inline;
    float:left;*/
}

#mobile {
    width: 180px;
    /*display:inline;
    float:left;*/
}

#area-panel { /* border:1px solid blue;*/
    width: 35px;
}

.mobile-panel {
    width: 155px;
}

.mobile-number-panel {
    width: 712px;
}

.ticker {
    position: relative; /* So we can absolute the .items */
    width: 400px;
    height: 150px;
    overflow: hidden;
    margin: 100px;
    border: 1px dashed #666666;
}

.items {
    position: relative;
    top: 150px;
    margin: 10px;
}

.items p,.items a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.SectionHead {
    color: #33479E;
    font-size: 36px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 20px;
}
 
