/* Layout V2 Style sheet */

/* M1 - Module Table */

.ModuleTable {
margin: 0 0 0 10px;
padding: 0;
float: left;
width: 558px;
border: 1px solid #666;
font: normal 13px Arial, Verdana, Helvetica, sans-serif;
-moz-border-radius: 5px; /* Mozilla Firefox */
-webkit-border-radius: 5px; /* Safari + Chrome */
-khtml-border-radius : 5px; /* Linux */
}
* + html .ModuleTable { /*IE 7 Hack*/
margin: 0 0 0 10px;
padding: 0;
}
.ModuleTable { /*IE 8 Hack*/
margin/*\**/: 0 0 0 10px\9;
padding/*\**/: 0\9;
}
.ModuleTable .Row1, .ModuleTable .Row2, .ModuleTable .Row3 , .ModuleTable .Row4, .ModuleTable .Row5 {
margin: 0;
padding: 0;
float: left;
width: 100%;
}
.ModuleTable .Row1 {
color: #FFF;
font-weight: bold;
}
.ModuleTable .Row1, .ModuleTable .Row2, .ModuleTable .Row3 , .ModuleTable .Row4 {
border-bottom: 2px solid #FFF;
}
.ModuleTable .Row1, .ModuleTable .Row5 {
background-color: #ab93b0;
}
.ModuleTable .Row2, .ModuleTable .Row4 {
background-color: #e6d3ea;
}
.ModuleTable .Row3 {
background-color: #e9e8e9;
}
.ModuleTable .Column1 {
font-weight: bold;
}
.ModuleTable .Column1, .ModuleTable .Column2, .ModuleTable .Column3, .ModuleTable .Column4, .ModuleTable .Column5 {
padding: 10px;
float: left;
height: 100%;
min-height: 16px;
overflow: auto;
}
.ModuleTable .Column1, .ModuleTable .Column2, .ModuleTable .Column3, .ModuleTable .Column4 {
width: 100px;
}
.ModuleTable .Column2, .ModuleTable .Column3, .ModuleTable .Column4, .ModuleTable .Column5 {
border-left: 2px solid #FFF;
}
.ModuleTable .Column5 {
width: 50px;
vertical-align: middle;
}
/*.ModuleTable .Row1:hover, .ModuleTable .Row2:hover, .ModuleTable .Row3:hover, .ModuleTable .Row4:hover, .ModuleTable .Row5:hover {
background-color: #efefef;
}*/