/* 
  Document   : styleinternal
Created on : Version 1.01
Author     : Touchstone Solutions Pvt Ltd
©2008-2009 | TOUCHSTONE SOLUTIONS PVT LTD | All Rights Reserved
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

table.ione{

    border-width: 1px;
	border-style: none;
	border-color: #c7d2e3;
	border-collapse: separate;
	background-color:#c7d2e3;
    width:400px;
    height:200px;
    text-align:justify;

}
table.ione th {
	border-width: 1px;
	border-style: solid;
	border-color: #c7d2e3;
	background-color:#1f3049;
    font: 16px verdana, arial, sans-serif;
    color: white;
    font-weight:bold;
    height:20px;
}
table.ione td {
	border-width: 1px;
	border-style: solid;
	border-color: #c7d2e3;
	background-color:#dee0e2;
    font: 12px verdana, arial, sans-serif;
    color: #1f3049;
   }