﻿body
{
		font-family: "Arial Narrow" , Arial, Sans-Serif;
}

H2
{
		font-size:			1.2em;
		
		font-weight:		bold;
		

}

table.template
{
	width: 100%;
	height: auto;
	}
table.listtbl
{
	border-bottom: solid 1px #eeeeee;
	}	

table.template td
{
	height: auto;
	}
	
	table.template td.title
	{
		font-size:			1.5em;
		/* padding-bottom:	1em; */
		font-weight:		normal;
		color: #555555;
		}

	table.listtbl td.title
	{
		font-size:			1.3em;
		padding-bottom:	0.5em;
		font-weight:		normal;
		color: #000000;
		text-decoration: none;
		}
	
	table.template td.title a
	 {
			color: #555555;
			/*color: #000000;*/
			text-decoration: none;
			font-weight: normal;
		}
		
	table.template td.header
	{
		font-size: 1.0em;
		color: #000000;
	}
	
table.template td.image
	{
		text-align: center;
		vertical-align: top;
		font-size: 0.7em;
		color: #000000;
		text-align:justify;
	}
		
table.template td.image img
	{
		margin: 2px;
		text-decoration: none;
		border: none;
		}
		
table.template td a.more
	{
		display:			block;
		margin:				10px 0 0 0;
		text-align: right;
		}
		
	table.template td.header
		{
			font-weight: normal;
			}

td.tdTMBlank
{
	background-color: #817f84;
	height: 23px;
	width: auto;
	white-space: nowrap;
}
td.tdTMItem
{
	background-color: #817f84;
	color: #ffffff;
	height: 23px;
	width: 140px;
	font-family: "Arial Narrow" , Arial, Sans-Serif;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	font-size: 0.9em;
}

td.tdTMItem a
{
	text-decoration: none;
	background-color: #817f84;
	color: #ffffff;
}

td.tdTMItem a:hover
{
	text-decoration: underline;
	background-color: #817f84;
	color: #eceeee;
	
}

td.tdTMItemSelected
{
	background-color: #ced0d2;
	color: #ffffff;
	height: 23px;
	width: 140px;
	font-family: "Arial Narrow" , Arial, Sans-Serif;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	font-size: 0.9em;
}

td.tdTMItemSelected a
{
	text-decoration: none;
	background-color: #ced0d2;
	color: #ff0000;
}

td.tdTMItemSelected a:hover
{
	text-decoration: underline;
	background-color: #ced0d2;
	color: #ff0000;
	
}



/* Left */
ul.menu-left
{
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

ul.menu-left li
{
	margin: 0;
	padding: 0;
}

ul.menu-left a
{
	text-align: left;
	display: block;
	color: #817f84;
	font-family: "Arial Narrow" , Arial, "Helvetica Condensed" , Helvetica, Geneva, Sans-Serif;
	font-weight: bold;
	padding: 5px 0 5px 10px;
	border-bottom: solid 2px #ffffff;
	text-decoration: none;
}


ul.menu-left a.selected
{
	text-decoration: none;
	color: #000000;
	
}
ul.menu-left a:hover
{
	text-decoration: none;
	color: #000000;
	
}



/* Left UNDERMENY */
ul.menu-left ul.menu-left a
{
	background-color: #ced0d2;
	border-bottom: none;
	margin-left: 10px;
}




