/* Clear calendar's float for browsers which support :after */
#container .bd form {clear:left}

/* Prevent border-collapse:collapse from bleeding through in IE6, IE7 */
#container_c.yui-overlay-hidden table {
    *display:none;
}
#releaseHistoryContainer {
    border: 1px solid grey;
    /*    box-shadow: 3px 3px 2px #3e3e3e;*/
    box-shadow: 3px 3px 1em black;
    visibility: inherit;
}
#releaseHistoryContainer div.bd {
    display: inline-block;
}
#releaseHistory {
    display: inline;
    float: left;
    padding: 0 2em;
    position: relative;
    *float: right;
}
#releaseMenu {
    min-width: 143px;
    border-width: 1px;
}
.yui-button-release-menu bd li.yuimenuitem {
    min-width: 143px;
}
.yui-button-release-menu bd li.yuimenuitem {
    min-width: 143px;
}
.yui-skin-sam .yuimenuitem-selected {
    background-color: #84bc73;
    color: #fff;
}
.yui-skin-sam .yuimenuitem-selected .yuimenuitemlabel {
/*    background-color: #84bc73;*/
    color: #fff;
    text-decoration: none;
}
.yui-skin-sam .yuimenuitem .yuimenuitemlabel {
/*    background-color: #84bc73;*/
    text-decoration: none;
}
.yui-skin-sam .yui-menu-button button {
    background-image: url("http://yui.yahooapis.com/2.8.2r1/build/assets/skins/sam/menu-button-arrow.png");
}
.yui-skin-sam .yui-split-button button,
.yui-skin-sam .yui-menu-button button {
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 20px;
    width: 100%;
}
.yui-skin-sam .yui-menu-button,
.yui-skin-sam .yui-split-button {
    background:#D8D8D8 url(/pdbe/images/tabs/pdbesprite_index.png) repeat-x scroll 0 0;
    border-color:#304369;
    border:2px solid #9e9e9e;
}
.yui-skin-sam .yui-menu-button-hover,
.yui-skin-sam .yui-split-button-hover {
    background: url(/pdbe/images/tabs/pdbesprite_index.png) repeat-x scroll 0 -1300px transparent;
}

.calendarImg {
    vertical-align: middle;
}
.datebox {
    background-color: #D8D8D8;
    border-radius: 5px 5px 0 0;
    border: 2px solid #5E5E5E;
    border-bottom: none;
    padding: 0.2em;
    /*    box-shadow: 1px 2px 5px #000;*/
}
.datefield {
    display: inline;
/*    margin: 0 1em;*/
    color: #374845;
    font-family: verdana,DejaVu,sans-serif;
    font-size: 13pt;
    font-weight: bold;
    line-height: 1.5em;
    text-shadow: 1px 1px 2px #D2D2D2;
    vertical-align: top;
}
span.releaseDate {
    display: inline-block;
    font-weight: bold;
    padding: 0.4em;
}

.yui-skin-sam .yui-calendar td.calcell.selected a {
    background-color: #d8e5d8;
    color: #000000;
}
.yui-skin-sam .yui-calendar td.calcell a {
    color: #374845;
    display: block;
    height: 100%;
    text-decoration: none;
}
.yui-skin-sam .yui-calendar td.calcell.calcellhover a {
    background-color: #374845;
}

/**
 * SAM
 *
 * Skin colors used:
 *
 * - Control Border : 808080
 * - Control Chrome : f2f2f2
 * - Cell Borders : cccccc
 * - Normal Cell BG : ffffff
 * - Date Links : 374845
 * - Selected Cells BG : cae2c3
 * - Cell Hover BG : 84bc73
 * - Disabled BG : cccccc
 * - Disabled Text Color : a6a6a6
 **/

.colour1 {
    background-color: #808080;
    border: solid ;
}
.colour2 {
    background-color: #f2f2f2;
    border: solid ;
}
.colour3 {
    background-color: #cccccc;
    border: solid ;
}
.colour4 {
    background-color: #ffffff;
    border: solid ;
}
.colour5 {
    background-color: #374845;
    border: solid ;
}
.colour6 {
    background-color: #cae2c3;
    border: solid ;
}
.colour7 {
    background-color: #84bc73;
    border: solid ;
}
.colour8 {
    background-color: #cccccc;
    border: solid ;
}
.colour9 {
    background-color: #a6a6a6;
    border: solid ;
}
/* CALENDAR BOUNDING BOX */
.yui-skin-sam .yui-calcontainer {
    background-color:#f2f2f2;
    border:1px solid #808080;
    padding:10px;
}

/* CALENDARGROUP BOUNDING BOX */
.yui-skin-sam .yui-calcontainer.multi {
    padding:0 5px 0 5px;
}

/* BOUNDING BOX FOR EACH CALENDAR GROUP PAGE */
.yui-skin-sam .yui-calcontainer.multi .groupcal {
    background-color:transparent;
    border:none;
    padding:10px 5px 10px 5px;
    margin:0;
}

/* TITLE BAR */
.yui-skin-sam .yui-calcontainer .title {
    background:url(/pdbe/images/tabs/pdbesprite_index.png) repeat-x 0 0;
    border-bottom:1px solid #cccccc;
    font:100% sans-serif;
    color:#000;
    font-weight:bold;
    height:auto;
    padding:.4em;
    margin:0 -10px 10px -10px;
    top:0;
    left:0;
    text-align:left;
}

.yui-skin-sam .yui-calcontainer.multi .title {
    margin:0 -5px 0 -5px;
}

.yui-skin-sam .yui-calcontainer.withtitle {
    padding-top:0;
}

/* CLOSE BUTTON */
.yui-skin-sam .yui-calcontainer .calclose {
    background:url(/pdbe/images/tabs/pdbesprite_index.png) no-repeat 0 -300px;
    width:25px;
    height:15px;
    top:.4em;
    right:.4em;
    cursor:pointer;
}

/* CALENDAR TABLE */
.yui-skin-sam .yui-calendar {
    border-spacing:0;
    border-collapse:collapse;
    *border-collapse: separate;
    font:100% sans-serif;
    text-align:center;
    margin:0;
}

/* NAVBAR BOUNDING BOX */
.yui-skin-sam .yui-calendar .calhead {
    background:transparent;
    border:none;
    vertical-align:middle;
    padding:0;
}

/* NAVBAR TEXT CONTAINER */
.yui-skin-sam .yui-calendar .calheader {
    background:transparent;
    font-weight:bold;
    padding:0 0 .6em 0;
    text-align:center;
}

.yui-skin-sam .yui-calendar .calheader img {
    border:none;
}

/* NAVBAR LEFT ARROW */
.yui-skin-sam .yui-calendar .calnavleft {
    background:url(/pdbe/images/tabs/pdbesprite_index.png) no-repeat 0 -450px;
    width:25px;
    height:15px;
    top:0;
    bottom:0;
    left:-10px;
    margin-left:.4em;
    cursor:pointer;
}

/* NAVBAR RIGHT ARROW */
.yui-skin-sam .yui-calendar .calnavright {
    background:url(/pdbe/images/tabs/pdbesprite_index.png) no-repeat 0 -500px;
    width:25px;
    height:15px;
    top:0;
    bottom:0;
    right:-10px;
    margin-right:.4em;
    cursor:pointer;
}

/* WEEKDAY HEADER ROW */
.yui-skin-sam .yui-calendar .calweekdayrow {
    height:2em;
}

.yui-skin-sam .yui-calendar .calweekdayrow th {
    padding:0;
    border:none;
}

/* WEEKDAY (Su, Mo, Tu...) HEADER CELLS */
.yui-skin-sam .yui-calendar .calweekdaycell {
    color:#000;
    font-weight:bold;
    text-align:center;
    width:2em;
}

/* CALENDAR FOOTER. NOT IMPLEMENTED BY DEFAULT */
.yui-skin-sam .yui-calendar .calfoot {
    background-color:#f2f2f2;
}

/* WEEK NUMBERS (ROW HEADERS/FOOTERS) */
.yui-skin-sam .yui-calendar .calrowhead, .yui-skin-sam .yui-calendar .calrowfoot {
    color:#a6a6a6;
    font-size:85%;
    font-style:normal;
    font-weight:normal;
    border:none;
}

.yui-skin-sam .yui-calendar .calrowhead {
    text-align:right;
    padding:0 2px 0 0;
}

.yui-skin-sam .yui-calendar .calrowfoot {
    text-align:left;
    padding:0 0 0 2px;
}

/* NORMAL CELLS */
.yui-skin-sam .yui-calendar td.calcell {
    border:1px solid #cccccc;
    background:#fff;
    padding:1px;
    height:1.6em;
    line-height:1.6em; /* set line height equal to cell height to center vertically */
    text-align:center;
    white-space:nowrap;
}

/* LINK INSIDE NORMAL CELLS */
.yui-skin-sam .yui-calendar td.calcell a {
    color:#374845;
    display:block;
    height:100%;
    text-decoration:none;
}

/* TODAY'S DATE */
.yui-skin-sam .yui-calendar td.calcell.today {
    background-color:#000;
}

.yui-skin-sam .yui-calendar td.calcell.today a {
    background-color:#fff;
}

/* OOM DATES */
.yui-skin-sam .yui-calendar td.calcell.oom {
    background-color:#cccccc;
    color:#a6a6a6;
    cursor:default;
}
/*.yui-skin-sam .yui-calendar td.calcell.oom.calcellleft {
	color:#808080;
}*/

/* SELECTED DATE */
.yui-skin-sam .yui-calendar td.calcell.selected {
    background-color:#fff;
    color:#000;
}

.yui-skin-sam .yui-calendar td.calcell.selected a {
    background-color:#cae2c3;
    color:#000;
}

/* HOVER DATE */
.yui-skin-sam .yui-calendar td.calcell.calcellhover {
    background-color:#84bc73;
    color:#fff;
    cursor:pointer;
}

.yui-skin-sam .yui-calendar td.calcell.calcellhover a {
    background-color:#84bc73;
    color:#fff;
}

/* DEFAULT OOB DATES */
.yui-skin-sam .yui-calendar td.calcell.previous {
    color:#e0e0e0;
}

/* CUSTOM RENDERERS */
.yui-skin-sam .yui-calendar td.calcell.restricted { text-decoration:line-through; }
.yui-skin-sam .yui-calendar td.calcell.highlight1 { background-color:#ccff99; }
.yui-skin-sam .yui-calendar td.calcell.highlight2 { background-color:#99ccff; }
.yui-skin-sam .yui-calendar td.calcell.highlight3 { background-color:#ffcccc; }
.yui-skin-sam .yui-calendar td.calcell.highlight4 { background-color:#ccff99; }

/* CalendarNavigator */

/* MONTH/YEAR LABEL */
.yui-skin-sam .yui-calendar a.calnav {
    border: 1px solid #f2f2f2;
    padding:0 4px;
    text-decoration:none;
    color:#000;
    zoom:1;
}

.yui-skin-sam .yui-calendar a.calnav:hover {
    background: url(/pdbe/images/tabs/pdbesprite_index.png) repeat-x 0 0;
    border-color:#A0A0A0;
    cursor:pointer;
}

/* NAVIGATOR MASK */
.yui-skin-sam .yui-calcontainer .yui-cal-nav-mask {
    background-color:#000;
    opacity:0.25;
    *filter:alpha(opacity=25); /* IE */
}

/* NAVIGATOR BOUNDING BOX */
.yui-skin-sam .yui-calcontainer .yui-cal-nav {
    font-family:arial,helvetica,clean,sans-serif;
    font-size:93%;
    border:1px solid #808080;
    left:50%;
    margin-left:-7em;
    width:14em;
    padding:0;
    top:2.5em;
    background-color:#f2f2f2;
}

.yui-skin-sam .yui-calcontainer.withtitle .yui-cal-nav {
    top:4.5em;
}

/* NAVIGATOR BOUNDING BOX */
.yui-skin-sam .yui-calcontainer.multi .yui-cal-nav {
    width:16em;
    margin-left:-8em;
}

/* NAVIGATOR YEAR/MONTH/BUTTON/ERROR BOUNDING BLOCKS */
.yui-skin-sam .yui-calcontainer .yui-cal-nav-y,
.yui-skin-sam .yui-calcontainer .yui-cal-nav-m,
.yui-skin-sam .yui-calcontainer .yui-cal-nav-b {
    padding:5px 10px 5px 10px;
}

.yui-skin-sam .yui-calcontainer .yui-cal-nav-b {
    text-align:center;
}

.yui-skin-sam .yui-calcontainer .yui-cal-nav-e {
    margin-top:5px;
    padding:5px;
    background-color:#EDF5FF;
    border-top:1px solid black;
    display:none;
}

/* NAVIGATOR LABELS */
.yui-skin-sam .yui-calcontainer .yui-cal-nav label {
    display:block;
    font-weight:bold;
}

/* NAVIGATOR MONTH CONTROL */
.yui-skin-sam .yui-calcontainer .yui-cal-nav-mc {
    width:100%;
    _width:auto; /* IE6, IE7 Quirks don't handle 100% well */
}

/* NAVIGATOR MONTH CONTROL, VALIDATION ERROR */
.yui-skin-sam .yui-calcontainer .yui-cal-nav-y input.yui-invalid {
    background-color:#FFEE69;
    border: 1px solid #000;
}

/* NAVIGATOR YEAR CONTROL */
.yui-skin-sam .yui-calcontainer .yui-cal-nav-yc {
    width:4em;
}

/* NAVIGATOR BUTTONS */

/* BUTTON WRAPPER */
.yui-skin-sam .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn {
    border:1px solid #808080;
    background: url(/pdbe/images/tabs/pdbesprite_index.png) repeat-x 0 0;
    background-color:#ccc;
    margin: auto .15em;
}

/* BUTTON (based on button-skin.css) */
.yui-skin-sam .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn button {
    padding:0 8px;
    font-size:93%;
    line-height: 2;  /* ~24px */
    *line-height: 1.7; /* For IE */
    min-height: 2em; /* For Gecko */
    *min-height: auto; /* For IE */
    color: #000;
}

/* DEFAULT BUTTONS */
/* NOTE: IE6 will only pickup the yui-default specifier from the multiple class specifier */
.yui-skin-sam .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn.yui-default {
    border:1px solid #808080;
    background-color: #84bc73;
    background: url(/pdbe/images/tabs/pdbesprite_index.png) repeat-x 0 -1400px;
}

.yui-skin-sam .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn.yui-default button {
    color:#fff;
}
.yui-skin-sam .yui-calendar td.wd3 {
    background-color: pink;
    font-weight: bold;
}
.yui-skin-sam .yui-calendar td.wd3 a.selector {
    color: #000;
}
.yui-skin-sam .yui-dialog .ft span.default {
    background: url(/pdbe/images/tabs/pdbesprite_index.png) repeat-x scroll 0 -1406px #73B360;
    border:1px solid #5E5E5E;
    /*    border: #73B360;*/
    border-radius: 5px;
}
.yui-skin-sam .yui-dialog .ft span.default .first-child {
    border-color: #5E5E5E;
}
.yui-skin-sam .yui-push-button {
    background: url(/pdbe/images/tabs/pdbesprite_index.png) repeat-x scroll 0 0 transparent;
    border:1px solid #5E5E5E;
    border-radius: 5px;
    margin: auto 0.25em;
}
