/* 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; 
}

img, div, input{
	behavior: url("iepngfix.htc")}

.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  
{
	display:block;
	color: #7496d1; 
	font-size: 9px; 
	letter-spacing: 2px;
	margin-top:8px;
}

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;
}

.NewsImage {
	max-width: 522px;
	min-width:522px;
}
	
.newsTitle, A.newsTitle  
{ 
	color: #f03; 
	font-size: 18px;
	line-height:22px;
	font-family: Georgia; 
	text-decoration: none;
	margin-bottom: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;
}

.home {
	position:absolute;
	margin-top:10px;
	margin-left:20px;
	width:66px;
	height:28px;
	background:url(../images/icon_home.png) #F00;
	z-index:1;
}

.home:hover {
	background:url(../images/icon_home.png) 0px 28px;
}

.flash {
	position:absolute;
	margin:0;
	padding:0;
	z-index:2;
}

div.wrapper {
	margin-bottom:15px;
	width:522px;
	position:relative;
	float:left;
	vertical-align:top;
}

div.wrapper img{	
	float:left;
}

div.wrapper div{
	position:absolute;
	width: 7px;
	height: 7px;
}

div.wrapper div.tl{
	background:transparent url(../images/corner_tl.png) top left no-repeat;
	left:0;
	top:0
}

div.wrapper div.tr{
	background:transparent url(../images/corner_tr.png) top right no-repeat;
	right:0;
	top:0
}

div.wrapper div.bl{
	background:transparent url(../images/corner_bl.png) bottom left no-repeat;
	left:0;
	bottom:0
}

div.wrapper div.br{
	background:transparent url(../images/corner_br.png) bottom right no-repeat;
	right:0;
	bottom:0
}
