/* 
Document   : jsSupport
Created on : January 16, 2008, 7:36 AM
Author     : MNorton
Description:
This style sheet is for YUI objects and to alter our page display only when javascript is enabled.
*/

.yui-skin-sam .yuimenu h6.first-of-type {
    color: #33c;
    background-color: #eee;
    border-bottom: solid 1px #ccc;
}


#message { 
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    display: none;
}

#messageType {
    display: none;
}

#saleschart, #bookchart
{
    width: 400px;
    height: 280px;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: left;
    float: left;
}

.chart_title
{
    width: 400px;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0.4em;
}

.yui-panel .hd {
    padding: 0;
    border: solid 1px #aeaece;
    background-color: #ddf;
    color: #339;
    height: 22px;
    text-align: center;
    overflow: visible;
}

#message .yui-panel .hd span {
    vertical-align: middle;
    line-height: 22px;
}

#message .yui-panel .bd {
    overflow: auto;
    padding: 12px;
    min-height: 50px;
    border: solid 1px #aeaece;
    border-top: none;
    background-color: #eef;
}

#message .yui-panel .ft {
    overflow: hidden;
    padding: 2px;
    border: solid 1px #aeaeae;
    border-top: none;
    background-color: #ccf;
}
/*
.yui-skin-sam .yui-panel .hd, .yui-skin-sam .yui-dt th {
    background: transparent url(http://yui.yahooapis.com/2.4.1/build/assets/skins/sam/sprite.png) repeat-x scroll 0pt -1300px;
}
.yui-skin-sam th.yui-dt-asc, .yui-skin-sam th.yui-dt-desc {
    background: transparent url(http://yui.yahooapis.com/2.4.1/build/assets/skins/sam/sprite.png) repeat-x scroll 0pt -1400px;
}
*/
#commOrd .yui-resize-handle-br {
    height: 11px;
    width: 11px;
    background-position: -20px -60px;
    background-color: transparent;
}

.my-highlight-row {
    margin: solid 3px #3cf;
}

