body,
html
{
	height:						100%;
	margin:						0px;
	padding:					0px;
	background-color:	#f3f1f1;
	text-align:				center;
  background-image: url('/files/gfx/fireproofBackGround.png');
}

/*	-------------------------------------------------------------------------------- tableMainTable	*/
table#tableMainTable
{
	width:						950px;
	height:						100%;
	background-color:	#fff;
	margin-left:			auto;
	margin-right:			auto;
	margin-bottom:		0px;
	border-collapse:	collapse;
	border-left:			1px solid #c6c6c6;
	border-right:			1px solid #c6c6c6;
}

table#tableMainTable tr#trTopSpace
{
	height: 			 		  60px;
	vertical-align:			bottom;
	background-image:		url( "/files/gfx/topSpaceBack.png" );
	background-repeat:	repeat-x;
}

table#tableMainTable tr#trTopSpace td#tdTopSpace
{
	padding:				0px;
	text-align:			center;
	border-bottom:	1px solid #fff;
}

table#tableMainTable tr#trTopStrip
{
	height: 				155px;
	vertical-align:	bottom;
}

table#tableMainTable tr#trTopStrip td
{
	padding: 				0px;
	border-bottom:	1px solid #fff;
}

table#tableMainTable tr#trTopStrip td#tdLogoCell
{
	width: 			449px;
	text-align:	right;
}

table#tableMainTable tr#trTopStrip td#tdSlideCell
{
	width:							500;
	background-image:		url('/files/gfx/topStripFlash.png');
	background-repeat:	repeat-x;
	font-family:				Verdana, Sans-Serif;
	font-size:					11px;
	font-weight:				normal;
	color:							#000;
	text-align:					right;
	padding-top:				2px;
	padding-right:			5px;
}

table#tableMainTable tr#trTopStrip td#tdSlideCell a
{
	display:	block;
	color:		#fff;
	margin-bottom:	10px;
	text-decoration:	none;
}

table#tableMainTable tr#trContentSpace
{
	vertical-align:		top;
	background-color:	#eaeaea;
}

table#tableMainTable tr#trContentSpace td
{ padding: 0px; }

table#tableMainTable tr#trBottomLine
{
	height: 			 		  5px;
	background-image:		url( "/files/gfx/bottomLine.png" );
	background-repeat:	repeat-x;
}

table#tableMainTable tr#trBottomLine td#tdBottomLine
{
	padding:		0px;
	border-top:	1px solid #fff;
}

table#tableMainTable tr#trBottomSpace
{
	height: 			 		  70px;
	vertical-align:			top;
	background-image:		url( "/files/gfx/bottomSpaceBack.png" );
	background-repeat:	repeat-x;
}

table#tableMainTable tr#trBottomSpace td#tdBottomSpace
{
	padding:			0px;
	text-align:		center;
	border-top:		1px solid #fff;
	font-family:	Verdana, Sans-Serif;
	font-size:		10px;
	color:				#d3d3d3;
}

table#tableMainTable tr#trBottomSpace td#tdBottomSpace a
{ color: #d3d3d3; }

table#tableMainTable tr#trBottomSpace td#tdBottomSpace a:link,
table#tableMainTable tr#trBottomSpace td#tdBottomSpace a:visited
{ text-decoration: none; }

table#tableMainTable tr#trBottomSpace td#tdBottomSpace a:hover
{ text-decoration: underline; }

/*	-------------------------------------------------------------------------------- tableMenuTable	*/
table#tableMenuTable
{
	height:							40px;
	width:							850px;
	margin-left:				auto;
	margin-right:				auto;
	border-collapse: 		collapse;
	background-image:		url( "/files/gfx/topMenuBack.png" );
	background-repeat:	repeat-x;
}

table#tableMenuTable tr
{ vertical-align:	middle; }

table#tableMenuTable tr td
{
	width:							20%;
	padding: 						0px;
	background-image:		url( "/files/gfx/topMenuPointer.png" );
	background-repeat:	no-repeat;
	text-align:					left;
}

table#tableMenuTable tr td a
{
	font-family:	Verdana, Sans-Serif;
	font-size:		10px;
	font-weight:	bold;
	color:				#fff;
}

table#tableMenuTable tr td a:link,
table#tableMenuTable tr td a:visited
{ text-decoration: none; }

table#tableMenuTable tr td a:hover
{ text-decoration: underline; }

table#tableMenuTable tr#trTopRow td
{
	background-position: 10px 50%;
	padding-left:				 20px;
}

table#tableMenuTable tr#trBottomRow td
{
	background-position: 30px 50%;
	padding-left:				 40px;
}

/*	-------------------------------------------------------------------------------- tableContent	*/
table#tableContent
{
	width:						949px;
	height:						100%;
	margin-left:			auto;
	margin-right:			auto;
	border-collapse: 	collapse;
}

table#tableContent tr
{ vertical-align: top; }

table#tableContent tr td
{ padding: 0px; }

table#tableContent td#tdSidebar
{
	width:							300px;
	background-image:		url('/files/gfx/sideBarBackground.png');
	background-repeat:	repeat-x;
	border-right:				1px solid #c6c6c6;
}

table#tableContent td#tdContent
{
	width:						650px;
	background-color:	#fff;
}

/*	-------------------------------------------------------------------------------- tableBottomMenuTable	*/
table#tableBottomMenuTable
{
	height:							40px;
	width:							850px;
	margin-left:				auto;
	margin-right:				auto;
	margin-bottom:			5px;
	border-collapse: 		collapse;
	background-image:		url( "/files/gfx/bottomMenuBack.png" );
	background-repeat:	repeat-x;
}

table#tableBottomMenuTable tr
{ vertical-align:	middle; }

table#tableBottomMenuTable tr td
{
	width:		 	20%;
	padding: 	 	0px;
	text-align:	center;
}

table#tableBottomMenuTable tr td a
{
	font-family:	Verdana, Sans-Serif;
	font-size:		10px;
	font-weight:	bold;
	color:				#d3d3d3;
}

table#tableBottomMenuTable tr td a:link,
table#tableBottomMenuTable tr td a:visited
{ text-decoration: none; }

table#tableBottomMenuTable tr td a:hover
{ text-decoration: underline; }

/*	-------------------------------------------------------------------------------- lnIcon	*/
img.lnIcon
{
	border:	0px;
	margin:	0px;
}

/*	-------------------------------------------------------------------------------- tableLeftMenu */
table#tableLeftMenu
{
	border-collapse:	collapse;
	border: 					0px;
	border-bottom: 		1px solid #d9d9d9;
	margin-top: 			10px;
	width:						100%;
  background-color:	#eaeaea;
}

table#tableLeftMenu tr
{ vertical-align: middle; }

table#tableLeftMenu[id]
{ margin-left:	2px; }

/*	-------------------------------------------------------------------------------- tdLeftMenu1 */
table#tableLeftMenu td.tdLeftMenu1
{
	background-image:		url('/files/gfx/leftMenuLevel1Back.png');
	background-repeat:	repeat-x;
	border: 						0px;
	border-left: 				6px solid #fcbc26;
	border-top: 				1px solid #d9d9d9;
	height: 						36px;
	text-align: 				left;
	padding-left:				10px;
	font-family:				Verdana, Sans-Serif;
	font-size:					10px;
	font-weight:				bold;
	letter-spacing: 		1px;
}

table#tableLeftMenu td.tdLeftMenu1 a:link,
table#tableLeftMenu td.tdLeftMenu1 a:visited
{ color: #424242; text-decoration: none; }

table#tableLeftMenu td.tdLeftMenu1 a:hover
{ color: #424242; text-decoration: underline; }

/*	-------------------------------------------------------------------------------- tdLeftMenu2 */
table#tableLeftMenu td.tdLeftMenu2
{
	background-image: 		url('/files/gfx/leftMenuLevel2Arrow.png');
	background-repeat:		no-repeat;
	background-position:	20px 50%;
	border: 							0px;
	border-top: 					1px solid #d9d9d9;
	border-left: 					6px solid #d9d9d9;
	height: 							27px;
	text-align: 					left;
	padding-left:					30px;
	font-family:					Verdana, Sans-Serif;
	font-size:						10px;
}

table#tableLeftMenu td.tdLeftMenu2 a:link,
table#tableLeftMenu td.tdLeftMenu2 a:visited
{ color: #7a7a7a; text-decoration: none; }

table#tableLeftMenu td.tdLeftMenu2 a:hover
{ color: #7a7a7a; text-decoration: underline; }

/*	-------------------------------------------------------------------------------- spanOrange	*/
span.spanOrange
{ color: orange; }

/*	-------------------------------------------------------------------------------- divSpecial	*/
div.divSpecial
{
	margin: 				0px;
	border-bottom:	1px solid #e7e7e7;
}

/*	-------------------------------------------------------------------------------- divModuleName	*/
div.divModuleName
{
	background-image:			url('/files/gfx/moduleNamePointer.png');
	background-repeat:		no-repeat;
	background-position:	0 2px;
	padding-left:					15px;
	font-family:					Verdana, Sans-Serif;
	font-size:						11px;
	font-weight:					bold;
	text-align:						left;
	margin:								5px;
}

/*	-------------------------------------------------------------------------------- divModuleTitle	*/
div.divModuleTitle
{
	font-family:			Verdana, Sans-Serif;
	font-size:				12px;
	font-weight:			bold;
	text-align:				left;
	background-color:	#f7f7f7;
	color:						#7a7a7a;
	padding:					5px;
	margin:						5px;
	margin-top:				10px;
	margin-bottom:		15px;
	border:						1px solid #e7e7e7;
}

/*	-------------------------------------------------------------------------------- divInternal	*/
div.divInternal
{
	font-family:	Verdana, Sans-Serif;
	font-size:		11px;
	font-weight:	normal;
  text-align:		justify;
}

div.divInternal a:link,
div.divInternal a:visited
{ color : blue; text-decoration : none; }

div.divInternal	a:hover
{ color : blue; text-decoration : underline; }

/*	-------------------------------------------------------------------------------- divInternal p	*/
div.divInternal p
{
	margin-left: 	5%;
	margin-right:	5%;
	text-indent:	50px;
}

div.divInternal li
{ margin-bottom: 5px; }

/*	-------------------------------------------------------------------------------- tableDocs	*/
table.tableDocs
{
	width:				90%;
	height:				280px;
  text-align:		center;
	font-family:	Verdana, Sans-Serif;
	font-weight:	bold;
	font-size:		12px;
	color:				#7a7a7a;
	line-height:	30px;
}

table.tableDocs a:link,
table.tableDocs a:visited
{ color: #7a7a7a; text-decoration: none; }

table.tableDocs a:hover
{ color: #7a7a7a; text-decoration: underline; }

/*	-------------------------------------------------------------------------------- tableInfo	*/
table.tableInfo
{
	width:				90%;
  text-align:		center;
	font-family:	Verdana, Sans-Serif;
	font-size:		11px;
	margin-left:	auto;
	margin-right:	auto;
}

/*	-------------------------------------------------------------------------------- tableWarstwy	*/
table.tableWarstwy
{
	border:						1px solid #fc0;
	background-color:	#ffc;
	font-family:			Verdana, Sans-Serif;
	font-size:				11px;
	margin-left:			30px;
}

span.systemFullDescription ul li
{ font-size: 11px; }

div#divPhotos
{
	text-align: 	center;
	font-family:	Verdana, Sans-Serif;
	font-size:		11px;
}

div#divHeaderPhotos
{
	margin-left:		auto;
	margin-right:		auto;
	margin-top:			10px;
	margin-bottom:	10px;
	width:					200px;
	height:					200px;
}

div#divHeaderPhotos img
{
	width:  200px; 
	height: 150px;
	border:	3px solid #fff;
}