a:link,a:active,a:visited{
color: #397DAE;
font-size:13px;
font-family:Arial;
text-decoration: none;
}

a:hover{
color: #0E4265;
text-decoration:none;
}

BODY,TABLE,TR,TD{
color:Gray;
font-family:Arial;
font-size:12px;
}

.articleText{
color: #397DAE;
font-size:11px;
font-family:Arial;
}

.articleTitle{
color: #0E4265;
font-size:13px;
font-family:Arial;
font-weight:bold;
padding-right:10px;
}

.TopMenu a:link, .TopMenu a:active, .TopMenu a:visited{
font-weight:bold;
font-family:Arial;
color:White;
text-decoration: none;
font-size:13px;
}

.TopMenu a:hover{
color: #FDD700;
}

.Titles{
font-weight:bold;
font-family:Arial;
color:White;
text-decoration: none;

}

.Footer a:link, .Footer a:visited, .Footer a:active{
color: #182A31;
font-family: Arial;
text-decoration: none;
font-size:12px;
}

.Footer a:hover{
text-decoration: underline;
}

.sep{
width:1;
background-image:url(images/line.gif);
/*display:block;*/
}
#logo{
background-image:url(http://www.flick.co.il/images/topmenu/index_01.gif);
background-repeat: x-repeat;
width:751;/*751*/
text-align:right;
}

#MenuBar{
background-image:url(http://www.flick.co.il/images/index_09.gif);
background-repeat: no-repeat;
width:100%;
text-align: center;
height:21px;
position: relative;
height: 22px;

}


#MenuBar a:link, #MenuBar a:active, #MenuBar a:visited{
font-weight:bold;
font-family:Arial;
color:White;
text-decoration: none;
font-size:13px;
}


#MenuBar a:hover{
color: #FDD700;
}

#TopArticleDesc{
font-family: Arial;
font-size: 10px;
color: Gray;
}

.Titles{
font-weight:bold;
color: White;
font-family: Arial;
text-align: center;

}

.popTitles{
font-size:12px;
color: Gray;

}

TABLE,TR,TD{
padding-right:0px;
padding-left:0px;
margin-left:0px;
margin-right:0px;

}


#tagcloud {
width: 550px;
color:#0066FF;
padding: 10px;
text-align:center;
}

#tagcloud a:link, #tagcloud a:visited {
text-decoration:none;

}

#tagcloud a:hover, #tagcloud a:active {
text-decoration: underline;
color: #000;

}

#tagcloud span {
padding: 4px;
}

#tagcloud2 {
width: 190;
color:#0066FF;
padding: 3px;
text-align:center;
}

#tagcloud2 a:link, #tagcloud a:visited {
text-decoration:none;

}

#tagcloud2 a:hover, #tagcloud a:active {
text-decoration: underline;
color: #000;

}

#tagcloud2 span {
padding: 2px;
}
.smallest {
font-size: x-small;
}

.small {
font-size: small;
}

.medium {
font-size:medium;
}

.large {
font-size:large;
}

.largest {
font-size:larger;
}




/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #993300;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(images/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(images/bubble.gif) no-repeat bottom;

}

#ads-absolute-left {
	position: absolute;
	left: 0px;
	top: 0px;
}

#ads-absolute-right {
	position: absolute;
	right: 0px;
	top: 0px;
}