﻿.cookies 
{
background: url("../images/backrounded.PNG") left top transparent;
}

a.boxclose-mini {
    background: url("../images/cancel-mini.png") repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 15px;
    left: 400px;
    position: relative;
    top: -45px;
    width: 15px;
}

.box h1{
    border-bottom: 1px dashed #111111;
    margin:-20px -20px 0px -20px;
    padding:10px;
    background-color:#000000;
    color:#F5F5FA;
    -moz-border-radius:20px 20px 0px 0px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -khtml-border-top-left-radius: 20px;
    -khtml-border-top-right-radius: 20px;
}

img.class-name { vertical-align: middle; }

a.more {
    background: url("../images/moredetails.png") repeat scroll 0 0 transparent;
    cursor: pointer;
    float: right;
    height: 29px;
    left: 160px;
    position: relative;
    top: -41px;
    width: 137px;
}
/* details */

table.tablestyle tr.primaryheader td, table.tablestyle td.primaryheader, table.tablestyle th, table.sortableTable thead td, table.sortableTable th {
    background-color: Gray !important;
    background-image: none;
    color: #FFFFFF !important;
    font-size: 0.9em;
    font-weight: bold;
}

tbody {
    display: table-row-group;
}

tr {
    display: table-row;
}

td, th 
{
    display: table-cell;
}




