/******************************* IE6 fix - pusty div ***************************************/
.empty_div {
	font-size: 1px;
	line-height: 0px;
}
/*************************** IE6 fix - pusty div koniec ************************************/


/******************************* ogolne ustawienia layoutu ***************************************/
.page {
	min-width: 989px;
	margin-left: 20px;
	margin-right: 20px;
}

.page_top {
	width: 97%;
	position: absolute;
	top: 0px;
}


#page_wrapper_1 {
	background: url(img/lines/bg_main.gif) repeat-y;
}

#page_wrapper_2 {
	background: url(img/lines/bg_left_last.gif) no-repeat left bottom;
}

.content_left {
	float: left;
	width: 220px;
}

.content_right {
	margin-left: 220px;
}

#content_right_wrapper {
	background: url(img/lines/bg_main_right.gif) repeat-y right;
}

#content_right_wrapper_top {
	background: url(img/lines/bg_main_right_top.gif) no-repeat top right;
}

#content_right_wrapper_bottom {
	background: url(img/lines/bg_main_right_bottom.gif) no-repeat bottom right;
}


/**************************** ogolne ustawienia layoutu koniec ************************************/


/********************************* lewa szara ramka ******************************************/
#left_content_wrapper_top {
	background: url(img/lines/under_logo.gif) no-repeat;
	height: 7px;
}

#left_content_wrapper {
	background: url(img/lines/left_bg.gif) repeat-y;
	border-left: 1px solid #D7D7D7;
	padding: 5px 5px 5px 15px;
}

#left_content_wrapper_bottom {
	background: url(img/lines/under_left_content_empty_terminals.gif) no-repeat;
	height: 21px;
}
/****************************** lewa szara ramka koniec **************************************/


/********************************* glowny content ******************************************/
#main_content {
	padding: 10px;
	border-top: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	margin-right: 10px;
}
/****************************** glowny content koniec ***************************************/




/********************************* zakladki ******************************************/
.menu {
	float: left;
	padding: 0;
	margin: 0;
	margin-top: 15px;
}

.menu li {
	background: transparent url(img/tab_blue.gif) no-repeat;
	display: block;
	float: left;
	font-family: Arial;
	height: 36px;
	list-style-type: none;
	width: 128px;
}

.menu li.current_tab {
	background: url(img/tab_white.gif) no-repeat;
}

.menu li a,
.menu li a:hover,
.menu li.current_tab a,
.menu li.current_tab a:hover
{
	padding-left: 10px;
	font-size: 13px;
	text-decoration: none;
	color: #5C6A6E;
	font-weight: bold;
}
/****************************** zakladki koniec ***************************************/


/********************************* gorne linki ******************************************/
#links {
	float: right;

}

#links ul {
	margin: 5px 0;
	padding: 0;
}

#links ul li {
	display: block;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 3px;
}

#links ul li.ddl {
	padding-top: 0px;
	margin-left: 3px;
}

#links ul li.btn {
	margin-top: -5px;
}

#links ul li a,
#links ul li a:hover
{
	border-right: 1px solid #C9C9C9;
	padding: 0px 5px;
	color: #868686;
	text-decoration: none;
}

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

#links ul li span.select_element {
	padding-right: 5px;
	float: left;
	margin-top: 3px;
}

#links ul li.last_element a,
#links ul li.last_element a:hover
{
	border: none;
}
/****************************** gorne linki koniec ***************************************/


/****************************** niebieska ramka po lewej ***************************************/
#left_terminals {
	width: 203px;
	margin-top: -7px;
}

#left_terminals_wrapper {
	border-left: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
}

#left_terminals_wrapper a {
	color: #FFFFFF;
	text-decoration: none;
}

#left_terminals_wrapper a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#left_terminals_wrapper div {
	background-color: #80C2E5;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 179px;
}

#left_terminals_wrapper table caption {
	margin-left: auto;
	margin-right :auto;
}

#left_terminals_wrapper th, #left_terminals_wrapper td {
	color: #FFFFFF;
}

#left_terminals_wrapper th {
	padding: 3px 3px 10px;
}

#left_terminals_wrapper td {
	border-bottom: 1px dotted #DBDBDB;
	padding: 3px;
}

#left_terminals_wrapper td.terminal_id {
	padding-right: 10px;
	text-align: right;
}

#left_terminals_wrapper table caption {
	color: #3175A2;
	font-weight: bold;
	padding-bottom: 10px;
	white-space: nowrap;
}

#left_terminal_border_top {
	background: url(img/lines/over_terminals.gif) no-repeat;
	height: 9px;
}

#left_terminal_border_bottom {
	background: url(img/lines/under_terminals.gif) no-repeat;
	height: 9px;
}
/*************************** niebieska ramka po lewej koniec ************************************/


/****************************** logo po lewej ***************************************/
#left_logo {
	margin-top: 30px;
	margin-left: 45px;
}
/*************************** logo po lewej koniec ************************************/


/*************************** stopka ************************************/
#footer {
	margin-top: 10px;
}
/*********************** stopka koniec *********************************/




