

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */
.tab {
  	background: url(../Content/images2/widget/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
}

.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: 920px;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
  	color: white;
  	font-size: 12px;
	text-align: center;
}

.tab ul.login li.left {
  	background: url(../Content/images2/widget/tab_l.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	background: url(../Content/images2/widget/tab_r.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
  	background: url(../Content/images2/widget/tab_m.png) repeat-x 0 0;
}

.tab ul.login li a {
	color: #15ADFF;
}

.tab ul.login li a:hover {
	color: white;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
}

.tab a.open {background: url(../Content/images2/widget/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(../Content/images2/widget/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(../Content/images2/widget/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(../Content/images2/widget/bt_close.png) no-repeat left -19px;}

/* sliding panel */
#toppanel {
    /*position: absolute;*/   /*Panel will overlap  content */
    position: relative;  /*Panel will "push" the content down */
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel.subscription{
	height: 400px;
	color: #999999;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 9999;
	display: inline-block;
}

#panel.homepage{
        width: 100%;
	height: 400px;
	color: #999999;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 9999;
	display: none;
}

#panel h1 {
	font-family: 'DessauProRegular';
	font-size: 1.7em;
	padding: 5px 0 10px;
	margin: 0;
	color: #15ADFF;
}

#panel h2{
	font-size: 1.5em;
	padding: 5px 0 10px;
	margin: 0;
	color: #f37635;
	font-family: 'DessauProRegular';
	font-weight:bold;
}

#panel p {
	margin: 5px 0;
	padding: 0;
	font-family: Arial, san-serif;
    font-style: normal;
    font-size: 14px;
    line-height:20px;
}

#panel a {
	text-decoration: none;
	color: #f37635;
}

#panel a:hover {
	color: white;
}

#panel a-lost-pwd {
	display: block;
	float: left;
}

#panel .boom {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

#panel .boom .left {
	width: 270px;
	float: left;
	padding: 0 15px;
	border-left: 2px solid #333;
	height:320px;
}

#panel .boom .right {
	border-right: 2px solid #333;
	height:320px;
}

#panel .boom form {
	margin: 0 0 10px 0;
}

#panel .boom label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}

#panel .boom input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}

#panel .boom input:focus.field {
	background: #545454;
}

/* BUTTONS */
/* Login and Register buttons */
#panel .boom input.bt_login,
#panel .boom input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}

#panel .boom input.bt_login {
	width: 74px;
	background: transparent url(../Content/images2/widget/bt_login.png) no-repeat 0 0;
}

#panel .boom input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(../Content/images2/widget/bt_register.png) no-repeat 0 0;
}

#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}

/* Already Logged In Panel */

#panel .boom {
	width: 962px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

#panel .boom .left {
	width: 270px;
	float: left;
	padding: 0 15px;
	border-left: 2px solid #333;
	height:320px;
}

#panel .boom .right {
	border-right: 2px solid #333;
	height:320px;
}

#panel .boom form {
	margin: 0 0 10px 0;
}

#panel .boom label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}

#panel .boom input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}

#panel .boom input:focus.field {
	background: #545454;
}

/* BUTTONS */
/* Login and Register buttons */
#panel .boom input.bt_login,
#panel .boom input.bt_register,
#panel .boom input.bt_register_small,
#panel .boom input.bt_register_small_gray {
	display: block;
	float: left;
	
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}

#panel .boom input.bt_login {
	width: 74px;
	background: transparent url(../Content/images2/widget/bt_login.png) no-repeat 0 0;
}

#panel .boom input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(../Content/images2/widget/bt_register.png) no-repeat 0 0;
}

#panel .boom input.bt_register_small {
	width: 53px;
	color: white;
	cursor:pointer;
	background: transparent url(../Content/images2/widget/bt_yes_small.png) no-repeat 0 0;
}

#panel .boom .bt_register_small {
	width: 53px;
	color: white;
        height: 22px;
	cursor:pointer;
	background: transparent url(../Content/images2/widget/bt_yes_small.png) no-repeat 0 0;
}

#panel .boom input.bt_register_small_gray {
	width: 53px;
	color: black;
	background: transparent url(../Content/images2/widget/bt_register_small_gray.png) no-repeat 0 0;
}

#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}

.white {
	color:#ffffff;
}

.selectedCheck {
	background:url(../Content/images2/widget/selected-check.png) no-repeat;
	display:block;
	width:40px;
	height:40px;
	position: absolute;
	margin-left: 140px;
    margin-top: -40px;
}

.center
{
    margin-left:auto;
    margin-right:auto;
    width:70%;
}

.pricingtitle
{
    margin-left: 40px;
}

.largerPricingCol 
{
    margin-left: 152px;
}

.selected
{
    background:url(../Content/images2/widget/selected.png) no-repeat;
}

.selected:hover
{
    background:url(../Content/images2/widget/selected.png) no-repeat;
}

.smallbutton.selected 
{
    background:url(../Content/images2/widget/selected-small.png) no-repeat;
}

#pricingcolumn1Grey{
	opacity:0.2;
}

#pricingcolumn5Grey{
	opacity:0.2;
}

.processing {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:30px;
	text-align:center;
	font-weight:500;
	color:#333333;
	margin-left: 15px;
}
.loadingGif {
	height:33px;
	width:33px;
	background:url(../Content/images2/widget/loading.gif) no-repeat;
}
.processingContainer{
	width:200px;
}
.error {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:30px;
	text-align:center;
	font-weight:500;
	color:#FF0000;
}

/* Panel Three */

#panel3 {
	width: 100%;
	height: 230px;
	color: #999999;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 9999;
	display: none;
}

#panel3 h1 {
	font-family: 'DessauProRegular';
	font-size: 1.7em;
	padding: 5px 0 10px;
	margin: 0;
	color: #15ADFF;
}

#panel3 h2{
	font-size: 1.7em;
	padding: 5px 0 10px;
	margin: 0;
	color: #f37635;
	font-family: 'DessauProRegular';
	font-weight:bold;
}

#panel3 p {
	margin: 5px 0;
	padding: 0;
	font-family: Arial, san-serif;
    font-style: normal;
    font-size: 14px;
    line-height:20px;
}

#panel3 a {
	text-decoration: none;
	color: #f37635;
}

#panel3 a:hover {
	color: white;
}

#panel3 .boom {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}


