/* CSS Document */



html {
    overflow:			-moz-scrollbars-vertical;
	height:100%;
	}

body  
{ 
	color: #323232; 
	font-size: 11px; 
	font-family: Arial, Tahoma; 
	line-height: 166%;
	background: #cdc9c2 url("../images/background.gif") center  repeat-y;
	margin: 0;
	height:100%;
}

div, table { 
	color: #323232; 
	font-size: 12px; 
	font-family: Arial; 
	line-height: 166%; 
	margin: 0; 
}

.mainContainer
{
	width:970px;
	margin:0 auto;
}

A 
{
	color: 				#7496d1;
	text-decoration: 	underline;
}

A:hover 
{
	COLOR: 				red;
}

.meni, A.meni 
{
	color: 				#000;
	text-decoration: 	none;
	font-weight:		bold;
}

A:hover.meni  
{ 
	color: #ff0000; 
}
	
A.newsLink  
{ 
	color: #7496d1; 
	font-size: 9px; 
	letter-spacing: 2px;
}

A:hover.newsLink 
{
	COLOR: 				red;
}
	
.contentTitle, A.contentTitle {
	font-family:		Georgia;
	color:				red;
	font-size:			18px;
	text-decoration:	none;
}
	
A:hover.contentTitle {
	text-decoration:	underline;
}
	
.newsTitle, A.newsTitle  
{ 
	color: #f03; 
	font-size: 14px; 
	font-family: Georgia; 
	text-decoration: none; 
	vertical-align: 8px; 
}
	
A:hover.newsTitle  
{ 
	text-decoration: underline; 
}

p
{
	text-align:left;
}

td.site 
{
	background-color:	#f9f7e3;
	vertical-align:		top;
	margin-top:4px;
}
	
table.site1 
{
	background-image:	url("../images/table_back1.png");
	margin-top: -5px;
	#margin-top: 0px;
	_margin-top: 0px;
}
	
table.site234 
{
	background-image:	url("../images/table_back234.png");
	margin-top: -5px;
	#margin-top: 0px;
	_margin-top: 0px;
}
	
table.radiusSearch 
{
	background-color:	#c4d4f0;
	border:				1px solid #4a62bc;
}
	
table.cities 
{
	color:	#666666;
}

table.cities td
{
	text-align:left;
}
	
.searchCriteria
{
	border:				1px solid #e5e5e5;
	font-family:		Arial, Tahoma;
	font-size:       	10px; 
	padding:	        5px 0 0 5px;
	height:        		18px;
	width:				96%;
}	

.submitPageSearch
{
	border:				1px solid #e5e5e5;
	font-family:		Arial, Tahoma;
	font-size:       	10px; 
}

ol
{
	list-style:none;
}

/* ----- tool tip specific styles ----- */
#theToolTip{
position: absolute;
left: -300px;
width: 290px;
border: 2px solid #C0C09F;
padding: 6px;
background-color: #f7f4e2;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=4);*/
}

#ToolTipPointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

#theToolTip p{
font-size: 12px;
color: #333333;
margin-right:10px;
margin-top:0;
margin-bottom:0;
}

#ToolTipTextWrap {
font-weight:bold;
font-size: 13px;
color: #ed1c24;
margin-right:10px;
}