*{
	font-size:100%;
}

body{
	padding:0;
	margin:0;
	background:#fff;
	font-family:arial,sans-serif;
	width:100%;
	position:absolute;
}

a, .pseudo-href{
	color:#0077bc;
}

a:hover, .pseudo-href:hover, span.hover{
	color:#f60 !important;
	border-color:#f60 !important;
}

img{
	border:0;
}

p{
	margin-top:0;
}

a.popup, a.new-window{
	padding-right:13px;
	/*position:relative;*/
}

a.popup img, a.new-window img{
	position:absolute;
	margin-left:3px;
	margin-top:2px;
	z-index:1;
	width:10px;
	height:9px;
	background:url(/f/1/global/popup.gif) no-repeat;
}

a.popup:hover img, a.new-window:hover img{
	background-position:-10px 0;
}


#measurer{
	position: absolute;
	left: 0;
	top: -1em;
	visibility: hidden;
	width: 100%;
	height: 1em;
	line-height: 1em;
	background: white;
	overflow: hidden;
}

#lang-switch{
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	top:10px;
	left:20px;
	font-size:69%;
	z-index:3;
}

#lang-switch li{
	float:left;
	padding:1px 4px;
	color:#ccc;
}

#lang-switch li.selected{
	background:#ff6600;
	color:#fff;
	z-index:2;
}

img.moz-fix{
	width:1px;
	height:1px;
}

.pseudo-href{
	border-bottom:1px dashed #0077bc;
	cursor:pointer;
}

.selected.pseudo-href{
	color:#00a8de;
	border-color:#00a8de;
}

.hidden{
	display:none !important;
}

.clear{
	clear:both;
}

.comment{
	color:#777;
}

.nobr{
	white-space:nowrap;
}