div.search_title h1 {
	color: #A50000;
	font-family: Tahoma;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	padding: 0;
	border: none;
	line-height: 1;
}

div.general h1 {
	color: #656565;
    font-family: Tahoma;
    font-size: 11px;
	margin: 0;
	padding: 0;
	border: none;
	line-height: 1;
	font-weight: normal;
	width: 350px;
}

td.general h2 {
	font-size: 11px;
	font-family: Tahoma;
	text-decoration: none;
	line-height: 1;
	font-weight: normal;
	background-image: none;
	margin: 0;
	padding: 0;
	border: none;
}

td.general h3 {
	font-size: 11px;
	font-family: Tahoma;
	text-decoration: underline;
	cursor: pointer;
	line-height: 0;
	font-weight: normal;
	margin: 0;
	padding: 0;
	border: none;
	line-height: 1;
}

div:focus {
    outline: none;
}

.download_now {
    cursor:pointer;
}

/* tooltip styling */
.tooltip {
    display:none;
    background-color: #FFF;
    border: 1px solid #000;
    height:300px;
    width:250px;
    font-size:13px;
    color:#000;
}


/* a .label element inside tooltip */
.tooltip .label {
    color:yellow;
    width:35px;
}

.tooltip a {
    color:#ad4;
    font-size:13px;
    font-weight:bold;
}
.group_tooltip {
    display:none;
    background-color: #FFF;
    border: 1px solid #208b2f;
    max-height:100px;
    width:150px;
    font-size:13px;
    color:#000;
    overflow: auto;
    z-index: 9999;
}
.group_access_tooltip {
    display:none;
    background-color: #FFF;
    border: 1px solid #000;
    max-height:350px;
    width:270px;
    font-size:13px;
    color:#000;
    overflow: auto;
}
.group_element {
    background-color: #FFF;
    height: 20px;
    cursor: pointer;
}
.group_element DIV {
    margin-left: 5px;
    line-height: 18px;
}
.group_select {
    cursor: pointer;
    z-index: 5555; z-index: 5555;
}
.row_user TD {
    border-top: solid 0px #CCC;
}
.table_header {
    background-color: #29b43d;
    height: 25px;
}
.table_header TD {
    color: #FFF;
    font-weight: bold;
	padding: 0 10px;
}
.table_header TD:hover {
    cursor: pointer;
}
.table_header TD A {
    color: #FFF;
    font-weight: bold;
}
A IMG {
    border: 0;
}
.page_navigation {
    display: inline;
    margin: 0 10px;
}
.page_navigation A {
    margin: 0 10px;
}
.select_box {
    position: relative;
    font-weight: normal;
    border: 1px solid #208b2f;
    cursor: pointer;
    background-position: right 5px;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 5555;
    margin-right: 5px;
    width: 150px;
	background: url(../images/arrowDown.png) right 9px no-repeat;
}
.select_box SPAN {
    margin: 0 5px;
    line-height: 130%;
}
.select_box IMG {
    width: 16px;
    height: 7px;
    margin-right: -5px;
    margin-top: 0;
}
.select_box DIV {
    position: absolute;
    top: 7px;
    right: 4px;
}
#users_table_div, #groups_table_div {
    float: left;
    width: 99%;
}
.user_status_elem, .user_status_elem_active{
    height: 20px;
	float: left;
    padding: 10px 15px;
}
.user_status_elem_active {
    background: #29b43d;
    color: #FFF;
}
.user_status_line {
	width: 99%;
    margin-top: 10px;
    float: left;
}

/*-----------------------------------*/

.user_operation_line {
    background: #208b2f;
    border: 0;
    width: 99%;
    float: left;
    height: 50px;
	margin-bottom: 10px;
}
.uol_item {
    background-color: #E5E5E5;
    background: url('../images/btn_under_tab.png') bottom no-repeat;
    height: 30px;
    width: 170px;
    float: left;
    margin: 10px 0 10px 10px;
    cursor: pointer;
}
div.uol_item:hover {
    background: url('../images/btn_under_tab.png') top no-repeat;
}
.uol_in_item {
    margin-top: 5px;
	color: #fff;
	font-size: 14px;
	font-family: Trebuchet MS,Arial;
    text-align: center;
    cursor: pointer;
}
.uol_in_item2 {
    margin-top: 5px;
	color: #fff;
	font-family: Trebuchet MS,Arial;
	font-size:14px;
    margin-left: 10px;
}
.uol_in_item A, .uol_in_item2 A {
    text-decoration: none;
    color: #556;
}
.group_membership_left {
    float: left;
    margin: 1px 0 5px 20px;
    border: 0px #000 solid;
}
.group_membership_right {
    float: right;
    margin: 1px 5px 5px 0;
    border: 0px #000 solid;
}
.group_allowed_modules {
    float: left;
    clear: both;
    line-height: 25px;
    margin-left: 20px;
}

/*------ User Payment Tooltip --------*/
.transaction_tooltip {
    display:none;
    background-color: #FFF;
    border: 1px solid #000;
    max-height:350px;
    overflow: auto;
    width:300px;
    font-size:13px;
    color:#000;
}
.upt_transaction, .upt_title, .upt_help {
    text-align: left;
    float: left;
    clear: both;
    border: 0px solid #000;
}
.upt_transaction {
    width: 255px;
    margin: 5px 0 5px 20px;
}
.upt_title {
    margin: 15px 0 5px 10px;
    width: 270px;
}
.upt_help {
    margin: 10px 0 0 10px;
    font-size: 13px;
    width: 270px;
    height: 40px;
}

.group_edit_panel {
    border-top: #669 solid 3px;
    border-bottom: #669 solid 3px;
    float: left;
    clear: both;
    background-color: #EEF;
    width: 800px;
}
.group_section_title {
    font-weight: bold;
    margin: 15px 0 5px 0;
}
.section_selector {
    cursor: pointer;
    clear: both;
    margin-top: 3px;
    float: left;
    border: 0px #000 solid;
    width: 200px;
}
.row_group {
    height: 24px;
    cursor: pointer;
}
.period_period_select {
    display: none;
    float: left;
}
.period_amount, .period_period, period_period_select {
    float: left;
    margin-right: 3px;
}
.period_cost {
    float: right;
    text-align: right;
    width: 50px;
}
.period_cost INPUT {
    text-align: right;
    float: right;
    width: 50px;
}
.period_selector {
    float: left;
}

.period_save, .period_action, .period_del {
    display: none;
}


/* ----------- Preview existed user ------------- */

.left_column {
    width: 200px;
}
#dop_parametrs {
    margin: 10px 0 5px 200px;
}
#dop_parametrs_box {
    display: none;
    border: 0;
}
#dop_parametrs_box:focus {
    outline: none;
}
#dp_image {
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}
.ss_values {
    display: none;
}
.ss_values SELECT {
    width: 150px;
}
.ue_user_name {
    float: left;
    margin: 10px;
    font-size: 20px;
}
.ue_user_name IMG {
    margin: 7px 0 0 10px;
}

/* ----------- Add or Edit existed user ------------- */
.radio_select {
    border: 0px #000 solid;
    cursor: pointer;
    float: left;
    clear: both;
    margin-bottom: 3px;
    width: 300px;
}
.radio_select INPUT {
    float: left;
}
.radio_select SPAN {
    margin-top: 1px;
    margin-left: 5px;
    float: left;
    width: 250px;
}
#user_type_1_box,
#user_type_2_box,
#user_type_3_box,
#user_type_4_box {
    display: none;
}
.ue_hr HR {
    height: 1px;
    background-color: #208b2f;
    width: 100%;
    float:left;
    clear: right;
}
.ue_hr {
    float: left;
	width: 98%;
}
select.location {
    width: 170px;
}

/* -------- PAYMENT HISTORY -------- */
.table_row_pay {
    background-color: #EEF;
}

/* -------- PAYMENT FILTER -------- */
.filter_text {
    font-size: 13px;
    display: inline;
}
.filter_payment_type {
    font-size: 13px;
    height: 23px;
    float: left;
    clear: both;
    border: 0 solid #000;
    width: 210px;
}

/* -------- SETTINGS GENERAL -------- */

.sg_subheader {
    font-size: 15px;
    font-weight: bold;
    color: #208b2f;
}

div.sg_section div.sg_settings_box {
	width: 170px;
    height: 110px;
    float: left;
    margin: 10px;
    cursor: pointer;
    position: relative;
}

div.sg_section div.sg_settings_box_list {
	width: 170px;
    height: 110px;
    margin: 10px;
    cursor: pointer;
    position: relative;
}
div.sg_settings_box_list {
    background: url('../images/icn_settings.png') no-repeat;
	background-position: left top;
}
div.sg_settings_box_list:hover {
	background-position: left bottom;
}

div.sg_settings_box {
    background: url('../images/icn_settings.png') no-repeat;
	background-position: left top;
}
.sg_settings_box_selected {
    background: url('../images/icn_settings.png') no-repeat;
	background-position: left bottom;
}

div.sg_settings_box:hover {
	background-position: left bottom;
}
/* settings style */
.sg_settings_reg {
    background-position: -2210px top !important;
}
div.sg_settings_reg:hover {
    background-position: -2210px bottom !important;
}

.sg_settings_listing {
	background-position: -850px top !important;
}
div.sg_settings_listing:hover {
    background-position: -850px bottom !important;
}

.sg_settings_upload {
    background-position: -2720px top !important;
}
div.sg_settings_upload:hover {
    background-position: -2720px bottom !important;
}

.sg_settings_objmod {
    background-position: -1530px top !important;
}
div.sg_settings_objmod:hover {
    background-position: -1530px bottom !important;
}

.sg_settings_paid {
    background-position: -1360px top !important;
}
div.sg_settings_paid:hover {
    background-position: -1360px bottom !important;
}

.sg_settings_payment {
    background-position: -2040px top !important;
}
div.sg_settings_payment:hover {
    background-position: -2040px bottom !important;
}

.sg_settings_notify {
    background-position: -1700px top !important;
}
div.sg_settings_notify:hover {
    background-position: -1700px bottom !important;
}

.sg_settings_mode {
    background-position: -2550px top !important;
}
div.sg_settings_mode:hover {
    background-position: -2550px bottom !important;
}

.sg_settings_maps {
    background-position: -1190px top !important;
}
div.sg_settings_maps:hover {
    background-position: -1190px bottom !important;
}

.sg_settings_index {
    background-position: -680px top !important;
}
div.sg_settings_index:hover {
    background-position: -680px bottom !important;
}

.sg_settings_color {
    background-position: -170px top !important;
}
div.sg_settings_color:hover {
    background-position: -170px bottom !important;
}

.sg_settings_logo {
    background-position: -1020px top !important;
}
div.sg_settings_logo:hover {
    background-position: -1020px bottom !important;
}

.sg_settings_stat {
    background-position: -2890px top !important;
}
div.sg_settings_stat:hover {
    background-position: -2890px bottom !important;
}

.sg_settings_seo {
	background-position: -2380px top !important;
}
div.sg_settings_seo:hover {
    background-position: -2380px bottom !important;
}

.sg_settings_error {
    background-position: -510px top !important;
}
div.sg_settings_error:hover {
    background-position: -510px bottom !important;
}

.sg_settings_countries {
    background-position: -340px top !important;
}
div.sg_settings_countries:hover {
    background-position: -340px bottom !important;
}
/* settings style end */

.sg_section {
    float: left;
    width: 980px;
    margin: 20px 0 0 20px;
}
.sg_box_title {
    margin: 8px 10px 4px 10px;
    font-size: 13px;
    font-family: Trebuchet MS, Arial;
    color: #000;
    font-weight: bold;
}
.sg_box_text {
    margin: 0 10px 10px 10px;
}
.sg_box_approve {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 14px;
    font-family: Trebuchet MS, Arial;
    font-weight: bold;
    color: #fff;
}
.sg_box_approve_left{
	background: url('../images/left.gif') left no-repeat;
	display:table-cell;
}
.sg_box_approve_rihgt{
	background: url('../images/right.gif') right no-repeat;
	line-height:1;
	padding:5px 10px 5px 0;
	margin-left:10px;
}
.sg_box_text LI {
    list-style-type: square;
}
.sg_box_text OL {
    margin: 0;
    padding-left: 15px;
}
.sg_text_line {
    margin: 2px 3px 3px 3px;
    float: left;
}
.sg_text_line_new {
    margin: 2px 3px 3px 3px;
    float: left;
	height: 18px;
}
.sg_checkbox_line {
    height: 21px;//height: 23px;
    float: left;
}
.sg_checkbox_line_new {
    height: 23px;
    float: left;
}
.sg_input_line,
.sg_input_rline {
    height: 23px;
    margin: 0 0;
    float: left;
}
.sg_input_rline INPUT,
.sg_input_line INPUT,
.sg_input_line SELECT{
    border: 1px solid #208b2f;
}
.sg_input_rline INPUT {
    text-align: right;
}
.sg_settings_text_box {
    margin: 10px 0 0 10px;
    float: left;
}

/* -------- SETTINGS GENERAL PATHS-------- */

.sgp_table INPUT, .sgp_table SELECT {
    margin: 2px 0 0 5px;
    width: 220px;
}

/* -------- SETTINGS GENERAL MODES-------- */
#sgm_no_changes {
    position: absolute;
    left: 400px;
    top: 30px;
    width: 320px;
    background-color: #FFFFC0;
    border: 1px solid #CFE47C;
}
#sgm_no_changes DIV{
    margin: 10px;
}

/* -------- SETTINGS GENERAL SERVICES-------- */
#sgs_page {
    width: 700px;
    margin: 10px;
}

.sgs_table INPUT, .sgs_table SELECT {
    margin: 2px 0 0 5px;
    width: 50px;
}
.sgs_delete_action, .sgs_save_action {
    margin-left: 15px;
    cursor: pointer;
}

/* -------- SETTINGS GENERAL SERVICES-------- */
#currancy_preview {
    background-color: #E4D8AB;
    margin-left: 20px;
    float: left;
    height: 24px;
}
#currancy_preview DIV {
    margin: 5px 10px;
    float: left;
}
.sgs_line_height {
    height: 21px;
}
#error_box {
    float: left;
    margin-left: 20px;
    line-height: 17px;
    background-color: #fff;
    font-weight: bold;
    padding:13px 10px 0;
    display: none;
}
.error_box_red {
    color: #F27000;
}
.error_box_blue {
    color: #F27000;
}

/* -------- SETTINGS GENERAL SYSTEMS-------- */
#add_currancy {
    margin: 10px 30px;
    display: inline;
}
.sgs_system_box {
    width: 150px;
    height: 100px;
    border: 1px #208b2f solid;
    float: left;
    position: absolute;
    cursor: pointer;
    z-index: 5555;
}

.sgs_system_box_sel {
    border-width: 4px;
}
.sgs_system_box_outer {
    position: relative;
    width: 150px;
    height: 100px;
    float: left;
    margin: 10px;
}
.sgs_action_edit {
    position: absolute;
    z-index: 9999;
    display: none;
    right: 5px;
    bottom: 5px;
}
.sgs_action_active {
    position: absolute;
    z-index: 9998;
    right: 5px;
    top: 5px;
}
.div_bottom_row {
    background-color: #EEF;
    height: 2px;
    width: 800px;
    float: left;
    clear: both;
}

/* -------- XML Listings Export-------- */

.le_selected {
    background: #208B2F;
}
.le_over {
    background: #5dc06b;
}
.le_export_type {
    float: left;
}
.le_export_type DIV {
    margin: 10px 10px 0 10px;
    display: inline;
    height: 55px;
    float: left;
}
.le_export_type DIV IMG {
    margin: 10px;
}
.le_item_line {
    background-color: #208B2F;
    height: 5px;
    float: left;
    width: 100%;
    overflow: hidden;
}
.le_section_box {
    margin: 10px;
    float: left;
    width: 700px;
}
.le_attention_text {
    margin: 3px 0 0 10px;
    width: 600px;
    float: left;
}
.le_li {
    float: left;
}
.le_li UL {
    margin: 0;
    padding: 10px 20px;
}
.le_feed_box_fake {
    width: 120px;
    height: 50px;
    background: none;
}
.le_selected_corner {
    width: 160px;
    height: 21px;
    float: left;
    text-align: center;
}
/*------------ HOMEPAGE -----------------------*/

#hp_help_index {
    font-size: 24px;
    color: #f27000;
	font-weight: normal;
    font-family: Trebuchet MS, Arial;
}
#hp_help_text {
    margin-top: 15px;
    font-weight: normal;
    font-size: 13px;
	color: #000;
}
.hp_help_action {
    margin: 10px;
    float: left;
}

.hp_help_action a {
	font-weight: normal;
    font-size: 14px;
	color: #f27000;
}

.hp_help_action DIV {
    margin: 10px;
}

.hp_tl_corner, .hp_tr_corner, .hp_bl_corner, .hp_br_corner {
    position: absolute;
	font-size:0;
    width: 10px;
    height: 10px;
}
.hp_tl_corner {
    background: url('../images/help_corners.png') top left no-repeat;
    top: -3px;
    left: -3px;
}
.hp_tr_corner {
    background: url('../images/help_corners.png') top right no-repeat;
    top: -3px;
    right: -3px;
}
.hp_bl_corner {
    background: url('../images/help_corners.png') bottom left no-repeat;
    bottom: -3px;
    left: -3px;
}

*+html .hp_br_corner {
    background: url('../images/help_corners.png') bottom right no-repeat;
    bottom: -3px;
	right: -4px;
}

.hp_br_corner {
    background: url('../images/help_corners.png') bottom right no-repeat;
    bottom: -3px;
    right: -3px;
}


/*------------ Common Stuf -----------------------*/

.table_row, .table_row_pay {
    height: 25px;
    cursor: pointer;
	vertical-align: middle;
}

.table_row_checked {
    background-color: #EEF;
}

.table_row_selected {
    background-color: #FFA;
}

.block_action, .action_save, .action_del, .action_cancel, .action_edit, .action_activate {
    display: none;
    float: left;
}
.action_cancel {
    margin-left: 10px;
}
.add_founds {
    display: none;
}

.bottom_action {
    margin: 10px 0;
    float: left;
    width: 700px;
}

.bottom_action .fr{float: none;}
.ba_cancel {
    float: left;
    margin-left: 20px;
    line-height: 17px;
}
.tr_height {
    height: 16px;
    margin-right: 5px;
}
.fl {
    float: left;
}
.fr {
    float: right;
}

.left_column .fr{font-weight: bold;}

.left_column .normal_font{font-weight: normal;}

.cleaner, .cr {
    clear: both;
}
.hidden {
    display: none;
}
.page_header {
    float: left;
	margin: 10px 10px 5px 0;
	font-family: Trebuchet MS, Tahoma;
	font-weight: bold;
    font-size: 22px;
    color: #f27000;
}
.section_header {
    font-size: 14px;
	color: #208b2f;
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: bold;
    float: left;
}

#overlay {
    background-image:url('../images/overlay/white.png');
    height:414px;
    display: none;
}
#overlay_add_money {
    background-image:url('../images/overlay/white_small.png');
    height:260px;
    display: none;
}
#overlay_user, #overlay_spend, #overlay_pay, #body_message {
    background-image:url('../images/overlay/white.png');
    height:414px;
    display: none;
}
#message_body{
	padding: 40px;
}
#overlay_user .close,
#overlay_spend .close,
#overlay_pay .close,
#overlay .close,
#body_message .close,
#overlay_add_money .close {
    background-image: url(../images/overlay/close.png);
    position: absolute;
    cursor: pointer;
    height: 28px;
    width: 28px;
    right: 17px;
    top: 10px;
}

/* container for external content. uses vertical scrollbar, if needed */
.contentWrap_add_money {
    height:300px;
    width: 460px;
    overflow: hidden;
}

.contentWrap {
    height:414px;
    width: 656px;
    overflow: hidden;
}

.ui-datepicker {
    z-index:9999 !important;
}
.back {
    margin-top: 7px;
    margin-bottom: 7px;
}
.back a {
	font-family: Trebuchet MS, Arial;
	font-size: 13px;
	font-weight: normal;
	color: #208b2f;
}

.panel_section {
    border-top: #208b2f solid 3px;
    border-bottom: #208b2f solid 3px;
    float: left;
    clear: both;
    background-color: #eef6ef;
    width: 100%;
}
.panel_content {
    margin: 20px;
    margin-top: 5px;
    float: left;
}
.greyed {
    color: #C0C0C0;
}
.b {
    font-weight: bold;
}
.bottom_row {
    background-color: #EEF;
}
.bottom_row TD {
    height: 2px;
    margin: 0;
    padding: 0;
}
#page_tooltip {
    display: none;
    background-color: #FFF;
    cursor: pointer;
    width: 50px;
    border: 1px solid #669;
}
#page_tooltip DIV {
    float: left;
    clear: both;
    width: 50px;
    height: 15px;
    line-height: 140%;
}
#page_tooltip DIV SPAN{
    margin-left: 5px;
}

/* -------  Main Frame ------- */

.main_frame_bg_l {
    background: #FFF url('../images/frame_tl_bg.png') no-repeat 0 0;
    font-size: 1px;
    width: 17px;
    background-color: #FFF;
    float: right;
    height: 9px
}
.main_frame_bg_c {
    background-color: #FFF;
    height: 9px;
    font-size: 1px;
}
.main_frame_bg_r {
    background-color: #FFF;
    background: url('../images/frame_tr_bg.png') no-repeat;
    height: 9px;
    width: 11px;
}
.banner_place {
	background-color: #FFF;
/*
    float: left;
*/
    margin-left: 0px;
	border: 1px solid #d4d4d4;
    width: 205px;
    height: 175px;
    text-align: center;
	border-bottom-right-radius:4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius: 4px;
}
.banner_place IMG {
    margin-top: 10px;
}
.left_panel{
	float: left;
	margin-left: 5px;
	margin-top: -25px;
}
.top_menu_box {
	position: absolute;
	right:0;
    margin: 0px 20px;
	padding: 5px 0 5px 20px;
	text-align: left;
    /*overflow:hidden;*/
	width:auto;
	height:20px;
	color: #208b2f;
    font-size: 13px;
    font-weight: normal;
}
.cur_v{
	position: absolute;
	top: 7px;
	left:240px;
}
#left_menu_bg {

}
#site_footer_bg {
    background: url('../images/site_footer_bg.gif');
}

/*---------- Homepage ----------*/
.hp_table_title {
    background-color: #29b43d;
    cursor: pointer;
	height:30px;
}
.hp_table_title TD {
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
}
.hp_table_subtitle {
    background-color: #c2e6c6;
}
.border_top{
	border-top: 1px solid #fff;
}

.hp_table_subtitle TD {
    color: #4d4d4d;
    font-size: 14px;
	font-weight: normal;
}
.hp_box {
    float: left;
    width: 45%;
    margin-right: 20px;
}
.hp_table_smalltitle {
    background-color: #fafbfc;
}
.hp_table_smalltitle SPAN {
    margin-left: 30px;
}
.even {
    background-color: #e2efe4;
}
.odd {
    background-color: #f7fff8;
}
.hp_table_active {
    background-color: #f6e4a0;
    cursor: pointer;
}
.hp_table_active TD {
    text-decoration: underline;
}

.rentals_list_item {
    float: left;
    border: 0px solid #000;
/*
    overflow: auto;
*/
    margin-right: 20px;
	height: 200px;
}

.rentals_table_item {
    border: 0px solid #000;
/*
    overflow: auto;

    margin-right: 20px;*/
	height: 200px;
}


.login_container{
    position: absolute;
    width: 365px;
    left: 50%;
    top: 25%;
    margin-left: -270px;
}

#login_page{
    position: absolute;
    width: 565px;
    left: 50%;
    top: 25%;
    margin-left: -182px;
    background-color: #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.login_page_head{
	background: url('../images/login_header_line.png') left top repeat;
	width: auto;
	height: 42px;
	border-top-right-radius:4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright:4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-top-left-radius: 4px;
}
.head_text{
	color: #fff;
	font-family: Trebuchet MS, Arial;
	font-size: 20px;
	font-weight: normal;
	float: left;
	margin: 8px 20px;
}
.head_cross{
	float: right;
	margin: 12px 20px;
	cursor: pointer;
}
.login_page_form{
	margin: 40px 70px;
	overflow: hidden;
}

.login_page_form a{
	text-transform: uppercase;
}
/* Login FORM */

#login_form{
	margin: 0;
	width: 324px;
}
#login_form form{
	overflow: hidden;
}

#login_form div#submit{
	display: block;
	text-align:right;
	position: relative;
	margin-top: 5px;
	margin-left: 101px;
}

#login_form div#submit div{
	float:left;
	position: absolute;
	top: 0;
	right: 0;
}
#login_form div#content{
	position: relative;
	overflow: hidden;
}
#login_form label{
	display: block;
	font-weight: bold;
	width: 90px;
	float: left;
	padding-top: 7px;
	cursor: default;
	font-size: 14px;
	color: #656565;
}
#login_form label#remember_label{
	font-size: 13px;
	color: #656565;
	font-weight: normal;
	padding-top: 4px;//padding-top: 7px;
}
#content input{
	float: left;
	padding: 2px 1px;
	width: 218px;
	margin: 2px 0 10px 10px;
	font-size: 13px;
}
#content input#remember{
	width: 15px;
	margin: 2px 0 10px 10px;
}

#submit input{
    clear: left;
    display: block;
}
#container{
    position: relative;
}
.width_auto {
    width: auto;
}
.position_right {
    position: absolute;
    right:0;
}
.logotype{
    width: 100%;
    clear: both;
}
div.logotype div.child {
    float: left;
    padding-left: 30px;
}
div.logotype div.child:first-child {
    float: left;
    padding-left: 0;
}
#container div.child_end {
    clear: left;
    padding: 10px 0 10px 0;
}
.padding_top_10 {
    width: auto;
    padding-top: 10px;
}
h3 {
    padding:0 0 10px 0;
    margin: 10px 0;
    font-family: Trebuchet MS, Arial;
    font-size: 14px;
    font-weight: bold;
    color: #5a5a5a;
    border-bottom: solid 1px #e2efe4;
}

.admin_button_link_back {
	color: #208B2F !important;
    font-family: Trebuchet MS,Arial;
    font-size: 13px;
    font-weight: normal;
	cursor: pointer;
	text-decoration: underline;
}

.admin_button {
	font: 13px Trebuchet MS, Arial;
	text-decoration: none;
	color: #ffffff !important;
	position: relative;
	background: url('../images/btn_gray.png') 0px -34px no-repeat;
	padding: 7px 5px 7px 15px;
	height: 17px;
	margin: 5px 10px 5px 0;
	display:inline-block;
}

.admin_button span {
	background: url('../images/btn_gray.png') -590px -34px no-repeat;
	padding: 7px 0;
	text-decoration: none;
	width: 10px;
	font-size: 13px;
	position: absolute;
	height: 17px;
	top: 0;
	left: 100%;
	cursor: pointer;
}
.admin_button:hover {
	color: #fff;
	text-decoration: none;
	background: url('../images/btn_gray.png') 0 0 no-repeat;
}

.admin_button:hover span {
	text-decoration: none;
	background: url('../images/btn_gray.png') -590px 0 no-repeat;
}
.admin_button_major {
	font: 13px Trebuchet MS, Arial;
	text-decoration: none;
	color: #ffffff !important;
	position: relative;
	background: url('../images/btn_green.png') 0 -31px no-repeat;
	padding: 7px 5px 7px 15px;
	height: 17px;
	margin: 5px 10px 5px 0;
	display:inline-block;
}
/* hack for ie7 */
*+html .admin_button_major {
	font: 13px Trebuchet MS, Arial;
	text-decoration: none;
	color: #fff;
	position: relative;
	background: url('../images/btn_green.png') bottom left no-repeat;
	padding: 7px 5px 7px 15px;
	height: 17px;
	margin: 5px 5px 5px 0;
	display:inline-block;
}
/* /hack for ie7 */

.admin_button_major span {
	background: url('../images/btn_green.png') -590px -31px no-repeat;
	padding: 7px 0 7px 0;
	width: 10px;
	font-size: 13px;
	text-decoration: none;
	position: absolute;
	height: 17px;
	top: 0;
	left: 100%;
	cursor: pointer;
}
.admin_button_major:hover {
	color: #fff;
	text-decoration: none;
	background: url('../images/btn_green.png') 0 0 no-repeat;
}

.admin_button_major:hover span {
	text-decoration: none;
	background: url('../images/btn_green.png') -590px 0px no-repeat;
}
.admin_button_cancel {
	font: 13px Trebuchet MS, Arial;
	text-decoration: underline;
	color: #208b2f;
	position: relative;
	padding: 8px 5px 7px 15px;
	margin: 5px;
	display:inline-block;
}
.admin_button_cancel:hover {
	text-decoration: none;
	color: #208b2f;
}

.admin_button_cancel span {
	padding: 8px 0 7px 0;
	width: 10px;
	font-size: 0px;
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 100%;
	cursor: pointer;
}

/* -----------------------------------------------
	www.swfupload.org
----------------------------------------------- */
div.fieldset {
	margin: 10px 0;
	padding: 20px 10px;
}
div.fieldset span.legend {
	position: relative;
	background-color: #FFF;
	padding: 3px;
	top: -30px;
	font: 700 14px Trebuchet MS, Arial;
	color: #73b304;
}
div.flash {
	width: 375px;
	margin: 10px 5px;
}
.progressWrapper {
	width: 357px;
	overflow: hidden;
}
.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #208b2f;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #208b2f;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #208b2f;
	background-color: #FFEBEB;
}
/* Current */
.green {
	border: solid 1px #208b2f;
	background-color: #EBFFEB;
}
/* Complete */
.blue {
	border: solid 1px #208b2f;
	background-color: #F0F5FF;
}
.progressName {
	font-size: 13px;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}
.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: #208b2f;
	margin-top: 2px;
}
.progressBarComplete {
	width: 100%;
	background-color: #208b2f;
	visibility: hidden;
}
.progressBarError {
	width: 100%;
	background-color: #208b2f;
	visibility: hidden;
}
.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Trebuchet MS, Arial;
	text-align: left;
	white-space: nowrap;
}
a.progressCancel {
	display: none;
}
a.progressCancel:hover {
	background-position: 0px 0px;
}
.swfupload {
	vertical-align: top;
}
.select_tr{
	background-color: #FFA;
}

