a {
    color: #2B587A;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px dashed #A7B7C9;
}

table {
	border: 1px solid;
	border-collapse: collapse;
}

th {
    color: #333;
    cursor: pointer;
    text-shadow: 0 1px 0 #fff;
    background: #f7f7f7;
    background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e1e1e1));
    background: -moz-linear-gradient(top,  #f7f7f7,  #e1e1e1);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e1e1e1');
}

table th, table td {
    padding: 5px;
}

tr.Green
{
    /*background-color: LightGreen;*/
    background: #99CC66;
/*
    background: -webkit-gradient(linear, left top, left bottom, from(#e5edc4), to(#99CC66));
    background: -moz-linear-gradient(top,  #e5edc4,  #99CC66);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5edc4', endColorstr='#99CC66');
*/
}

tr.Yellow
{
    /*background-color: Yellow;*/
    background: #ffffc0;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffc0), to(#f9ee9c));
    background: -moz-linear-gradient(top,  #ffffc0,  #f9ee9c);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffc0', endColorstr='#f9ee9c');
}

tr.Orange
{
    /*/*background-color: Yellow;*/
    background: #ffffc0;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffc0), to(#f9ee9c));
    background: -moz-linear-gradient(top,  #ffffc0,  #f9ee9c);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffc0', endColorstr='#f9ee9c');*/
    color: #fef4e9;
    /*border: solid 1px #da7c0c;*/
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top, #faa51a, #f47a20);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
    
}

tr.Active {
    background: #e1e1e1;
    color: #333;
    text-shadow: 0 1px 0 #fff;
    font-size: 16px;
    font-weight: bold;
}