@charset "utf-8";
/* CSS Document */
 
 table.scroller {
        border: solid #000;
        border-width: 0px 1px 1px 0px;
		height: 525px;
    }
	.twittface{
		border-width:0 0 0 0;
	}
	
	table.noscroll {
		border-width: 0px 0px 0px 0px;
	}
	th.imandname {width: 120px;}
	th.data {
		width: 80px;
		}
		td.notnow{
			border-width: 0;
		}
    th, td {
        border: solid #000;
        border-width: 1px 0px 0px 1px;
        padding: 4px;
    }
    th {
        color:#000;
    }
    tr.alt td {
        background-color: #EEEEEE;
    }
    tbody.scrolliest {
        height: 500px;
        overflow-y: auto;
        overflow-x: hidden;
    }
	td.foot { text-align: center;}
