2010-07-09 23:04:38 +00:00
|
|
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
2010-07-02 01:07:32 +00:00
|
|
|
a.no_href_styles {
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.no_href_styles a:ACTIVE,.no_href_styles a:BEFORE,.no_href_styles a:FOCUS,.no_href_styles a:HOVER,.no_href_styles a:VISITED,.no_href_styles a:LINK
|
|
|
|
{ /*color: white;*/
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
2010-07-09 01:38:54 +00:00
|
|
|
.vis_stats {
|
|
|
|
/*width: 760px;*/
|
2010-07-02 01:07:32 +00:00
|
|
|
margin: 0;
|
2010-07-09 01:38:54 +00:00
|
|
|
padding-left:10px;
|
|
|
|
padding-top:10px;
|
2010-07-02 01:07:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.vis-tables {
|
2010-07-09 20:17:18 +00:00
|
|
|
width: 33%;
|
2010-07-02 01:07:32 +00:00
|
|
|
padding: 5px;
|
|
|
|
margin: 5px;
|
|
|
|
background-color: #FFF;
|
|
|
|
border: 1px solid #ddebf1;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
p.datatable {
|
|
|
|
font-size: 12px;
|
|
|
|
display: block;
|
|
|
|
margin: 2px;
|
|
|
|
padding: 0
|
|
|
|
}
|
|
|
|
|
|
|
|
.datatable table {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.datatable img {
|
|
|
|
float: left;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|
|
|
.datatable table thead th {
|
|
|
|
color: #4C4C4C;
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.datatable table caption {
|
|
|
|
color: #16234c;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
font-size: 14px;
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
*/
|