body {
    margin: 0px;
    width: 100%;
    font: bold 11px 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, Verdana, sans-serif;
    /*font: 8pt Verdana;*/
}

a{
    text-decoration: none;
    outline:none;  
}

a.label {
    text-align: right;
    color:#44d;
    font: bold 8pt sans-serif;
    white-space: nowrap;
    overflow: hidden;
}


.headerTop {
    padding: 10px;
    background: url(../img/bg-top.png) left top repeat-x;
}

.checkBox {
    cursor: pointer;
    margin-top: 2px;
    margin-left: 15px;
    margin-right: 3px;
}

/*--------------------------------------------------*/
/* ROUNDED HEADER
/*--------------------------------------------------*/
.roundedHeader {
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background:whitesmoke;
    -webkit-box-shadow: #B3B3B3 1px 1px 1px;
    -moz-box-shadow: #B3B3B3 1px 1px 1px;
    box-shadow: #B3B3B3 1px 1px 1px;
    height: 10px;
    margin: 5px;
    margin-bottom: 10px;
    padding: 8px;
    background-color: wheat;
    font: bold 9pt Arial;
    color:#777;
    vertical-align: middle;
}

/*--------------------------------------------------*/
/* ROUNDED FOOTER
/*--------------------------------------------------*/
.roundedFooter {
    vertical-align: bottom;
    text-transform: uppercase;
    margin: 25px;
    margin-top: 60px;
    padding: 5px;
    background: whitesmoke;
    color: white;
    font: bold 8pt sans-serif;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: #B3B3B3 2px 2px 2px;
    -moz-box-shadow: #B3B3B3 2px 2px 2px;
    box-shadow: #B3B3B3 2px 2px 2px;
}

/*--------------------------------------------------*/
/* ROUNDED FRAME
/*--------------------------------------------------*/
.roundedFrame {
    -webkit-border-radius: 20px 5px 5px 5px;
    -moz-border-radius: 20px 5px 5px 5px;
    border-radius: 20px 5px 5px 5px;
    background:rgba(255, 240, 212, 1);
    -webkit-box-shadow: #B3B3B3 2px 2px 2px;
    -moz-box-shadow: #B3B3B3 2px 2px 2px;
    box-shadow: #B3B3B3 2px 2px 2px;
}

/*--------------------------------------------------*/
/* ROUNDED RECORD
/*--------------------------------------------------*/
.roundedRecord {
    -webkit-border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    background: whitesmoke;
    margin: 25px;
    padding: 25px;
    -webkit-box-shadow: #B3B3B3 2px 2px 2px;
    -moz-box-shadow: #B3B3B3 2px 2px 2px;
    box-shadow: #B3B3B3 2px 2px 2px;
}


/*--------------------------------------------------*/
/* TABLE GRID                                       */
/*--------------------------------------------------*/

table.grid {
    width: 100%;
    table-layout: fixed;
    padding: 0px;
    font: 8pt sans-serif;
    color: #444;
}

table.grid thead {
    background: url(../img/orange.png) left top repeat-x;
    color: white;
}

table.grid tfoot {
    height: 24px;
    padding: 0px;
    text-align: right;
    background-color: #aaa;
    color:#444;
    font-weight: bold;
}

table.grid th {
    -webkit-border-radius: 10px 5px 5px 0px;
    -moz-border-radius: 10px 5px 5px 0px;
    border-radius: 10px 5px 5px 0px;
    -webkit-box-shadow: #B3B3B3 2px 2px 2px;
    -moz-box-shadow: #B3B3B3 2px 2px 2px;
    box-shadow: #B3B3B3 2px 2px 2px;
    padding: 3px;
    padding-left: 4px;
    padding-right: 4px;
    text-align: left;
    cursor: pointer;
    height: 18px;
    vertical-align: middle;
    text-overflow: ellipsis;
}

table.grid th:hover {
    background: url(../img/gray.png) left top repeat-x;
}

table.grid tr {
    vertical-align: top;
    height: 18px;
}

table.grid tr.rowEven {
    cursor: pointer;
    background: whitesmoke;
}

table.grid tr.rowOdd {
    cursor: pointer;
    background: white;
}

table.grid tr.rowEven:hover {
    background: url(../img/green.png) left top repeat-x;
    color: black;
}

table.grid tr.rowOdd:hover {
    background: url(../img/green.png) left top repeat-x;
    color: black;
}

table.grid td {
    overflow: hidden;
    white-space: nowrap;
    padding-left: 4px;
    text-overflow: ellipsis;
}

/*--------------------------------------------------*/

.footer {
    height: 21px;
    color: white;
    background-color: #aaa;
    font: bold 11px 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, Verdana, sans-serif;
    /*font: 8pt Verdana;*/
}

body.reserved {
    margin:0px;
    padding:0px;
    text-align:center;
    background: #efefef url(../img/bb.bmp) center repeat-y;
    font: 12px "Trebuchet MS", "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
    width: 100%;
}

div.base{
    font: 8pt Verdana;
    width: 900px;
    padding: 10px;
    margin: 0px;
    text-align: left;
    /*background:url(../img/base.png) repeat-x top left;*/
}

.header {
    background-image: url(../img/head.png);
    background-repeat: no-repeat;
    width:100%;
}

.title{
    width: 340px;
    color:#444;
    text-align: left;
    padding: 6px;
    font: bold 10pt "Trebuchet MS", "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
}

.menu{
    width: 340px;
    text-align: right;
    padding: 10px;
    font: bold 11px 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, Verdana, sans-serif;"
    /*font: 8pt Verdana;*/
}

.menu a {
    margin-left: 8px;
}

.doubleframe{
    border-style: double;
    border-width: 4px;
    border-color: gainsboro;
}

.separatorTop {
    padding-top: 20px;
    border-spacing: 1px;
    border-top: #eee solid thin;
}

.separatorLeft {
    padding-left: 20px;
    border-spacing: 1px;
    border-left: #eee solid thin;
}

div.label
{
    text-align: left;
    padding-bottom: 2px;
    color:#444;
    font: bold 12px "Trebuchet MS", "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
    white-space: nowrap;
    overflow: hidden;
}

div.select
{
    border: 0px solid #ccc;
    padding: 1px;

    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background: white;
    -webkit-box-shadow: #B3B3B3 1px 1px 1px;
    -moz-box-shadow: #B3B3B3 1px 1px 1px;
    box-shadow: #B3B3B3 1px 1px 1px;

}

select
{
    padding: 1px;
    font: 11px/100% Verdana;
    border: 0px none #ccc;
    height: 18px;
    width: 100%;
    color: #333;
    background-color: white;
}

input[type=text], input[type=password], input[type=submit], input[type=reset], input[type=button], textarea {
    /*border-style: double; border-width: 3px; border-color: gainsboro;*/
    height: 15px;
    padding: 2px;
    border: 0px solid #ccc;
    font: 11px/100% Verdana;
    color: #333;
    background-color: white;
    resize: none;
    /*border-radius: .5em;*/

    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: #B3B3B3 1px 1px 1px;
    -moz-box-shadow: #B3B3B3 1px 1px 1px;
    box-shadow: #B3B3B3 1px 1px 1px;
}

input[type=submit], input[type=reset], input[type=button] {
    margin: 5px;
    width: 96px;
    height: 24px;
    font: bold 12px/1.5em Verdana;
    color: white;
    border-radius: .5em;
}

.button {
    height: 24px;
    margin: 5px;
    width: 96px;
    font: bold 12px/1.5em Verdana;
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
    text-decoration: none;
}
.button:active {
    position: relative;
    top: 1px;
}


.orange {
    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');
}
.orange:hover {
    background: #f47c20;
    background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
    background: -moz-linear-gradient(top,  #f88e11,  #f06015);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
    color: #fcd3a5;
    background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
    background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
