﻿
.MainMenuNotSelected a
{
    font-weight: normal !important;
    color: #BA5050 !important;
}

.subMenu span
{
    padding-right: 15px;
}

.subMenuTitle
{
    font-weight: bold;
    color: #000000;
}

.subMenuSelected
{
    font-weight: bold;
}

.subMenuNotSelected
{
}

.subMenuSelectedNotLink
{
    color: #BA5050;
}

.subMenu
{
    padding-bottom: 15px;
}

.dataContainer
{
    clear: both;
}

.successMessage
{
    font-weight: bold;
    font-size: 1.3em;
    color: #00BE00;
}

.warningMessage
{
    font-weight: bold;
    font-size: 1.3em;
    color: #B79900;
}

.failureMessage
{
    font-weight: bold;
    font-size: 1.3em;
    color: #ff0000;
}

.innerData
{
    float: left;
}

.innerData li
{
    max-width: 1000px;
}

.innerData .odd
{
    background-color: #E5F7FF;
}

.innerData .even
{
}

.innerTitle
{
    font-weight: bold;
    font-size: 1.2em;
}

.innerLabel
{
    float: left;
    width: 275px;
}

.roleList li
{
    list-style: none;
    width: 500px;
}

.roleList .even
{
    background-color: #E5F7FF;
}

a.deleteButton
{
    display: block;
    float: left;
    overflow: hidden;
    background: url(/Images/delete.png) no-repeat top left;
    width: 15px;
    height: 15px;
    margin-top: 4px;
}

a.deleteButton:link
, a.deleteButton:hover
, a.deleteButton:active
, a.deleteButton:visited
{
    text-decoration: none;
    color: #ffffff;
}

body
{
	background-color: #9C9C9C; /* #696969 #8b110c */
	font-size: .85em;
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
	color: #696969;
}

a:link
{
    color: #BA5050;
    text-decoration: underline;
}
a:visited
{
    color: #BA5050;
}
a:hover
{
    color: #FF1E1E;
    text-decoration: none;
}
a:active
{
    color: #1CA4FF;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2
{
    padding: 0 0 10px 0;
}

h3
{
    font-size: 1.2em;
}

h3 span
{
    margin-left: 25px;
}

h3 span label
{
    margin-left: 10px;
    font-weight: bold;
    color: #0CB2FF;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header h1
{
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin: 0;
    color: #fff;
    border: none;
    font-size: 52px !important;
      text-shadow: 4px 4px #B6161D;
}

#header a
{
    text-decoration: none;
}

#header ul a:hover
, #header ul a:active
{
    text-decoration: none;
}

#header ul a:link
, #header ul a:visited
{
    text-decoration: underline;
}

#main
{
	background-color: #FFFFFF;
		_height: 1px; /* only IE6 applies CSS properties starting with an underscore */
	overflow: visible;

	display: inline-block;
	width: 100%;
	background-image: url(images/bstitches.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

#MainContent_divActivation 
{
    padding: 30px 30px 60px 30px;

}

#MainContent_divDeactivation 
{
	color: #424242;
	padding: 30px 30px 60px 30px;
	background-color: #D8D8D8;
	background-image: url(images/bstitches.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
#menucontainer
{
}

ul#menu
{
    float: left;
    width: 100%;
    border-bottom: 1px #656565 solid;
    padding: 0;
    margin: 0;
    height: 45px;
}

ul#menu li
{
	float: left;
	font-size: 18px;
	text-align: center;
	width: 50%;
	display: inline;
	list-style: none;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
	cursor: pointer;
	box-shadow: 0px -5px 3px rgba(0,0,0,0.10);
	-webkit-box-shadow: 0px -5px 3px rgba(0,0,0,0.10);
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    width:100%;
    display:block;
    padding: 0;
    margin: 0;
    font-weight: bold;
    text-decoration: none !important;
    line-height: 2.8em;
    color: #E2E2E2; /*light*/
} /* 5C5D5E; dark */

ul#menu li a:hover
{
    text-decoration: none !important;
    color: #FF1E1E !important;
}

ul#menu li a:active
{
    text-decoration: none !important;
}

ul#menu li a:visited
{
    text-decoration: none !important;
}

ul#menu li.deactivateTab a
{
    color: #5c5d5e;
} 

ul#menu li.activateTab
{
	color: #5C5D5E;
	text-decoration: none;
	background-color: #F6F6F6;
	background-image: linear-gradient(#F6F6F6, #FFFFFF);
	background-image: -webkit-linear-gradient(#F6F6F6, #FFFFFF);
	background-image: -ms-linear-gradient(#F6F6F6, #FFFFFF);

}

ul#menu li.activateTab a
{
    color: #5C5D5E;
} 

ul#menu li.deactivateTab
{
	text-decoration: none;
	background-color: #D8D8D8;
	background-image: -moz-linear-gradient(90deg,rgba(216,216,216,1.00) 0%,rgba(183,183,183,1.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(216,216,216,1.00) 0%,rgba(183,183,183,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(216,216,216,1.00) 0%,rgba(183,183,183,1.00) 100%);
	background-image: -webkit-linear-gradient(90deg,rgba(216,216,216,1.00) 0%,rgba(183,183,183,1.00) 100%);
	background-image: -ms-linear-gradient(#6D6E70, #68696B);
}

ul#menu li.selected a
{
    color: #565657;
    text-decoration: none;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #EFF4F9;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #EFF4F9;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #EFF4F9; 
  border: solid 1px #EFF4F9;   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
    width: 100%;
    color: White;

}

div#title a
{
    color: transparent;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label,
.display-field,
.editor-field
{
    margin: 0.5em 0;
}

.editor-field
{
    color: #000;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

.formSubContainer
{
    float: left;
    margin: 10px 20px 10px 10px;
    max-width: 600px;
}

.formSubContainer textarea
{
    width: 350px;
    height: 100px;
    font-size: 14px;
}

#contactInfoData
, #creditCardData
{
    line-height: 2em;
}

#contactInfoData label
, #creditCardData label
{
	float: left;
    font-weight: bold;
    width: 150px;
}

.productLevelList .productName
{
    min-width:215px;
    display:inline-block;
}

.fieldBlock
{
    margin-bottom: 20px;
}
.summary_header
{
    width:190px;
    display:inline-block;
}

.resContainer
{
    width:635px;
    height:300px;
}

.mail a
{
    text-decoration: none;
}

.submit
{
    border-color: #404041;
    border-width: 1px;
    border-radius: 3px;
    background-color: #6B6C6E;
    background-image: linear-gradient(#404041, #6B6C6E);
    background-image: -webkit-linear-gradient(#404041, #6B6C6E);
    background-image: -ms-linear-gradient(#404041, #6B6C6E);
    color: White;
    padding: 2px;
    font-size: 11px;
}

.background
{
	background-color: #FFFFFF;
	background-image: -moz-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(231,231,231,1.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(231,231,231,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(231,231,231,1.00) 100%);
	background-image: -webkit-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(231,231,231,1.00) 100%);
	background-image: -ms-linear-gradient(#CA1821, #8b110c);
}

.productLogo
{
    margin-left: 40px;
}

.activationCode
{
    font-weight: bold;
}

.printer
{
    float: right;
}

.flagContainer {
    width: 100%;
    border: 0px;
}

.flagContainer td {
    border: 0px;
    text-align: center;
}
    
    
#testServer{
    background-color: #c1171e;
    border: medium none;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 52px !important;
    font-weight: bold;
    margin: 0;
    text-align: center;
    width: 100%;
}

.validation-summary-errors {
    max-width: 700px;
}