﻿@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------------- Fonts ------------------------------------------------------------------- */

@font-face
{
	font-family: 'IconicFill';
	src: url('../Fonts/iconic_fill.eot');
	src: url('../Fonts/iconic_fill.eot?#iefix') format('embedded-opentype'), url('../Fonts/iconic_fill.ttf') format('truetype'), url('../Fonts/iconic_fill.svg#iconic') format('svg');
	font-weight: normal;
	font-style: normal;
}

select
{
	width: 322px;
	margin-top: 5px;
	margin-bottom: 6px;
	margin-left: 0px;
}
/* ------------------------------------------------------------------- Divs ------------------------------------------------------------------- */
div.Right
{
	float: right;
	margin-right: 15px;
}

div.Left
{
	float: left;
}
/* ------------------------------------------------------------------- UL and LI ------------------------------------------------------------------- */
ul.horizontal
{
	list-style-type: none;
	padding: 0;
	vertical-align: text-bottom;
	font-size: 11px;
}

	ul.horizontal li
	{
		height: 24px;
	}

li.horizontal
{
	list-style: none;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: text-bottom;
}
li.login-horizontal
{
	padding-left: 0px !important;
	padding-top: 5px;
}
/* ------------------------------------------------------------------- Tables ------------------------------------------------------------------- */
.logonTable
{
	border-collapse: collapse;
	width: 100%;
}

	.logonTable td
	{
		padding-left: 10px;
		text-align: center;
	}

	.logonTable input[type="password"],
	.logonTable input[type="text"]
	{
		width: 250px;
	}

.Table
{
	border-collapse: collapse;
	width: 100%;
	margin: 0 0 25px;
}

.IE8TH
{
	background: #f3f3f3; /* Old browsers */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
}

.Table th
{
	border-width: 1px 1px 1px 0;
	border-color: #bbb;
	border-style: solid;
	font: bold 12px/1.2em Verdana, Geneva, sans-serif;
	color: #333;
	text-shadow: 0 1px #fff;
	box-shadow: inset 0 1px #fff;
	background: -moz-linear-gradient(top, #f3f3f3 0%, #ebebeb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f3f3f3 0%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f3f3f3 0%,#ebebeb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f3f3f3 0%,#ebebeb 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f3f3f3 0%,#ebebeb 100%); /* W3C */
	padding: 4px 4px;
	white-space: nowrap;
}

	.Table th:first-child
	{
		border-left-width: 1px;
		text-align: left;
	}

.TDBoldLabel
{
	color: black;
	font-weight: bold !important;
	text-align: left !important;
	font: 15px/18px Verdana, Geneva, sans-serif;
}

.TDLabel
{
	color: black;
	text-align: left !important;
	font: 12px/15px Verdana, Geneva, sans-serif;
}

.Table td
{
	border-width: 0 1px 1px 0;
	border-color: #ccc;
	border-style: solid;
	font: 12px/15px Verdana, Geneva, sans-serif;
	color: #444;
	background: #fcfcfc;
	padding: 4px 4px;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
}

	.Table th.PromotionName, .Table td.PromotionName
	{
		width: 155px !important;
		max-width: 155px;
		overflow: hidden;
	}

	.Table th.PromotionCode, .Table td.PromotionCode
	{
		width: 140px !important;
		max-width: 140px;
		overflow: hidden;
	}

	.Table th.PromotionType, .Table td.PromotionType
	{
		width: 80px !important;
		max-width: 80px;
		overflow: hidden;
	}

	.Table th.Quantity, .Table td.Quantity
	{
		width: 30px !important;
		max-width: 30px;
		overflow: hidden;
	}

	.Table th.Uses, .Table td.Uses
	{
		width: 20px !important;
		max-width: 20px;
		overflow: hidden;
	}


	.Table th.UserName, .Table td.UserName
	{
		width: 115px !important;
		max-width: 115px;
		overflow: hidden;
	}

	.Table th.IsAdministrator, .Table td.IsAdministrator
	{
		width: 45px !important;
		max-width: 45px;
		text-align: center;
		overflow: hidden;
	}

	.Table th.IsActive, .Table td.IsActive
	{
		width: 50px !important;
		max-width: 50px;
		text-align: center;
		overflow: hidden;
	}

	.Table th.EditButton, .Table td.EditButton
	{
		width: 40px !important;
		max-width: 40px;
		text-align: center;
		overflow: hidden;
	}

	.Table th.CompanyName, .Table td.CompanyName
	{
		width: 200px !important;
		max-width: 200px;
		overflow: hidden;
	}

	.Table th.Phone, .Table td.Phone
	{
		width: 90px !important;
		max-width: 90px;
		overflow: hidden;
	}

	.Table th.CompanyPhone, .Table td.CompanyPhone
	{
		width: 110px !important;
		max-width: 110px;
		overflow: hidden;
	}
	.Table th.ExpirationDate, .Table td.ExpirationDate
	{
		width: 110px !important;
		max-width: 110px;
		overflow: hidden;
	}

	.Table th.Email, .Table td.Email
	{
		width: 200px !important;
		max-width: 200px;
		overflow: hidden;
	}

.Table tr:nth-child(even) td
{
	background: #f9f9f9;
}

.Table tr:nth-child(odd) td
{
	background: #fbfbfb;
}

.Table tr:hover td
{
	background: #fff;
}

.Table td:first-child
{
	border-left-width: 1px;
	text-align: left;
	white-space: normal;
}

.Table a:hover
{
	text-decoration: none;
}

/* ------------------------------------------------------------------- Table Overrides ------------------------------------------------------------------- */

table.No-Margin
{
	margin: 0;
}

table.Margin-Short
{
	margin-bottom: 12px;
}

.Table th.Center, .Table td.Center
{
	text-align: center;
}

.Table th.Left, .Table td.Left
{
	text-align: left;
}

.Table th.Right, .Table td.Right
{
	text-align: right;
}

.Table th.Wrap, .Table td.Wrap
{
	white-space: normal;
}

.Table td.Top
{
	vertical-align: top !important;
}

.Table th.Full, .Table td.Full
{
}

.Table th.ButtonColumn, .Table td.ButtonColumn
{
	width: 67px !important;
	max-width: 67px;
	overflow: hidden;
}

.Table th.FullName, .Table td.FullName
{
	width: 110px !important;
	max-width: 105px;
	overflow: hidden;
}

.Table th.LineOfBusiness, .Table td.LineOfBusiness
{
	width: 135px !important;
	max-width: 135px;
	overflow: hidden;
}

.Table th.WebPage, .Table td.WebPage
{
	width: 120px !important;
	max-width: 120px;
	overflow: hidden;
}

.Table th.StateAbrev, .Table td.StateAbrev
{
	width: 28px !important;
	max-width: 28px;
	overflow: hidden;
}

.Table th.Time, .Table td.Time
{
	width: 65px !important;
	max-width: 65px;
	overflow: hidden;
}


.Table .Ellipse li, .Table td.Ellipse
{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.Table .Max-100 li, .Table td.Max-100
{
	max-width: 100px;
}

.Table .Max-150 li, .Table td.Max-150
{
	max-width: 150px;
}

.Table .Max-200 li, .Table td.Max-200
{
	max-width: 200px;
}

.Table .Max-250 li, .Table td.Max-250
{
	max-width: 250px;
}

.Table .Max-300 li, .Table td.Max-300
{
	max-width: 300px;
}

.Table .Max-350 li, .Table td.Max-350
{
	max-width: 350px;
}

.Scroll thead
{
	display: block;
}

.Scroll tbody
{
	overflow: auto;
	display: block;
	width: 100%;
}

.Height-100 tbody
{
	max-height: 100px;
}

.Height-150 tbody
{
	max-height: 150px;
}

.Height-200 tbody
{
	max-height: 200px;
}

.Height-250 tbody
{
	max-height: 250px;
}

.Height-300 tbody
{
	max-height: 300px;
}

.Height-350 tbody
{
	max-height: 350px;
}

.Height-400 tbody
{
	max-height: 400px;
}

.Height-450 tbody
{
	max-height: 450px;
}

.Height-500 tbody
{
	max-height: 500px;
}

.No-Hover tr:nth-child(even):hover td
{
	background: #f9f9f9;
}

.No-Hover tr:nth-child(odd):hover td
{
	background: #fbfbfb;
}

/* ------------------------------------------------------------------- Table Lists ------------------------------------------------------------------- */

.Table ul
{
	margin: 0;
	padding: 0;
}

.Table li
{
	list-style: none;
	padding-top: 7px;
}

	.Table li:first-child
	{
		padding-top: 0;
	}

/* ------------------------------------------------------------------- Table Icons ------------------------------------------------------------------- */

.Table td.Icons
{
	padding: 3px 10px 4px;
}

.Table li .Icon
{
	padding: 0 4px;
	height: 12px;
}

/* ------------------------------------------------------------------- Icons ------------------------------------------------------------------- */

.Icon
{
	font-family: IconicFill;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	color: #999;
	padding: 4px;
	height: auto !important; /* Only until old .Icon class is eliminated */
	width: auto !important; /* Only until old .Icon class is eliminated */
}

.Icon-Delete:before
{
	content: '\2713';
}

.Icon-View:before
{
	content: '\e025';
	font-size: 24px;
}

.Icon-Edit:before
{
	content: '\e006';
	font-size: 24px;
}

.Icon-Download:before
{
	content: '\2193';
}

.Icon-Note:before
{
	content: '\e000';
}

.Icon-Check:before
{
	content: '\2717';
	font-size: 22px;
}

.Icon-Refresh:before
{
	content: '\e036';
	font-size: 26px;
}

.Icon-Plus:before
{
	content: '\e008';
	font-size: 24px;
}

.Icon-Star:before
{
	content: '\2605';
	font-size: 25px;
}

/* ------------------------------------------------------------------- Forms ------------------------------------------------------------------- */

form h2
{
	margin-bottom: 5px;
}

form label
{
	font: 12px/15px Verdana, Geneva, sans-serif;
	color: #555;
	/*text-align: right;*/
}

	form label.Left
	{
		text-align: left;
	}

.Form-Row
{
	margin-bottom: 15px;
	position: relative;
}

input[type="password"],
input[type="text"]
{
	height: 15px;
	color: #444;
	background: #fafafa;
	font: 12px/15px Verdana, Geneva, sans-serif;
	border: 1px solid #ccc;
	padding: 6px 10px;
	border-radius: 3px;
	margin-right: 5px;
}

	input[type="password"]:hover,
	input[type="text"]:hover
	{
		background: #fdfdfd;
		border-color: #999;
	}

	input[type="text"]:focus
	{
		background: #fff;
		border-color: #777;
		box-shadow: 0 0 7px #aaa;
		outline: 0;
	}

label strong
{
	color: #333;
}

/* ------------------------------------------------------------------- Form Overrides ------------------------------------------------------------------- */

.One-Check
{
	padding-left: 20px;
}

	.One-Check input[type="checkbox"]
	{
		position: absolute;
		left: 0;
		top: 1px;
	}

	.One-Check select
	{
		position: absolute;
		right: 0;
		top: -3px;
	}

.Margin-Left
{
	margin-left: 5px;
}

.Margin-Right
{
	margin-right: 5px;
}

/* ------------------------------------------------------------------- Checkout Table ------------------------------------------------------------------- */

.Cart-Summary
{
	position: absolute;
	right: 0;
	top: 0;
}

	.Cart-Summary li
	{
		list-style: none;
		text-align: right;
		font: 12px/20px Verdana, Geneva, sans-serif;
		color: #666;
		position: relative;
	}

		.Cart-Summary li span
		{
			display: inline-block;
			width: 50px;
		}

			.Cart-Summary li span strong
			{
				color: #333;
			}

	.Cart-Summary .Promo
	{
		color: #e00;
	}

/* ------------------------------------------------------------------- Buttons ------------------------------------------------------------------- */
a.BlueButton
{
	background: url(../Images/BlueButton.png) no-repeat top left;
	display: block;
	width: 150px;
	height: 50px;
	text-indent: -9999px; /* hides the link text */
}

a.StartChatButton
{
	/* background: url(../Images/Chat/startchat.jpg) no-repeat top left;
    display: block;
     width: 40px;
    height: 30px;
     text-indent: -9999px; */ /* hides the link text */
}

a.HomeButton
{
	background: url(../Images/iAdvisorButton.png) no-repeat top left;
	display: block;
	width: 121px;
	height: 46px;
	text-indent: -9999px; /* hides the link text */
}

a.CancelButton
{
	background: url(../Images/Cancel.png) no-repeat top left;
	display: block;
	width: 90px;
	height: 50px;
	border: none;
	text-indent: -9999px; /* hides the link text */
	color: transparent;
}

form input[type=submit].SaveButton
{
	background: url(../Images/Save.png) no-repeat top left;
	display: block;
	width: 90px;
	height: 50px;
	border: none;
	text-indent: -9999px; /* hides the link text */
	margin: 0;
	color: transparent;
}

form input[type=submit].LoginButton
{
	background: url(../Images/Login.png) no-repeat top center;
	width: 104px;
	height: 50px;
	border: none;
	text-indent: -9999px; /* hides the link text */
	margin: 0;
	color: transparent;
}

form input[type=submit].SubmitButton
{
	background: url(../Images/Submit.png) no-repeat top center;
	width: 104px;
	height: 39px;
	border: none;
	text-indent: -9999px; /* hides the link text */
	margin: 0;
	color: transparent;
}

/* ------------------------------------------------------------------- Large Checkout Options ------------------------------------------------------------------- */

.Options
{
	margin-top: 10px;
}

	.Options li
	{
		list-style: none;
		display: inline-block;
		width: 200px;
		margin-right: 15px;
	}

	.Options a
	{
		display: block;
		padding: 12px 10px 15px;
		border-radius: 10px;
		border: 1px solid #ccc;
		text-align: center;
		text-decoration: none !important;
		min-height: 111px;
		background: rgb(255,255,255);
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWY5ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(249,249,249,1)));
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%);
		background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%);
		background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%);
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 );
	}

		.Options a:hover
		{
			background: #fff;
			border: 2px solid #aaa;
			padding: 11px 9px 14px;
			box-shadow: 0 1px 8px #eee;
		}

		.Options a:active
		{
			position: relative;
			top: 1px;
		}

		.Options a.Selected
		{
			border: 2px solid #5986b3;
			padding: 11px 9px 14px;
			box-shadow: none;
			background: rgb(252,254,255);
			background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmVmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmY5ZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
			background: -moz-linear-gradient(top, rgba(252,254,255,1) 0%, rgba(242,249,254,1) 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,254,255,1)), color-stop(100%,rgba(242,249,254,1)));
			background: -webkit-linear-gradient(top, rgba(252,254,255,1) 0%,rgba(242,249,254,1) 100%);
			background: -o-linear-gradient(top, rgba(252,254,255,1) 0%,rgba(242,249,254,1) 100%);
			background: -ms-linear-gradient(top, rgba(252,254,255,1) 0%,rgba(242,249,254,1) 100%);
			background: linear-gradient(to bottom, rgba(252,254,255,1) 0%,rgba(242,249,254,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfeff', endColorstr='#f2f9fe',GradientType=0 );
		}

			.Options a.Selected span
			{
				color: #667580;
			}

	.Options span
	{
		display: block;
		color: #777;
		line-height: 16px;
		text-shadow: 0 1px #fff;
	}

	.Options .Title, .Options a.Selected .Title
	{
		color: #000;
		font: 24px/28px Arial, Helvetica, sans-serif;
		margin-bottom: 3px;
	}

	.Options .Price, .Options a.Selected .Price
	{
		color: #390;
		font: 28px/32px Arial, Helvetica, sans-serif;
		margin: 0;
	}

		.Options .Price sup
		{
			vertical-align: baseline;
			position: relative;
			top: -7px;
			font-size: 18px;
			letter-spacing: 1px;
		}

.forgotPasswordConfirmation
{
	color: #FF0000;
	font-size: small;
}

.AuthenticateLink
{
	font-size: small;
}

a.ForgotPasswordLink
{
	text-align: left !important;
	display: block;
	padding-left: 25px;
}

a.Button-Grey, a.Button-Blue, span.Button-Selected
{
	background: url(/Images/Buttons-Action.png) no-repeat left top;
	display: inline-block;
	height: 24px;
	position: relative;
	padding: 0 3px 0 15px;
	font: bold 12px/24px Arial, Helvetica, sans-serif !important; /* (!important) IE6 Fix */
	text-transform: uppercase;
	color: #424242 !important;
	text-shadow: 0 1px #d6d6d6;
	text-decoration: none !important;
}

	a.Button-Grey span, a.Button-Blue span, span.Button-Selected span
	{
		background: url(/Images/Buttons-Action.png) no-repeat right top;
		display: inline-block;
		height: 24px;
		width: 12px;
		position: absolute;
		top: 0;
		right: -12px;
		cursor: pointer; /* IE6 Fix */
	}

	a.Button-Grey:hover
	{
		background-position: left -24px;
		color: #333;
		text-shadow: 0 1px #ddd;
	}

		a.Button-Grey:hover span
		{
			background-position: right -24px;
		}

a.Button-Blue
{
	background-position: left -48px;
	color: #fff !important;
	text-shadow: 0 1px #31628d;
}
	/* (!important) IE6 Fix */
	a.Button-Blue span
	{
		background-position: right -48px;
	}

	a.Button-Blue:hover
	{
		background-position: left -72px;
	}

		a.Button-Blue:hover span
		{
			background-position: right -72px;
		}

span.Button-Selected
{
	background-position: left -140px;
	color: #0065a4 !important;
	padding-left: 30px;
	text-shadow: none;
}
	/* (!important) IE6 Fix */
	span.Button-Selected span
	{
		background-position: right -140px;
		cursor: default;
	}

a.Button-Search
{
	background-position: left -164px;
	padding-left: 30px;
}

	a.Button-Search:hover
	{
		background-position: left -188px;
	}

.ResultsPerPage
{
	float: right;
}

	.ResultsPerPage select
	{
		width: 50px;
	}
/* button */
.squareButton-Grey
{
	padding-top: 3px;
	background-color: #F0F0F0;
	display: block;
	height: 18px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	font-size: 12px;
	border: 1px solid #999999;
}

a:link.squareButton-Grey, a:visited.squareButton-Grey, a:active.squareButton-Grey
{
	font-size: 12px;
	text-decoration: none;
}

a.squareButton-Grey:hover
{
	background-color: #DCDCDC;
	font-size: 12px;
}

.squareButton-Blue
{
	padding-top: 3px;
	background-color: #5EAEFF;
	display: block;
	height: 21px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	font-size: 14px;
	border: 1px solid black;
	color: white;
}

a:link.squareButton-Blue, a:visited.squareButton-Blue, a:active.squareButton-Blue
{
	text-decoration: none;
	color: white;
}

a.squareButton-Blue:hover
{
	background-color: #4AA5FF;
	color: white;
}