/* #################################################################################################################################### */
/* STAGE - DEFAULT.ASPX STAGE WITH CYCLE */

#stage {
	height:371px;
	width:980px;
	position:relative;
	margin: 0 0 0 9px;
	padding:24px 0 0 0;
}

#stageCycle {
	width:950px;
	height:371px;
	z-index:2;
}

#stageCycle .stageCopy {
	position:absolute;
	z-index:5;
}

#stageCycle h1 {
	font-family: 'Ubuntu', 'Source Sans Pro', sans-serif;
	font-size: 36px;
	line-height: 38px;
	font-weight: 500;
	margin: 22px 0 42px 0;
	letter-spacing: -1px;
}

#stageCycle h1 span.subheadline {
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
}

#stageCycle ul.intro {
	font-size: 16px;
	line-height: 22px;
    margin: -26px 0 42px 40px;
	list-style-type: square;
}

#stageCycle ul.intro li {
	padding: 0 0 2px 2px;
}

#stagePager {
	position:absolute;
	right:19px;
	bottom:34px;
	z-index:500;
	overflow:hidden;	
}

#stagePager a {
	display:block;
	width:12px;
	height:12px;
	float:left;
	margin:0 0 0 7px;
	text-indent:-100px;
	background:url(../img/stage_controls.png) no-repeat -43px 0;
}

#stagePager a.activeSlide {
	background:url(../img/stage_controls.png) no-repeat -43px -15px;
}


#stage #next{
	background:url(../img/stage_controls.png) no-repeat -20px 0;
	width:19px;
	height:35px;
	position:absolute;
	right:2px;
	top:134px;
	z-index:5;
	cursor:pointer;
}

#stage #next:hover{
	background:url(../img/stage_controls.png) no-repeat -20px -36px;
}

#stage #prev{
	background:url(../img/stage_controls.png) no-repeat 0 0;
	width:19px;
	height:35px;
	position:absolute;
	left:2px;
	top:134px;
	z-index:5;
	cursor:pointer
}

#stage #prev:hover{
	background:url(../img/stage_controls.png) no-repeat 0 -36px;
}


/* #################################################################################################################################### */
/* STAGE - PRODUCT STAGE */

.stage {
    margin: 0 0 42px 32px;
    width: 928px;
    height: 320px;
    position: relative;
}

.stage .stage-container {
    position: absolute;
    top: 24px;
    left: 24px;
    width: 620px;
}

.stage h1 span.subheadline {
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
}

.stage .stage-news {
    background-color: #191919;
    position: absolute;
    top: 38px;
    right: 0px;
    width: 220px;
    padding: 10px;
}

.stage .downloaddetails {
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    margin-top: 22px;
}


/* #################################################################################################################################### */
/* HOMEPAGE - CONTENT BELOW THE STAGE */

#home-container {
    overflow:hidden;
    margin-bottom: 25px;
}

.home-col1 {
	width:636px;
	float:left;
	margin: 0 0 25px 35px;
	position:relative;
}

.home-col2 {
	width:260px;
	float:left;
	margin: 25px 0 25px 28px;
	position:relative;
}

.home-col1 .date 
{
    margin: 30px 0px 0px 0px;
    font-size: 12px;
    font-weight: 600;
    color: Gray;
}

.home-col1 h3
{
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    font-weight: 600;
    
}

/* #################################################################################################################################### */
/* CONTENT ELEMENTS - BASICS */

h1 {
	font-family: 'Ubuntu', 'Source Sans Pro', sans-serif;
	font-size: 36px;
	line-height: 38px;
	font-weight: 500;
	margin: 0 0 42px 0;
	letter-spacing: -1px;
}

h2 {
	font-family: 'Ubuntu', 'Source Sans Pro', sans-serif;
	font-size: 26px;
	line-height: 28px;
	font-weight: 400;
	margin: 42px 0 18px 0;
	letter-spacing: -1px;
}

h3 {
	font-size: 20px;
    line-height: 22px;
	font-weight: 400;
	margin: 24px 0 8px 0;
}

h3.orange {
    font-size: 20px;
    margin: 24px 0 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
    color: #e65f1e;
    font-weight: 400;
}

h3.gray {
    font-size: 20px;
    margin: 24px 0 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
    font-weight: 400;
}

a {
 color: #e65f1e; 
}

p {
    margin: 0 0 12px 0;
}

b { font-weight: 600;}

p.intro {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
    margin: -26px 0 42px 0;
}

p.large {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
}

p.small {
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
}

span.trademark {
    font-family: arial, sans-serif;
    font-size: 12px;
    padding-left: 4px;
    vertical-align: super;
}

hr {
    background-color: #ebebeb; /* Farbe für Opera und Firefox */
    color: #ebebeb; /* Farbe für Internet Explorer (IE) */
    border: 0;
    height: 1px;
	margin: 14px 0 14px 0;
}

hr.before-h2 {
    background-color: #ebebeb; /* Farbe für Opera und Firefox */
    color: #ebebeb; /* Farbe für Internet Explorer (IE) */
    border: 0;
    height: 1px;
	margin: 28px 0 -4px 0;
}

#content ul {
	list-style-type: square;
	margin: 4px 0 12px 32px;
}

#content ul li {
	padding: 0 0 4px 2px;
}


/* #################################################################################################################################### */
/* CONTENT ELEMENTS - HIGHLIGHTS */

.quote {
    background-color: #f4f4f4;
    border-radius: 8px;
    padding: 16px;
    text-align: center;
    font-style: italic;
}

.quotesource {
    background-image: url('../img/quote.gif');
    background-repeat: no-repeat;
    min-height: 20px;
    padding: 14px 0 0 10px;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 30px;
    font-weight: bold;
    color: Gray;
}

.feature {
    background-repeat: no-repeat;
    padding-left: 52px;
    min-height: 36px;
    margin-bottom: 22px;
}

.whitepaper {
    margin: 22px 0 8px 0;  
}

.whitepaper table {
    width: 200px;
    font-size: 14px;
    float: right;
}

.screenshot {
    margin: 22px 0 0 2px;
}

/* #################################################################################################################################### */
/* CONTENT ELEMENTS - LAYOUTS */

/* ############## 2 Cols ############## */

.layout-2-cols-simple {
    height: auto;
    margin: -10px 0 -10px 0;
}

.layout-2-cols-simple .col1 
{
    width: 335px;
    float: left;
    display: inline-block;
    height: auto;
}

.layout-2-cols-simple .col2 
{
    width: 335px;
    float: left;
    display: inline-block;
    height: auto;
    margin-left: 30px;
}

/* ############## 3 Cols ############## */

.layout-3-cols-simple {
    height: auto;
    margin: -10px 0 -10px 0;
}

.layout-3-cols-simple .col1 
{
    width: 210px;
    float: left;
    display: inline-block;
    height: auto;
}

.layout-3-cols-simple .col2
{
    width: 210px;
    float: left;
    display: inline-block;
    height: auto;
    margin-left: 35px;
}

.layout-3-cols-simple .col3
{
    width: 210px;
    float: left;
    display: inline-block;
    height: auto;
    margin-left: 35px;
}

/* ############## 3 Cols / Footer ############## */

.layout-3-cols-footer {
    height: auto;
    margin: -10px 0 -10px 0;
}

.layout-3-cols-footer .col1 
{
    width: 160px;
    float: left;
    display: inline-block;
    height: auto;
}

.layout-3-cols-footer .col2
{
    width: 255px;
    float: left;
    display: inline-block;
    height: auto;
    margin-left: 0px;
}

.layout-3-cols-footer .col3
{
    width: 265px;
    float: left;
    display: inline-block;
    height: auto;
    margin-left: 20px;
}

/* 2 Cols for sites with sub navigation on the left */

.layout-2-cols-473 {
    height: auto;
    margin: 0 0 -10px 0;
}

.layout-2-cols-473 .col1 
{
    width: 225px;
    float: left;
    display: inline-block;
    height: auto;
}

.layout-2-cols-473 .col2 
{
    width: 225px;
    float: left;
    display: inline-block;
    height: auto;
    margin-left: 23px;
}



/* #################################################################################################################################### */
/* CONTENT ELEMENTS - TABLE */

table {
	border-collapse: collapse;
	width: 100%;
}

table thead th {
	padding: 12px 0px 12px 8px;
	border-bottom: 1px solid #ebebeb;
	vertical-align: middle;
	text-align: left;
	font-weight: 600;
}

table tbody th {
	padding: 5px 0px 5px 8px;
	border-bottom: 1px solid #ebebeb;
	text-align: left;
	font-weight: 600;
    vertical-align: top;
}

table tbody td {
	padding: 5px 0px 5px 8px;
	border-bottom: 1px solid #ebebeb;
}

table td {
	padding: 5px 0px 5px 8px;
	border-bottom: 1px solid #ebebeb;
	vertical-align: top;
}

table tfoot td {
	padding: 12px 0px 4px 8px;
	text-align: left;
	border: none;
	font-size: 12px;
}

/* CONTENT ELEMENTS - TABLE - PRODUCT OVERVIEW */

table.productoverview {
	border-collapse: collapse;
	width: 100%;
	margin: 20px 0 40px 0;
}

table.productoverview td {
	padding: 0 0 0 0;
	border-bottom: none;
	vertical-align: top;
}

/* CONTENT ELEMENTS - TABLE - HIGHLIGHT */

table.highlight td {
	padding: 16px 0px 5px 8px;
	border-bottom: 1px solid #ebebeb;
	vertical-align: top;
}

table.highlight tbody th {
    width: 170px;
	padding: 16px 50px 16px 8px;
	border-bottom: 1px solid #ebebeb;
	text-align: left;
	font-weight: 400;
    vertical-align: top;
    font-size: 20px;
    line-height: 22px;
}

/* #################################################################################################################################### */
/* CONTENT ELEMENTS - TEASER RIGHT COLUMN */

.teaserhead {
    background-color: #505050;
	padding: 12px 12px 12px 12px;
	margin: 0 0 0 0;
    color: White;
    
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0px;
}

.teaser {
	background-color: #f1f1f1;
	padding: 14px;
	margin: 0 0 25px 0;
}

.teaser p { margin: 0 0 0 0;}

.teaser img { margin: -14px 0 14px -14px; }

.teaser-light p { margin: 0 0 0 0;}

.teaser-light img { margin: -14px 0 14px -14px; }


/* #################################################################################################################################### */
/* CONTENT ELEMENTS - TEASTER BELOW THE CONTENT */

.teaser-ressources {
    height: auto;
    margin: 60px 0 -10px 0;
    background-color: #f0f0f0;
    padding: 20px;
}

.teaser-ressources .col1 
{
    width: 320px;
    float: left;
    display: inline-block;
    height: auto;

}

.teaser-ressources .col2 
{
    width: 320px;
    float: left;
    display: inline-block;
    height: auto;
    margin-left: 20px;
}

.teaser-ressources h2 { margin: 0 0 16px 0;}


/* #################################################################################################################################### */
/* CONTENT ELEMENTS - JQUERY UI TABS */

.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; 
 clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }

.tabs {
	margin: 28px 0 28px 0;
	width:690px;
}

#col3Wrapper .tabs {
	margin: 0 0 20px 0;
	width:475px;
}

.ui-tabs { 
	position: relative;  
	zoom: 1; 
} 

#content .tabs ul.ui-tabs-nav { 
	overflow:hidden;
	margin: 0;
	padding:0; 
	list-style: none; 
	background:url(../img/tab_bottom_line.gif) repeat-x bottom;
}

#content .tabs .ui-tabs-nav li { 
	float: left; 
	position: relative;  
	margin: 0 1px 0 0; 
	padding:0;
	white-space: nowrap;
	height:40px;
	background:none;
}

#content .tabs .ui-tabs-nav li a { 
	background:url("../img/bg_tab_default.gif") repeat-x;
	border-top:1px solid #e2e2e2;
	border-left:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
	font-size:14px;
	line-height:17px; 
	color:#5a5a5a;
	font-weight:600;
	padding:10px 15px 0 15px;
	height:28px;
	display:block;
	text-decoration:none;
}

#content .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, #content .ui-tabs .ui-tabs-nav li.ui-state-disabled a, #content .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
#content.ui-tabs .ui-tabs-nav li a  { cursor: pointer; } 

#content .tabs .ui-tabs-panel { 
	display: block; 
	padding:15px 0 0 0;
}

#col3Wrapper .tabs .ui-tabs-panel { 
	display: block; 
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:15px 10px 15px 17px;	
}

.ui-tabs .ui-tabs-hide { display: none !important; }

.ui-tabs .ui-state-default a, .ui-tabs .ui-state-default a:link, .ui-tabs .ui-state-default a:visited {   
	text-decoration: none; 
}

#content .tabs .ui-tabs-nav li.ui-tabs-selected a,  #content .tabs .ui-tabs-nav li.ui-state-active a {  
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	background:#ffffff;
	height:29px;
	font-weight:600;
	color:#5a5a5a; 
}

#content .ui-tabs-panel p {
	width:auto;
}

#content .ui-tabs-panel ul {
	width:auto;
}

/* #################################################################################################################################### */
/* CONTENT ELEMENTS - Button */

.buttonwrapper {
    margin: 18px 0 10px 0;
}

/* Default content button */

#content a.button {
    text-decoration: none;
    text-align: center; 
    padding: 12px 20px 12px 20px;
    border: none; 
    font-size: 14px;
    font-weight: 600; 
    color: #ffffff; 
    background-color: #e6611e; 
    background-image: -moz-linear-gradient(top, #e6611e 0%, #c3411a 100%); 
    background-image: -webkit-linear-gradient(top, #e6611e 0%, #c3411a 100%); 
    background-image: -o-linear-gradient(top, #e6611e 0%, #c3411a 100%); 
    background-image: -ms-linear-gradient(top, #e6611e 0% ,#c3411a 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3411a', endColorstr='#c3411a',GradientType=0 ); 
    background-image: linear-gradient(top, #e6611e 0% ,#c3411a 100%);   
}
  
#content a.button:hover {
    padding: 12px 20px 12px 20px;
    border:none; 
    text-decoration: none; 
    font-size:14px; 
    font-weight:600; 
    color:#ffffff; 
    background:#e6611e; 
}
 
#content a.button:active {
    padding: 12px 20px 12px 20px;
    border: none; 
    font-size: 14px; 
    font-weight: 600; 
    color: #ffffff; 
    background-color: #c3411a; 
    background-image: -moz-linear-gradient(top, #c3411a 0%, #e6611e 100%); 
    background-image: -webkit-linear-gradient(top, #c3411a 0%, #e6611e 100%); 
    background-image: -o-linear-gradient(top, #c3411a 0%, #e6611e 100%); 
    background-image: -ms-linear-gradient(top, #c3411a 0% ,#e6611e 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6611e', endColorstr='#e6611e',GradientType=0 ); 
    background-image: linear-gradient(top, #c3411a 0% ,#e6611e 100%);   
}

/* Default small content button */

#content a.buttonsmall {
    text-decoration: none;
    text-align: center; 
    padding: 6px 12px 6px 12px;
    border: none; 
    font-size: 12px;
    font-weight: 600; 
    color: #ffffff; 
    background-color: #e6611e; 
    background-image: -moz-linear-gradient(top, #e6611e 0%, #c3411a 100%); 
    background-image: -webkit-linear-gradient(top, #e6611e 0%, #c3411a 100%); 
    background-image: -o-linear-gradient(top, #e6611e 0%, #c3411a 100%); 
    background-image: -ms-linear-gradient(top, #e6611e 0% ,#c3411a 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3411a', endColorstr='#c3411a',GradientType=0 ); 
    background-image: linear-gradient(top, #e6611e 0% ,#c3411a 100%);   
}
  
#content a.buttonsmall:hover {
    padding: 6px 12px 6px 12px;
    border:none; 
    text-decoration: none; 
    font-size: 12px;
    font-weight:600; 
    color:#ffffff; 
    background:#e6611e; 
}
 
#content a.buttonsmall:active {
    padding: 6px 12px 6px 12px;
    border: none; 
    font-size: 12px;
    font-weight: 600; 
    color: #ffffff; 
    background-color: #c3411a; 
    background-image: -moz-linear-gradient(top, #c3411a 0%, #e6611e 100%); 
    background-image: -webkit-linear-gradient(top, #c3411a 0%, #e6611e 100%); 
    background-image: -o-linear-gradient(top, #c3411a 0%, #e6611e 100%); 
    background-image: -ms-linear-gradient(top, #c3411a 0% ,#e6611e 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6611e', endColorstr='#e6611e',GradientType=0 ); 
    background-image: linear-gradient(top, #c3411a 0% ,#e6611e 100%);   
}

/* Smaller button only for the right column */

#rightCol a.button {
    text-decoration: none;
    text-align: center; 
    padding: 6px 12px 6px 12px;
    border: none; 
    font-size: 12px; 
    font-weight: 600; 
    color: #ffffff; 
    background-color: #e6611e; 
    background-image: -moz-linear-gradient(top, #e6611e 0%, #c3411a 100%); 
    background-image: -webkit-linear-gradient(top, #e6611e 0%, #c3411a 100%); 
    background-image: -o-linear-gradient(top, #e6611e 0%, #c3411a 100%); 
    background-image: -ms-linear-gradient(top, #e6611e 0% ,#c3411a 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3411a', endColorstr='#c3411a',GradientType=0 ); 
    background-image: linear-gradient(top, #e6611e 0% ,#c3411a 100%);   
}
  
#rightCol a.button:hover {
    padding: 6px 12px 6px 12px;
    border:none; 
    text-decoration: none; 
    font-size: 12px; 
    font-weight: 600; 
    color:#ffffff; 
    background:#e6611e; 
}
 
#rightCol a.button:active {
    padding: 6px 12px 6px 12px;
    border: none; 
    font-size: 12px; 
    font-weight: 600; 
    color: #ffffff; 
    background-color: #c3411a; 
    background-image: -moz-linear-gradient(top, #c3411a 0%, #e6611e 100%); 
    background-image: -webkit-linear-gradient(top, #c3411a 0%, #e6611e 100%); 
    background-image: -o-linear-gradient(top, #c3411a 0%, #e6611e 100%); 
    background-image: -ms-linear-gradient(top, #c3411a 0% ,#e6611e 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6611e', endColorstr='#e6611e',GradientType=0 ); 
    background-image: linear-gradient(top, #c3411a 0% ,#e6611e 100%);   
}

/* Smaller button only for the right column */

.home-col2 a.button {
    text-decoration: none;
    text-align: center; 
    padding: 6px 12px 6px 12px;
    border: none; 
    font-size: 12px; 
    font-weight: 600; 
    color: #ffffff; 
    background-color: #e6611e; 
    background-image: -moz-linear-gradient(top, #e6611e 0%, #c3411a 100%); 
    background-image: -webkit-linear-gradient(top, #e6611e 0%, #c3411a 100%); 
    background-image: -o-linear-gradient(top, #e6611e 0%, #c3411a 100%); 
    background-image: -ms-linear-gradient(top, #e6611e 0% ,#c3411a 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3411a', endColorstr='#c3411a',GradientType=0 ); 
    background-image: linear-gradient(top, #e6611e 0% ,#c3411a 100%);   
}
  
.home-col2 a.button:hover {
    padding: 6px 12px 6px 12px;
    border:none; 
    text-decoration: none; 
    font-size: 12px; 
    font-weight: 600; 
    color:#ffffff; 
    background:#e6611e; 
}
 
.home-col2 a.button:active {
    padding: 6px 12px 6px 12px;
    border: none; 
    font-size: 12px; 
    font-weight: 600; 
    color: #ffffff; 
    background-color: #c3411a; 
    background-image: -moz-linear-gradient(top, #c3411a 0%, #e6611e 100%); 
    background-image: -webkit-linear-gradient(top, #c3411a 0%, #e6611e 100%); 
    background-image: -o-linear-gradient(top, #c3411a 0%, #e6611e 100%); 
    background-image: -ms-linear-gradient(top, #c3411a 0% ,#e6611e 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6611e', endColorstr='#e6611e',GradientType=0 ); 
    background-image: linear-gradient(top, #c3411a 0% ,#e6611e 100%);   
}

/* Larger button only for the stages - ORANGE */

.stage a.button {
    text-decoration: none;
    text-align: center; 
    padding: 12px 20px 12px 20px;
    border: none; 
    font-size: 14px; 
    font-weight: 600;  
    color: #ffffff; 
    background-color: #e6611e; 
    background-image: -moz-linear-gradient(top, #e6611e 0%, #c3411a 100%); 
    background-image: -webkit-linear-gradient(top, #e6611e 0%, #c3411a 100%); 
    background-image: -o-linear-gradient(top, #e6611e 0%, #c3411a 100%); 
    background-image: -ms-linear-gradient(top, #e6611e 0% ,#c3411a 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3411a', endColorstr='#c3411a',GradientType=0 ); 
    background-image: linear-gradient(top, #e6611e 0% ,#c3411a 100%);   
}
  
.stage a.button:hover {
    padding: 12px 20px 12px 20px;
    border:none; 
    text-decoration: none; 
    font-size: 14px; 
    font-weight: 600; 
    color:#ffffff; 
    background:#e6611e; 
}
 
.stage a.button:active {
    padding: 12px 20px 12px 20px;
    border: none; 
    font-size: 14px; 
    font-weight: 600; 
    color: #ffffff; 
    background-color: #c3411a; 
    background-image: -moz-linear-gradient(top, #c3411a 0%, #e6611e 100%); 
    background-image: -webkit-linear-gradient(top, #c3411a 0%, #e6611e 100%); 
    background-image: -o-linear-gradient(top, #c3411a 0%, #e6611e 100%); 
    background-image: -ms-linear-gradient(top, #c3411a 0% ,#e6611e 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6611e', endColorstr='#e6611e',GradientType=0 ); 
    background-image: linear-gradient(top, #c3411a 0% ,#e6611e 100%);   
}

/* Larger button only for the stages - GRAY */

.stage a.buttongray {
    text-decoration: none;
    text-align: center; 
    padding: 12px 20px 12px 20px;
    border: none; 
    font-size: 14px; 
    font-weight: 600;  
    color: #ffffff; 
    background-color: #0a0a0a; 
    background-image: -moz-linear-gradient(top, #454545 0%, #191919 100%); 
    background-image: -webkit-linear-gradient(top, #454545 0%, #191919 100%); 
    background-image: -o-linear-gradient(top, #454545 0%, #191919 100%); 
    background-image: -ms-linear-gradient(top, #454545 0% ,#191919 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#454545', endColorstr='#191919',GradientType=0 ); 
    background-image: linear-gradient(top, #454545 0% ,#191919 100%);   
}
  
.stage a.buttongray:hover {
    padding: 12px 20px 12px 20px;
    border:none; 
    text-decoration: none; 
    font-size: 14px; 
    font-weight: 600; 
    color:#ffffff; 
    background:#454545; 
}
 
.stage a.buttongray:active {
    padding: 12px 20px 12px 20px;
    border: none; 
    font-size: 14px; 
    font-weight: 600; 
    color: #ffffff; 
    background-color: #0a0a0a; 
    background-image: -moz-linear-gradient(top, #454545 0%, #191919 100%); 
    background-image: -webkit-linear-gradient(top, #454545 0%, #191919 100%); 
    background-image: -o-linear-gradient(top, #454545 0%, #191919 100%); 
    background-image: -ms-linear-gradient(top, #454545 0% ,#191919 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#454545', endColorstr='#191919',GradientType=0 ); 
    background-image: linear-gradient(top, #454545 0% ,#191919 100%); 
}

/* Larger button only for the default.aspx stages */

#stageCycle a.button {
    text-decoration: none;
    text-align: center; 
    padding: 10px 18px 10px 18px;
    border: none; 
    font-size: 14px; 
    font-weight: 600; 
    color: #ffffff; 
    background-color: #e6611e; 
    background-image: -moz-linear-gradient(top, #e6611e 0%, #c3411a 100%); 
    background-image: -webkit-linear-gradient(top, #e6611e 0%, #c3411a 100%); 
    background-image: -o-linear-gradient(top, #e6611e 0%, #c3411a 100%); 
    background-image: -ms-linear-gradient(top, #e6611e 0% ,#c3411a 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3411a', endColorstr='#c3411a',GradientType=0 ); 
    background-image: linear-gradient(top, #e6611e 0% ,#c3411a 100%);   
}
  
#stageCycle a.button:hover {
    padding: 10px 18px 10px 18px;
    border:none; 
    text-decoration: none; 
    font-size: 14px; 
    font-weight: 600; 
    color:#ffffff; 
    background:#e6611e; 
}
 
#stageCycle a.button:active {
    padding: 10px 18px 10px 18px;
    border: none; 
    font-size: 14px; 
    font-weight: 600; 
    color: #ffffff; 
    background-color: #c3411a; 
    background-image: -moz-linear-gradient(top, #c3411a 0%, #e6611e 100%); 
    background-image: -webkit-linear-gradient(top, #c3411a 0%, #e6611e 100%); 
    background-image: -o-linear-gradient(top, #c3411a 0%, #e6611e 100%); 
    background-image: -ms-linear-gradient(top, #c3411a 0% ,#e6611e 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6611e', endColorstr='#e6611e',GradientType=0 ); 
    background-image: linear-gradient(top, #c3411a 0% ,#e6611e 100%);   
}


/* #################################################################################################################################### */
/* CONTENT ELEMENTS - MISC */

/* ------------------------------------------------------------------------------------------------------------------------------------ */
/* Preformatted Content (Legal) */

#content pre.legal {
    font-family: "Courier New";
    font-size: 12px;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}


/* ------------------------------------------------------------------------------------------------------------------------------------ */
/* Changelog */

li.changelog span.type {
    font-size: 12px;
    font-weight: 600;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 1px;
    padding-bottom: 1px;
    color: White;
    background-color: #707070;
    margin-right: 4px;
}

li.changelog {
    margin-bottom: 8px;
    margin-top: 8px;
}


/* ------------------------------------------------------------------------------------------------------------------------------------ */
/* Partner Locator */

.partner-listing {
    background-color: #ffffff;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.partner-listing .name {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 7px;
    background-color: #f0f0f0;
    padding: 5px;
}

.partner-listing .address {
    margin-bottom: 10px;
}

/* ------------------------------------------------------------------------------------------------------------------------------------ */
/* Live Chat */

.live-chat-wrapper {
    display: none;
}