/* ******************************************************************
*
*	Klasy ogolne
*
*/

BODY
{
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 0px 0px;
	background-color	: #eeddbb;
}

A:link, A:visited, A:hover
{
	border-style		: none;
	border-width		: 0px;
	text-underline		: none;
	text-decoration		: none;
}

IMG
{
	border-style		: none;
	border-width		: 0px;
}

/* ******************************************************************
*
*	Klasy Cartridge
*
*/

.cssCartridge
{
	height				: *;
	width				: 100%;
	border-style		: solid;
	border-width		: 1px;
	border-color		: #ddbbbb;
	background-color	: #ffeecc;
}

.cssCartridgeHeader
{
	height				: 32px;
	width				: 100%;
	background-image	: URL(../Images/panel_header_10x32.png);
	padding				: 2px 2px 2px 10px;
	font-family			: Helvetica, Tahoma;
	font-size			: 9pt;
	font-weight			: bold;
	color				: #ffffff;
	border-style		: solid;
	border-width		: 1px;
	border-color		: #888888;
}

.cssCartridgeBody
{
	height				: 100%;
	width				: 100%;
	border-style		: solid;
	border-width		: 1px;
	border-color		: #bbaa88;
	padding				: 20px 20px 20px 20px;
	background-color	: #ffeecc;
	font-family			: Helvetica, Tahoma;
	font-size			: 8pt;
	font-weight			: none;
	color				: #000000;
	vertical-align		: top;
	text-align			: left;
}

/* ******************************************************************
*
*	Klasy Table
*
*/

.cssTable
{
	width				: 100%;
	border-style		: solid;
	border-width		: 1px;
	border-color		: #52638c;
	background-color	: #ffeecc;
}

.cssTableHeader
{
	height				: 20px;
	width				: 80%;
	padding				: 2px 2px 2px 10px;
	font-family			: Helvetica, Tahoma;
	font-size			: 8pt;
	font-weight			: bold;
	color				: #ffffff;
	border-style		: solid;
	border-width		: 1px;
	border-color		: #cccccc;
	border-bottom-color	: #222222;
	border-right-color	: #222222;
	background-color	: #52638c;
}

.cssTableNumber
{
	height				: 20px;
	width				: 250px;
	padding				: 2px 2px 2px 10px;
	font-family			: Helvetica, Tahoma;
	font-size			: 8pt;
	font-weight			: bold;
	color				: #ffffff;
	border-style		: solid;
	border-width		: 1px;
	border-color		: #cccccc;
	border-bottom-color	: #222222;
	border-right-color	: #222222;
	background-color	: #333333;
}

.cssTableBody
{
	height				: 100%;
	width				: 100%;
	border-style		: solid;
	border-width		: 1px;
	border-color		: #bbaa88;
	background-color	: #eeddcc;
	font-family			: Helvetica, Tahoma;
	font-size			: 8pt;
	font-weight			: none;
	color				: #222222;
	vertical-align		: top;
	
}

.cssCommune
{
	width				: 95%;
	background-color	: #eeddbb;
	font-family			: Helvetica, Tahoma;
	font-size			: 9pt;
	font-weight			: bold;
	color				: #222222;
	text-align			: center;
	padding				: 5px 0px 5px 0px;
	margin				: 50px 0px 30px 0px;
}

/* ******************************************************************
*
*	Klasy information
*
*/

.cssInformation
{
	width				: 100%;
	background-color	: #eeddbb
}

.cssLabel
{
	border-style		: none;
	background-color	: #f6e5c4;
	font-family			: Helvetica, Tahoma;
	font-size			: 8pt;
	font-weight			: none;
	color				: #222222;
	vertical-align		: top;
	width				: 20%;
	text-align			: right;
	padding				: 5px 20px 5px 0px;
}

.cssValue
{
	border-style		: none;
	background-color	: #ffeecc;
	font-family			: Helvetica, Tahoma;
	font-size			: 8pt;
	font-weight			: none;
	color				: #222222;
	vertical-align		: top;
	text-align			: left;
	padding				: 5px 5px 5px 10px;
	
}

/* ******************************************************************
*
*	Klasy kontrolek
*
*/

.cssStdCombo
{
	width				: 200px;
	font-family			: Helvetica, Tahoma;
	font-size			: 8pt;
	font-weight			: none;
	color				: #222222;
	margin				: 3px 0px 0px 0px;
	background-color	: #f6f6f6;
}

.cssStdButton
{
	width				: 150px;
	font-family			: Helvetica, Tahoma;
	font-size			: 8pt;
	font-weight			: bold;
	color				: #ffffff;
	padding				: 1px 1px 1px 1px;
	border-style		: solid;
	background-color	: #999999;
	border-color		: #777777;
	border-width		: 1px;
}

.cssStdTextbox
{
	
	font-family			: Helvetica, Tahoma;
	font-size			: 8pt;
	font-weight			: none;
	color				: #222222;
	padding				: 1px 1px 1px 1px;
	border-style		: solid;
	background-color	: #f6f6f6;
	border-color		: #cccccc;
	border-width		: 1px;
}

.cssFooterDesc
{
	font-family			: Helvetica, Tahoma;
	font-size			: 6pt;
	font-weight			: none;
	color				: #222222;
	text-align			: center;	
}