﻿html, body, .PageContainer
{ 
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: Black;
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
}

a
{
	color: Black;
}

a:hover
{
	text-decoration: none;
}

input
{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: Black;
}

select
{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: Black;
}

.ModalBackground
{
	z-index: 1000;
	background-color: Gray;
    filter: alpha(opacity=70);
	opacity: 0.7;
}

.ModalDialog
{
	background-color: lightyellow;
	border: 1px solid black;
	min-width: 20px;
	min-height: 20px;
}

.ModalContent
{
	padding: 5px;
}

.ModalClose
{
	text-align: right;
	padding: 3px 5px;	
	background-color: #E5E5E5;	
	border-bottom: solid 1px #808080;
	cursor: pointer;
}

.ModalDescription
{	
	text-align: center;
	font-weight: bold;
}

.Header
{
	font-size: 10px;
	font-weight: bold;
}

.HiddenObject
{	
	display: none;
}

.CenteredText
{
	width: 100%;
	text-align: center;
}

.Exception
{
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #C74B4B;
}

.Button
{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	border: Solid 1px #6f665f;
	background-color: #E5E5E5;
	cursor: pointer;
}

.DisabledButton
{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	border: Solid 1px #6f665f;
	background-color: #E5E5E5;
	color: #E5E5E5;
}

.ButtonHyperLink
{
	cursor: pointer;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	padding-left: 12px;
	padding-right: 12px;
	border: Solid 1px #6f665f;
	background-color: #E5E5E5;
}

.ValidationSummary
{
	margin-top: 10px;
	color: #C74B4B;
}

.ValidationSummary ul
{
	margin-top: 5px;
}

.TopDiv
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 780px;
	height: 100%;
}

.TitleText
{
	position: absolute;
	top: 35px;
	left: 20px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 30px;
	color: White;
}

.Title a
{
	text-decoration: none;
	color: White;
}

.Title a:hover
{
	text-decoration: none;
}

.WelcomeMessage
{
	width: 142px;
	padding: 3px;
	border-top: solid 1px #AEAEAE;
	border-right: solid 1px #AEAEAE;
	border-bottom: solid 1px #AEAEAE;
	z-index: 999;
	background-color: #9DADC6;
	color: White;
}

.MainBoxTitle
{	
	vertical-align: middle;
	font-family : verdana, arial;
	font-size : 18px;
	color : black;
	font-style : normal;
	font-weight : bold;
}

.MainBoxContent
{
	padding-top: 20px;
	padding-bottom: 20px;
}

.Footer
{
	border-top: Solid 1px #6f665f;
	padding-top: 10px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: Black;
	text-align: center;
}

.FooterBold
{
	font-size: 11px;
	font-weight: bold;
}

.SmallSpacer
{
	height: 2px;
	clear: both;
}

.Spacer
{
	height: 5px;
	clear: both;
}

.SmallText
{
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color: Black;
}

.MediumSpacer
{
	height: 10px;
	clear: both;
}

.LargeSpacer
{
	height: 15px;
	clear: both;
}

.ClickableArea
{
	cursor: pointer;
}

.ClickableText
{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: Black;
	cursor: pointer;
	text-decoration: underline;	
}

.ClickableText:hover
{
	text-decoration: none;
}

.ClickableTextNoUnderline
{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: Black;
	cursor: pointer;
	text-decoration: none;
}

.InfoMessages
{
	color: Blue;
}

.SmallInfoMessages
{
	font-size: 9px;
	color: Blue;
	margin-bottom: 2px;
}

.ErrorMessages
{
	color: #C74B4B;
}

.TipBubble
{
	width: 500px; 
	height: 40px;		
	color: Blue;
	background: url("../../Images/Backgrounds/TipBubble.gif") no-repeat left top;
	padding: 8px 5px 5px 7px;
	z-index: 100;
}

.Control
{
	font-family : verdana, arial;
	font-size : 10px;
	color : black;
}

.ControlDisabled
{
	font-family: Verdana, sans-serif;
	font-size: 10px;	
	color: Black;
	background-color: #E5E5E5;
}

/* Top Nav Classes */
#NavTabs 
{
  z-index: 20;
  float: left;
  position: relative;
  top: 94px;
  left: 155px;
  width: 625px;
  background: url("../../Images/TopTabBG.gif") repeat-x bottom;
  font-size: 10px;
  line-height: normal;
  border-right: Solid 1px #6f665f;
}

#NavTabs ul 
{	
  position: relative;
  top: 0px;
  margin: 0;
  padding: 10px 3px 0;
  list-style: none; 
  width: 560px;
}

#NavTabs li 
{
  float: left;
  background: url("../../Images/TopTabLeft.gif") no-repeat left top;
  padding: 0 0 0 6px;
}

#NavTabs a 
{
  float: left;
  display: block;
  background: url("../../Images/TopTabRight.gif") no-repeat right top;
  padding: 5px 6px 4px 0px;  
  text-decoration: none;
  font-family: Verdana;
  font-weight: bold;
  color: #000000;
}
 
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#NavTabs a {float:none;}
/* End IE5-Mac hack */
#NavTabs a:hover 
{
	color: #1E3D6C;
}

#NavTabs .NavTabCurrent 
{
	position: relative;
	background-image: url("../../Images/TopTabLeftOn.gif");
}
  
#NavTabs .NavTabCurrent a 
{
	background-image: url("../../Images/TopTabRightOn.gif");
	padding-bottom: 5px;
}

#NavTabs .NavTabCurrent a:hover
{
	color: Black;
}

#NavTabs .NavTabNoCurrent 
{
	position: relative;
	background-image: url("../../Images/TopTabLeftHome.gif");
}
  
#NavTabs .NavTabNoCurrent a 
{
	background-image: url("../../Images/TopTabRightHome.gif");
	padding-bottom: 5px;
}
/* End Top Nav Classes */

/* Mini Cart Classes */
.MiniCartLink
{
	z-index: 100;
	position: relative;
	top: 103px;
	font-weight: bold;
	font-size: 9px;		
	color: Black;
	font-family: Verdana;
	padding-right: 5px;
	float: right;
	cursor: pointer;
}

.MiniCartLink img
{
	position: relative;
	left: -5px;
	top: 3px;
}

.MiniCart
{	
	display: none;
	position: absolute;
	font-size: 100%;
	z-index: 10;
	width: 500px;	
}
 
.MainCartContinue
{
	padding: 2px 2px 0px 0px;
	margin: 3px;
	cursor: pointer;
}

.MainCartContinue:hover
{
	text-decoration: underline;
}

.MiniCartContents
{
	border-top: #6f665f 1px solid;	
	border-right: #6f665f 1px solid;
	border-left: #6f665f 1px solid;
	background-color: #9DADC6;
}

.MiniCartText
{
	font-family: Verdana;
	font-size: 10px;
	padding: 5px;	
}

.MiniCartBottom
{
	height: 15px;
	width: 100%;
}

.MiniCartBottomImgRight
{
	background: url(../../Images/MiniCart/MiniCartBottomRightCorner.gif) no-repeat right bottom;
}

.MiniCartBottomImgLeft
{
	background: url(../../Images/MiniCart/MiniCartBottomLeftCorner.gif) no-repeat left bottom;
}

.MiniCartBottomText
{
	font-weight: bold;
	font-size: 10px;	
	font-family: Verdana;
	text-align: center;	
}

.MiniCartBottomText a
{
	text-decoration: none;
	color: White;	
}

.MiniCartBottomText a:hover
{
	text-decoration: underline;
}

.MiniCartBottomText span
{
	position: relative; 
	top: 0px;
	color: White;
	left: -3px; 
	cursor: pointer; 
}

.MiniCartTable
{
	width: 100%;
}

.MiniCartTableHeader
{
	width: 100%;
	padding-left: 2px;
	padding-right: 2px;
	color: White;
	background-color: #9DADC6;
}

.MiniCartTableRow
{
	width: 100%;
	padding: 2px;
	font-family: Verdana;
	font-size: 10px;
	background-color: #E5E5E5;
}

.MiniCartGrandTotal
{
	font-family: Verdana;
	font-size: 10px;
	padding-right: 2px;
	padding-left: 2px;
	border-top: black 1px solid;	
}

.MiniCartIFrame
{
	display: none;
	font-size: 100%;
	z-index: 9;
	width: 300px;
	position: absolute;
}
/* End Mini Cart Classes */

/* Left Nav Classes */
.SideBarContents
{
	background-color: #f1f1d4;
	position: relative;
	top: 25px;
}

.SideBox
{
	font-size: 100%;
	background: url(../../Images/SideBoxBodyRight.gif) no-repeat right bottom;
	left: 0px;	
	width: 150px;
}

.SideBoxHead 
{
	background: url(../../Images/SideBoxHeadRight.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;
}

.SideBoxHead h2 
{
	margin: 0;
	font-family:Verdana;
	font-size:10px;
	padding:3px 0px 3px 5px;
	color: white; 
	font-weight: bold; 
}

.SideBoxAccountHead 
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold; 
	background: url(../../Images/SideBoxHeadRight.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;	
	color: white; 
}

.SideBoxAccountHead h2 
{	
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold; 
	margin: 0;			
}

.SideBoxAccountHeadWelcomeText a
{
	position: relative;
	top: 2px;
	left: -15px;
	float: right;
	font-family: Verdana;
	color: white; 
	font-weight: bold; 
	font-size: 8px;
}

.SideBoxAccountHeadWelcome
{
	width: 90%;
	border-bottom: Dotted 1px White;
}

.SideBoxAccountHeadWelcomeText
{
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 1px;
	font-size: 10px;	
	font-family: Verdana;
}

.SideBoxBody 
{	
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
}

.SideBoxBody p 
{
	padding: 5px 5px 5px 10px;
	font-family:Verdana;
	font-size:10px;
}

.SideBoxOption
{		
	width: 90%;
	cursor: pointer;
	border-bottom: dotted 1px #AEAEAE;
}

.SideBoxOption:hover
{
	background-color: #9DADC6;
	color: White;
}

.SideBoxOptionText
{
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 1px;
	font-size: 10px;	
	font-family: Verdana;
	font-weight: bold;
}

.SideBoxOptionCurrent
{
	background-color: White;
	color: #1E3D6C;
	width: 90%;
	cursor: pointer;
	border-bottom: dotted 1px #AEAEAE;	
}

.BoxButton
{
	font-family: Verdana;
	font-size: 10px;
	color: White;
	border: White 1px solid;
	background-color: #9DADC6;
}

.BoxTextBox
{
	font-size: 10px;
	color: black;
	font-family: Verdana;
}
/* End Left Nav Classes */

/* Content Classes */
.ContentHeaderWithBackground
{
	padding: 3px;
	background-color: #E5E5E5;
	font-family : verdana, arial;
	font-size : 12px;
	color : black;
	font-style : normal;
	font-weight : bold;
}

.ContentHeader
{
	padding: 3px;
	font-family : verdana, arial;
	font-size : 12px;
	color : black;
	font-style : normal;
	font-weight : bold;
}

.ContentDefault
{
	font-family: verdana, arial;
	font-size: 10px;
	color: black;
	font-style: normal;
	font-weight: normal;
}
/* End Content Classes */

/* Please Wait Classes */
.PleaseWait
{
	position: absolute;
	z-index: 30;
	background-color: #F1F1D4;
	border: Solid 1px Black;
	width: 200px;
	height: 40px;
	padding-top: 23px;
	text-align: center;
	vertical-align: middle;
}

.PleaseWaitIFrame
{
	position: absolute;
	z-index: 29;
	display: none;
	width: 200px;
	height: 40px;
}
/* End Please Wait Classes */

/* Display Message Classes */
.DisplayMessage
{	
	position: absolute;
	left: 165px;
	z-index: 25;	
	width: 400px;	
	display: none;
	background-color: #F1F1D4;
	border: Solid 1px #808080;
	cursor: move;
}

.DisplayMessageIFrame
{
	position: absolute;
	left: 165px;
	top: 30px;
	z-index: 24;	
	width: 400px;	
	display: none;
}

.DisplayMessageHandle
{
	height: 14px;
	background-color: #E5E5E5;
	width: 100%;
	border-bottom: solid 1px #808080;
}

.DisplayMessageHandle img
{
	position: relative;
	top: 2px;
}

.DisplayMessageTextArea
{
	margin: 20px;
}

.DisplayMessageTitle
{	
	font-weight: bold;
	font-size: 14px;	
	text-align: left;
}

.DisplayMessageTitleImage
{
	float: left;
	margin-right: 10px;
}

.DisplayMessageTitleText
{
	margin-bottom: 5px;
}

.DisplayMessageHeader
{
	font-weight: bold;
	text-align: left;
}

.DisplayMessageMainContents
{
	font-family : verdana, arial;
	font-size : 10px;
	color : black;
	text-align: left;
}

.DisplayMessageText
{
	text-align: left;
}

.RightJustifiedContainer
{
	width:100%;
	text-align:right;
}
/* End Display Message Classes */

/* Three Column Tables */
.Table
{
	width: 380px;
}

.TableHeaderCellLeft
{
	font-family: Verdana, sans-serif;
	font-size: 10px;	
	color: White;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	background-color: #9DADC6;	
	text-align: left;
}

.TableCellLeft
{
	padding-left: 8px;
	width: 118px;
}

.TableCellLeftColumnSpanTwo
{
	padding-left: 8px;
	width: 354px;
}

.TableCellCenter
{
	width: 236px;
}

.TableCellRight
{
	padding-left: 3px;
	width: 7px;	
}

.ThreeColumnBox
{
	clear: both;
	width: 376px;
}

.ThreeColumnHeader
{
	font-family: Verdana, sans-serif;
	font-size: 10px;	
	color: White;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #9DADC6;	
	width: 356px;	
	clear: both;
	margin-bottom: 5px;
}

.ThreeColumnRow
{
	clear: both;
	margin-top: 1px;
}

.ThreeColumnLeftCellNoWidth
{
	padding-left: 10px;
	float: left;
	font-family: Verdana, sans-serif;
	font-size: 10px;	
	color: Black;
}

.ThreeColumnLeftCellRequiredFlag
{
	padding-top: 4px;
	width: 10px;
	float: left;
}

.ThreeColumnLeftCellForRequired
{	
	width: 110px;
	float: left;
	font-family: Verdana, sans-serif;
	font-size: 10px;	
	color: Black;
}

.ThreeColumnLeftCell
{
	padding-left: 10px;
	width: 110px;
	float: left;
	font-family: Verdana, sans-serif;
	font-size: 10px;	
	color: Black;
}

.ThreeColumnCenterCell
{
	padding-left: 10px;
	float: left;
	font-family: Verdana, sans-serif;
	font-size: 10px;	
	color: Black;
}

.ThreeColumnRightCell
{
	float: right;
	position: relative;
	left: 5px;
	top: 5px;
}

.ThreeColumnFullCell
{
	width: 400px;
	clear: both;
}
/* End Three Column Tables */

/* PopUp Classes */
.PopUpContainer
{
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 25;	
	width: 500px;
	display: none;
	background-color: #F1F1D4;
	border: Solid 1px #808080;
}

.PopUpIFrame
{
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 24;	
	width: 500px;
	display: none;
}

.PopUpContainerVisible
{
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 25;	
	width: 500px;
	background-color: #F1F1D4;
	border: Solid 1px #808080;
}

.PopUpHandle
{
	height: 14px;
	background-color: #E5E5E5;
	width: 100%;
	border-bottom: solid 1px #808080;
}

.PopUpHandle img
{
	position: relative;
	top: 2px;
}

.PopUpTextArea
{
	padding-left: 45px;
	margin: 20px;
}

.PopUpPleaseWait
{
	width: 100%;
	margin-left: 140px;
}

.PopUpMainContainer
{	
	display: none;
}
/* End PopUp Classes */

/* General Container Classes */
.Container
{
	clear: both;
	margin-bottom: 10px;
}

.ContainerHeader
{
	font-family: Verdana, sans-serif;
	font-size: 10px;	
	color: White;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	background-color: #9DADC6;
	clear: both;
	margin-bottom: 5px;
}

.ContainerRowHeader
{
	font-family: Verdana, sans-serif;
	font-size: 10px;	
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}

.ContainerRowHeaderSmall
{
	font-family: Verdana, sans-serif;
	font-size: 9px;	
	font-weight: normal;
	padding: 0px 0px 0px 5px;
}

.ContainerHeaderError
{
	font-family: Verdana, sans-serif;
	font-size: 10px;	
	color: White;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	background-color: #C74B4B;
	clear: both;
	margin-bottom: 5px;
}

.ContainerRow
{
	padding: 0px 0px 0px 5px;
}

.ResultsListAlternatingRow
{
	background-color: #F1F0F2;	
}
/* End General Table Classes */
