table#rounded td.cell {
        padding: 3px 10px 3px 10px;
}
table#rounded td.head, table#rounded th {
        font-weight: bold;
        padding: 0px 10px 6px 10px;
}
table#rounded th {
        color: green;
}
table#rounded th a, table#rounded th a:hover, table#rounded th a:visited {
        text-decoration: none;
        color: green;
}
table#rounded td.div {
        background-color: #E5E5E5;
        height: 1px;
        width: 1px;
}
table#rounded td.div img {
        margin: 0;
}
table#rounded td.tlc {
        background: url(/images/roundtable/ntl.gif) no-repeat;
        height: 10px;
        width: 10px;
}
table#rounded td.tl {
        background-image: url(/images/roundtable/nt.gif);
        background-repeat: repeat-x;
        height: 10px;
}
table#rounded td.trc {
        background: url(/images/roundtable/ntr.gif) top right no-repeat;
        height: 10px;
        width: 8px;
}
table#rounded td.ll {
        background-image: url(/images/roundtable/nl.gif);
        background-repeat: repeat-y;
        width: 10px;
}
table#rounded td.rl {
        background-image: url(/images/roundtable/nr.gif);
        background-repeat: repeat-y;
        width: 8px;
}
table#rounded td.blc {
        background:url(/images/roundtable/nbl.gif) bottom left no-repeat;
        height:8px;
        width:10px;
}
table#rounded td.bl {
        background-image: url(/images/roundtable/nb.gif);
        background-repeat: repeat-x;
        height:8px;
}
table#rounded td.brc {
        background:url(/images/roundtable/nbr.gif) bottom right no-repeat;
        height:8px;
        width:8px;
}
table#rounded tr.alt {
}

/*
	-------- Turqoise version -------
*/
table#rounded_turqoise {
	background-color: #d2f0ff;
}

table#rounded_turqoise td.cell {
        padding: 3px 10px 3px 10px;
}

table#rounded_turqoise td.head, table#rounded_turqoise th {
        font-weight: bold;
        padding: 0px 10px 6px 10px;
}


table#rounded_turqoise th {
        color: green;
}

table#rounded_turqoise th a, table#rounded_turqoise th a:hover, table#rounded_turqoise th a:visited {
        text-decoration: none;
        color: green;
}
table#rounded_turqoise td.div {
		background-color: #ffffff;
        height: 1px;
        width: 1px;
}
table#rounded_turqoise td.div img {
        margin: 0;
}
table#rounded_turqoise td.tlc {
        background: url(/images/rc/p_white_top_left.gif) no-repeat;
        height: 10px;
        width: 10px;
}
table#rounded_turqoise td.tl {
        height: 10px;
}
table#rounded_turqoise td.trc {
        background: url(/images/rc/p_white_top_right.gif) right no-repeat;
        height: 10px;
        width: 10px;
}
table#rounded_turqoise td.ll {
        width: 10px;
}
table#rounded_turqoise td.rl {
        width: 8px;
}
table#rounded_turqoise td.blc {
        background:url(/images/rc/p_white_bottom_left.gif) no-repeat;
        height:10px;
        width:10px;
}
table#rounded_turqoise td.bl {
        height:8px;
}
table#rounded_turqoise td.brc {
        background:url(/images/rc/p_white_bottom_right.gif) right no-repeat;
        height:10px;
        width:10px;
}
table#rounded_turqoise tr.alt {
}



thead .arrow {
        height: 0;
        line-height: 0;
        margin-bottom: 1pt;
        position: relative;
        width: 0;
}
thead .arrowSort {
        color: red;
        float: left;
        position: relative;
        height:22px;
        width: 8px;
}
thead .arrowUnSort {
        color: green;
        float: left;
        position: relative;
        height:22px;
        width: 8px;
}
thead .Up {
        border-color: #FFFFFF;
        border-bottom-color: inherit;
        border-width: 0 3pt 6pt 3pt;
        border-style: solid;
        voice-family: "\"}\"";
        voice-family: inherit;
        margin-bottom: -2.5pt;
}
html>body .Up {
        margin-bottom: 1pt;
}
thead .Down {
        border-color: #FFFFFF;
        border-top-color: inherit;
        border-width: 6pt 3pt 0 3pt;
        border-style: solid;
}
thead .sort {
        color: black;
        font-family: Arial, Verdana;
        font-size: 7pt;
        font-weight: normal;
        margin-left: 1pt;
        margin-bottom: -10px;
        position: relative;
        top: -5pt;
}
html>body .sort {
        top: -1pt;
}

