/* redefine real tags ---------------------------------------- */

body              {
    /*background:#eaebed url('/img/img_gradient.gif') repeat-x;*/
    background:#fff;
    margin:0px;
    padding:4px;
    color: #555;
    font-family:  Arial, Tahoma, sans-serif;
    font-size: 13px;
}

#main-container {
    text-align: left;
    margin: auto;
    font-size: 13px;
}

#main-container, div, table, td, body {
    /*
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    */
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

td {
    /*font-family: Verdana, Arial, Helvetica, sans-serif; */
    color: #555;
    /*text-align: left; */
    font-size: 13px;

}

strong, b, .bold {
    font-weight: bold;
}


i,.italic {
    font-style: italic;
}

.oblique {
    font-style: oblique;
}

.super {
	vertical-align: super;
}

.weight_normal {
    font-weight: normal;
}


a {
    color: #0C4EB5;
}

a:hover {
    color: #0C4EB5;/*#0CB513;*/
}

img {
    border: none;
}

button {
    cursor: pointer;
}

button.clear {
    border: 0px;
    background: none;
    padding:0px;
    margin:0px;
}
/* classes */
.std_header {
    background-color: #fcfcfc;
    border: 1px solid #ebebeb;

    font-weight: bold;
    font-size:17px;
    color: #FEC501;
    padding-left:5px;
    padding-top:5px;
    padding-bottom:5px;
}

.std_subheader {
    font-weight: bold;
    font-size:17px;
    color: #FEC501;
}

.std_textheader {
    font-weight: bold;
    font-size:13px;
    color: #FEC501;
}

.std_text {
    font-size: 12px;
    color: #333333;
    font-weight: normal;
}

.title-part1{
    font-size:28px;
    color: #676773;
    font-weight: normal;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.title-part2{
    font-size:28px;
    color: #feb71a;
    font-weight: normal;
    font-style:italic;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.std_link {
    color: #4a5980;
    font-size:12px;
    font-weight: normal;
}

.support-title {
    color: #333333;
    font-size: 14px;
    font-weight:bold;
    background: transparent url('/_static/img/icons/support_icon.jpg') no-repeat 0% 50%;
    padding-left: 30px;
	border-bottom: 1px solid #333333;
}

.support-title a {
    color: #333333;
    font-weight:bold;
    text-decoration:none;
}

.support-title a:hover { text-decoration:underline; }

.support-text {
    font-size:12px;
    padding-left:30px;
    height:90px;
    vertical-align:top;
}

.question_list {

padding: 0px;
list-style-type: none;
list-style-image: none;
}

.question_list li{
    background: url('/img/img_orange_dot.gif') 0px 2px no-repeat;
    padding-left:20px;
    padding-bottom:3px;

}
.question_list li a {
    color: #4a5980;
    font-weight:bold;
    font-size:12px;
    text-decoration:none;

}
.question_list li a:hover {  color: #E0A917; }

#faq_table a {
    color: #4a5980;
    font-size:11px;
}
#faq_table a:hover {  color: #E0A917; }
/* cursor related -------------------------------------------- */
.arrow {
    cursor: default;
}

.hand {
	cursor: pointer;
}

/* text related ---------------------------------------------- */
.arial {
    font-family: Arial, Helvetica, sans-serif;
}

.verdana {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.nd_tour_text {
    font-size:12px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.nd_tour_image_text {
    font-size:10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* align ----------------------------------------------------- */
.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
    text-align: right;
}

.justify {
    text-align: justify;
}

.vtop {
	vertical-align: top;
}

.vbottom {
	vertical-align: bottom;
}

.vmiddle {
	vertical-align: middle;
}

.baseline {
    vertical-align: baseline;
}

.tmiddle {
    vertical-align: middle;
}


/* border related --------------------------------------------- */
.bottom_line_dashed_grey {
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #E3E3E3;
}

.bottom_line_dotted_grey {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #E3E3E3;
}

.top_line_dotted_grey {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #E3E3E3;
}

.bottom_line_grey {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
}

.top_line_grey {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #E3E3E3;
}

.top_line_orange {
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #fcaa1a;;
}

.bottom_line_orange {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fcaa1a;;
}

.rightborder_light_blue {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #7F9DB7;
}

.rightborder_grey {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #999999;
}

.rightborder_light_black {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #333333;
}

.rightline_light_blue {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7F9DB7;
}

.rightline_grey {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.rightborder_white {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.border_1101_light_blue {
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #7F9DB9;
}

.border_1111_light_blue {
	border-width: 1px;
	border-style: solid;
	border-color: #7F9DB9;
}

.border_0101_light_blue {
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #7F9DB9;
}

.border_0111_light_blue {
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #7F9DB9;
}

.border_1100_light_blue {
	border-width: 1px 1px 0px 0px;
	border-style: solid;
	border-color: #7F9DB9;
}

.border_1001_light_blue {
	border-width: 1px 0px 0px 1px;
	border-style: solid;
	border-color: #7F9DB9;
}

.border_0001_light_blue {
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	border-color: #7F9DB9;
}

.border_0100_light_blue {
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #7F9DB9;
}

.border_0110_light_blue {
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #7F9DB9;
}

.border_0011_light_blue {
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: #7F9DB9;
}


.border_0010_blue_grey {
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	border-color: #7F9DB7;
}

.border_0010_blue {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #7F9DB7;
}

.border_1010_blue_grey {
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #7F9DB7;
}

.border_1010_light_grey {
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #CCCCCC;
}

.border_1111_light_grey {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}

.border_1000_light_grey {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #CCCCCC;
}

.border_1100_light_grey {
	border-width: 1px 1px 0px 0px;
	border-style: solid;
	border-color: #CCCCCC;
}

.border_1101_light_grey {
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #CCCCCC;
}

.border_1001_light_grey {
	border-width: 1px 0px 0px 1px;
	border-style: solid;
	border-color: #CCCCCC;
}

.border_1110_light_grey {
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	border-color: #CCCCCC;
}

.border_0110_light_grey {
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #CCCCCC;
}

.border_1011_light_grey {
	border-width: 1px 0px 1px 1px;
	border-style: solid;
	border-color: #CCCCCC;
}

.border_1111_grey {
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
}

.border_1100_grey {
	border-width: 1px 1px 0px 0px;
	border-style: solid;
	border-color: #999999;
}

.border_0010_grey {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #999999;
}

.border_0001_grey {
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	border-color: #999999;
}

.border_1111_dark_red {
	border-width: 1px;
	border-style: solid;
	border-color: #AA0000;
}

.border_1101_dark_orange {
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #FDB512;
}

.border_1100_dark_orange {
	border-width: 1px 1px 0px 0px;
	border-style: solid;
	border-color: #FDB512;
}

.border_0111_dark_orange {
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #FDB512;
}

.border_1111_dark_orange {
	border-width: 1px;
	border-style: solid;
	border-color: #FDB512;
}

.border_1101_dark_green {
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #7BB16D;
}

.border_0111_dark_green {
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #7BB16D;
}

.border_1111_dark_green {
	border-width: 1px;
	border-style: solid;
	border-color: #7BB16D;
}

.border_1111_black {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}


/* padding related ------------------------------------------- */
.padding_none {
    padding: 0px 0px 0px 0px;
}

.padding_bottom_2 {
    padding: 0px 0px 2px 0px;
}

.padding_bottom_5 {
    padding: 0px 0px 5px 0px;
}

.padding_bottom_7 {
    padding: 0px 0px 5px 0px;
}

.padding_bottom_8 {
    padding: 0px 0px 5px 0px;
}

.padding_bottom_10 {
    padding: 0px 0px 10px 0px;
}

.padding_bottom_20 {
    padding: 0px 0px 20px 0px;
}

.padding_bottom_30 {
    padding: 0px 0px 30px 0px;
}

.padding_top_bottom_30 {
    padding: 30px 0px 30px 0px;
}
.padding_5005 {
    padding: 5px 0px 0px 5px;
}

.padding_5055 {
    padding: 5px 0px 5px 5px;
}

.padding_5505 {
    padding: 5px 5px 0px 5px;
}

.padding_5305 {
    padding: 5px 3px 0px 5px;
}

.padding_0500 {
    padding: 0px 10px 0px 0px;
}
.uber_padding {
    padding: 0px 10px 0px 10px;
}
.padding_7070 {
    padding-top: 7px;
    padding-bottom: 8px;
}

.padding_5050 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.padding_2020 {
    padding-top: 2px;
    padding-bottom: 2px;
}

.padding_5555 {
    padding: 5px 5px 5px 5px;
}

.padding_left_none {
    padding-left: 0px;
}

.padding_left_5 {
    padding-left: 5px;
}

.padding_left_10 {
    padding-left: 10px;
}

.padding_left_15 {
    padding-left: 15px;
}

.padding_left_20 {
    padding-left: 20px;
}

.padding_left_25 {
    padding-left: 25px;
}

.padding_lr_25 {
    padding-left: 20px;
    padding-right: 20px;
}

.padding_lr_15 {
    padding-left: 15px;
    padding-right: 15px;
}

.padding_lr_10 {
    padding-left: 10px;
    padding-right: 10px;
}

.padding_lr_5 {
    padding-left: 5px;
    padding-right: 5px;
}

.padding_lr_3 {
    padding-left: 3px;
    padding-right: 3px;
}

.padding_right_5 {
    padding-right: 5px;
}

.padding_right_10 {
    padding-right: 10px;
}

/* background related ---------------------------------------- */
.bg_white {
	background-color: #FFFFFF;
}

.bg_blue_grey {
	background-color: #7F9DB7;
}

.bg_dark_grey {
    background-color: #686868;
}

.bg_grey {
    background-color: #999999;
}

.bg_light_grey {
    background-color: #E3E3E3;
}

.bg_faint_grey {
    background-color: #EFEFEF;
}

.bg_orange {
    background-color: #FEDC8B;
}

.bg_light_orange {
    background-color: #FEE8B4;
}

.bg_dark_orange {
    background-color: #FDB512;
}

.bg_header_blue {
    background-color: #C6D3DF;
}

.bg_pale_blue {
    background-color: #EFF2F5;
}

.bg_faint_blue {
    background-color: #DAE2EB;
}

.bg_green {
    background-color: #CBE0C5;
}

.bg_light_green {
    background-color: #D5E6D0;
}

/* colors ---------------------------------------------------- */
.black {
    color: #000000;
}

.white {
    color: #FFFFFF;
}

.grey {
    color: #CCCCCC;
}

.orange {
	color: #E0A917;
}


.dark_grey {
    color: #686868;
}

.blue_grey {
    color: #7F9DB7;
}

.dark_blue {
    color: #0C51A5;
}

.blue {
    color: #0000FF
}

.yellow {
    color: yellow;
}


/* ND colors ---------------------------------------------- */
.nd_green {
    color: #55863D; /*#5A904C;*/
}

.nd_light_green, .move_up {
    color: #00CC00;
}

.nd_vibrant_green {
    color: #29B236;
}

.nd_bg_green {
    color: #CBE0C5;
}

.nd_bg_light_green {
    color: #D5E6D0;
}

.nd_dark_green {
    color: #7BB16D;
}

.nd_red {
    color: #FF0000;
}

.nd_orange {
    /*color: #FDB512;*/
    color:#FEC501;
}

.nd_link_blue {
    color: #0000FF;
}

.nd_blue {
    color: #0C51AC;
}

.nd_light_blue {
    color: #7F9DB9;
}

.nd_blue_grey {
    color: #898A9C;
}

.nd_grey {
    color: #999999;
}

.nd_light_grey {
    color: #E3E3E3;
}

.nd_dark_grey {
    color: #666666;
}

.nd_light_black {
    color: #333333;
}

.nd_dark_red {
    color: #AA0000;
}


/* link related ---------------------------------------------- */
.nodecoration {
    text-decoration: none;
}

.underline {
    text-decoration: underline;
}

.hand {
    cursor: pointer;
}


/* font sizes ------------------------------------------------ */
.s5 {
    font-size: 3px
}

.s10 {
    font-size: 10px
}

.s11 {
    font-size: 11px
}

.s12 {
    font-size: 12px
}

.s13 {
    font-size: 13px
}

.s14 {
    font-size: 14px
}

.s15 {
    font-size: 15px
}

.s16 {
    font-size: 16px
}

.s17 {
    font-size: 17px
}

.s18 {
    font-size: 18px
}

.s20 {
    font-size: 20px
}

.s22 {
    font-size: 22px
}

.s30 {
    font-size: 30px
}

.s40 {
    font-size: 40px
}

.s70 {
    font-size: 70px
}

/* input related ---------------------------------------------- */
.input_search {
	font-weight: normal;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	width: 250px;
	border: 1px solid #333333;
	vertical-align: middle;
}

.input_search_200 {
	font-weight: normal;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	width: 200px;
	border: 1px solid #333333;
	vertical-align: middle;
}

.input_check {
	vertical-align: middle;
}

.input_login {
	font-weight: normal;
	color: #333333;
	font-size: 12px;
	font-style: normal;
	width: 120px;
	border: 1px solid #7F9DB9;
}

.input_login_new {
	font-weight: normal;;
	color: #333333;
	font-size: 11px;
	font-style: normal;
	width: 100px;
	border: 1px solid #9d9d9d;
}

.input_login_button {
    font-weight: normal;
    color: #333333;
    background-color: #f79c18;
    border: 1px solid #9d9d9d;
    font-size: 11px;
    font-style: normal;
}
.input_login_200 {
	font-weight: normal;
	color: #333333;
	font-size: 12px;
	font-style: normal;
	width: 200px;
	border: 1px solid #7F9DB9;
}

.input_blue_320 {
	font-weight: normal;
	color: #333333;
	font-size: 12px;
	font-style: normal;
	width: 320px;
	border: 1px solid #7F9DB9;
}

.input_textarea {
	font-weight: normal;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
    width: 272px;
	height: 100px;
	border: 1px solid #A3A3A3;
    padding: 5px;
	overflow: auto;
}

.tabs_pub .input_textarea {
	height: 90px;
}

.input_textarea_noborder {
	font-weight: normal;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	border: 0px solid #A3A3A3;
	width: 250px;
	background: none;
	overflow: hidden;
}

.input_TC {
	font-weight: normal;
	color: #333333;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	/*width: 470px;*/
	border: 1px solid #A3A3A3;
	overflow: auto;
	background-color: #E3E3E3;
}

.input_data_advanced {
	font-weight: normal;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	width: 200px;
	border: 1px solid #A3A3A3;
}

.input_select_advanced {
	font-weight: normal; /*bold;*/
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	width: 200px;
	border: 1px solid #A3A3A3;
}

.input_data {
	font-weight: normal;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	width: 300px;
    border: 1px solid #A3A3A3;/*#7F9DB9;*/
}

.input_data_250 {
	font-weight: normal;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	width: 250px;
	border: 1px solid #A3A3A3;/*#7F9DB9;*/
}

.input_data_300 {
	font-weight: normal;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	width: 300px;
	border: 1px solid #A3A3A3;/*#7F9DB9;*/
}

.input_data_170 {
	font-weight: normal;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	width: 170px;
	border: 1px solid #A3A3A3;/*#7F9DB9;*/
}

.input_data_black {
	font-weight: normal;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	width: 250px;
	border: 1px solid #000000;
}

.input_data_black_350 {
	font-weight: normal;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	width: 360px;
	border: 1px solid #000000;
}

.input_select_black {
	font-weight: normal;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	width: 360px;
	border: 1px solid #000000;
}

.input_data_green {
	font-weight: normal;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	width: 100px;
	border: 1px solid #7BB16D;
}

.input_data_orange {
	font-weight: normal;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	width: 100px;
	border: 1px solid #FDB512;
}
.input_data_small {
	font-weight: normal;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	width: 120px;
	border: 1px solid #7F9DB9;
}

.input_small_table {
	font-weight: normal;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	width: 100px;
	border: 1px solid #666666;
}

.input_small_invalid {
	font-weight: normal;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	width: 200px;
	border: 1px solid #666666;
}

.input_select {
	font-weight: normal; /* bold; */
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	width: 300px;
	border: 1px solid #7F9DB9;
}

.input_select_adregion {
	font-weight: normal;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	width: 90px;
	border: 1px solid #7F9DB9;
	vertical-align: middle;
}

.input_select_300 {
	font-weight: normal; /* bold;*/
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	width: 300px;
    border: 1px solid #A3A3A3;/*#7F9DB9;*/
}

.input_select_170 {
	font-weight: normal; /*bold*/
	color: #333333; /*#333333; /*#566385*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	width: 170px;
	border: 1px solid #A3A3A3;/*#7F9DB9;*/
}

.input_select_100 {
	font-weight: normal; /* bold; */
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	width: 100px;
	border: 1px solid #A3A3A3;/*#7F9DB9;*/
}

.input_select_200 {
	font-weight: normal; /* bold;*/
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	width: 200px;
	border: 1px solid #A3A3A3;/*#7F9DB9;*/
	vertical-align: middle;
}

.input_select_search {
	font-weight: normal;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	width: 200px;
	border: 1px solid #7F9DB9;
	vertical-align: middle;
}

.input_select_small {
	font-weight: normal;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	width: 120px;
	border: 1px solid #ccc;
	vertical-align: middle;
}

.input_select_year {
	font-weight: normal;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	width: 60px;
	border: 1px solid #ccc;
}

.input_select_month {
	font-weight: normal;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	width: 50px;
	border: 1px solid #ccc;
}

.input_select_day {
	font-weight: normal;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	width: 40px;
	border: 1px solid #ccc;
}

.input_select_table {
	font-weight: normal;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	width: 100px;
	border: 1px solid #7F9DB9;
}

.input_select_130 {
	font-weight: normal;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	width: 130px;
	border: 1px solid #7F9DB9;
}

.input_select_80 {
	font-weight: normal;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	width: 80px;
	border: 1px solid #7F9DB9;
}

.input_select_60 {
	font-weight: normal;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	width: 60px;
	border: 1px solid #7F9DB9;
}

.input_select_50 {
	font-weight: normal;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	width: 50px;
	border: 1px solid #7F9DB9;
}

.input_select_cat {
	font-weight: normal;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	width: 130px;
	border: 1px solid #7F9DB9;
}

.input_select_currency {
	font-weight: normal;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	width: 50px;
	border: 1px solid #7F9DB9;
}

.input_select_folder {
	font-weight: normal;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	width: 120px;
	border: 1px solid #7F9DB9;
	vertical-align: middle;
}

.input_select_domain {
	font-weight: normal;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	width: 150px;
	border: 1px solid #7F9DB9;
	vertical-align: middle;
}

.input_select_spotlight {
	font-weight: normal;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	width: 150px;
	border: 1px solid #7F9DB9;
	vertical-align: middle;
}


/* button related ---------------------------------------------- */
.btn_search {
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #666666;
	border: 1px solid #686868;
	cursor: pointer;
	line-height: 14px;
	height: 18px;
}

/* big tab ---------------------------------------------------- */
.main_tab_link {
	color: rgb(97,107,139);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: pointer;
	text-decoration: none;
	line-height: 12px;
	height: 12px;
}
.secondary_tab_link {
	color: rgb(97,107,139);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: pointer;
	text-decoration: none;
	line-height: 12px;
	height: 11px;

}

/* ad related -------------------------------------------------- */
.ad_headline {
	font-weight: bold;
	color: #0C51A5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: none;
	cursor: pointer;
	text-decoration: underline;
}

.ad_line {
	font-weight: normal;
	color: #0C51A5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: none;
	cursor: pointer;

}

.ad_link {
	font-weight: bold;
	color: #E0A917;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	border: none;
	cursor: pointer;
	text-decoration: underline;
}

/* navigation */
.navigation {
    width: 98%;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-weight:bold;
    text-align:left;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;

}
.navigation table {
    height: 100%;
}
.navigation td {
    font-size: 12px;
    vertical-align: middle;
    font-weight: bold;
}


/*.navigation div div  {
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}*/
.navigation div.item {
    background: transparent;

}

.navigation div.item div {
    margin-bottom: 3px;
    padding: 0px;
    padding-left: 5px;
    height: 22px;
    line-height:22px;
    vertical-align:middle;
    background: #3c3c3c;
    color: #fff;
    overflow: hidden;
}

.navigation div a {
    color: #fff;
    text-decoration: none;
}

.navigation div a:hover, .navigation div div a:hover {
    text-decoration:underline;
}

.navigation div.item div.park_nav {
    background: #fcaa1a;
}

.navigation div.item div.park_nav.active {
    background: #fec31e;
}

.navigation div.item div.ndex_nav {
    background: #066DEA;
}

.navigation div.item div.ndex_nav.active {
    background: #3888e8;
}

.navigation div.item div.ndex_nav + div.subitems div.item div.active  {
    background: #77a8e4;
}

.navigation div.item div.subitems div.item {
    padding: 0px;
    height: auto;
}
.navigation div.item div.subitems div.item div  {
    margin-bottom: 0px;
    padding-left: 25px;
    border: none;
    color: #444849;
    background: #dee7ec;
    border: 0;
}
.navigation div.item div.subitems div.item div.subitems {
    padding-left: 0px;
}
.navigation div.item div.subitems div.item div.subitems div.item div  {
    background: #f4f4f7;
    padding-left: 25px;
}

.navigation div.item div.subitems div.item div.subitems div.item div.active  {
    background: #d5dde2;
    color: #3c3c3c;
}

.navigation div.item div.subitems div.item div.subitems div.item div.active a {
    color: #3c3c3c;
}

.navigation div.item div.subitems {
    background: transparent;
    padding: 0px;
    margin: 0px;
}

.navigation div.item div.item div a  {
    color: #444849;
}

.navigation div.subitem.active  {
    font-weight:bold;
}

.navigation div.subitem.active a {
    color: #fff;
}

.navigation div.item div.subitems , .navigation div.item div.item div.subitems {
    height: auto;
}

.navigation div.item.active, .navigation div.item div.active  {
    color: #fff;
    background: #6B6B6B;
    font-weight:bold;
    border: 0px;
}

.navigation div.item div.subitems div.item div.active  {
    color: #fff;
    background: #AFB7BC;
    font-weight:bold;
    border: 0px;
}

.navigation div.item div.subitems div.item div.subitems div {
    padding: 0px;
}

.navigation div.item div.subitems div.item div.active {
    /*margin: 1px;*/
}

.navigation div.item div.subitems div.item {
    background: transparent;
}

.navigation div.item.active a, .navigation div.item div.active a, .navigation div.item div.subitems div.item div.active a {
    color: #fff;
}

.navigation div.item.open div.has_subnav, .navigation div.item div.subitems div.item.open div.has_subnav {
    /*background-image: url('/_static/img/ArrowOpen.gif');
    padding-left: 25px;*/
    padding-left: 0px;
    background-repeat: no-repeat;
    background-position: 0% 0%;


}

.navigation div.item.closed div.has_subnav, .navigation div.item div.subitems div.item.closed div.has_subnav {
    /*background-image: url('/_static/img/ArrowClosed.gif');
    padding-left: 25px;*/
    padding-left: 0px;
    background-repeat: no-repeat;
    background-position: 0% 0%;

}

.navigation div.item.open div.subitems , .navigation div.item div.subitems div.item.open div.subitems {
    display: block;
}

.navigation div.item.closed div.subitems, .navigation div.item div.subitems div.item.closed div.subitems {
    display: none;
}

/* language dropdown */

.language_dropdown_wrapper {
   margin-bottom: 2px;
   margin-top: 1px;
}

.language_dropdown {
    display: inline;
    background: #fff url('/_static/img/sort_down.gif') no-repeat 95% 75%;
    border: 1px solid #999999;
    text-align: right;
    cursor: pointer;
}

.language_dropdown a {
    color: #3c3c3c;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

.language_dropdown a:hover {
    text-decoration: underline;
}

.language_dropdown .current {
    display: inline;
    position: relative;
    z-index: 10;

}

.language_dropdown .sub {
    width: 100%;
    display: none;
    position: absolute;
    top: 16px;
    left: -1px;
    z-index: 10;
    padding: 0px;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #fff;
    border: 1px solid #999999;
    border-top: none;
}

.language_dropdown .sub:hover  {
    display: block;
}

.language_dropdown .sub a {
    padding: 0px;
    margin: 0px;
    text-align:left;
    display: block;
}

.language_dropdown .sub a:hover {
    background-color: #ddd;
}

/* navigation public */
.navigation_pub {
    background: #fff url(/_static/img/bg_nav.gif) repeat-x;
    height: 31px;
    width: 100%;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #16252c;
    float: left;
}

.navigation_pub a {
    color: #16252c;
    text-decoration: none;
}

.navigation_pub-wrapper {
    clear: both;
    float: left;
    width: 100%;
}
.navigation_pub ul {
    width: 100%;
    height: 31px;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;

}
.navigation_pub li {
    float: left;
    padding-left: 15px;
    position: relative;
    z-index: 1;
}
.navigation_pub li.last {
    background:none;
}
.navigation_pub li a:last-child {
	padding-right: 15px;
}
.navigation_pub li:hover {
    background: url(/_static/img/bg_nav_over.gif) repeat-x top left;
    border-left: 1px solid #9d9d9d;
    padding-left: 14px;
    z-index: 1000;
}

.navigation_pub li.active {
    background: url(/_static/img/bg_nav_over.gif) repeat-x top left;
}

.navigation_pub a {
    display: block;
    line-height: 31px;
    overflow: hidden;
    float: left;
    font-weight: bold;
}

a .menu, div.hover {
    height: 31px;
    line-height: 31px;
    display: block;
    float: left;
}

.navigation_pub div.hover {
    background: url(/_static/img/ArrowOpen.png) no-repeat 50% 50%;
	width: 27px;
    height: 31px;
	line-height: 31px; /*ie6*/
	font-size: 12px; /*ie6*/
}

.navigation_pub li a:hover,
.navigation_pub li.active a,
.navigation_pub li:hover a {
    color: #fff;
}
.navigation_pub li div.hover:hover .sub {
    /* display:block; */ /* handled by jquery delay script */
}

.navigation_pub .sub:hover {
    /* display:block; */ /* handled by jquery delay script */
}


.navigation_pub li .sub {
    display: none;
    position: absolute;
    top: 30px;
    left: -4px;
    background: url(/_static/img/submenu_top.png) no-repeat;
    width: 370px;
    padding-top: 9px;
}

.navigation_pub li .sub  li:hover {
    border: 0;
}



.navigation_pub li:hover li,
.navigation_pub li.active li {
    width: 100%;
    padding: 1px 0 2px;
    background: none;

}
.navigation_pub li:hover div.menu a,
.navigation_pub li.active div.menu a {
    width: 100%;
    color: #252f36;
    background: none;
    line-height: normal;
    padding-top: 3px;
    padding-bottom: 3px;
    text-indent: 1px;
    /*font-size: 12px;*/
    line-height: normal;
}
.navigation_pub li:hover div.menu a:hover,
.navigation_pub li.active div.menu a:hover {
    color: #252f36;
    /*background: #f7aa15; */
    text-decoration:underline;
}
/*IE*/
.navigation_pub li div.menu a:hover,
.navigation_pub li div.menu a:hover {
    color: #252f36;
    /*background: #f7aa15;*/
    text-decoration:underline;
    line-height: normal;
}
/**/
.navigation_pub .btm-bg {
    background: url(/_static/img/submenu_bottom.png) no-repeat;
    width: 370px;
    height: 9px;
    overflow: hidden;
    clear: both;
}

.navigation_pub li.active.park_nav_pub, .navigation_pub li.park_nav_pub:hover  {
    background: #fff url('/_static/img/bg_nav_park.gif') repeat-x;
}

.navigation_pub li.active.ndex_nav_pub, .navigation_pub li.ndex_nav_pub:hover  {
    background: #fff url('/_static/img/bg_nav_ndex.gif') repeat-x;
}
/*IE*/
.navigation_pub li.park_nav_pub_hover:hover  {
    background: #fff url('/_static/img/bg_nav_park.gif') repeat-x;
}
.navigation_pub li.ndex_nav_pub_hover:hover  {
    background: #fff url('/_static/img/bg_nav_ndex.gif') repeat-x;
}
/*.navigation_pub li.menu_new_account:hover, .navigation_pub li.menu_new_account_hover:hover {
	background: transparent url('/_static/img/btn_signupnow.png') no-repeat;
	border: 0;
	padding: 0px;
	margin: 0px;
	padding-right: 15px;
}*/
/*.navigation_pub li.menu_new_account, .navigation_pub li.menu_new_account_hover {
	background: transparent url('/_static/img/btn_signupnow.png') no-repeat;
	width: 111px;
	height: 24px;
	top: 4px;
	left: 4px;
	float: right;
	padding-left: 0px;
	padding-right: 15px;
}*/

.navigation_pub li .sub div.menu {
    background: url(/_static/img/submenu_bg.png) repeat-y;
    height: auto;
    width: 357px;
    line-height: 18px;
    text-align: justify;
    padding: 7px;
    padding-left: 6px;
    padding-top: 0px;
}

.navigation_pub .sub div.menu table {
    width: 100%;
    height: auto;
}

.navigation_pub .sub div.menu a {
    display: inline;
    float:none;
    overflow: hidden;
    text-align: left;
    font-weight: normal;
    color: #41464a;
    line-height: normal;
}

.navigation_pub .sub div.menu a.nav_link {
    text-decoration: underline;
}

.navigation_pub .sub div.menu a.nav_link:hover {
    color: #0C4EB5;
}

.nav_pub_submenu, .nav_pub_submenu td {
    padding: 0px;
    margin: 0px;
}
.nav_pub_submenu .title {
    height: 22px;
    background: transparent url('/_static/img/submenu_content_title.png') repeat-y;
    color: #fff;
    line-height: 22px;
    vertical-align: middle;
    font-weight: bold;
    padding-left: 5px;

}

.nav_pub_submenu .content {
    background: transparent url('/_static/img/submenu_content_bg.png') repeat-x 0% 0%;
    padding: 5px;
    text-indent: 0px;
}

.nav_pub_submenu div.content div {
	padding-bottom: 2px;
}

.page_title {
    height: 24px;
    line-height: 24px;
    background: #fcaa1a;
    color: #fff;
    padding-left: 5px;
}

.myfo_box {
    width: 49%;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    -moz-border-radius: 2px;
}

.myfo_box_title {
    border-bottom: 1px solid #5c5c5c;
    color: #3b3b3b;
    font-size: 14px;
    background-image: url('/_static/img/std_box_open.gif');
    background-position: 5px 50%;
    background-repeat: no-repeat;
    padding: 5px;
    padding-left: 25px;
    /*margin-bottom: 4px;*/
    cursor: text;
    text-align: left;
}

.myfo_box_content {
    width: 100%;
    height: 150px;
    overflow: hidden;
    vertical-align: top;
}

.myfo_box_footer {
    height: 20px;
    background: #ddd;
    font-weight: bold;
    padding: 5px;
}

span.small {
    font-size: 11px;
}

form.inline {
    display: inline;
    margin: 0px;
    padding: 0px;
}

form.inline input {
    margin: 0px;
    padding: 0px;
}

.dropdown_header {
    width: 90px;
}

.dropdown_template {
    width: 90px;
}

.dropdown_ad_type {
    width: 60px;
}

.dropdown_for_sale {
    width: 60px;
}

.input_keyword {
    width: 100px;
}
.dropdown_category {
    width: 100px;
    padding: 2px;
}
select.dropdown_runtime {
    width: 100px;
}
.std_box {

}

.std_box .normal_cursor,  .std_box .title.normal_cursor {
    cursor: auto;
}

.std_box div.title {
    border-bottom: 1px solid #5c5c5c;
    color: #3b3b3b;
    font-size: 14px;
    background-image: url('/_static/img/std_box_open.gif');
    background-position: 5px 50%;
    background-repeat: no-repeat;
    padding: 5px;
    padding-left: 25px;
    margin-bottom: 4px;
    cursor: pointer;
}

.std_box div.content {
    border-bottom: 1px solid #C1C1C1;
    padding-bottom: 2px;
    margin-bottom: 4px;
}

.std_box.closed div.content {
    display: none;
}

.std_box.closed div.title {
    background-image: url('/_static/img/std_box_closed.gif');
}

.std_box.open div.content {
    display: block;
}

.std_box.open div.title {
    background-image: url('/_static/img/std_box_open.gif');
}

.ndx_blue .std_box div.title {
    background-image: url('/_static/img/std_box_open_ndx.gif');
}

.ndx_blue .std_box.closed div.title {
    background-image: url('/_static/img/std_box_closed_ndx.gif');
}

.ndx_blue .std_box.open div.title {
    background-image: url('/_static/img/std_box_open_ndx.gif');
}

.std_border_bottom {
    border-bottom: 1px solid #E3E3E3;
}

#header {
    margin-top: 5px;
}

#footer {
    margin-top: 5px;
    clear:both;
    width: 100%;
    border-top: 2px dotted #E3E3E3;
    text-align:center;
}

.layout_auth {
    width: 100%;
    background: #fff;
}

.layout_pub {
    width: 960px;
    background: #fff;
/*    position: absolute;
    top: 0%;
    left: 50%;
    margin-left: -495px; */
    height: 100%;
}

.tm_now {
    background: #EAEEEF;
    padding-left: 6px;
    padding-right: 3px;
}

.tm_prev {
    background: #C7ECEF;
    padding-left: 6px;
    padding-right: 3px;
}

.std_button {
    background: #1b323a;
    color: #fff;
    border: 1px solid #8e999d;
    height: 22px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height:20px;
    vertical-align: middle;
}

.ndx_latest_table {
    border: 0;
    width: 100%;
}

.ndx_latest_table th {
    background: #cddce1;
    padding: 3px;
    color: #1e323b;
    font-weight: bold;
}

.ndx_latest_table td {
    background: #fff;
    padding: 3px;
    padding-left: 3px;
    color: #1e323b;
}

.ndx_latest_table td.domain a {
    text-decoration: underline;
    color: #1e323b;
}

.ndx_latest_table td.current_bid {
    text-decoration: none;
    color: #1fa260;
	text-align: left;
}
.ndx_latest_table td.time {
    text-decoration: none;
    color: #ed5059;
}

.ndx_latest_table td.alt {
    background: #ecf4f7;
}

.add_domains {
    background-color: #3c3c3c;
}

.add_domains a {
    text-transform: uppercase;
    display: block;
}

h1 {
    margin-bottom: 5px;
    margin-top: 2px;
    font-size: 21pt;
    color: #333;
}

.std_small_box {
    width: 100%;
    height: 100%;
}

.std_small_box .title_small {
    padding: 5px;
    background: #AFB7BC;
    border-top: 2px solid #9AA1A5;
    color: #3c3c3c;
}

.std_small_box .content_small {
    /*border-bottom: 1px solid #a3a7aa; */
}

hr {
    color:#8a8a8a;
    width:100%
}

#faq_container {
    padding: 20px;
}

#faq_container div {
    float:left;
    width: 45%;
    margin-right: 10px;
}

#faq_container li {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 15px;
    font-weight: bold;
    list-style-type: none;
    background: transparent url('/_static/img/bullet.gif') no-repeat 0% 50%;
}

#faq_container li a {
    font-weight: bold;
    text-decoration: none;
}

#faq_container li a:hover {
    text-decoration: underline;
}

#faq_search {
    width: 95%;
    background: #fdcf64 url('/_static/img/faq_gradient.gif') repeat-y;
    padding: 15px;
}
.faq_question {
    margin-bottom: 10px;
    margin: 10px;
}
.faq_question .title {
	background: transparent url(/_static/img/icons/faq_question_icon.jpg) no-repeat scroll 0 0;
    padding: 5px;
    font-size: 14px;
    margin-bottom: 10px;
    margin-left: -10px;
    margin-right: -10px;
	border-bottom: 1px solid;
	padding-left: 35px;
	padding-bottom: 1px;
	font-weight: bold;
    color: #555555;
}

.faq_question .answer {
    padding-left: 15px;
}

.faq_question .see_also_text {
    font-weight: bold;
    margin-top: 10px;
}

.faq_question .see_also_link {
    margin-left: 20px;
}

.faq_question .back_to_top_link {
    margin-top: 10px;
}

li.faq_item {
    margin-bottom: 4px;
}

.affiliate_info_line {
    border-bottom: 1px solid #e3e3e3;
    padding: 5px;
}

.searches_table th {
    background-color: #dee7ee;
    padding: 5px;
    font-weight: normal;
    font-size: 13px;
}
.nav_pub_sub {
    width: 100%;
    height: 40px;
    font-size: 12px;
}
.nav_pub_sub .menu {
    width: 100%;
    background: #e5e5e5 url('/_static/img/nav_pub_sub.gif') repeat-x;
    height: 39px;
}

.nav_pub_sub .menu div {
    display: inline;
}

.nav_pub_sub .menu div.active {

}

.nav_pub_sub .menu div a {
    display: block;
    float: left;
    border-right: 2px solid #fff;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 9px;
    padding-bottom: 9px;
    height: 15px;
    color: #16252c;
    text-decoration: none;
}

.nav_pub_sub .menu div a:hover {
	text-decoration: underline;
}

.nav_pub_sub .menu div.active a {
    color: #fff;
    font-weight: bold;
    background: #e5e5e5 url('/_static/img/nav_pub_sub_over.gif') repeat-x;
}

.nav_pub_sub .menu.park_nav_pub {
    background: #e5e5e5 url('/_static/img/nav_pub_sub_parking.gif') repeat-x;
}
.nav_pub_sub .menu.park_nav_pub div.active a {
    background: #e5e5e5 url('/_static/img/nav_pub_sub_parking_over.gif') repeat-x;
}
.nav_pub_sub .menu.ndex_nav_pub {
    background: #e5e5e5 url('/_static/img/nav_pub_sub_ndx.gif') repeat-x;
}
.nav_pub_sub .menu.ndex_nav_pub div.active a {
    background: #e5e5e5 url('/_static/img/nav_pub_sub_ndx_over.gif') repeat-x;
}

#NewsletterSignUp {
    cursor: pointer;
}

.bg_input_green {
    background-color: #B4FFAE;
}

.bg_input_yellow {
    background-color: #FFFF59;
}

.bg_input_red {
    background-color: #FF9CA9;
}

.wand {
cursor:  url("/_static/img/wand.cur"), url("/_static/img/wand.gif"), auto;
}

label.r_off, label.r_on {
    padding-left: 12px;
}
label.r_off input, label.r_on input {
    position: absolute; left: -9999px;
}

.p .label_radio {
    background-color:red;
}

.g .label_radio {
    background-color:green;
}

.b .label_radio {
    background-color:blue;
}

.g label.r_on {
    background: url('/_static/img/afm/radio_green_on.gif');
    background-repeat:no-repeat;
}
.g label.r_off {
    background: url(/_static/img/afm/radio_green_off.gif);
    background-repeat:no-repeat;
}

.p label.r_on {
    background: url(/_static/img/afm/radio_pink_on.gif);
    background-repeat:no-repeat;
}
.p label.r_off {
    background: url(/_static/img/afm/radio_pink_off.gif);
    background-repeat:no-repeat;
}

.purple label.r_on {
    background: url(/_static/img/afm/radio_purple_on.png);
    background-repeat:no-repeat;
}
.purple label.r_off {
    background: url(/_static/img/afm/radio_purple_off.png);
    background-repeat:no-repeat;
}

.b label.r_on {
    background: url(/_static/img/afm/radio_blue_on.gif);
    background-repeat:no-repeat;
}
.b label.r_off {
    background: url(/_static/img/afm/radio_blue_off.gif);
    background-repeat:no-repeat;
}

input.input_currency {
    width: 50px;
}

.icon_elm {
    text-decoration: none;
}

.magnifier_preview {
    cursor: pointer;
}

#top_movers_placeholder {
    margin: auto;
}

.quicksearch {
    vertical-align: middle;

}

.quicksearch input {
    border: 0px;
    width: 95%;
    margin-right: 2px;
}

.quicksearch label {
    color: #fff;
}

.ac_results {
    padding: 0px;
    border: 1px solid black;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results li {
    margin: 0px;
    padding: 2px 5px;
    cursor: default;
    display: block;
    /*
    if width will be 100% horizontal scrollbar will apear
    when scroll mode will be used
    */
    /*width: 100%;*/
    font: menu;
    font-size: 12px;
    /*
    it is very important, if line-height not setted or setted
    in relative units scroll will be broken in firefox
    */
    line-height: 12px;
    overflow: hidden;
    text-align:left;
    white-space: nowrap;
}

.ac_results li span {
	vertical-align: super;
}

.ac_results li span strong {
	color:#ff9933;
}

.ac_results li img {
	margin-right: 5px;
}

.ac_loading {
    background: white url('/_static/img/ajax-loader.gif') right center no-repeat;
}

.ac_odd {
    background-color: #F4F4F7;
}

.ac_over {
    background-color: #AFB7BC;
    color: white;
}

.navigation_pub .sub div.menu div.faq-title a {
	position: absolute;
}
.navigation_pub .sub div.menu div.faq-title a:hover {
	text-decoration: underline;
}

.navigation_pub li.menu_new_account, .navigation_pub li.menu_new_account_hover {
	background-attachment:scroll;
	background-color:transparent;
	background-image:url(/_static/img/btn_signup_bg_stretch.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding-bottom:0;
	padding-left:10px;
	padding-right:0;
	margin-right:20px;
	padding-top:0;
	height: 24px;
	top: 4px;
	left: 4px;
	float: right;
}

.navigation_pub li.menu_new_account a, .navigation_pub li.menu_new_account_hover a {
    display: block;
	background-attachment:scroll;
	background-color:transparent;
	background-image:url(/_static/img/btn_signup_bg_stretch.png);
	background-position:right top;
	background-repeat:no-repeat;
	padding-bottom:0;
	padding-left:0;
	padding-right:10px;
	padding-top:0;
	color: #ffffff;
	line-height: 24px;
	margin-right:-10px;
}

.navigation_pub li.menu_new_account, .navigation_pub li.menu_new_account_hover:hover {
    border: none;
}

.navigation_pub li a:hover, .navigation_pub li a:hover {
	text-decoration: underline;
}

select[disabled] {
    background-color: transparent;
}

.no_data_text {
    display: block;
    margin: auto;
    text-align: center;
}
.line_height_20 {
    line-height: 20px;
}

.line_height_30 {
    line-height: 30px;
}

.ndx_text b {
    color: #4591f1;
}

.info_icon {
	background-image: url('/_static/img/icons/info.png');
	background-repeat: no-repeat;
	background-position: top right;
	display: inline;
	padding-right: 25px;
}

.spacer_10 {
	height: 10px;
}

.ellipsis {
	overflow:hidden;
	white-space:nowrap;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
.rss a {
	background: transparent url('/_static/img/feed-icon-14x14.png') no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	margin-right: 6px;
	cursor: pointer;
}
