﻿/*
Name:   tlsHeader-ie.css
Date:   2012-07-11
Desc:   Internet Explorer only CSS used for the header and footer of The Law Society website
*/

html {
	font-size:101%;
}
.btnGo {
	-pie-background:url(i/btnMagnif.gif) no-repeat 50% 3px, linear-gradient(#80e62d, #6fcd23);
}
.btnGo:hover, .btnGo:focus {
	-pie-background:url(i/btnMagnif.gif) no-repeat 50% -39px, linear-gradient(#68b827, #518f1f);
}

.hdr {
	height: 20.2em;
}

/*	to avoid dropdown flicker separate absolute positioned div from the one PIE.htc is applied to	*/
.hdr .dd {
	width:960px;
	background:#daddd7 url(i/megaDropdownBg.gif);
	box-shadow:none;
	padding:0;
}
.hdr .ddIE {
	padding:3.7em 0px 44px 24px;	/*	top padding increased because .top is set to absolute below to not flicker	*/
	-pie-background:url(i/megaDropdownBg.gif), linear-gradient(#ced1cc, #e8eae5);
	box-shadow:#666 0 8px 20px;
	position:relative;
	overflow:hidden;
}
.hdr .ddIE .top {
	position:absolute;
	top:0px;
	right:0px;
}
.hdr .ddIE .cols 
{
    overflow:hidden !important;
}
.hdr .ddIE .cols div 
{
    margin-top:30px;
    overflow:hidden !important;
}
.hdr .ddIE .cols div {
	padding:17px 22px 10px;
	margin-bottom:0px;
}

.hdrSeek .txt, .hdr .dd .txt, .logRegBox .txt {
	line-height:22px;
}

.hdr .myLS a, .hdr .myLS span {
	-pie-background:linear-gradient(#278827, #196519);
}
.hdr .myLS a:hover, .hdr .myLS a:focus, .hdr .myLS .sel, .hdr .myLS span {
	-pie-background:linear-gradient(#0f470f, #268826);
}

.hdr .myLS a, .hdrSeek, .hdrSeek .txt, .btnGo, .hdr .dd .txt, .logRegBox .txt {	/*	to show backgrounds	*/
	position:relative;
}
.hdr .myLS ul, .hdr .myLS a, .hdr .myLS span, .hdrSeek, .hdrSeek .txt, .btnGo, .hdr .ddIE, .hdr .dd .txt, .logRegBox, .logRegBox .txt {
	behavior:url(/site/static/js/PIE.htc);
}

