body
{
  background-color: White;
}

body table
{
	font-family: Verdana, Courier New CE;
	font-size: 10px;
	font-weight: normal;
}


.footer a
{
	text-decoration: none;
	color: #666666;
}

.footer a:link
{
	color:black;	
	font-family:Verdana;
}

.footer a:visited
{
	text-decoration: none;
	color: #666666;
}

.footer a:active
{
	color: Red;
	text-decoration: underline;
}

.footer a:hover
{
	color: #222222;
}

.top_header
{
	font-size: 14px;
	font-weight: bold;
	color: White;
}

/* elementy podmenu z lewej strony */
.left_menu
{
}

.left_menu_item
{
	background-color: #FFFFFF;	
}

/* odnośniki w menu */
.left_menu_item a
{
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}

.left_menu_item a:link
{
	
}

.left_menu_item a:visited
{
}

.left_menu_item a:active
{
	color: Red;
	text-decoration: underline;
}

.left_menu_item a:hover
{
	color: #CCCCCC;
}

.left_menu_footer
{
	writing-mode:		tb-rl;
	filter: 				flipv fliph;
}

/* odnośniki w menu */
.left_menu_footer a
{
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}

.left_menu_footer a:link
{
	
}

.left_menu_footer a:visited
{
}

.left_menu_footer a:active
{
	color: Red;
	text-decoration: underline;
}

.left_menu_footer a:hover
{
	color: #CCCCCC;
}

/* elementy podmenu z u góry strony */
.top_menu
{
}

.top_menu_item
{
}

/* odnośniki w menu */
.top_menu_item a
{
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}

.top_menu_item a:link
{
	
}

.top_menu_item a:visited
{
}

.top_menu_item a:active
{
	color: Red;
	text-decoration: underline;
}

.top_menu_item a:hover
{
	color: #CCCCCC;
} 

/* przyciski na formularzach: */
.submit_button
{
	font-weight: bold;
	font-size: 10px;
	color: white;
	border: white 1px solid;
	font-family: Verdana;
	background-color: #0080ff;
}

.submit_special_button
{
	font-weight: bold;
	font-size: 10px;
	color: white;
	border: white 1px solid;
	font-family: Verdana;
	background-color: rgb(255,99,0);
}

.submit_file_button
{
	color: black;
	font-family:Verdana;
	font-weight:bold;
	font-size:10;
	border:solid 1 black;
	height: 16;
}

.readonly_textbox
{
	font-weight: bold;
	font-size: 11px;
	background-image: none;
	color: #00b0ff;
	font-family: Verdana, 'Courier New';
	border-style: none;
	background-color: transparent;
}  