﻿/* table style */
table.SummaryList {
    /*font-size: 0.9em;*/
    width: 650px;
    /*font-family:arial,sans-serif;*/
    border: solid 1px #04253a;
}

table.SummaryListEmpty {
    /*font-size: 0.9em;*/
    width: 650px;
    /*font-family:arial,sans-serif;*/
    border: solid 1px #04253a;
}

.SummaryListEmpty td {
    border-right-color: #04253a;
    border-bottom-color: #04253a;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-weight: bold;
    text-align: left;
    color: white;
    background: #4bbeec;
    padding: 2px 8px;
}


/* common cell styles */
.SummaryList th, .SummaryList td {
    cursor: default;
    height: 20px;
    vertical-align: top;
}

/* header cell style */
.SummaryList th {
    border-bottom-color: #04253a;
    border-bottom-style: solid;
    border-width: 1px;
    border-right-color: #04253a;
    border-right-style: solid;
    font-weight: bold;
    text-align: left;
    color: white;
    background: #4bbeec;
    padding: 2px 8px;
}

    .SummaryList th a {
        color: white;
        text-decoration: none;
        background-color: inherit;
    }

        .SummaryList th a:hover {
            color: #2a5a8a;
            text-decoration: none;
            background-color: inherit;
        }


/* cell styles */
.SummaryList td {
    color: #000;
    padding: 2px 8px;
    text-align: left;
    /*
	border-right-style:solid;
	border-right-width:1px;
	border-bottom-style:solid;
	border-bottom-width:1px;	
	border-bottom-color:#4bbeec;	
    border-right-color:#4bbeec;	
    */
}

/* mouseover row style 
.SummaryList .row-over 
{ 
	background-color:#4bbeec;
}
*/

/* mouse select row style
.SummaryList .row-select 
{ 
	background-color:#04253a;
	color:#fff;
}
 */
