/* 
    Document   : data_interpretation
    Created on : 10/02/2012, 12:05:20 PM
    Author     : pb91
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}



/* CSS Specific to data Interpretation Modules  */

.data_interpretation_table
{
    width:900px !important;
	border:none;
	background:#f5f5f5;
	margin:20px 0px;
	padding:0;
    color:black;
    border-collapse:collapse;
}

.data_interpretation_table th {
	letter-spacing:normal;
}

.data_interpretation_table td {
	background-color: #fff;
}
    
.data_interpretation_table td p {
        /* margin: 5px; */
}

.data_interpretation_table td, .data_interpretation_table th {
	border:1px solid /*#CED8E4*/ #C1CEDD;
        line-height:17px;
}
	
.data_interpretation_table .tr1 {background-color:#f5f5f5}

.data_interpretation_table tr td.fixed-col-l  {
	text-align:left !important;
}

.data_interpretation_table tr td.fixed-col-s {
	text-align:center !important;
        font-weight: bold;
}

.data_interpretation_table thead th, .data_interpretation_table th.subHeading  {
	background-color:#DEE4ED;
	text-align:left;
	color:black;
        text-align:left;
	width:auto;
	font-style:italic;
	font-size:14px;
}

.data_interpretation_table tbody th {
	background-color:#EFF2F6;
	color:#465F7D;
}

#di_answer_section{
    display:none;
    color: white;
    margin-top: 15px;
}

#di_answer_section p{
    font-family: inherit;
    line-height:17px;
}

#di_answer_section h2{
    
    margin: 0;
}

#answer_button
{
    display: block;
    visibility: visible;
    color:white;
    text-align: center;
    width:100px;
    background-repeat: no-repeat;
}

#answer_button a{
    color:white;
    text-decoration: none;
    text-align: center;
}

#answer_me_button{
   display: block;
   visibility: visible;
}


.green_button
{
    display: block;
    visibility: visible;
    color:white;
    text-align: center;
    background-image:url(../images/feedback.png);
    width:100px;
    background-repeat: no-repeat;
    height:25px;
}