
/* Styles for IE 
 *
----------------------------------*/
.tt strong:hover span {
    background: #f9fcfd;
    border:#dfdfdf 1px solid;
    color:#000;
    display:inline-block;
    padding:7px;
    position:absolute;
    z-index:11000;
    text-align:left;
    width:250px;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; 
    -webkit-box-shadow: rgba(0,0,0,.6) 1px 1px 2px; -moz-box-shadow: rgba(0,0,0,.6) 1px 1px 2px; box-shadow: rgba(0,0,0,.6) 1px 1px 2px;
}

.tt strong:hover span.megacombo {
    top:-100px;
    left:200px;
	height:350px;
	z-index:11001;
}


/* Dialogs
----------------------------------*/
#modalOverlay {
	filter:alpha(opacity=50);
}


/*Include border when lacking text shadow
----------------------------------*/
.boxed,
.endorsers .endorser .pic img
 {
	border:1px solid grey;
}


/* Fix position of search box on forums
----------------------------------*/
.edu-forums .login-search input.buttons {
	position:relative;
	top:-3px;		
}
