﻿/*****************************************************************************************
 TOP LEVEL ELEMENTS (LAYOUT)
 Divs that create the basic layout of 2020.net in order of appearance within html body:
	1. toolbar
	2. topMenu
	3. container
	4. footer
****************************************************************************************/

html, body {
	font-size: 12px;
}

body {
	background: #D3D3C9 url(https://www.2020.net/images/vistatheme/bgBeigeGradient.jpg) repeat-x 0 0;
	height: 100%;
	margin: 0;
	padding: 20px;
}

/* styles elements share in common */
.toolbar, .topMenu, .container, .footer {
	background: #FFFFFF url(https://www.2020.net/images/vistatheme/bgBodyBlueVista.png) repeat-x top left;
	border: 1px solid #B0AE9B;
	border-bottom-width: 0;
	clear: both;
	margin: 0 auto;
	padding: 16px 11px 16px 16px;
	min-width: 948px;
	max-width: 1550px;
}

.toolbar {
	background: Transparent none;
	border: 0;
	padding: 0 17px 5px 19px;
}

.topMenu {
	background: url(https://www.2020.net/images/vistatheme/bgHeaderTabLeft.png) no-repeat 13px 0em;
	/* border: 1px solid #F00; */
	border: 0;
	line-height: normal;
	padding: 0 0 0 13px;
	overflow: hidden;
	/* height: auto; */
}

.container {
	padding: 14px 11px 16px 14px;
	/*overflow: auto;*/
}

.footer {
	background: #FFF url(https://www.2020.net/images/vistatheme/bgFooterGradient.png) repeat-x bottom left;
	border-bottom-width: 1px;
	border-top-width: 0;
	clear: both;
	color: #0086b3;
}
