/* -------------------------------------------------------- */
/* Default CSS Stylesheet for Standard Register SRI project	*/
/* 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-COLOR: white;
	background : transparent url(images/bg.jpg) repeat scroll right;
*/
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
	padding: 0px;
	margin: 0px;
}

.NoBorder
{
	padding: 0px;
	margin: 0px;
}

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;
	border-style:hidden;
	}	
		
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;
	}	

/********************************************
/ menu styles
/********************************************/

.MenuGroup
{
  background-color:#401317;
  border:0px;
  border-bottom-color:black;
  border-top-color:gray;
  border-left-color:gray;
  border-right-color:black;
  border-style:solid;
}

.MenuItem
{
  background-color:#401317;
  color:#DCDCDC;
  font-family : Verdana, Helvetica, sans-serif;
  font-size : .7em;
  font-weight : normal;
  padding:1px;
  padding-left:5px;
  padding-right:15px;
  border:1px;
  border-color:#401317;
  border-style:solid;
  cursor:hand;
}

.MenuItemOver
{
  background-color:#e58927; 
  color:white;
  font-family : Verdana, Helvetica, sans-serif;
  font-size : .7em;
  font-weight : normal;
  padding:1px;
  padding-left:5px;
  padding-right:15px;
  border:1px;
  border-left-color:#e58927;
  border-top-color:#e58927;
  border-right-color:#e58927;
  border-bottom-color:#e58927;
  border-style:solid; 
  cursor:hand;
}

.MenuItemDown
{
  background-color:orange;
  color:white;
  font-family : Verdana, Helvetica, sans-serif;
  font-size : .7em;
  font-weight : normal;
  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:solid; 
  cursor:hand;
}

.MenuItemExpanded
{
  background-color:#e58927;
  color:#DCDCDC;
  font-family : Verdana, Helvetica, sans-serif;
  font-size : .7em;
  font-weight : normal;
  padding:1px;
  padding-left:5px;
  padding-right:15px;
  border:1px;
  border-left-color:#e58927;
  border-top-color:#e58927;
  border-right-color:#e58927;
  border-bottom-color:#e58927;
  border-style:solid; 
  cursor:hand;
}

.MenuBreak
{
  padding-left:2px; 
  padding-right:2px; 
}

.MenuGroupW
{
  background-color:#ffffff;
  border:0px;
}

.MenuItemW
{
  color:#000000;
  font-family:verdana;
  font-size:10px;
  /*font-weight:bold; */
  padding:1px;
  padding-left:5px;
  padding-right:15px;
  cursor:hand;
}

.MenuItemOverW
{
  color:blue;
  font-family:verdana;
  font-size:10px;
  /*font-weight:bold; */
  padding:1px;
  padding-left:5px;
  padding-right:15px;
  cursor:hand;
}

/********************************************
/ spi styles
/********************************************/

.tiny 
{
    font: 7pt Tahoma, Verdana, Arial, Helvetica, sans-serif; }
.tinygray 
{
	color: #808080;
    font: 7pt Tahoma, Verdana, Arial, Helvetica, sans-serif; }
.tinyred 
{
	color: #ff0000;
    font: 7pt Tahoma, Verdana, Arial, Helvetica, sans-serif; }
.tinyBold 
{
    font: bold 7pt Tahoma, Verdana, Arial, Helvetica, sans-serif; }
.min {
    color: #000000;
    font: 9pt Tahoma, Verdana, Arial, Helvetica, sans-serif; }
.minBold {
    color: #000000;
    font: bold 9pt Tahoma, Verdana, Arial, Helvetica, sans-serif; }
.small {
    FONT-FAMILY: Tahoma, Helvetica, sans-serif;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;
    color: #000000;}
.smallBold {
    color: #000000;
    font: bold 9pt Tahoma, Verdana, Arial, Helvetica, sans-serif; }
.medium {
    color: #000000;
    font: 12pt Tahoma, Verdana, Arial, Helvetica, sans-serif; }
.mediumBold {
    color: #000000;
    font: bold 12pt Tahoma, Verdana, Arial, Helvetica, sans-serif; }
.large {
    color: #000000;
    font: 14pt Tahoma, Verdana, Arial, Helvetica, sans-serif; }
.largeBold {
    color: #000000;
    font: bold 14pt Tahoma, Verdana, Arial, Helvetica, sans-serif; }
.smallBoldWhite 
{
	cursor:Hand;
    color:#ffffff;
    font: 9pt Tahoma, Verdana, Arial, Helvetica, sans-serif; }
.smallBoldYellow 
{
	cursor:Hand;
    color:#ffff99;
    font: 9pt Tahoma, Verdana, Arial, Helvetica, sans-serif; }
.smallBlackArrowBL
{
	background:  transparent url(images/TRIBL.gif) no-repeat left;
	cursor:Hand;
    color:#000000;
    font: 9pt Tahoma, Arial, Helvetica, sans-serif; }
.smallBlackArrowGD
{
	background:  transparent url(images/TRIGD.gif) no-repeat left;
	cursor:Hand;
    color:#000000;
    font: 9pt Tahoma, Arial, Helvetica, sans-serif; }
.smallBlackArrowGN
{
	background:  transparent url(images/TRIGN.gif) no-repeat left;
	cursor:Hand;
    color:#000000;
    font: 9pt Tahoma, Arial, Helvetica, sans-serif; }
.smallBlackArrowYL
{
	background:  transparent url(images/TRIYL.gif) no-repeat left;
	cursor:Hand;
    color:#000000;
    font: 9pt Tahoma, Arial, Helvetica, sans-serif; }
.smallBlack 
{
	cursor:Hand;
    color:#000000;
    font: 9pt Tahoma, Arial, Helvetica, sans-serif; }
.smallRed 
{
	cursor:Hand;
    color:#74021b;
    font: 9pt Tahoma, 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;
   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;}
    
/********************************************
/ SRI styles
/********************************************/

.r_border{
	border-right : 1px solid White;
}

.top3{
	background : transparent url(images/back.gif) repeat scroll right;
}

.top3r{
	background : transparent url(images/back.gif) repeat scroll left;
}
.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;
}
.date{
	font : bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #4A4A17;
	text-align : right;
	padding-right : 15px;
}
.bottomlinks{
	font : 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left : 15px;
	padding-right : 15px;
	vertical-align : middle;
}
.copyright{
	font : 8pt Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color : #E3E3E3;
	background-color : #476076;
	padding-left : 15px;
	padding-right : 15px;
	vertical-align : middle;
}
.copyright,
.copyright A,
.copyright A:visited,
.copyright A:links,
.copyright A:active
{
	text-decoration : none;
	color: #E3E3E3;
}
.copyright A:hover{
	text-decoration : none;
	color: white;
}

.PanelHide
{
  color:#3F3F3F;
  font-family:verdana;
  font-size:10px;
  font-weight:bold; 
  padding-top:0px;
  padding-bottom:0px;
  padding-left:0px;
  padding-right:0px;
  border:1px;
  border-left-color:white;
  border-top-color:white;
  border-right-color:gray;
  border-bottom-color:gray;
  border-style:solid; 
  cursor:hand;
}

.PanelButton
{
  color:#3F3F3F;
  font-family:verdana;
  font-size:11px;
  font-weight:bold; 
  padding :2px, 2px, 2px, 2px;
  border:1px;
  border-left-color:white;
  border-top-color:white;
  border-right-color:gray;
  border-bottom-color:gray;
  border-style:solid; 
  cursor:hand;
}

.DisabledBlack
{
	cursor:pointer;
	color:Black;
}

.CartStyle 
{
	background-color:White;
	background-repeat:no-repeat;
}