/* Default CSS Stylesheet for a new Web Application project */

/*BODY	{
    BACKGROUND-COLOR:Black;
    COLOR:White;
    FONT-FAMILY:Verdana,Arial,Helvetica,sans-serif;
    FONT-SIZE:11px;
    FONT-WEIGHT:normal;
}*/

BODY
{
	font-weight: normal;
	font-size: 11px;
	color: gray;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background-color: #fbfbfb;
}

TABLE	{
    BACKGROUND-COLOR:White;
    COLOR:Black;
    FONT-FAMILY:Verdana,Arial,Helvetica,sans-serif;
    FONT-SIZE:11px;
    FONT-WEIGHT:normal;
}

A:link	{	
	text-decoration:none;
	color:#3333cc;
	}	
		
A:visited	{	
	text-decoration:none;
	color:#333399;
	}	
		
A:active	{	
	text-decoration:none;
	color:#333399;
	}	
		
A:hover	{	
	text-decoration:underline;
	color:#3333cc;
	}




.login_title 
{
	font-size:20px;
	font-weight:bold;
}




.edit_panel
{
	BORDER-TOP: black 1px solid;
	BORDER-BOTTOM: black 1px solid;
	BACKGROUND-COLOR: lightgrey;
}



.buttback
{
	background-color:#000000;
	text-align:center
}
.buttsel
{
	background-color:#666666;
	text-align:center
}
.buttline
{
	background-color: gray;
}



.cennik_view_panel
{
	border-top: black 1px solid;
	border-bottom: black 1px solid;
	background-color: lightgrey;
}
.cennik_view_name
{
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
}
.cennik_view_price
{
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
}
.cennik_view_description
{
	font-family: Arial;
	font-size: 10px;
}




.news_title	{
	text-align:left;
	font-weight:bold;
	font-size:11px;
}
.news_date	{
	text-align:right;
	font-size:10px;
	color:#666666;
}
.news_content	{
	text-align:justify;
	font-size:11px;
}



.cennik_title	{
	font-size:20px;
	font-weight:bold;
}
.cennik_filename	
{
	font-weight:bold;
}
.cennik_filesize	{
	color:Gray;
}
.cennik_paragraf	{
	font-size:9px;
}



.firma_fullname	{
	font-size:20px;
	font-weight:bold;
}
.firma_descriprion	{}




.prod_name	{
	font-size:20px;
	font-weight:bold;
}
.prod_description	{}
.prod_price_netto	{
	color:Gray;
	font-style:italic;
	font-size:9px;
}
.prod_price_brutto	{
	color:Black;
	font-style:italic;
	font-weight:bold;
}

