/* IE 6 ONLY LAYOUT  STYLESHEET*************************************************
This file only contains CSS fixes for the IE 6 browser. For regular style info use style.css
NOTE: paths specified below are relative to this file
 */

#gl_navigation { /*the leftblocks*/
	background:#000;
	border-bottom:0;
	border-left:0;
	border-top:0;
	overflow:hidden; /* fixes right side bloat when Navigation menu is present */
}
#gl_container_fixed #gl_navigation {
	padding-left:0;
}
#gl_container_fluid #gl_navigation{
	padding-left:40px;
}
#gl_extra { /*the rightblocks*/
	border-bottom:0;
}
#gl_moomenu1 {
    height:2.2em; /*set to 54px if you use 2 row menus*/
    background:url(../../images/menu/menu-bg.gif)repeat;
}
.gl_moomenu1 li:hover,
.gl_moomenu1 li a:hover{
    background:url(../../images/menu/menu_hover_bg.gif) repeat;
}
#gl_moomenu1 li li a.parent,
#gl_moomenu1 li li a.parent:hover {
    background:url(images/menu/gl_moomenu1-parent_ie6.gif) 95% 50% no-repeat;
}
.gl_moomenu1 li ul {
	width:177px;
}
.block-columnpad {
	background:#F7F7F7;
	border-bottom:1px solid #CCCCCC;
	height:1%;
}
.bottom-r-corner {
	background:#FFF url(images/bottom-r-corner.png) 100% 10px no-repeat;
}
.bottom-l-corner {
	background:transparent url(images/bottom-l-corner.png) 0 10px no-repeat;
}
pre {
	font-size:80%;
	overflow:scroll;
}
div#frame div.button#left {
	left:10px;
	background: url(images/prev_ie6.png) no-repeat;
}
div#frame div.button#right {
	right:10px;
	background: url(images/next_ie6.png) no-repeat;
}
#gl_mooticker ul {
	margin:0 0 5px 120px;
}
#gl_moorotator .controls img,
#gl_mooticker .controls img {
	background-image:url(images/gl_mooticker_controls_ie6.png);
}

/* ie6 warning  javascript*/
#iewarn {
	background:#ddd url(images/ie6_warning.png) 10px 50% no-repeat;
	position:relative;
	z-index:1;
	opacity:0;
	margin:-150px auto 0;
	font-size:110%;
	color:#001D29;
}
#iewarn div {
	position:relative;
	border-top:5px solid #666;
	border-bottom:5px solid #666;
	padding:10px 80px 10px 210px;
}
#iewarn h4 {
	color:#bf2f42;
	font-weight:bold;
	line-height:120%;
}
#iewarn a {
	color:#296ac6;
	font-weight:bold;
}
#iewarn_close {
	background:url(images/ie6_close.png) 50% 50% no-repeat;
	display:block;
	cursor:pointer;
	position:absolute;
	width:61px;
	height:21px;
	top:25px;
	right:12px;
}
/* end ie6 warning */

.profile-data {
	width:auto;
}
.autotranslations ul {
	width:147px;
}