/* BODY */
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #646464;
}
/* HR */
hr
{
	color:#E4E4E4
}

/* OLD Classes */

.act
{
	font-weight: bold;  
	text-align: left; 
}

.bold 
{ 
	font-weight: bold; 
	text-align: left 
}

/* MAIN SITE TABLES */
table.TableTOP
{
	border: 1px;
	width: 100%;
	text-align: center;
}

table.TableCENTER
{
	border: 1px;
	width: 100%;
	text-align: center;
}

table.TableBOTTOM
{
	border: 1px;
	width: 100%;
	text-align: center;
}

/* TOP TABLE - links row */
td.ShortcutLinks
{
	color: #FFFFFF;
}

td.ShortcutLinks a:link 
{
	text-decoration: none;
	color: #FFFFFF;
}
td.ShortcutLinks a:visited 
{
	text-decoration: none;
	color: #FFFFFF;
}
td.ShortcutLinks a:hover 
{
	text-decoration: none;
}
td.ShortcutLinks a:active 
{
	text-decoration: none;
}

/* MAIN TABLE - CENTER PANEL */

table.TableCENTER a:link 
{
	text-decoration: none;
	color: #5F93C9;
}
table.TableCENTER a:visited 
{
	text-decoration: none;
	color: #5F93C9;
}
table.TableCENTER a:hover 
{
	text-decoration: none;
}
table.TableCENTER a:active 
{
	text-decoration: none;
}


/* MAIN TABLE - RIGHT PANEL */
table.TableRightPanel
{
	border: 1px;
	/* width: 300px; */
}



/* TABLE WINDOW HEADER */
table.WindowHeader
{
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
}
/* MENU */
table.TableMenu
{
	border: 1px;
}

tr.TableMenuItem_ON a:link 
{
	text-decoration: none;
	color: #FFCE00;
}
tr.TableMenuItem_ON a:visited 
{
	text-decoration: none;
	color: #FFCE00;
}
tr.TableMenuItem_ON a:hover 
{
	text-decoration: none;
}
tr.TableMenuItem_ON a:active 
{
	text-decoration: none;
}

tr.TableMenuItem_OFF a:link 
{
	text-decoration: none;
	color: #646464;
}
tr.TableMenuItem_OFF a:visited 
{
	text-decoration: none;
	color: #646464;
}
tr.TableMenuItem_OFF a:hover 
{
	text-decoration: none;
}
tr.TableMenuItem_OFF a:active 
{
	text-decoration: none;
}
td.TableMenuSubitemMargin
{
	width:	10px;
}
td.TableMenuImageCell
{
	width:	10px;
}
/* NEWS */
table.TableNews
{
	border: 1px;
}

table.TableNews a:link 
{
	text-decoration: none;
	color: #5F93C9;
}
table.TableNews a:visited 
{
	text-decoration: none;
	color: #5F93C9;
}
tr.TableNews a:hover 
{
	text-decoration: none;
}
tr.TableNews a:active 
{
	text-decoration: none;
}

tr.TableNewsItemDate
{
	color: #646464;
}
tr.TableNewsItemName
{
	color: #646464;
}

tr.TableNewsItemLink
{
	color: #646464;
}


td.TableNewsImageCell
{
	width:	14px;
}


/*ts*/
.tsh1{font-size:15px; text-align: center; margin:20px 0 10px 0;}
.tsh2{
	font-size: 12px;
	text-align: justify;
	margin: 20px 0 10px 0;
}
.tsprzypis{font-size:9px; font-style: italic;}

ul.tslist {
	font-weight: bold; 	
	list-style-type: disc; 
	margin:6px;
	}

ul.tslist li ul {
	padding: 0;
	margin: 0 0 3px 16px;
	list-style-type: circle;
	font-weight: normal;
}


