body {
	background-color: #ecffae;
}

table.header {
	width: 100%;
	height: 141px;
	background-color: #4876c5;
	background-image: url(../../wspolne/layout/main_bg_mt.png);
	background-repeat: no-repeat;
	background-position: top center;
}

table.header td {
	text-align: center;
}

table.header tr.top td {
	height: 20px;
}

table.header tr.middle td {
	vertical-align: bottom;
}

table.header tr.bottom td {
	vertical-align: top;
	background-color: #ecffae;
	background-image: url(../../wspolne/layout/white3x3.png);
	background-repeat: repeat-x;
	background-position: top center;
}

/* ------------------------------------------------------------------------- */

table.subheader_top {
	margin-left: auto;
	margin-right: auto;
	width: 1%;
}

table.subheader_top table.images {
	width: 749px;
	margin-left: auto;
	margin-right: auto;
}

table.subheader_top table.images td {
	text-align: center;
	vertical-align: middle;
	width: 20%;
}

table.subheader_bottom {
	margin-left: auto;
	margin-right: auto;
}

table.header tr.bottom td table.subheader_bottom td {
	border-style: none;
	background-image: none;
}

/* ------------------------------------------------------------------------- */

table.main {
	margin: 10px auto 10px auto;
	table-layout: fixed;
}

table.main td {
	vertical-align: top;
}

table.main td.content {
	background-color: white;
	border-color: #a8a8a8;
	border-width: 1px;
	border-style: solid none solid none;
}

table.main td.side_content {
	padding-top: 15px;
	background-color: #f7f7f7;
	border: 1px solid #a8a8a8;
	color: #676767;
}

/* ------------------------------------------------------------------------- */

ul.menu {
	padding-left: 30px;
	margin-left: 0;
}

li.menu {
	width: 148px;
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

li.menu_selected {
	width: 148px;
	list-style-image: url(../../wspolne/layout/dot_blue.png);
	margin-top: 10px;
	margin-bottom: 10px;
}

/* ------------------------------------------------------------------------- */

input.login {
	border: 1px solid #cccccc;
	color: #676767;
	background-color: #f7f7f7;
	background-image: url(../../wspolne/layout/login_ico.png);
	background-repeat: no-repeat;
	background-position: 1px center;
	padding-left: 20px;
	width: 150px;
	height: 16px;
}

input.password {
	border: 1px solid #cccccc;
	color: #676767;
	background-color: #f7f7f7;
	background-image: url(../../wspolne/layout/password_ico.png);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	padding-left: 20px;
	width: 150px;
	height: 16px;
}

/* ------------------------------------------------------------------------- */
