/* $Id: show.css,v 1.7 2007/05/29 12:17:32 rossd Exp $ */
#resource{
    padding:1px;
    background-color:#fefefe;
    margin:1px;
    width:100%;
}
html>body #resource{
    margin:0px;
	padding:0px;    
}

#resource table.outerTable{
    border:2px solid #CFDDE6;
}

#resource table.outerTable td.block{
    border-bottom:1px solid #ddd;
}

#resource table.detailTable, table.mdTable, table.attachmentTable, table.meshTable{
    font-weight:bold;
    padding:2px;
}

#resource table.mdTable td.mdLabel{
    color:#295D7B;
    font-weight:bold;
	font-size:80%;
}

#resource table.mdTable td{
	font-size:70%;
}

#resource table.detailTable{

}
#resource table.meshTable{

}
#resource td{
   padding:2px;
}
#resource td.leftLabel{
    font-weight:normal;
    /*border-right:1px solid #AADFFF;*/
}

#resource table.attachmentTable{
    border:1px solid #AADFFF;
    margin:15px 2px;
    width:97%;
}
/***
#resource table.attachmentTable td.header{
    border-bottom:1px solid #AADFFF;
    background:#ededed;
    border-right:1px solid #AADFFF;
}
#resource table.attachmentTable td.headerr{
    border-bottom:1px solid #AADFFF;
    background:#ededed;
}
#resource table.attachmentTable td.row{
    border-bottom:1px solid #dcdcdc;  
    border-right:1px solid #ddd;
}
#resource table.attachmentTable td.rowr{
    border-bottom:1px solid #dcdcdc;
}

***/
#resource table.detailTable td.title{
        font-size:14px; 
        }


#resource table.detailTable td.alert{
        background-color:red;
        color:white;
        }
        
#resource table.ratingTable td{
    border-bottom:0;
}        
        