/* ---------------------------------------------------- */
/* Default CSS Stylesheet                               */
/* Modified by: Software Professionals, Inc.			*/
/*				www.spi-web.com							*/
/* ---------------------------------------------------- */

BODY
{
/*	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	clip: rect(0px 0px 0px 0px);
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	background-color: white;
	border-bottom-style: none;
    background: url(img/back.gif)
	background-repeat:no-repeat;
    BACKGROUND-COLOR: white;
*/
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
	margin: 0,0,0,0;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	}

/********************************************
/ menu styles
/********************************************/

.MenuGroup
{
  background-color:#3F3F3F;
  border:1px;
  border-bottom-color:black;
  border-top-color:gray;
  border-left-color:gray;
  border-right-color:black;
  border-style:none;
}

.MenuItem
{
  background-color:#3F3F3F;
  color:#DCDCDC;
  font-family:verdana;
  font-size:11px;
  padding:1px;
  padding-left:5px;
  padding-right:15px;
  border:1px;
  border-color:#3F3F3F;
  border-style:none;
  cursor:hand;
}

.MenuItemOver
{
  background-color:orange;
  color:white;
  font-family:verdana;
  font-size:11px;
  padding:1px;
  padding-left:5px;
  padding-right:15px;
  border:1px;
  border-left-color:#FFD700;
  border-top-color:#FFD700;
  border-right-color:#B8860B;
  border-bottom-color:#B8860B;
  border-style:none; 
  cursor:hand;
}

.MenuItemDown
{
  background-color:orange;
  color:white;
  font-family:verdana;
  font-size:11px;
  padding:1px;
  padding-left:5px;
  padding-right:15px;
  border:1px;
  border-left-color:#B8860B;
  border-top-color:#B8860B;
  border-right-color:#FFD700;
  border-bottom-color:#FFD700;
  border-style:none; 
  cursor:hand;
}

.MenuItemExpanded
{
  background-color:#635233;
  color:#DCDCDC;
  font-family:verdana;
  font-size:11px;
  padding:1px;
  padding-left:5px;
  padding-right:15px;
  border:1px;
  border-left-color:orange;
  border-top-color:orange;
  border-right-color:#B8860B;
  border-bottom-color:#B8860B;
  border-style:none; 
  cursor:hand;
}

.MenuBreak
{
  padding-left:2px; 
  padding-right:2px;
}

.MenuGroup2
{
  background-color:#3f6618;
  border:0px;
  border-style:solid;
  border-color:Gray;
}

.MenuItem2
{
  background-color:#3f6618; 
  font-family:verdana; 
  font-size:11px; 
  color:White;
  border:0px;
  border-style:solid;
  border-color:white;
  padding:5px;
  padding-left:5px;
  padding-right:15px;
  cursor:hand;
}

.MenuItemOver2
{
  background-color:#6a894c; 
  color:white; 
  font-family:verdana; 
  font-size:11px; 
  border:0px;
  border-style:solid;
  border-color:Gray;
  padding:5px;
  padding-left:5px;
  padding-right:15px;
  cursor:hand;
}

.MenuGroup3
{
  background-color:#4f4fae;
  border:0px;
  border-style:solid;
  border-color:Gray;
}

.MenuItem3
{
  background-color:#4f4fae; 
  font-family:verdana; 
  font-size:11px; 
  color:White;
  border:0px;
  border-style:solid;
  border-color:white;
  padding:5px;
  padding-left:5px;
  padding-right:15px;
  cursor:hand;
}

.MenuItemOver3
{
  background-color:#adadd4; 
  color:white; 
  font-family:verdana; 
  font-size:11px; 
  border:0px;
  border-style:solid;
  border-color:Gray;
  padding:5px;
  padding-left:5px;
  padding-right:15px;
  cursor:hand;
}

.MenuGroup4
{
  background-color:#5f0f0e;
  border:0px;
  border-style:solid;
  border-color:Gray;
}

.MenuItem4
{
  background-color:#5f0f0e; 
  font-family:verdana; 
  font-size:11px; 
  color:White;
  border:0px;
  border-style:solid;
  border-color:white;
  padding:5px;
  padding-left:5px;
  padding-right:15px;
  cursor:hand;
}

.MenuItemOver4
{
  background-color:#b58080; 
  color:white; 
  font-family:verdana; 
  font-size:11px; 
  border:0px;
  border-style:solid;
  border-color:Gray;
  padding:5px;
  padding-left:5px;
  padding-right:15px;
  cursor:hand;
}

/********************************************
/ spi styles
/********************************************/

.tiny 
{
    font: 7pt Verdana, Arial, Helvetica, sans-serif; }
.tinygray 
{
	color: #808080;
    font: 7pt Verdana, Arial, Helvetica, sans-serif; }
.tinyred 
{
	color: #ff0000;
    font: 7pt Verdana, Arial, Helvetica, sans-serif; }
.tinyBold 
{
    font: bold 7pt Verdana, Arial, Helvetica, sans-serif; }
.min {
    color: #000000;
    font: 9pt Verdana, Arial, Helvetica, sans-serif; }
.minH {
    color: #000000;
    font: 9pt Helvetica, Verdana, Arial, sans-serif; }
.minBold {
    color: #000000;
    font: bold 9pt Verdana, Arial, Helvetica, sans-serif; }
.small {
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .7em;
    FONT-WEIGHT: normal;
    color: #000000;}
.smallBold {
    color: #000000;
    font: bold .7em Verdana, Arial, Helvetica, sans-serif; }
.medium {
    color: #000000;
    font: .8em Verdana, Arial, Helvetica, sans-serif; }
.mediumBold {
    color: #000000;
    font: bold .8em Verdana, Arial, Helvetica, sans-serif; }
.large {
    color: #000000;
    font: .9em Verdana, Arial, Helvetica, sans-serif; }
.largeBold {
    color: #000000;
    font: bold .9em Verdana, Arial, Helvetica, sans-serif; }

.TopNavLink
{
  font-weight:bold; 
  font-size:10px;
  color:#3F3F3F; 
}

.WelcomeTitle
{
  font-family:Verdana;
  font-size:23px;   
  font-weight:900; 
  letter-spacing:-0.2mm;
  margin-top:10px; 
  margin-bottom:20px; 
}

.MainText
{
  font-family:Verdana;
  font-size:11px; 
}

.Hint
{
  color:Red;
}

.CSCCalendar
{
   border-right: lightgrey ridge;
   border-top: lightgrey ridge;
   font-size: 8pt;
   /*filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color= 'gray' , Positive= 'true' ) progid:DXImageTransform.Microsoft.Alpha( Opacity=100, FinishOpacity=20, Style=1, StartX=96, FinishX=100, StartY=0, FinishY=0) progid:DXImageTransform.Microsoft.Alpha( Opacity=100, FinishOpacity=20, Style=1, StartX=0, FinishX=0, StartY=97, FinishY=100);*/
   border-left: lightgrey ridge;
   border-bottom: lightgrey ridge;
   font-family: Arial;
   background-color: white;
}

.CSCCalendar TABLE
{
   font-size: 8pt;
   font-family: Arial;
   background-color: white;
}

.CSCCalendarNoFilter
{
   border-right: lightgrey ridge;
   border-top: lightgrey ridge;
   font-size: 8pt;
   border-left: lightgrey ridge;
   border-bottom: lightgrey ridge;
   font-family: Arial;
   background-color: white;
   }
.CSCCalendarNoFilter TABLE
{
   font-size: 8pt;
   font-family: Arial;
   background-color: white;
}


.CSCWeekRowsTable
{
   border-right: black 1px solid;
   border-top: black 1px solid;
   font-size: 8pt;
   border-left: black 1px solid;
   border-bottom: black 1px solid;
   font-family: Arial;
   background-color: white;
}

.CSCDay
{
   cursor: default;  /* W3C approved hand. See http://www.xs4all.nl/~ppk/css2tests/index.html */
   cursor: hand;
}

.CSCSelectedDay
{
   background-color: #FFD700;
   cursor: default;
   cursor: hand;
}
.CSCSelectedToday
{
   font-weight: bold;
   background-color: #FFD700;
   cursor: default;
   cursor: hand;
}
.CSCToday
{
   font-weight: bold;
   cursor: default;
   cursor: hand;
}
.CSCSpecialDay
{
   cursor: default;
   cursor: hand;
   background-color: #FFFACD;
}

.CSCOtherMonthDays
{
   cursor: default;
   color: gray;
}

.CSCWeekNumberColumn
{
   border-right: blue 1px solid;
   background-color: #ADD8E6;
}

.CSCDayHeader
{
   border-bottom: blue 1px solid;
}

.CSCDayHeader TR
{
   font-size: 7pt;
   background-color: #ADD8E6;
}

.CSCDayHeaderCell
{
   font-size: 7pt;
}

.CSCHeaderTable
{
   font-size: 8pt;
   border-bottom: blue 1px solid;
   font-family: Arial;
}

.CSCHeaderRows
{
   font-size: 8pt;
   font-family: Arial;
   cursor: default;
}

.CSCHeaderRows TR
{
   background-color: inherit;
}

.CSCIncrementalButtons
{
   cursor: default;
   cursor: hand;
   color: #0000CD;
}

.CSCIncrementalButtonsPressed
{
   cursor: default;
   cursor: hand;
   color: #00008B;
}

.CSCJumpButtons
{
   color: #0000CD;
   cursor: default;
   cursor: hand;
}

.CSCJumpButtonsPressed
{
   color: #00008B;
   cursor: default;
   cursor: hand;
}

.CSCCloseButton
{
   cursor: default;
}

.CSCCloseButtonPressed
{
   cursor: default;
}
.CSCHelpButton
{
   cursor: default;
}

.CSCHelpButtonPressed
{
   cursor: default;
}

.CSCFooterTable
{
}

.CSCFooterTable TABLE
{
}

.CSCFooterButton
{
   border-right: lightgrey thin outset;
   border-top: lightgrey thin outset;
   border-left: lightgrey thin outset;
   color: black;
   border-bottom: lightgrey thin outset;
   background-color: #ADD8E6;
   font-size: 8pt;
   font-family: Arial;
   cursor: default;
   cursor: hand;
}

.CSCFooterButtonPressed
{
   border-right: lightgrey thin inset;
   border-top: lightgrey thin inset;
   border-left: lightgrey thin inset;
   border-bottom: lightgrey thin inset;
   background-color: #ADD8E6;
   color: black;
   font-size: 8pt;
   font-family: Arial;
   cursor: default;
   cursor: hand;
}

.CSCFooterCurrentDate
{
}

.SD_Selectable1
{
   background-color: #FFE4E1;
   cursor: default;
   cursor: hand;
}
.SD_SelectableOM1
{
   background-color: #B0E0E6;
   cursor: default;
   cursor: hand;
}
.SD_Selectable2
{
   background-color: #EEE8AA;
   cursor: default;
   cursor: hand;
}
.SD_SelectableOM2
{
   background-color: #DCDCDC;
   cursor: default;
   cursor: hand;
}
.SD_Unselectable1
{
   color: gray;
   background-color: #FFE4E1;
}
.SD_UnselectableOM1
{
   color: gray;
   background-color: #B0E0E6;
}
.SD_Unselectable2
{
   color: gray;
   background-color: #EEE8AA;
}
.SD_UnselectableOM2
{
   color: gray;
   background-color: #DCDCDC;
}

.DTBToggleCalendar
{
}

.DTBToggleCalendarPressed
{
}

.DTBHelpButton
{
}

.DTBHelpButtonPressed
{
}

.MYPMonthYearPicker
{
   border-right: gray 1px solid;
   border-top: gray 1px solid;
   font-size: 8pt;
   border-left: gray 1px solid;
   border-bottom: gray 1px solid;
   font-family: Arial;
   background-color: white;
}

.MYPMonthYearPicker TABLE
{
   font-size: 8pt;
   font-family: Arial;
   background-color: white;
}

.MYPMonthTable
{
}

.MYPYearTable
{
}

.MYPMonthCell
{
   cursor: default;
   cursor: hand;
}

.MYPSelectedMonthCell
{
   background-color: #FFD700;
   cursor: default;
   cursor: hand;
}


.MYPYearCell
{
   cursor: default;
   cursor: hand;
}
.MYPSelectedYearCell
{
   cursor: default;
   cursor: hand;
   background-color: #FFD700;
}

.MYPOutOfRangeCell
{
   color: gray;
}

.MYPMoveYearsButtons
{
}

.MYPMoveYearsButtonsPressed
{
}

.MYPTogglePicker
{
}

.MYPTogglePickerPressed
{
}


.PDPContextMenu
{
   border-right: lightgrey 1px solid;
   border-top: lightgrey 1px solid;
   font-size: 8pt;
   border-left: lightgrey 1px solid;
   border-bottom: lightgrey 1px solid;
   font-family: Arial;
   background-color: white;
}

.PDPContextMenu TABLE
{
   font-size: 8pt;
   font-family: Arial;
   background-color: white;
}

.aCart:hover {
	color: #FFFFFF;
	text-decoration: underline;}

.bottomline {
	height: 10;
	background-color : #fdcd00;
    }

.catalogs{
	background-color : #E7DEF9;
    }

.selectedcatalog{
	background-color: #FF8400; /*#D8C7F9;*/
    }

.catalogtext{
	color: #000000;
    }

.categories{
	background-color : #E7DEF9;
    }

.selectedcategory{
	background-color : #D8C7F9;
	color: #000000;
    }

.categorytext{
	color: #000000;
    }

.ComboButton
{
	font-weight: bold;
	font-size: xx-small;
	background: 6699cc;
	cursor: hand;
	color: white;
	font-family: Verdana, Arial, Helvetica;	
}

.resultstableheader
{
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    background : #FFCC66;}
    
.resultscolor1
{
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    background : #FFFFFF;}
    
.resultscolor2
{
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    background : #FFFFCC;}
    
/********************************************
/ BRS styles
/********************************************/

.r_border{
	border-right : 1px solid White;
}
.page_border{
	border-left : 1px solid white;
	border-right : 1px solid white;
}
.bottom{
	border-top : 1px solid #E9E9B6;
	font : 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : White;
	background-color : #4A4A4A;
	padding-left : 15px;
	padding-right : 15px;
}
.bottom_l{
	border-top : 1px solid #E9E9B6;
	background : url(/brs/img/sh_bottleft.gif) repeat-y fixed right;
}
.bottom_r{
	border-top : 1px solid #E9E9B6;
	background : url(/brs/img/sh_bottright.gif) repeat-y fixed left;
}
.date{
	font : bold 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #4A4A17;
	text-align : right;
	padding-right : 15px;
}
.bottomlinks{
	font : 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #E3E3E3;
	background-color : #4A4A4A;
	padding-left : 15px;
	padding-right : 15px;
	vertical-align : middle;
}
.bottomlinks,
.bottomlinks A,
.bottomlinks A:visited,
.bottomlinks A:links,
.bottomlinks A:active{
	text-decoration : none;
	color: #E3E3E3;
}
.bottomlinks A:hover{
	text-decoration : none;
	color: white;
}

.FindButton
{
  background-image: url(img/group_bg.gif); 
  color:#3F3F3F;
  font-family:verdana;
  font-size:9px;
  font-weight:bold; 
  padding-top:2px;
  padding-bottom:2px;
  padding-left:3px;
  padding-right:3px;
  border:1px;
  border-left-color:white;
  border-top-color:white;
  border-right-color:gray;
  border-bottom-color:gray;
  border-style:solid; 
  cursor:hand;
}

.FindBox
{
  font-family:verdana;
  font-size:10px;
  padding-top:2px;
  padding-bottom:2px;
  padding-left:2px;
  padding-right:1px;
  border:1px;
  border-style:solid; 
  height: 20;
}

.smallBox
{
  padding-top:2px;
  padding-bottom:5px;
  padding-left:2px;
  padding-right:1px;
  border:1px;
  border-style:solid; 
  height: 20;
}

.SilverButton
{
  border-style:outset ; 
  height: 25;
}

.TopMenuItem
{
  background-image: url(images/group_bg.gif); 
  color:#3F3F3F;
  font-family:verdana;
  font-size:11px;
  font-weight:bold; 
  padding-top:2px;
  padding-bottom:2px;
  padding-left:15px;
  padding-right:15px;
  border:1px;
  border-left-color:white;
  border-top-color:white;
  border-right-color:gray;
  border-bottom-color:gray;
  border-style:solid; 
  cursor:hand;
}

.DisabledButBlack
{
	color:Black;
	cursor:default;
}

.arrow1
{
	list-style-image: url(imgs/arrow1.gif)
}
