/* ----------------------------  PAGE DEFAULTS ------------------------------------*/
/* Default for all links */
A
{
	text-decoration: none;
	color: black;
}

/* Default for all hover links */
A:Hover
{
	text-decoration: underline;
}

/* Default for entire pages */
Body
{
	margin-top: 0px;
	margin-left: 0px;
	font-family: arial;
	font-size: 9pt;
	color: #666666;
	BACKGROUND-COLOR: #263597;
}

/* ------------------------------ FILTER LIST --------------------*/

.filterlistitem
{
	float: left;
	margin-left: 6px;	
	height: 25px;
	vertical-align: middle;
	white-space: nowrap;
}
/* Edit link in history list */
.filterEditLabel
{
	font-size: xx-small;
	color: #010086;
}

/* Remove link in history list */
.filterRemoveLabel
{
	font-size: xx-small;
	color: #010086;
}

/* attribute shown in history list */
.filterListAttribute
{
	font-size: 8pt;
	color: #010086;
	font-weight: bolder;
}

/* values shown in history list */
.filterListValues
{
	color: Black;
	font-style: italic;
	font-size: xx-small;
}

/* -------------------------------------------- END FILTER LIST ---------------------*/

/* -------------------------------------------- VALUE LISTS -------------------------*/

/* TEXT IN THE TOP OF THE VALUE LIST.  CONTAINS THE ATTR ICON AND ATTR NAME */
.ValueListAttributeTitle Table
{
	color: blue;
	font-size: 10pt;
	background-color:white;
	font-weight: bold;
}

/* a value as show on the search page */
.valueListItem
{
	color: black;
	font-size: 8pt;
	margin-right: 10px;
}

/* a value as show on the search page 
.valueListItem Table
{
	color: blue;
	font-size: x-small;
}*/


.ValueListBody
{
	background-color: white;
	color: blue;
}

.FilterList
{
	border-right: #4f75d8 2px solid;
	border-top: #4f75d8 2px solid;
	border-left: #4f75d8 2px solid;
	border-bottom: #4f75d8 2px solid;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	background-color: #d9ecfa;
	text-align: left;
	height: 50px;
	vertical-align: top;
	margin: 7px 0px 7px 0px;
	width: 523px;
}

/* ---------------------------- TOOL TIPS -----------------------*/
.tooltip
{ 
	position: 		absolute;
	padding:		1px;
	font-family: 	Arial, Helvetica, sans-serif;
	font-size:		11px;
	border:		solid 1px #000000;
	background:		#FFFFD0;
	display:		none;
	width:              200px;
}

.wonb
{
	 position: 		absolute;
	padding:		30px 10px 30px 10px;
	font-family: 	arial, helvetica, sans-serif;
	font-size:		11px;
	font-weight: 	bold;
	text-align:         justify;
	width:		300px;
	color:		#ffffff;
	background:		#000000;
	border:		solid 1px #000000;
	display:		none;
}

.semitransparent
{
	position: 		absolute;
	padding:		2px;
	font-family: 	arial, helvetica, sans-serif;
	font-size:		10px;
	font-weight: 	bold;
	width:		300px;
	color:		#000000;
	border:		solid 1px #000000;
	display:		none;
	background-image: url(../Images/stb_yellow.gif);
}

/* ----------------------- END TOOLTIPS ------------------------*/


/* ------------------------------  Attribute window -----------------*/


/* -------------------  END Attribute Window ------------------------------------------- */

/* --------------------------------------- Skin Specific Styles ----------------------*/

.menuitem
{
	font-family: Arial; 
	font-size: 8pt; 
	color: #FFFFFF;
	font-weight: bold;	
	float: left;
}
.menuitem A
{	
	font-family: Arial; 
	font-size: 8pt; 
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 7px;
	margin-right: 5px;	
}

.Footer
{
	font-size: 10pt;
	color: white;
}

.Footer Table
{
	font-size: 10pt;
	color: white;
}

.Footer Table A
{
	font-size: 10pt;
	color: white;
}

.ComparableItem
{
	margin-left: 17px;
	margin-right: 18px;	
	height: 150px;
	float: left;	
	width: 100px;
}


.BannerAd
{
	background-color: #c1c1fd;
}

.BannerAdCorner
{
	background-color: white;
}


/*   ------------------------- BANNER AD --------------------------  */

.BannerAdHead
{
	font-family: Arial;
	font-size: 13pt;
	font-weight: 600;
	color: #000080;
	padding: 5px;
}

.BannerAdBody
{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	padding: 2px;
	background-color: #c1c1fd;
}

.OuterTable
{
	padding: 8px;
}

.roundcont {
	width: 690px;
	background-color: #c1c1fd;
	color: white;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(http://www.whatbird.com/images/AdCorners/ur.gif) no-repeat top right; 
}

.roundbottom {
	background: url(http://www.whatbird.com/images/AdCorners/br.gif) no-repeat top right; 
}

img.corner {
   background-color: white;
   width: 5px;
   height: 5px;
   border: none;
   display: block !important;
}
.QuickObjectListItemTable
{
	font-size: 8pt;
	width: 100px;
}
