﻿@charset "utf-8";
/* modyfikacje by cahe */
.pointer {
	cursor: pointer;
}

.hidden {
	display: none;
}

/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: black;
	background-color: #3a3a3a;
}

input {
		border: 1px solid black;
		background-image: url(gfx/gradient_textfield1.gif);
		background-repeat: repeat-x;
		color: #333333;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		padding-left: 3px;
}

form {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

/* LAYOUT ELEMENTS */

.width_fix {
	width: 980px;
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 150px;
	background-image: url(gfx/header_bckg.png);
	background-repeat: repeat-x;
	border-bottom: solid 4px #f7a700;
}

#content {
	background-image: url(gfx/content_bckg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

#footer {
	width: 100%;
	height: 65px;
	background-image: url(gfx/footer_bckg.jpg);
	background-repeat: repeat-x;
	clear: both;
}

/* HEADER elements */

#header_logo {
	width: 357px;
	height: 122px;
	background-repeat: no-repeat;
}

#header_menu {
	float: right;
	width: 283px;
	height: 84px;
	background-image: url(gfx/header_menu_bckg.jpg);
	background-repeat: no-repeat;
	margin: 35px 25px 0 0;
}

/* HEADER_ MENU elements */

#header_menu_search {
	position: absolute;
	width: 250px;
	margin-top: 17px;
	margin-left: 15px;
	color: #585858;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	
}

#header_menu_links {
	position: absolute;
	width: 250px;
	margin-top: 62px;
	margin-left: 15px;
	color: #585858;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#header_menu_links a, #header_menu_links a:visited, #header_menu_links a:active {
	color: #585858;
} 

#header_menu_links a:hover {
	color: #FFAA00;
}

#header_menu_search form {

}

	#header_menu_search input {
		border: 1px solid black;
		background-image: url(gfx/gradient_textfield1.gif);
		background-repeat: repeat-x;
		color: #333333;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		margin-left: 5px;
		padding-left: 3px;
	}
	
	#header_menu_links img {
		border: 0;
		margin: 0 0 0 5px;
		vertical-align: bottom;
	}

/* CONTENT elements */

#column_left {
	width: 248px;
	margin-top: 10px;
	padding: 0;
	float: left;
}

#column_main_right {
	width: 718px;
	float: right;
	padding: 0;
	margin: 0;
}

#column_center {
	width: 498px;
	margin-top: 10px;
	padding: 1px;
	float: left;
	background-color: white;
}

#column_right {
	width: 200px;
	margin-top: 10px;
	padding: 0px;
	float: right;
}

#column_center_maxwidth {
	width: 716px;
	float: right;
	padding: 1px;
	margin-top: 10px;
	background-color: white;
}

/* ## COLUMN_LEFT elements */

#content_login {
	width: 240px;
	height: 140px;
	border: solid 4px #3e637b;
	background-image: url(gfx/content_menu_login_bckg.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

	#content_login_form {
		width: 200px;
		color: white;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: normal;
		margin: 50px auto 0 auto;
	}

	#content_login_form a, #content_login_form a:active, #content_login_form a:visited {
		color: white;
	}
	
	#content_login_form a:hover {
		color: #FFCC00;
	}

	#content_login_form input {
		border: 1px solid black;
		background-image: url(gfx/gradient_textfield2.gif);
		background-repeat: repeat-x;
		color: #333333;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		margin-left: 5px;
		margin-bottom: 5px;
		float: right;
		padding-left: 3px;
		clear: right;
	}
	
	#content_login_form strong {
		float: left;
		margin-bottom: 5px;
		clear: left;
	}

	#content_login_form br {
		clear: both;
	}
	
	#content_login_form form img {
		border: 0;
		margin: 0;
		vertical-align: bottom;
	}
	
	#content_login_form div {
		position: absolute;
		width: 200px;
		text-align: center;
		margin: 13px auto;
		font-size: 12px;
	}

#content_menu {
	width: 240px;
	border: solid 4px #a38f66;
	margin-bottom: 10px;
	background-color: white;
}

#column_left img {
	border: solid 4px #909090;
	margin-bottom: 10px;
}


#logged_in {
	width: 90%;
	margin: 50px auto 0 auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}

#logged_in p {
	margin-bottom: 15px;
}

#logged_in a,
#logged_in a:active, 
#logged_in a:visited  {
	color: white;
	font-size: 10px;
}

#logged_in a:hover {
	color: #fc0;
}

/* ## FOOTER elements */

#footer_ta_logo {
	width: 65px;
	height: 57px;
	background-image: url(gfx/footer_ta_logo.jpg);
	background-repeat: no-repeat;
	float: left;
	
}

#footer_text {
	float: left;
	color: #7b7b7b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin: 18px 0 0 10px;
	letter-spacing: 1px;
}

#validation {
	float: right;
	color: #7b7b7b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin: 16px 0 0 0;
	letter-spacing: 1px;
	text-align: right;
}

#footer a, #footer a:active, #footer a:visited {
	color: #7b7b7b;
}

#footer a:hover {
	color: #FFCC00;
}

/* #### CONTENT_MENU elements */

#content_menu_header {
	height: 29px;
	width: 240px;
	background-image: url(gfx/content_menu_menu_header.jpg);
	background-repeat: no-repeat;
}

#content_menu_aipheader {
	height: 29px;
	width: 240px;
	background-image: url(gfx/content_menu_menu_aipheader.jpg);
	background-repeat: no-repeat;
}
#content_menu ul {
	margin: 0;
	padding: 0;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: -1px;
}

#content_menu li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #585858;
	padding: 2px 2px 2px 15px;
	background-color: #f5f5f5;
	margin-bottom: 1px;
	
}

#content_menu li a, #content_menu li a:visited, #content_menu li a:active {
	color: #585858;
}

#content_menu li a:hover {
	color: #FFAA00;
}

#content_menu li ul {
	margin: 0;
	padding: 0;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: -3px;
}

#content_menu li li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #585858;
	padding: 2px 2px 2px 30px;
	background-color: white;
	border-bottom: dotted 1px #d2d2d2;
	margin: 0;
	margin-left: -15px;
}

#content_menu .selected {
	background-color: #FFFBCC;
}

#content_menu .selected a, #content_menu  .selected a:visited, #content_menu  .selected a:active {
	color: #FFAA00;
}

#content_menu ul li .selected {
	background-image: url(gfx/icon_arrow.gif);
	background-repeat: no-repeat;
	background-position: 7px 6px;
	background-color: white;
}

/* *** AIP BUTTONS */

#c_aipwsisiz {
	margin: 1px;
	width: 77px;
	height: 88px;
	background-image: url(gfx/content_menu_aip_wsisiz_off.jpg);
	background-repeat: no-repeat;
	float: left;
}

#c_aipwsisiz:hover {
	background-image: url(gfx/content_menu_aip_wsisiz_hover.jpg);
}

#c_aipwsisiz_s {
	margin: 1px;
	width: 77px;
	height: 88px;
	background-image: url(gfx/content_menu_aip_wsisiz_on.jpg);
	background-repeat: no-repeat;
	float: left;
}

#c_aipsggw {
	margin: 1px auto;
	width: 80px;
	height: 88px;
	background-image: url(gfx/content_menu_aip_sggw_off.jpg);
	background-repeat: no-repeat;
}

#c_aipsggw:hover {
	background-image: url(gfx/content_menu_aip_sggw_hover.jpg);
}

#c_aipsggw_s {
	margin: 1px auto;
	width: 80px;
	height: 88px;
	background-image: url(gfx/content_menu_aip_sggw_on.jpg);
	background-repeat: no-repeat;
}

#c_aippw {
	margin: 1px;
	width: 77px;
	height: 88px;
	background-image: url(gfx/content_menu_aip_pw_off.jpg);
	background-repeat: no-repeat;
	float: right;
}

#c_aippw:hover {
	background-image: url(gfx/content_menu_aip_pw_hover.jpg);
}

#c_aippw_s {
	margin: 1px;
	width: 77px;
	height: 88px;
	background-image: url(gfx/content_menu_aip_pw_on.jpg);
	background-repeat: no-repeat;
	float: right;
}

/* #### COLUMN_CENTER elements */

#column_center_padded {
	width: 100%;
	padding: 0px;
	background-image: url(gfx/content_center_bckg.jpg);
	background-repeat: repeat-x;
}

#current_loc {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 5px;
}

#current_loc a, #current_loc a:visited, #current_loc a:active {
	color: #666666;
	font-weight: bold;
}

#current_loc a:hover {
	text-decoration: underline;
}

#current_loc span {
	color: #FFAA00;
	font-weight: bold;
}

#current_loc span a, #current_loc span a:visited, #current_loc span a:active {
	color: #FFAA00;
}

#current_loc span a:hover {
	text-decoration: underline;
}

#MAIN_CONTENT {
	margin: 10px;
}

/* WYMeditor */

/* PARA: Akapit Standardowy */
#MAIN_CONTENT p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	margin: 0 0 16px 0;
	padding: 0;
	text-align: justify;
}

/* PARA: Nagłówek niebieski */
#MAIN_CONTENT h1 {
	color: #3388bb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0;
}

/* PARA: Nagłówek pomarańczowy z linią */
#MAIN_CONTENT h2 {
	color: orange;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 15px 0;
	padding: 0;
	border-bottom: 1px solid orange;
	clear: both;
}

/* PARA: Nagłówek szary */
#MAIN_CONTENT h3 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 10px 0;
	padding: 0;
	clear: both;
}

/* PARA: Nagłówek pomarańczowy */
#MAIN_CONTENT h4 {
	color: orange;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 25px 0 5px 0;
	padding: 0;
	clear: both;
}

/* PARA: Data - dopis podnagłówkowy */
#MAIN_CONTENT .date {
	display: block;
	color: #b7b7b7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin: -15px 0 10px 0;
	padding: 0;
}

/* /WYMeditor */

#MAIN_CONTENT a, #MAIN_CONTENT a:visited, #MAIN_CONTENT a:active {
	color: #3388bb;
}

#MAIN_CONTENT a:hover {
	color: orange;
}

.col {
	width: 44%;
	margin-left: 20px;
	margin-right: 20px;
}

#MAIN_CONTENT ul {
	margin-left: 30px;
	padding: 0;
	list-style-position: outside;
	list-style-type: disc;
}

#MAIN_CONTENT ol {
	margin-left: 20px;
	padding: 0;
	list-style-position: inside;
	list-style-type: decimal;
}

#MAIN_CONTENT li {
	margin-bottom: 5px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
}

#MAIN_CONTENT ol li {
	margin-bottom: 10px;
}

#MAIN_CONTENT li ul {
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: -5px;
	padding: 0;
	list-style-position: outside;
	list-style-type: square;
}

#MAIN_CONTENT li li {
	margin-top: 5px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
}

/* WYMeditor */

/* PARA: Dopis zwykły */
#MAIN_CONTENT .infoline {
	display: block;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin: -10px 0 5px 0;
	padding: 0;
}

/* PARA: Dopis plikowy */
#MAIN_CONTENT .fileinfo {
	display: block;
	color: #888888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin: 0 0 8px 0;
	padding: 0;
}

/* /WYMeditor */

#MAIN_CONTENT table {
	border: 1px solid #999999;
	border-collapse: collapse;
}

#MAIN_CONTENT table td {
	border: 1px solid #999999;
	padding: 5px;
}

#MAIN_CONTENT table tr {
	border: 1px solid #999999;
}

#MAIN_CONTENT td p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}

#MAIN_CONTENT .filelist a,
#MAIN_CONTENT .filelist a:active,
#MAIN_CONTENT .filelist a:visited {
	color: #669900;
	font-weight: bold;
}

#MAIN_CONTENT .filelist a:hover {
	color: #66CC00;
}

/* WYMeditor */

/* PARA: Okno cytatu */
#MAIN_CONTENT .citation {
	width: 95%;
	margin: 15px auto;
	padding: 15px;
	border: 1px solid #ddd;
	border-left: 4px solid #ddd;
}

#MAIN_CONTENT .citation p {
	color: #666;
	margin: 0 0 15px 0;
	font-style: italic;
}

#MAIN_CONTENT .citation span {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	font-weight: bold;
}

#MAIN_CONTENT .citation img {
	border: 1px solid black;
	float: left;
	margin: 0 5px 5px 0;
}
#MAIN_CONTENT .citation br {
	clear: both;
}

/* /WYMeditor */

/* #### COLUMN_RIGHT elements */

#column_right .cell {
	width: 180px;
	margin: 0 0 10px 0;
	padding: 10px 10px 5px 10px;
	background-color: white;
	background-image: url(gfx/rightcol_gradient.jpg);
	background-repeat: no-repeat;
}

#column_right .cell p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #585858;
	margin-bottom: 5px;
	padding: 0;
}

#column_right .cell h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #15497b;
	margin: 0 0 5px 0;
	padding: 0;
	border-bottom: 1px solid #15497b;
}

#newsletter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #585858;
}

#newsletter a, #newsletter a:visited, #newsletter a:active {
	color: #585858;
}

#newsletter a:hover {
	color: #FFAA00;
}

#newsletter img {
	vertical-align: bottom;
	border: 0;
}

.font10 {
	font-size: 10px;
}

.font11 {
	font-size: 11px;
}

.firmy_menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: orange;
	text-align: center;
	margin: 10px 0 5px 0;
}

.firmy_menu a, .firmy_menu a:active, .firmy_menu a:visited {
	color: orange;
}

.firmy_menu a:hover {
	text-decoration: underline;
}

.buttons {
	text-align: center;
}

.buttons img {
	border: 1px solid black;
	margin-bottom: 5px;
}

/* !!! MISCELANEOUS */

.clear {
	width: 1px;
	height: 1px;
	font-size: 1px;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.textright {
	text-align: right;
}

.textcenter {
	text-align: center;
}

/* WYMeditor */

/* PARA: Ramka do obrazka */
.imgborder {
	border: 1px solid black;
}

/* /WYMeditor */

/* !!! TEXT STYLES */

/* WYMeditor */

/* PARA: Tekst pomarańczowy  */
.orange {
	color: orange;
}

/* PARA: Tekst czerwony */
.red {
	color: red;
}

/* PARA: Tekst niebieski */
.blue {
	color: #3388bb;
}

/* PARA: Tekst pogrubiony */
.bold {
	font-weight: bold;
}

/* /WYMeditor */

/* !!! NEWS ELEMENTS */

.news_footer em {
	float: left;
}

/* !!! PERSONAL CARD */

#MAIN_CONTENT .pcard {
	width: 650px;
	margin: 15px auto;
	padding: 15px;
	border: 1px solid #ddd;
	border-left: 4px solid #ddd;
}

#MAIN_CONTENT .pcard .cell {
	width: 505px;
	margin-left: 145px
}


#MAIN_CONTENT .pcard p {
	color: #333;
	margin: 0 0 15px 0;
}

#MAIN_CONTENT .pcard span {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	font-weight: bold;
}

#MAIN_CONTENT .pcard img {
	border: 1px solid black;
	float: left;
	margin: 0 5px 5px 0;
}

#MAIN_CONTENT .pcard h2 {
	clear: none;
	margin: 0 0 10px 0;
}