﻿/* **********************************************************************************************
File:		skin.css (CSS File for this skin, Can have multiple skins just named different
Purpose:	Sets all css variables for site

Section:	MenuBar
				Sets the styles for the menubar and menuitems.  By default the Root and secondary
				are defined.  If you add other looks you need to define them here.
*************************************************************************************************/
BODY
{
	background-image:url(images/back.jpg);
	background-repeat:repeat-x;
	background-color:#919191;
	background-attachment:fixed;
	margin: 0px 0px 0px 0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	font-family: Times New Roman;
	font-size: 13px;
}
P
{
	font-family: Times New Roman;
	font-size: 13px;
}
li
{
	font-family: Times New Roman;
	font-size: 13px;
}
.dialog
{
	background-color: #B6181D;
	padding: 0px 0px 0px 0px;
}
.pnlFreeGift
{
	padding-left: 10px;
	width: 400px;
}
.freegiftLabel
{
	font-family: Verdana;
	font-size: 12px;
	color: White;
}	
.freegiftText
{
	font-family: Verdana;
	font-size: 12px;
	color: Black;
}	
.freegiftButton
{
	font-family: Verdana;
	font-size: 12px;
	color: Black;
}	
.HomeBlogHeader
{
	color: #B6181D;
	font-family: Times New Roman;
	font-size: 16px;
}
#topLogoBar
{
	width:800px;
	height:190px;
}
#mainLeft
{
	width:150px;
	font-size: 11px;
	margin: 5px 5px 5px 5px;
	padding: 0px 0px 0px 0px;
	text-align:left;
}
#mainHomeLeft
{
	width:150px;
	font-size: 11px;
	margin: 5px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
	text-align:left;
}
#mainContent
{
	width:465px;
	background-color:#eeeeee;
	border: solid 1px silver;
	padding: 5px 5px 5px 5px;
	margin: 5px 0px 0px 0px;
	font-size: 11px;
	text-align:left;
}
#mainContent2Col
{
	width:620px;
	background-color:#eeeeee;
	border: solid 1px silver;
	padding: 5px 5px 5px 5px;
	margin: 5px 0px 0px 0px;
	font-size: 11px;
	text-align:left;
}
#mainTop
{
	width:632px;
	height:200px;
	border: solid 1px #B6181D;
	font-size: 11px;
	padding: 5px 0px 5px 0px;
	margin:5px 5px 0px 0px;
	text-align:left;
}
#mainRight
{
	width:150px;
	font-size: 11px;
	padding: 0px 0px 0px 0px;
	margin: 5px 5px 0px 5px;
	text-align:left;
}
#mainStoreContent
{
	width:415px;
	background-color:#eeeeee;
	border: solid 1px silver;
	padding: 5px 5px 5px 5px;
	margin: 5px 0px 0px 0px;
	font-size: 11px;
	text-align:left;
}
#mainStoreRight
{
	width:200px;
	font-size: 11px;
	padding: 0px 0px 0px 0px;
	margin: 5px 5px 0px 5px;
	text-align:left;
}
.Message
{
	padding: 5px 5px 5px 5px;
	background-color: #B8191E;
	color: White;
	font-size: 16px;
	font-weight: bold;
	width: 500px;
	height: 40px;
	border: solid 1px #999999;
}
.TopHomeText
{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	font-family: Verdana;
}
.TopHomeTextBig
{
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	font-family: Verdana;
}
.QuoteHome
{
	color: #B8191E;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 2px;
}
.QuoteHomeName
{
	margin-top: 0px;
	margin-bottom: 10px;
	color: #666666;
	font-size: 9px;
	font-family: Tahoma;
}
.Banner
{
	margin-bottom:5px;
}

.HomeMain
{
	width: 240px;
	font-size: 16px;
	padding: 5px 10px 5px 15px;
	font-family: Tahoma;
	font-weight: bold;
}

/* BEGIN: MenuBar */
.MenuBar
{
	background-color:silver;
	background-image:url(images/toolbarSilver.jpg);
	background-repeat:repeat-x;
	width: 100%;
	text-align:left;
	height:28px;
}
.MenuRoot
{
	font-size: 11px;
	font-family: Verdana;
	font-weight:bold;
	padding: 8px 10px 9px 10px;
	background-color: Transparent;
	color: black;
	cursor: hand;
}
.MenuRootActive
{
	font-size: 11px;
	font-family:Verdana;
	font-weight:bold;
	padding: 8px 10px 9px 10px;
	background-image:url(images/toolbarRed.jpg);
	background-repeat:repeat-x;
	color: white;
	cursor: hand;
}
.MenuRootHover
{
	font-size: 11px;
	font-family:Verdana;
	font-weight:bold;
	padding: 8px 10px 9px 10px;
	background-image:url(images/toolbarRed.jpg);
	background-repeat:repeat-x;
	color: white;
	cursor: hand;
}
.MenuRootExpanded
{
	font-size: 11px;
	font-family:Verdana;
	font-weight:bold;
	padding: 8px 10px 9px 10px;
	background-image:url(images/toolbarRed.jpg);
	background-repeat:repeat-x;
	color: white;
	cursor: hand;
}
.MenuSecondary
{
	font-size: 11px;
	font-family:Verdana;
	background-color: #dddddd;
	color: Black;
	padding: 2px 5px 2px 5px;
	cursor: hand;
}
.MenuSecondaryActive
{
	font-size: 11px;
	font-family:Verdana;
	background-color: #B6181D;
	color:white;
	padding: 2px 5px 2px 5px;
	cursor: hand;
}
.MenuSecondaryHover
{
	font-size: 11px;
	font-family:Verdana;
	background-color: #B6181D;
	color:white;
	padding: 2px 5px 2px 5px;
	cursor: hand;
}
.MenuSecondaryExpanded
{
	font-size: 11px;
	font-family:Verdana;
	background-color: #B6181D;
	color:white;
	padding: 2px 5px 2px 5px;
	cursor: hand;
}
/* END: MenuBar */
/* BEGIN: ContainerMenuBar */
.ContainerMenuBar
{
	background-color:Transparent;
	width: 100%;
}
.ContainerMenuRoot
{
	font-size: 11px;
	font-family: Verdana;
	padding: 3px 5px 3px 5px;
	background-color: Transparent;
	color: black;
	cursor: hand;
}
.ContainerMenuRootActive
{
	font-size: 11px;
	font-family:Verdana;
	padding: 3px 5px 3px 5px;
	background-color: Transparent;
	color: black;
	cursor: hand;
}
.ContainerMenuRootHover
{
	font-size: 11px;
	font-family:Verdana;
	padding: 3px 5px 3px 5px;
	background-color: Transparent;
	color: #FF6600;
	cursor: hand;
}
.ContainerMenuRootExpanded
{
	font-size: 11px;
	font-family:Verdana;
	padding: 3px 5px 3px 5px;
	background-color: Transparent;
	color: #FF6600;
	cursor: hand;
}
.ContainerMenuSecondary
{
	font-size: 11px;
	font-family:Verdana;
	background-color: #E8EBCB;
	color:Navy;
	padding: 2px 5px 2px 5px;
	cursor: hand;
}
.ContainerMenuSecondaryActive
{
	font-size: 11px;
	font-family:Verdana;
	background-color: #99A685;
	color:Black;
	padding: 2px 5px 2px 5px;
	cursor: hand;
}
.ContainerMenuSecondaryHover
{
	font-size: 11px;
	font-family:Verdana;
	background-color: #99A685;
	color:Black;
	padding: 2px 5px 2px 5px;
	cursor: hand;
}
.ContainerMenuSecondaryExpanded
{
	font-size: 11px;
	font-family:Verdana;
	background-color: #99A685;
	color:Black;
	padding: 2px 5px 2px 5px;
	cursor: hand;
}
/* END: ContainerMenuBar */


/* BEGIN: Module SkinContainer Default Settings */
.ContainerTitle
{
	font-family:Tahoma;
	font-size:13px;
	font-weight:bold;
	color:Navy;
}
.ctContainer
{
	margin: 0px 0px 5px 0px;
}
/* END: Module Skin

/* BEGIN: Admin */
.AdminToolbar
{
	background-color:Silver;
	border-bottom:solid 1px #999999;
}
/* END */


/* BEGIN: Controls */
.Login
{
	font-family: Tahoma;
	font-size:10px;
	color:#B6181D;
}

/* END: Controls */

/* BEGIN: Newsletter */
.NewsletterTitle
{
	color: #B6181D;
	font-family:Arial;
	font-size:11px;
}
.NewsletterMessage
{
	color: Black;
	font-family:Tahoma;
	font-size:10px;
}
.NewsletterInput
{
	width:104px;
	font-family:Tahoma;
	font-size:10px;
}
/* END: Newsletter */

.FooterText
{
	color:White;
	font-family:Arial;
	font-size:9px;
	font-weight:bold;
	padding-top:20px;
}
/* BEGIN: Control - Breadcrumbs */
A.BreadcrumbLink
{
	color: #B6181D;
}
A.BreadcrumbLink:hover
{
	color: #B6181D;
}
A.BreadcrumbLink:active
{
	color: #B6181D;
}
A.BreadcrumbLink:link
{
	color: #B6181D;
}
A.BreadcrumbLink:visited
{
	color: #B6181D;
}

A.Image
{
	text-decoration: none;
}
A.Image:hover
{
	text-decoration: none;
}
A.Image:active
{
	text-decoration: none;
}
A.Image:link
{
	text-decoration: none;
}
A.Image:visited
{
	text-decoration: none;
}

A.FreeGiftA
{
	color: White;
	text-decoration: none;
	cursor: pointer;
}
A.FreeGiftA:hover
{
	color: White;
	text-decoration: underline;
	cursor: pointer;
}
A.FreeGiftA:active
{
	color: White;
	text-decoration: underline;
	cursor: pointer;
}
A.FreeGiftA:link
{
	color: White;
	text-decoration: none;
	cursor: pointer;
}
A.FreeGiftA:visited
{
	color: White;
	text-decoration: none;
	cursor: pointer;
}

a:link, a:visited {text-decoration: none; color: #B6181D}
a:hover {text-decoration: underline; color: #B6181D; }

.imgLinks
{
	border: none;
}

.BreadcrumbText
{
	color:Black;
}
.TopGradientSpacer
{
	width:150px;
}
/* END: Control - Breadcrumbs */

/* BEGIN: GRADIENTS */
.TopGradient
{
	width:800px;
	height:20px;
	background-image:url(images/SilverGradientTop.jpg);
	text-align:left;
	line-height: 20px;
	font-size: 11px;
	vertical-align: middle;
}
.BottomGradient
{
	width:800px;
	height:35px;
	background-image:url(images/BottomGradient.jpg);
}
/* END: TOP GRADIENT */

.NewsDate
{
	color:#666666;
	font-family:Arial;
	font-size:9px;
}
.NewsTitle
{
	color:black;
	font-family:Arial;
	font-size:9px;
	font-weight:bold;
}
.NewsBody
{
	color:black;
	font-family:Arial;
	font-size:9px;
}

.ContentModule
{
	width:100%;
	background-color:#eeeeee;
	border: solid 1px silver;
	font-size: 11px;
	text-align:left;
}

.LineBreak
{
	width:80%;
	color: #cccccc;
	text-align: center;
}

/* START: TrustEdge Promo */
.TEPromoDiv
{
	position: relative;
	height: 150px;
	width: 150px;
	margin-bottom: 10px;
}
.TEPromoPanel
{
	border: solid 1px #B6181D;
	width: 150px;
	height: 150px;
	top: 0px;
	left: 0px;
	position:absolute;
}
.TEPromoGauge
{
	left: 9px;
	top: 6px;
	position:absolute;
}
.TEPromoText
{
	left: 34px;
	top: 7px;
	position:absolute;
}
.TEPromoFreeTrial
{
	left: 66px;
	top: 58px;
	position:absolute;
}
.TEPromoResearch
{
	left: 33px;
	top: 81px;
	font-family: Arial;
	font-size: 10px;
	position:absolute;
}
.TEPromo360Button
{
	left: 4px;
	top: 96px;
	position:absolute;
}
/* END: TrustEdge Promo */
/* START: Red Box settings */
.ctWhiteTitle
{
    font-family: verdana;
    font-size: 10px;
    border-left: solid 1px #B6181D;
    border-right: solid 1px #B6181D;
    border-bottom: solid 1px #B6181D;    
}
.ctContainerWhiteTitle
{
    background-color:white;
    width:150px;
    margin: 0px 0px 5px 0px;    
}
.ctHeaderWhiteTitle
{
    width:150px;
    height:24px;
    background-color:#B6181D;
    padding-top:5px;

}
.ctTitleWhiteTitle
{
    font-family: Verdana;
    font-size:11px;
    color:white;
    font-weight:bold;
    padding-left:6px;
    text-align:center;
}
/* END: Red Box Settings */
/* START: Video Display settings */
.VideoTitle
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: Black;
}

.DocDate
{
	font-family: Tahoma;
	font-size: 9px;
	color: #666666;
}
