/*
 * COMMON_DESIGN start
 */

html {
    background: #fff;
}

body {
    width: 100%;
    /*background: url(/static/design/_cmn/bg_site_shadows.png) repeat-y 50% 0;*/
}
    body.wait {
        cursor: progress;
    }

body .global_wrap {
    margin: 0 auto;
    width: 1040px;
    background-color: #FFF;
    box-shadow: 0px 0px 10px 0px #0000003d;
}

    body .global_wrap.force_overflow {
        overflow: hidden;
    }
	body#force_overflow {
		position: relative;
		height: 100%;
		overflow: hidden;			/* fff */
		/*overflow-y: hidden;*/
	}
	body#force_overflow .global_wrap {
		overflow: hidden;
	}
#header, #content {
	padding: 0;
}

#content {
	margin-bottom: 70px;
}

#footer {
	padding: 0 30px 20px;
	margin: 0px;
}


/*
 * COMMON_DESIGN end
 */

.left_dotted, .right_dotted {
	background-image: url(/static/design/_cmn/bg_vertical_border.png);
	background-repeat: repeat-y;
}

.top_dotted, .bottom_dotted {
	background-image: url(/static/design/_cmn/bg_horizontal_border.png);
	background-repeat: repeat-x;
}

.left_dotted {
	background-position: 0 0;
}

.right_dotted {
	background-position: 100% 0;
}

.top_dotted {
	background-position: 0 0;
}

.bottom_dotted {
	background-position: 0 100%;
}

.logomob, #sidebar, .goToTopMob {
	display: none;
}