/* webFEAT webStyles : Reusable CSS Sheet */

/* Main Text Font of the size */
/* BLACK */
.GoButton
{
	width: 20px;
	height: 24px;
	background: url(/images/design/ButtonSquare.gif) #ffffff fixed no-repeat center center;
}
.maintext
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 12px;
    color: #000000;
}
.maintext10
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 12px;
    color: #000000;
}
.ProjTitle
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 13px;
    color: #000099;
    font-weight: bold;
}
.ProjDate
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 13px;
    color: dimgray;
}
.maintext a:link
{
    text-decoration: underline;
    color: #093B80;
} 
.maintext a:visited {
	text-decoration: underline;
	color: #093B80;
}
.maintext a:active
{
    text-decoration: none;
    color: #330066;
}
.maintext a:hover
{
    text-decoration: none;
    color: #918EC3;
}


/* WHITE */
.maintextwhite a:link
{
    text-decoration: underline;
    color: #093B80;
} 
.maintextwhite a:visited {
	text-decoration: underline;
	color: #093B80;
}
.maintextwhite a:active {
	color: #B3DE68;
	text-decoration: none;
}
.maintextwhite a:hover
{
    text-decoration: none;
    color: #918EC3;
}
.maintextwhite
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: white;
	text-decoration: none;
}
/* Blue Nav Text */
.bluenavtext a:link
{
    text-decoration: underline;
    color: #093A80;
} 
.bluenavtext a:visited
{
    text-decoration: underline;
    color: #093A80;
}
.bluenavtext a:active
{
    color: #093A80;
    text-decoration: underline;
}
.bluenavtext a:hover {
	text-decoration: none;
	color: #918EC3;
}
.bluenavtext {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 18px;
	color: #093A80;
	text-decoration: none;
}

/* Footer Text */
.footertext a:link
{
    text-decoration: underline;
    color: #993333;
} 
.footertext a:visited
{
    text-decoration: underline;
    color: #993333;
}
.footertext a:active
{
    color: #093A80;
    text-decoration: underline;
}
.footertext a:hover {
	text-decoration: none;
	color: #918EC3;
}
.footertext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 30px;
	color: #093A80;
	text-decoration: none;
	font-weight: bold;
}
.listhead
{
    font-weight: bold;
    color: #496cae;
    font-family: Arial;
    font-size: 13pt;
    border-bottom: gainsboro 1px solid;
}
.listheadleft
{
    font-weight: bold;
    color: #496cae;
    font-family: Arial;
    font-size: 13pt;
    border-bottom: gainsboro 1px solid;
}
.FormTextDescriptions
{
    font-size: 9pt;
    font-family: Arial;
    font-weight: bold;
    text-transform: lowercase;
}


.CartLineItems
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 12px;
    color: #000000;
}
.CartLineItems a:link
{
    text-decoration: underline;
    color: #093B80;
} 
.CartLineItems a:visited {
	text-decoration: underline;
	color: #093B80;
}
.CartLineItems a:active
{
    text-decoration: none;
    color: #330066;
}
.CartLineItems a:hover
{
    text-decoration: none;
    color: #918EC3;
}

/* Input Button Styles Section */
.ButtonBlank1
{
    background-image: url(/images/cart/blank1.gif);
    background-repeat: no-repeat;
    width: 80px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    height: 22px;
    border-bottom-style: none;
    font-size: 10pt;
    color: #ffffff;
    font-family: Arial;
    background-position: left center;
    font-weight: bold;
    margin-bottom: 2px;
    background-color: midnightblue;
    vertical-align: middle;
    padding-bottom: 2px;
}
.Button
{
    border: 3px double #999;
    border-top-color: #ddd;
    border-left-color: #ddd;
    background-color: #eee;
    background-image: url(/images/borders/CellBGBlue.gif);
    background-repeat: repeat-x;
    color: #333;
    font-size: 10px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.EditorButton
{
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: 11px;
    line-height: normal;
    background-image: url(/images/borders/CellBGBlue.gif);
    border-right: lightsteelblue 1px outset;
    border-top: lightsteelblue 1px outset;
    border-left: lightsteelblue 1px outset;
    border-bottom: lightsteelblue 1px outset;
    background-repeat: repeat-x;
    background-position: center top;
    font-weight: bold;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 1px;
    padding-top: 1px;
    margin: 1px;
    width: 50px;
}

.EditorButtonSmall
{
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: 9px;
    line-height: normal;
    background-image: url(/images/borders/CellBGBlue.gif);
    border-right: lightsteelblue 1px outset;
    border-top: lightsteelblue 1px outset;
    border-left: lightsteelblue 1px outset;
    border-bottom: lightsteelblue 1px outset;
    background-repeat: repeat-x;
    background-position: center top;
    font-weight: bold;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
    margin: 1px;
    width: 40px;
}
.EditorButtonSmallDelete
{
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 9px;
    line-height: normal;
    background-image: url(/images/cart/delete.gif);
    border-right: white 1px outset;
    border-top: white 1px outset;
    border-left: white 1px outset;
    border-bottom: white 1px outset;
    background-repeat: repeat-x;
    background-position: center top;
    font-weight: bold;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
    margin: 1px;
    width: 40px;
}

.AdminButton
{
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: 11px;
    line-height: normal;
    background-image: url(/images/borders/CellBGBlue.gif);
    border-right: lightsteelblue 1px outset;
    border-top: lightsteelblue 1px outset;
    border-left: lightsteelblue 1px outset;
    border-bottom: lightsteelblue 1px outset;
    background-repeat: repeat-x;
    background-position: center top;
    font-weight: bold;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 1px;
    padding-top: 1px;
    margin: 1px;
    width: 95px;
}

.ButtonOver
{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #eeeeee;
    color: black;
    font-size: 11px;
    line-height: normal;
    background-image: url(/images/CellBG.gif);
    border-right: #afafaf 1px solid;
    border-top: #afafaf 1px solid;
    border-left: #afafaf 1px solid;
    border-bottom: #afafaf 1px solid;
    background-repeat: repeat-x;
    width: 55px;
}

.GoButton
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    background-color: #426b2f;
    color: white;
    font-size: 12px;
    line-height: normal;
    width: 40px;
    border-right: #cc3300 1px;
    border-top: #cc3300 1px;
    border-left: #cc3300 1px;
    border-bottom: #cc3300 1px;
}

.LogOutButton
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    background-color: #426b2f;
    color: white;
    font-size: 12px;
    line-height: normal;
    width: 65px;
    border-right: #cc3300 1px;
    border-top: #cc3300 1px;
    border-left: #cc3300 1px;
    border-bottom: #cc3300 1px;
}

.EditorTextBoxesUnselected
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: normal;
    border: 1px inset;
    color: #7D7D7D;
    border-right: silver 1px inset;
    border-top: silver 1px inset;
    border-left: silver 1px inset;
    border-bottom: silver 1px inset;
    height: 18px;
    margin: 1px;
}

.EditorTextBoxesUnselectedRedBorder
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: normal;
    color: #7D7D7D;
    border-right: #ff0004 1px solid;
    border-top: #ff0004 1px solid;
    border-left: #ff0004 1px solid;
    border-bottom: #ff0004 1px solid;
    height: 18px;
    margin: 1px;
    width: 224px;
}

.ProductTitles
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: normal;
    margin: 0px;
    padding: 0px;
    color: #7D7D7D;
    font-weight: bold;
    text-transform: uppercase;
}

.EditorText
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: normal;
    margin: 0px;
    padding: 0px;
    color: #7D7D7D;
    font-weight: bold;
}

.ErrorText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #C40000;
	text-decoration: none;
}

.NewButton
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    background-color: #eeeeee;
    color: black;
    font-size: 12px;
    line-height: normal;
    background-image: url(images/CellBG.gif);
    border-right: #afafaf 1px solid;
    border-top: #afafaf 1px solid;
    border-left: #afafaf 1px solid;
    border-bottom: #afafaf 1px solid;
}
/* ========  END  ========= */

/* Alternating Row Colors in Editor Grid layouts and pager styles */
.RowItem
{
    background-color: #EDF0F6;
    font-size: 10pt;
    font-family: Arial;
}

.RowAltItem
{
    background-color: #FFFFFF;
    font-size: 10pt;
    font-family: Arial;
}

.DataGridPager a:link
{
	text-decoration: underline;
	line-height: 19px;
	color: #093B80;
} 

.DataGridPager a:visited {
	text-decoration: underline;
	line-height: 19px;
	color: #093B80;
}

.DataGridPager a:active {
	color: #B3DE68;
	text-decoration: none;
}

.DataGridPager a:hover
{
    text-decoration: none;
    color: #918EC3;
    line-height: 19px;
}

.DataGridPager
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    text-decoration: none;
    letter-spacing: 1px;
}

.PagerItem
{
    cursor: pointer;
    background-color: #EEEEEE;
    color: #666666;
    font-family: verdana;
    font-size: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 1px;
    border-right:1px solid  white;
    border-bottom:1px solid  white;
    border-top :1px solid white;
    border-left :1px solid white;
    height: 15px;
    width: 25px;
    background-image: url(images/brushedsteeldark.gif);
}
.PagerItemHover
{
  cursor: pointer;
  background-color:#F7F7F7;
  color: #666666;
  font-family: verdana; 
  font-size: 10px; 
  padding-top:2px;
  padding-bottom:2px;
  margin-left:0px;
  border-right:1px solid #DDDDDD;
  zborder-bottom:1px solid #DDDDDD;
  border-top:1px solid white;
  border-left:1px solid white;
  height: 15px;
  width: 25px;
}

.PagerItemSelected
{
    cursor: pointer;
    background-color: #F7F7F7;
    color: gray;
    font-family: verdana;
    font-size: 10px;
    cursor: hand;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-left: 0px;
    border-left: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    height: 15px;
    width: 25px;
}

.PagerItemSelected a:link
{
    text-decoration: none;
    color: gray;
}
/* ========  END  ========= */


/* Input Text Box Styles for the site */

.inputselected
{
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 14px;
    font-weight: normal;
    border-right: gainsboro 1px solid;
    border-top: gainsboro 1px solid;
    border-left: gainsboro 1px solid;
    border-bottom: gainsboro 1px solid;
}
.inputunselected
{
    background-color: whitesmoke;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 14px;
    font-weight: normal;
    border-right: gainsboro 1px inset;
    border-top: gainsboro 1px inset;
    border-left: gainsboro 1px inset;
    border-bottom: gainsboro 1px inset;
}

.inputunselectednotes
{
    border: 1px inset;
    background-color: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 14px;
    font-weight: normal;
    border-right: silver 1px inset;
    border-top: silver 1px inset;
    border-left: silver 1px inset;
    border-bottom: silver 1px inset;
    background-image: url(../images/notes.gif);
    padding-left: 18px;
}

.inputselectederror
{
border: 1px inset;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
    background-color: #FAE2E2;
    border-right: silver 1px inset;
    border-top: silver 1px inset;
    border-left: silver 1px inset;
    border-bottom: silver 1px inset;
}
/* ========  END  ========= */
.Star
{
    font-weight: bold;
    color: #cc3300;
}
.FormTitles
{
    font-weight: bold;
    font-size: 12pt;
    color: #093B80;
    font-family: Verdana, 'Courier New', Arial;
}
.FormDescriptions
{
    font-weight: bold;
    font-size: 10pt;
    color: #093B80;
    font-family: Verdana, 'Courier New', Arial;
}
.LegendText
{
    font-weight: bold;
    font-size: 12pt;
    color: #093B80;
    font-family: Arial;
}
.LegendTextOnMyAccountPage
{
    font-weight: bold;
    font-size: 10pt;
    color: #093B80;
    font-family: Arial;
}
.HeaderText
{
    font-weight: bold;
    font-size: 10pt;
    color: #424E77;
    font-family: Verdana, arial, helvatica;
    text-transform: uppercase;
}



.maintext2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}

.maintextsmall a:link
{
	text-decoration: none;
	color: #093B80;
} 
.maintextsmall a:visited {
	text-decoration: none;
	color: #093B80;
}
.maintextsmall a:active {
	color: #B3DE68;
	text-decoration: none;
}
.maintextsmall a:hover
{
    text-decoration: none;
    color: #918EC3;
}
.maintextsmall
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #093B80;
    text-decoration: none;
}



.bluetext a:link
{
    text-decoration: underline;
    color: #093B80;
    line-height: 15px;
} 
.bluetext a:visited
{
    text-decoration: underline;
    color: #093B80;
    line-height: 15px;
}
.bluetext a:active {
	color: #093B80;
	text-decoration: none;
}
.bluetext a:hover {
	text-decoration: none;
	color: #FFFFFF;
	line-height: 21px;
}
.bluetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #093B80;
	text-decoration: none;
}

.smallwhitetext {
	font-family: Tahoma;
	font-size: 9px;
	line-height: 19px;
	color: #FFFFFF;
	text-decoration: none;
}

.lightbluetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #918EC3;
	text-decoration: none;
}

.whitenavtext a:link
{
    text-decoration: underline;
    color: #FFFFFF;
} 
.whitenavtext a:visited
{
    text-decoration: underline;
    color: #FFFFFF;
}
.whitenavtext a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.whitenavtext a:hover
{
    text-decoration: none;
    color: gainsboro;
}
.whitenavtext
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 15px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}


.whitenavheader a:link
{
    text-decoration: none;
    color: #FFFFFF;
} 
.whitenavheader a:visited
{
    text-decoration: none;
    color: #FFFFFF;
}
.whitenavheader a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.whitenavheader a:hover
{
    text-decoration: none;
    color: gainsboro;
}
.whitenavheader
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 25px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

.whitenavtextsmall
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 15px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

.orangetext  a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 19px;
	color: #FF9201;
	text-decoration: none;
}
.orangetext a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 19px;
	color: #FF9201;
	text-decoration: none;
}
.orangetext  a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 19px;
    color: #FFFFFF;
    text-decoration: none;
}
.orangetext a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 19px;
	color: #FF9201;
	text-decoration: none;
}

.orangetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 19px;
	color: #FF9201;
	text-decoration: none;
}

.greentext a:link { text-decoration: none; color: #B3DE69; line-height: 15px} 
.greentext a:visited {
	text-decoration: none;
	color: #B3DE69;
	line-height: 15px;
}
.greentext a:active {
	color: #B3DE69;
	text-decoration: none;
}
.greentext a:hover {
	text-decoration: none;
	color: #FFFFFF;
	line-height: 15px;
}
.greentext
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 15px;
    color: #339966;
    text-decoration: none;
}
.ZipCodeLocator a:link
{
    text-decoration: underline;
    color: #000000;
    line-height: 15px;
} 
.ZipCodeLocator a:visited {
	text-decoration: none;
	color: #000000;
	line-height: 15px;
}
.ZipCodeLocator a:active {
	color: #000000;
	text-decoration: none;
	line-height: 15px;
}  
.ZipCodeLocator a:hover {
	text-decoration: none;
	color: #C40000;
	line-height: 15px;
} 
.ZipCodeLocator {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #000000;
	text-decoration: none;
}
.hometext {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #003366; line-height: 20px}
.accredit {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #003366}
.boldblue {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; color: #003366; font-weight: bold}
.linkblue {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FF6600; text-decoration: underline}
.linkgold {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #7B5602}
.text {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000033; line-height: 18px}
.footer
{
    padding-top: 6px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    color: white;
}
.address {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #666666}
.orange {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #FF6600}  




.AdminTableTop
{
    background-image: url(admin/images/headerBG.gif);
    color: #ffffff;
    background-repeat: repeat-x;
    background-position: center center;
    background-color: transparent;
}
.BoldTitle
{
    font-weight: bold;
    font-size: 12pt;
    font-family: Arial, Helvetica;
}
.HeadLine
{
    font-weight: bold;
    font-size: 11pt;
    color: midnightblue;
    font-family: Arial;
    line-height: 18pt;
}
.TopNav a:link { text-decoration: underline; color: #46437B; line-height: normal} 
.TopNav a:visited { text-decoration: underline; color: #46437B}
.TopNav a:active { }  
.TopNav a:hover { text-decoration: none; color: #6E6BA0} 
.TopNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #46437B;

}

.TableHeaders
{
    font-size: 10pt;
    color: #ffffff;
    font-family: Arial;
    background-color: #394163;
}
.CartBottomLine
{
    border-bottom: #394163 1px solid;
}
.CartTopLine
{
    border-top: #394163 1px solid;
}
.CalHeader
{
    font-weight: bold;
    font-size: 10pt;
    color: #ffffff;
    font-family: Arial;
    background-color: #394163;
}
.CalHeader a:link
{
    text-decoration: underline;
    color: #FFFFFF;
} 
.CalHeader a:visited
{
    text-decoration: underline;
    color: #FFFFFF;
}
.CalHeader a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.CalHeader a:hover
{
    text-decoration: none;
    color: gainsboro;
}
.CalWeekend
{
    background-color: #EDF0F6;
    font-size: 8pt;
    font-family: Arial;
}
.CalWeekend a:link
{
    text-decoration: underline;
    color: #FFFFFF;
} 
.CalWeekend a:visited
{
    text-decoration: underline;
    color: #FFFFFF;
}
.CalWeekend a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.CalWeekend a:hover
{
    text-decoration: none;
    color: gainsboro;
}
.Go
{
	background-image: url(/images/design/go.gif);
	width: 30px;
	background-repeat: no-repeat;
	height: 30px;
	border-right: 0px solid;
	padding-right: 0px;
	border-top: 0px solid;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-left: 0px solid;
	padding-top: 0px;
	border-bottom: 0px solid;
}

.Cal1
{
    background-image: url(/images/calendar.png);
    background-repeat: no-repeat;
}
.Cal2
{
    background-image: url(/images/design/date.gif);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: white;
    border-right: white 0px solid;
    border-top: white 0px solid;
    border-left: white 0px solid;
    border-bottom: white 0px solid;
    cursor: pointer;
    height: 22px;
}
.CalSelectedDay
{
    font-size: xx-small;
    font-family: Verdana;
    background-image: url(/images/borders/CellBGBlue.gif);
    color: #000000;
}
.BOX
{
    border-top: 0px solid #999;
    border-left: 0px solid #999;
    border-right: 0px solid #ccc;
    border-bottom: 0px solid #ccc;

}
/*  f4f3f3*/
BODY.AdminArea
{
    background-color: #E5E5E5;
}
