/* stock quote styles */

div.sq_container { }
table#sq_title {
    display:table;
    table-layout:fixed;
    width:100%;  
    border-collapse:collapse;
    margin:0 0 0 0;
}
table#sq_title td {
    vertical-align:middle;
    white-space:nowrap;
}
#sq_title h2 { }
#sq_form {
    /*width : 213px;*/
    color : #000000;
    background-image : url(/site/images/bg_stockquote_content.gif);
    background-repeat : repeat-x;
    background-position : top left;
    background-color : #E4EBEE;
    border-bottom : 1px solid #C5CCD4;
    padding : 7px 10px 6px 17px;
    /*voice-family: "\"}\""; 
  	voice-family:inherit;
	width:186px;
	*/
} 
/*
html>body #sq_form {
 	width:186px;
}
*/
#sq_formdetails {}

/*  stock table styles*/

#sq_table 
{
    width : 100%;
    display:table;
    table-layout:fixed;    
    border-collapse:collapse;
    margin:0 0 0 0;
 }

#sq_table td 
{
    padding: 0px;
    vertical-align:top;
    /*color:#000;*/  
}

#sq_table td#sq_datetime,
#sq_table td#sq_minutes {
    font-size : 0.8em;
    padding-bottom:12px;
}

#sq_table td#sq_datetime {
    width : 65%;
}

#sq_table td#sq_minutes {
    text-align : right;
    width : 35%;
}

td.sq_label {
    font-weight : bold;
}

td.sq_field {
    text-align : right;
    font-size : 1.1em;
}
/*td.sq_field {
    font-size : 1.2em;
    width:90%;
}*/

td.sq_field .sq_field_right {
    text-align : right;
}

.sq_viewmoredetails {  }

div.h_stockquote {
    /*width : 213px;*/
    background-image : url(/site/images/bg_header_stockquote.gif);
    padding : 7px 10px 7px 17px;
    border-bottom : 2px solid #629224;
    background-color : #3B7DC2;
    /*
    voice-family: "\"}\""; 
  	voice-family:inherit;
	width:186px;
    */
} 

div.stockquote_content {
    /*width : 213px;*/
    color : #000000;
    background-image : url(/site/images/bg_stockquote_content.gif);
    background-repeat : repeat-x;
    background-position : top left;
    background-color : #E4EBEE;
    border-bottom : 1px solid #C5CCD4;
    padding : 7px 10px 6px 17px;
    voice-family: "\"}\""; 
  	voice-family:inherit;
	width:186px;
} 

html>body div.stockquote_content {
 	width:186px;
}

.header_stockquote {
    color : #ffffff;
    font-size : 1.3em;
    font-weight : bold;
}

.header_stockquote_symbol {
    color : #ffffff;
    font-size : 1.0em;
    text-align:right;
}

.hrule_dotted {
    height:11px;
    background:transparent url(/site/media/Empireco/hrule_stockquote.gif) 0 0 repeat-x;
}

.sq_updirection,
.sq_downdirection {
    /*display:inline-block;
    margin:1em 4px 0 0;
    width:8px;
    height:4px;
    text-indent:-99999px;
    text-align:left;*/
    padding-left:12px;
}
.sq_updirection {
    background:transparent url(/site/images/stock_up.gif) 0 0 no-repeat;
}
.sq_downdirection {
    background:transparent url(/site/images/stock_down.gif) 0 0 no-repeat;
}
