/*

styles for ie6 & ie7
 
_property = ie6 only

*property = ie6 & ie7

*/

/* hover menu */
#nav-publications-more a:link, #nav-publications-more a:visited {_background-image:none;}
#nav-publications-more a:hover {_text-decoration:underline;}
.js #nav-publications-more a:link, .js #nav-publications-more a:visited {_background-image:url(/_format/img/icon_arrow-down-white.png);}
.js #nav-publications-more a:hover {_text-decoration:none;}
.js #nav-publications-more li a:link, .js #nav-publications-more li a:visited {_background-image:none;}

/* double float margins */
.img-caption {_display:inline;}

/* input styling */
input.btn {*padding:0;}

/* position:absolute */
#nav-publications-more ul {*top:1.583em;*left:9px;}
.voting-scores .caption {_left:-210px;}

/* hasLayout */
.events, .voting-scores {*zoom:1;}
.event-hero .event-title a {*position:relative;}

/* png alpha transparency */
#nav a:hover {_background:none;_text-decoration:underline;}
.png24, .event-date, #nav .selected a {_behavior: 
expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:((this.nodeName == "IMG" || this.nodeName == 'INPUT') && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "/_format/img/blank.png"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='scale')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));}
