﻿a.Tab:link
{
    color:White;
    font-size:inherit;
}

a.Tab:active
{
    color:White;
    font-size:inherit;
}

a.Tab:visited
{
    color:White;
    font-size:inherit;
}

a.Tab:disabled
{
    color:White;
    font-size:inherit;
    font-weight:bold;
}

a.Tab:hover
{
    color:White;
    font-size:inherit;
    font-weight:bold;
}

/* BEGIN TABLES*/
table.SearchTable
{    
    border-style:solid;
    border-width:thin;    
    width:800px;
}
td.SearchCushion
{
    height:5px;
}
td.SearchColumn
{
}
td.ListBoxColumn
{
    width:200px;
    text-align:center;
}
td.RoomsColumn
{
	background-color: #c4c4ff;
}

td.InventoryColumn
{
	background-color: #bfffff;
}

td.RoomNightColumn
{
    font-size:11px;
    background-color:Silver;
}

td.EditColumnText
{	
    font-weight:bold;
}

td.EditColumnValue
{
}

td.EditCushion
{
    height:5px;
}
td.TabSelected
{
    color:White;    
    font-size:12;
    width:100px;
    height:20px;
    text-align:center;        
    border-width:thin;
    border-left-style:solid;
    font-weight: bold;
}

td.TabUnselected
{
    color:White;    
    width:100px;
    height:20px;
    font-weight:bold;
    font-size:12;
    text-align:center;    
    border-width:thin;
    border-left-style:solid;
}
/* END TABLES*/

/* BEGIN CUSTOM */
button
{
	font-size: smaller;	
	width: 184px;
	height: 500px;
	vertical-align: top;
}

.item {
	padding:2px 7px;	
	font-weight:normal; 
}

.selected {		
	background-image:url(Images/mainnav_select_bg.gif); 
	background-repeat:repeat-x;
}
.hover {	
	background-image:url(Images/mainnav_hover_bg.gif); 
	background-repeat:repeat-x; 
}

/* Keep IE from displaying the background images twice.*/
* html #mainnav .selected .selected, * html #mainnav .hover .hover {
	background-image:none; 
	background-color:transparent;
}
.WhiteHeader
{
	font-size: inherit;
	font-weight: bold;
	color: #FFFFFF;
}
.AppHeader
{	
	color: #FFFFFF;	
	font-size: 12pt;
}
.TabHeader
{
	font-size: 10pt;
	height: 18px;
	font-weight: bold;	
	vertical-align: top;
}

.ColumnHeaderBlack 
{	
	color: #000000;
	font-size: inherit; font: 90%;
	font-weight: bold;
}

.menutextindent
{
    font-size: x-small;
}

.SearchHeader
{
    font-size: 12pt;
    font-weight:600;    
}

.SearchSubHeader
{
    font-size: 10pt;
    font-weight:600;    
}

hr.SearchLine
{ 
    FILTER: none;
}
img.ImageButton
{
    cursor:hand;
}


.RoomSummaryDateStyle 
{
	font-weight: bold;
}
/* END CUSTOM */

