/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** ######################################################################################################
** 
**  This is the ESO IE Style!
**
**  YAML Version: 2.5.2
**  Dateiversion: 01.11.06  
**  Datei       : iehacks_2col_left.css
**  Funktion    : IE-Korrektur-Stylesheet für das YAML 2col_left-Layout
**
*/

/* LAYOUT-UNABHÄNGIGE ANPASSUNGEN -------------------------------------------------------------------- */
@import url(../main/iehacks.css);

/* LAYOUT-ABHÄNGIGE ANPASSUNGEN ---------------------------------------------------------------------- */
@media screen
{
/* Bug: Korrektur der Breitenangaben der Listenelemente des Submenüs im Internet Explorer 5.x/Win */
@import url(iehacks_vlist.css);

/*-----------------------------------------------------------------------------------------------------*/
/* Bug: 3-Pixel-Jog des Internet Explorers *
**
** IE5.x/Win - x
** IE5.x/Mac - 0
** IE6       - x
** IE7       - 0
*/	

/* Hides from IE-mac \*/
* html #col3 { height: 1%; }
* html #col1 { margin-right: -3px; }
* html #col3 { margin-left: 0; }
/* End hide from IE-mac */

/* press release images in IE ... */
#col3_content table tr td p a img {
	border:0;
   
}

#col3 ol {
	padding-left:10px;
}

#col3_content table tr td p a {
	border:0;
}

#col3_content table {
    max-width:97%;
    padding:0;
}

/* IE 6 */
* html #col3_content table {
    w\idth:96%;
}

#col3_content ol {width:auto; }

#col3 table.fullwidth {width:99%; margin:0; padding:0;}
pre.code, code {width: 97%;}

#col3_content table.pr2006,
#col3_content table.pr2007 {

	text-align:right;
}

/* marking external links is not working correctly in ie if we have a line break in the link, 
so let's disable it totally and use another style instead */
#col3 a[href^="http:"]
,#col3 a[href^="https:"]
,#col3 ul li a[href^="http:"]
,#col3 ul li a[href^="https:"]
{
    background: none;
    padding-left: 0!important;
    text-decoration: none;
    font-style:italic;
}

#col3 a[href*="eso.org"]
,#col3 a[href*="eso.org"]
,#col3 ul li a[href*="eso.org"]
,#col3 ul li a[href*="eso.org"]
{
	background: transparent;
    text-decoration: none;
    padding-left:0!important;
    font-style:normal;
}

#col3 a:hover
,#col3 a:hover
,#col3 ul li a:hover
,#col3 ul li a:hover
 {text-decoration:underline;}

#col3 i, em {display:inline; }

#col3 .msg {width:85%;}
#col3 .cas1 {width:75%;}

* html #col3 ul.gallery5
,* html #col3 ul.gallery4w
,* html #col3 ul.gallery4 {display:inline-block;}

* html #eso_header table tr td.esoname p {font-size:70%; font-s\ize:85%;}
* html #eso_header table tr td.headright h1 {padding-top:0; height:70px; he\ight:60px; font-size:140%; font-s\ize:180%;}
* html #eso_header table tr td.headright h1.eiro {font-size:70%; font-s\ize:85%;} 
* html #eso_header table tr td.headright h2 {font-size:70%; font-s\ize:85%;}

/* HACK for extra wide images like in /sci/facilities/paranal.html */
/* text jumping under nav if window gets too small; fix works only in IE6 */
* html #col3_content {width:99%; overflow:visible; ove\rflow:hidden; }
/* this works for IE 5, with correction for IE6 */
* html #col3 {overflow: hidden; width:99%; w\idth:auto; }
* html .subcolumns {width:98%; }
* html .c33l, * html .c33r, {width:32%; ove\rflow:visible; }
/* CAS */
#col3 ul.gallery p {margin-top:0.1em;}
* html #col3 ul.gallery p {margin-top:0.5em;}
* html #col3 .pr_home_img_wrapper {
    width:170px; 
    text-align:left;
    margin-left:0.5em;
    margin-right:0em;
}

#col3 #gsThumbMatrix a {text-decoration:none;}

* html #latestnews {overflow:visible;}
* html #latestnews .subcolumns {width:550px;}
* html #latestnews .subcolumns .subcl, 
* html #latestnews .subcolumns .subc,
* html #latestnews .subcolumns .subcr
{padding:0;margin:0;}

/* needed for this ** share this button */
#col3 { background:transparent;}

/* Phase 2 Observing FAQ */
#TJK_DL .DTplus a {background-image:url(/2007/css2007/answer_plus.png); background-repeat:no-repeat!important; padding-left:20px!important;}
#TJK_DL .DTminus a {background-image:url(/2007/css2007/answer_minus.png); background-repeat:no-repeat!important; padding-left:20px!important;}


/*-----------------------------------------------------------------------------------------------------*/
}