﻿body {
}

.grid_table {
    text-align:center;
    font-family: arial, helvetica, sans-serif;
	font-size: 80%;
}

.grid_header {
    /*background-image:url(img/bg_header.gif);
    background-repeat:repeat-x;
    background-color:rgba(0,0,0,.6);*/
    color:white;
    font-weight:bold;
    text-align:center;
    border-radius:5px;
    background-color:rgba(25,0,255,.8);
}

.grid_footer {
    /*background-image:url(img/bg_footer.gif);
    background-repeat:repeat-x;*/
    background-color:#78797D;
    color:white;
    font-weight:bold;
}

.grid_alternate_row {
    /*background-image:url(img/bg_row.gif);
    background-repeat:repeat-x; */
     background-color:rgba(0,0,0,.3);
}

.grid_regular_row {
    /*background-image:url(img/bg_row.gif);
    background-repeat:repeat-x; */
     background-color:rgba(0,0,0,.4);
}

.grid_border {
    /*border:solid 1px gray;*/
    border:none;
    /*margin-left: 10%;*/
}

.grid_border_node {
    border:solid 1px gray;
    margin-left:40px;
    margin-top:10px; 
}

.grid_border_node_icon {
    position:absolute;
}

.colheader_main_selected {
    background-image:url(img/bg_header.gif);
    background-repeat:repeat-x;
    border:solid 1px gray;
    font-size:16px;
    font-weight:bold;
    padding:1px 1px 1px 5px;
}

.colheader_main {
     background-color:Gray;
    background-repeat:repeat-x;
    border:solid 1px gray;
    font-size:16px;
    font-weight:normal;
    padding:1px 1px 1px 5px;
    color:White;
}

.colbody_main {
    background-color:#FAFBF4;
    border:solid 1px gray;    
}