/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/

.yui-overlay {
    visibility: hidden;
    position: absolute;
    z-index: 2;
}

* html body.masked select {
    visibility: hidden;
}

* html div.drag select {
    visibility: hidden;
}

* html div.hide-select select {
    visibility: hidden;
}

.mask {
    z-index: 1; 
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    -moz-opacity: 0.5;
    opacity:.50;
    filter: alpha(opacity=50);
    background-color: #CCC;
}

/*

There are two known issues with YAHOO.widget.Overlay (and its subclasses) that 
manifest in Gecko-based browsers on Mac OS X:

    1) Elements with scrollbars will poke through Overlay instances floating 
       above them.
    
    2) An Overlay's scrollbars and the scrollbars of its child nodes remain  
       visible when the Overlay is hidden.

To fix these bugs:

    1) The "overflow" property of an Overlay instance's root element and child 
       nodes is toggled between "hidden" and "auto" (through the application  
       and removal of the "hide-scrollbars" and "show-scrollbars" CSS classes)
       as its "visibility" configuration property is toggled between 
       "false" and "true."
    
    2) The "display" property of <SELECT> elements that are child nodes of the 
       Overlay instance's root element is set to "none" when it is hidden.

PLEASE NOTE:  
  
    1) The "hide-scrollbars" and "show-scrollbars" CSS classes classes are 
       applied only for Gecko on Mac OS X and are added/removed to/from the 
       Overlay's root HTML element (DIV) via the "hideMacGeckoScrollbars" and 
       "showMacGeckoScrollbars" methods of YAHOO.widget.Overlay.
    
    2) There may be instances where the CSS for a web page or application 
       contains style rules whose specificity override the rules implemented by 
       the Container CSS files to fix this bug.  In such cases, is necessary to 
       leverage the provided "hide-scrollbars" and "show-scrollbars" classes to 
       write custom style rules to guard against this bug.

** For more information on this issue, see:

   + https://bugzilla.mozilla.org/show_bug.cgi?id=187435
   + SourceForge bug #1723530

*/

p { margin-top: 4px; margin-bottom: 4px; padding: 0; } 

.hide-scrollbars,
.hide-scrollbars * {

    overflow: hidden;

}

.hide-scrollbars select {

    display: none;

}

.show-scrollbars {

    overflow: auto;

}

.mainHd {
	width: 98%;
	height: 25px;
    background-color: #AA0000;
	font-family: arial;
	font-size: x-large;
	color: #ffffff;
    padding: 10px;
    white-space: nowrap;
}

.mainHdSub {
	font-size: medium;
	font-weight: bold;
}

.disclaimer {
	font-size: 8px;
	font-family: Tahoma, Arial, sans-serif;
	text-align: left;
	line-height: 100%;
	padding-top: 10px;
	padding-right: 100px;
	padding-bottom: 10px;
	padding-left: 100px;
}

.yui-overlay {
    visibility: hidden;
    position: relative;
    left: 0;
    top: 0;
    font: 1em Verdana;
    background-color: #FFF;
    z-index: 1;
    overflow: hidden;
}

.hd {
	width: 95%;
	height: 18px;
    color: #CC6600;
	font: 1em Verdana;
    line-height: 110%;
    border-bottom: 1px solid #CCC;
    padding: 2px;
    white-space: nowrap;
}

.hd2 {
	width: 95%;
	height: 18px;
    color: #CC6600;
	font: 1em Verdana;
    line-height: 110%;
    padding: 1px;
    white-space: nowrap;
}
.bd {
    overflow: hidden;
    padding: 2px; 
}

.ft {
    overflow: hidden;
	padding: 2px;
	height: 10px;
	display: inline;
}

.ctl,
.cbl {
	background-color: #00ff00; 
	width: 10px; 
	height: 10px; 
	position: absolute; 
	display: inline; 
	left: 0px;
	visibility: hidden;
}

.ctr,
.cbr {
	background-color: #00ff00; 
	width: 10px; 
	height: 10px; 
	position: absolute; 
	display: inline; 
	right: 0px;
	visibility: hidden;
}

.bd .dropdown {
	font-family: Times;
    font-size: 70%;
    line-height: 70%;
}

.bd .list {
	border-collapse: collapse;
    position: relative;
    left: 0;
    top: 0;
    background-color: #FFF;
    border: 1px solid #CCC;
	padding: 2px;  
}

.bd .list .rowOdd {
    background-color: #F5F5F5;
}

.bd .list .rowEven {
    background-color: #FFFFFF;
}

.name,
.format,
.rating {
	color: #000;
	font-family: Times;
    font-size: 70%;
    line-height: 100%;
    padding: 4px;
}

.rating {
	text-align: right;
}

.name a:link {
	text-decoration: underline;
	color: black;
}
.name a:visited {
	text-decoration: underline;
	color: black;
}
.name a:active {
	text-decoration: none;
	color: #CC6600;
}
.name a:hover {
	text-decoration: none;
	color: #CC6600;
}


.listHeader a:link {
	text-decoration: none;
	color: black;
}
.listHeader a:visited {
	text-decoration: none;
	color: black;
}
.listHeader a:active {
	text-decoration: none;
	color: #CC6600;
}
.listHeader a:hover {
	text-decoration: none;
	color: #CC6600;
}

.format {
	white-space: nowrap;
}

.vintage,
.price,
.quantity {
	color: #CC6600;
    font-family: Times;
    font-size: 70%;
    line-height: 100%;
    padding: 4px;
	text-align: right;
}

.news {
    background-color: #F5F5F5;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	border-style: solid;
	border-color: #F5F5F5;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 20px;
}

.news .title {
    color: #FF9900;
	font-weight: bold;
}

.news .link {
    color: #AA0000;
	font-weight: bold;
}

.footer {
	height: 60px;
	width: 100%;
	text-align: center;
}

.helpTablePopup {
	border-style: solid;
	border-color: #AA0000;
	background-color: #F5F5F5;
    font-family: Times;
    font-size: 70%;
	opacity: 0.95;
	filter: alpha(opacity=95);
}

.noData {
	font-size: medium;
	font-family: arial;
	color: #AA0000;
	border-style: none;
	text-align: center;
}

.listHeader {
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	color: #000000;
	background-color: #F5F5F5;
	text-align: center;
	white-space: nowrap;
}
