tr.TTrowColorOdd
{
	background: url(_images/td_back.png) repeat-x ;
}
tr.TTrowColorOddBig
{
	background: url(_images/td_back_big.png) repeat-x ;
	height:34px;
}
tr.TTrowColorEvenBig
{
	height:34px;
}

td.TTHeader {
	background: url(_images/head_back.png) repeat-x;
	
	
	}
.TTrowColorSelected
{
	background-color: #111111;
	
}

.TTrowColorSpacer
{
	background-color: #111111;
	
}

td.FragmentFooter
{
	
	font-weight: Bold;
	
}
a.FragmentFooter
{
	font-weight: Bold;
	
	text-decoration: none;
}
/*-------------------*/
	.TTmainManuColorOFF
	{
		background-color: #2C2C2C;
		font-weight: Normal;
		text-align: left;
		
	}

	A.TTmainManuHref
	{
		text-decoration : none;
		color: #FFFFFF;
		font-size: 16;
		
	}
	A:VISITED.TTmainManuHref
	{
		text-decoration : none;
		VERTICAL-ALIGN: baseline;
		color: #FFFFFF;
		font-size: 16;
		
	}
	
/*------Julija------*/

.TT_menu_rounded {
	background:#111111;font-size: 12px;	
	}
.TT_menu_rounded td {
	padding:15px ;
	padding-left:0;
	}

.TT_menu_rounded ul li a {	
	display:block;
	text-align:center;
	background: url(_images/menu_off.png) no-repeat;
	text-decoration : none;	
	width:120px;
	padding:6px 0;
	color:#fff;	
	border-right:none;
	}
.TT_menu_rounded ul li a:hover, .TT_menu_rounded ul li.active a {
	background:url(_images/menu_on.png) no-repeat;
	text-align:center;
	}
	
.TT_menu_rounded ul li {
	font-size: 15px;
	font-weight:bold;
	display:inline;
	float:left;
	margin:0 30px 0 0;
	
	}
td.MainOverview
{
	padding-left: 20px;
	padding-top:5px;
}
/*drop down list*/

.combo
{
	margin:0 5px;
	padding-top:6px;
	padding-right:30px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 152px; 
	display : block;
	text-align:right; 
	background: url('_images/bg_select.png') right no-repeat;
	height: 26px;
	cursor: pointer;
 	border: none;
	color: #999;
}
.comboSmall
{
	margin:0 5px;
	padding-top:6px;
	padding-right:30px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 79px; 
	display : block;
	text-align:right; 
	background: url('_images/bg_select_small.png') right no-repeat;
	height: 26px;
	cursor: pointer;
 	border: none;
	color: #999;
}
div.autocomplete, div.autocompleteNoScroll{
  position:absolute;
  width:400px;
  color:#999;
  background:#1d1d1d url(_images/ul_bottom.png) no-repeat bottom;
  margin:0;
  padding:0;
  font:12px Verdana;
  text-align:right;
  max-height:200px;
  height:auto !important;
  height:100px;
  overflow:auto;
}
div.autocomplete ul, div.autocompleteNoScroll ul {	
  list-style-type:none;
  margin:0px;
  padding:0 14px 0 0;
}
div.autocompleteNoScroll ul {	
  padding:0 30px 0 0;
}
div.autocomplete ul li.selected, div.autocompleteNoScroll ul li.selected { 
  font-weight:bold;
  color:#fff
}
div.autocomplete ul li, div.autocompleteNoScroll ul li {	
  list-style-type:none;
  display:block;
  margin:0;
  padding:4px 0;
  cursor:pointer;
}

/*-----julija--------*/
