/* ================================
    CSS Styles for the Customer Portal site.
   ================================
*/   

/* background color for the content part of the pages */
Body
{
    background-color: white;
}
Body, TD, P
{
	color: #636363;
}

/* text style used for most text rendered by pages */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
}

.NormalSmall
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 7pt;
    font-weight: normal;
}

.NormalSmallBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 7pt;
    font-weight: bold;
}

.RSVPCell
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
	height:18px;
	width:190px;
}

.StratusRed
{
	color: #6F2000;
}

.Error
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
	color: #6F2000;
}

.ErrorSmall
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
	color: #6F2000;
}

.Header
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    /* color: red */
    color: #6F2000;
}

.RedCursive 
{
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 2px;
	color: #6F2000;
}

.RedCursiveWithBorder 
{
	border-color:#c0c0c0;
	border-bottom-width:1px;
	border-bottom-style:ridge;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 2px;
	color: #6F2000;
}
.RedWithBorder 
{
	border-color:#c0c0c0;
	border-bottom-width:1px;
	border-bottom-style:ridge;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: 2px;
	color: #6F2000;
}

.SmallWhite
{
    font-family: Verdana;
    font-size: 8px;
    font-weight: normal;
    color: white;
	letter-spacing: 2px;
}

.Small
{
    font-family: Verdana;
    font-size: 7pt;
    font-weight: normal;
    color: #636363;
	letter-spacing: 1px;
}


.HomeText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 300;
	color: #636363;
	line-height: 20px;
	letter-spacing: 0px;
}


.HomeTextRed
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: 300;
	color: red;
	line-height: 20px;
	letter-spacing: 0px;
}

.HomeTextSmall
{
	font-family: Verdana;
	font-size: 9px;
	font-weight: 300;
	color: #636363;
	line-height: 15px;
	letter-spacing: 0px;
}

.HomeTextSmallBold
{
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #636363;
	line-height: 15px;
	letter-spacing: 0px;
}
.HomeTextSmallRedBold
{
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #6F2000;
	line-height: 15px;
	letter-spacing: 0px;
}

.HomeTextSmallRed
{
	font-family: Verdana;
	font-size: 9px;
	font-weight: 300;
	/*color: red;*/
	color: #6F2000;
	line-height: 15px;
	letter-spacing: 0px;
}

.HomeTextLarge
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: 300;
	color: #636363;
	line-height: 20px;
	letter-spacing: 0px;
}

.RedBold
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #636363;
	line-height: 15px;
	letter-spacing: 0px;
}

.HomeTextBold
{
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #636363;
	line-height: 20px;
	letter-spacing: 0px;
}

.HomeTextItalic
{
	font-family: Verdana;
	font-size: 7pt;
	font-weight: bold;
	font-style: italic;
	color: gray;
	line-height: 20px;
}

.OfferingText
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: 300;
	color: #636363;
	line-height: 12px;
	letter-spacing: 0px;
}

.CustomerTitle
{
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #636363;
	line-height: 12px;
	letter-spacing: 0px;
}

.ContactTitle
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: silver;
}

.ContactText
{
	font-family: Verdana;
	font-size: 7pt;
	font-weight: normal;
	color: #6F2000;
}

.CustomerContentCell
{
	border-color:Black;
	border-left-width:1px;
	border-left-style:ridge;
	border-right-width:1px;
	border-right-style:ridge;
	border-bottom-width:1px;
	border-bottom-style:ridge;
}

.CorporateContentCell
{
	border-color:Black;
	border-right-width:1px;
	border-right-style:ridge;
	border-bottom-width:1px;
	border-bottom-style:ridge;
	border-left-width:1px;
	border-left-style:ridge;
}

.CenterContentCell
{
	border-color:#c0c0c0;
	border-bottom-width:1px;
	border-bottom-style:ridge;
	border-top-width:1px;
	border-top-style:ridge;
}

.BottomOnlyContentCell
{
	border-color:#c0c0c0;
	border-bottom-width:1px;
	border-bottom-style:ridge;
}

.SubMenuContentCell
{
	border-color:#c0c0c0;
	border-left-width:1px;
	border-left-style:ridge;
}

.ItineraryContentCell
{
	border-color:#c0c0c0;
	border-right-width:1px;
	border-right-style:ridge;
}

.AirCharterTripContentCell
{
	border-color:#c0c0c0;
	border-top-width:1px;
	border-top-style:ridge;
}


.LoginCell
{
	border-color:white;
	border-bottom-width:1px;
	border-bottom-style:ridge;
	border-top-width:1px;
	border-top-style:ridge;
	border-left-width:1px;
	border-left-style:ridge;
	border-right-width:1px;
	border-right-style:ridge;
}

.CartOfferingsCell
{
	background-color: White;
	border-color:black;
	border-bottom-width:1px;
	border-bottom-style:ridge;
	border-top-width:1px;
	border-top-style:ridge;
	border-left-width:1px;
	border-left-style:ridge;
	border-right-width:1px;
	border-right-style:ridge;
}

.MyAccountCell
{
	background-color: White;
	border-color:black;
	border-bottom-width:1px;
	border-bottom-style:ridge;
	border-top-width:1px;
	border-top-style:ridge;
	border-left-width:1px;
	border-left-style:ridge;
	border-right-width:1px;
	border-right-style:ridge;
}

.TripPointsCell
{
	border-color:#c0c0c0;
	border-bottom-width:1px;
	border-bottom-style:ridge;
	border-top-width:1px;
	border-top-style:ridge;
	border-left-width:1px;
	border-left-style:ridge;
	border-right-width:1px;
	border-right-style:ridge;
}

/* text style for buttons and link buttons used in the portal admin pages */
.SubMenuButton     {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #636363;
	line-height: 10px;
	letter-spacing: 0px;
}

.loginEmailCell
{
    font-family : Verdana,Arial, Helvetica, sans-serif;
    font-size : 10px;
    font-weight : bold;
	width:144px;
	height:20px;
	background-color:#ffffff;
	
	border-bottom-width:2px;
	border-bottom-color:#ffffff;
	border-bottom-style:inset;

	border-right-width:2px;
	border-right-color:#ffffff;
	border-right-style:inset;

	border-top-width:1px;
	border-top-style:ridge;
	border-left-width:1px;
	border-left-style:ridge;
}

 
.loginPasswordCell
{
    font-family : Verdana,Arial, Helvetica, sans-serif;
    font-size : 10px;
    font-weight : bold;
	width:117px;
	height:20px;
	background-color:#ffffff;
	
	border-bottom-width:2px;
	border-bottom-color:#ffffff;
	border-bottom-style:inset;

	border-right-width:2px;
	border-right-color:#ffffff;
	border-right-style:inset;

	border-top-width:1px;
	border-top-style:ridge;
	border-left-width:1px;
	border-left-style:ridge;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.SubMenuButton:link {
    text-decoration:    none;
}

A.SubMenuButton:visited  {
    text-decoration:    none;
}

A.SubMenuButton:active   {
    text-decoration:    none;
}

A.SubMenuButton:hover    {
    text-decoration:    none;
    color: silver;
}

/* text style for buttons and link buttons used in the portal admin pages */
.ChildSubMenuButton     {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #902000;
	line-height: 10px;
	letter-spacing: 0px;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.ChildSubMenuButton:link {
    text-decoration:    none;
}

A.ChildSubMenuButton:visited  {
    text-decoration:    none;
}

A.ChildSubMenuButton:active   {
    text-decoration:    none;
}

A.ChildSubMenuButton:hover    {
    text-decoration:    none;
    color: silver;
}

/* text style for buttons and link buttons used in the portal admin pages */
.OfferingPageButton     {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #636363;
	line-height: 20px;
	letter-spacing: 0px;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.OfferingPageButton:link {
    text-decoration:    none;
}

A.OfferingPageButton:visited  {
    text-decoration:    none;
}

A.OfferingPageButton:active   {
    text-decoration:    none;
}

A.OfferingPageButton:hover    {
    text-decoration:    none;
    color: silver;
}

HR 
{
    color: Silver ;
    height:1pt;
    text-align:left
}

/*  The events calendar */
.CalendarDayCell
{
	border-color:#c0c0c0;
	border-bottom-width:1px;
	border-bottom-style:ridge;
	border-right-width:1px;
	border-right-style:ridge;
	font-family: Verdana;
	font-size: 9px;
	font-weight:bold;
	color: #c0c0c0;
	letter-spacing: 0px;
}

.eventlinkblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	text-decoration: underline;
}
.eventlinkred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #6F2000;
	text-transform: uppercase;
	text-decoration: underline;
}
.eventdescr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #636363;
}
.eventtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #6F2000;
	text-transform: uppercase;
}
.auctionstatus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #6F2000;
	text-transform: uppercase;
	vertical-align:text-bottom;
	height: 60px;
	padding: 30px;
}
table.auctiondetail {
	background-color: #BFBFBF;
}
table.auctiondetail td {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, San-Serif;
	font-size: 11px;
	color: #444444;
}
.linkred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #6F2000;
	text-transform: uppercase;
}

.scrolldiv 
{
	width: 100%;
	height: 325px;
	overflow: auto;
}
.formsub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
.profilesubhead 
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size:	13px;
	font-weight: bold;
	color: #666666;
}
.profilesubsubhead 
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size:	11px;
	font-weight: bold;
	color: #663333;
}

/*  For the sub cat menu  */
.TopMenuGroup
{
  border:1px;
  border-style:outset;
  border-color:Gray;
  background-image:url(images/topGroupBg.gif); 
}

.MenuGroup
{
  background-color:white;
  border:0px;
  border-style:solid;
  border-color:Gray;
}

.SubMenuGroup
{
  background-color:white;
  border:1px;
  border-style:solid;
  border-color:Gray;
}

.MenuItem 
{
  color:#636363; 
  font-weight:bold;
  font-family:Verdana; 
  font-size:9px; 
  padding:3px;
  padding-left:15px;
  padding-right:10px;
  cursor:default;
  text-transform: uppercase;
}


.MenuItemOver 
{
  color:#636363; 
  background-color:silver; 
  color:black; 
  font-weight:bold;
  font-family:Verdana; 
  font-size:9px; 
  padding:3px;
  padding-left:15px;
  padding-right:10px;
  cursor:hand;
  text-transform: uppercase;
}

.MenuItemOverNoHand 
{
  color:#636363; 
  background-color:silver; 
  color:black; 
  font-weight:bold;
  font-family:Verdana; 
  font-size:9px; 
  padding:3px;
  padding-left:15px;
  padding-right:10px;
  cursor:default;
  text-transform: uppercase;
}

.DisabledMenuItem
{
  color:Gray; 
  background-color:white; 
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  padding:3px;
  padding-left:15px;
  padding-right:10px;
  cursor:default;
}

.DisabledMenuItemOver 
{
  color:Gray; 
  background-color:silver; 
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  padding:3px;
  padding-left:15px;
  padding-right:10px;
  cursor:default;
}

.MenuBreak
{
  padding:0px; 
}
