h1, h2 {
    font-weight: normal;
}

table {
    margin: 0;
}

th, td {
    border: 0;
	 text-align: left;
}

hr {
	border: 0;
	height: 1px;
	color: #CCC3D1;
	background-color: #CCC3D1;
}

.right {
	text-align: right;
}

ul {
	margin: 0;
    padding: 0;
}

/* This fixes some error messages with the HTML tags pre, p and h5*/
pre {
    line-height: 120%;
}
pre p,
pre h5{
	margin: 0;
    font-size: 1em;
}

a:link,
a:visited,
a:hover {
	/*color: #0000CD;*/
	color: #3684bd;
}

a:hover {
    color: #0d62a0;
}

a.disabled:link,
a.disabled:visited,
a.disabled:hover {
	color: #d2d2d2;
}


a.no-underline:link,
a.no-underline:visited,
a.no-underline:hover {
	text-decoration: none;
}

/*
	active page link (used to reload a page, link style only upon hover)
*/

a.active-page:link,
a.active-page:visited,
a.active-page:hover {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

a.active-page:hover {
	color: #0000CD;
	text-decoration: underline;
	cursor: pointer;
}


/* Standard command links with 16x16 px images */

a.link-50:link,
a.link-50:visited,
a.link-50:hover {
	text-decoration: none;
}

a.link-50:link img,
a.link-50:visited img,
a.link-50:hover img {
	vertical-align: middle;
	text-decoration: none;
	margin-bottom: 1px; /* Fixes vertical alignment*/
	margin-right: 2px;
}

a.link-50:link span,
a.link-50:visited span,
a.link-50:hover span {
	text-decoration: underline;
}

a.white:link,
a.white:visited,
a.white:hover {
	color: white;
}

div.clearance {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

#noscript {
	display: none;
	font-size: 1.4em;
	padding: 4em;
}

/* input placeholder */
.placeholder {
    color: #8e8e8e;
	font-style: italic;
}

/*
	product-bar (main header bar on top of page)
*/

div.product-bar-bg { /* This div includes the nav bar! */
	/*background-color: #d2dbe5;*/
    background-color: #c6d5e3;
	/* image is defined within template */
	/* background-image: url(../picts/product_bar_gradient.png); -- Defined in css_style_map.cfg -- */
	/*background-position: top left;*/
	/*background-repeat: repeat-x;*/
	/*border-bottom: 1px solid #d2dbe5;*/
}
	
table.product-bar {
	width: 100%;
}

table.product-bar th,
table.product-bar td {
	padding: 0;
	text-align: left;
}

table.product-bar td.product-bar-right {
	padding: 5px;
	text-align: right;
	/*vertical-align: top;*/
	color: #C6C6C6;
}

table.product-bar img.logo {
	vertical-align: middle;
}

a.logo:link,
a.logo:visited,
a.logo:hover {
	text-decoration: none;
}

table.product-bar span.version {
	padding-right: 14px;
	color: #6498cd;
}

td.product-bar-right a:link,
td.product-bar-right a:visited,
td.product-bar-right a:hover {
	color: #0002BD;
	text-decoration: underline;
	padding: 2px 5px;
}

td.product-bar-right a:hover {
	background-color: #FAF9F3;
}

span.trial-info {
	color: #4a5867;
}

button.days-left,
button.days-left-low,
button.days-left-very-low {
	margin: 0 11px;
	font-size: 13px;
	padding: 3px 5px;
	border: none;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    cursor: none;
}

button.days-left {
	color: #353f4a;
	background-color: white;
	opacity: 0.45;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=45)"; /* first! */
	filter: alpha(opacity=45);					/* second */
}

button.days-left-low {
	color: white;
	background-color: #f98c08;
}

button.days-left-very-low {
	color: white;
	background-color: #f80909;
}

div.product-bar-about {
	position: absolute;
	right: 0;
	top: 27px;
	background-color: white;
	border: 1px solid #cbcbcb;
	padding: 7px 10px;
	display: none;
}

div.product-bar-about span {
   color: #8a8a8a;
   display: block;
   padding: 2px 0;
}

div.product-bar-about p { /*copyright text*/
	font-size: 0.94em;
}

/*
	rc-nav-bar Reports/Config navbar
*/

table.rc-nav-bar {
    width: 100%;
    margin-top: 22px;
    background-color: #e8e9e9;
}

table.rc-nav-bar th,
table.rc-nav-bar td {
    padding: 7px 0;
    text-align: left;
    font-weight: normal;
    color: #4c4c4c;
    white-space: nowrap;
}

table.rc-nav-bar th.profile-label {
    padding-left: 5px;
    /*font-weight: bold;*/
}

table.rc-nav-bar th.page-label {
    padding: 0 14px;
    /*color: #de8b05;*/
    color: #cf7b24;
    /*font-weight: bold;*/
}

table.rc-nav-bar td {
    text-align: right;
}

table.rc-nav-bar td.expander {
    width: 90%;
}

table.rc-nav-bar-config th,
table.rc-nav-bar-config td {
    border-style: solid;
    border-color: #cccccc;
    border-width: 0 0 1px 0;
}

table.rc-nav-bar-config th.page-label {
    /*border-style: solid;*/
    /*border-color: #d5d7d7;*/
    border-width: 0 1px 0 1px;
}

table.rc-nav-bar a:link,
table.rc-nav-bar a:visited,
table.rc-nav-bar a:hover {
    padding: 5px 10px;
    text-decoration: none;
    color: #4c4c4c;
}

table.rc-nav-bar a:hover,
table.rc-nav-bar a.active:link,
table.rc-nav-bar a.active:visited,
table.rc-nav-bar a.active:hover {
    background-color: #d3d3d3;
}

table.rc-nav-bar a.page-label:link,
table.rc-nav-bar a.page-label:visited,
table.rc-nav-bar a.page-label:hover {
    background-color: transparent;
    padding: 5px 10px;
    text-decoration: none;
    color: #cf7b24;
}

table.rc-nav-bar a.page-label:hover {
    text-decoration: underline;
}


/*
	toolbar-10 with btn-10
*/

div.toolbar-10  {
	margin: 0;
	background-color: #e8e9e9;
	/*border-top: 1px solid #dee1e6;*/
	border-bottom: 1px solid #dee1e6;
}

table.toolbar-10 {
	width: 100%;
}

table.toolbar-10 td {
	padding: 0;
	background-color: transparent;
	vertical-align: middle;
	text-align: left;
	white-space: nowrap;
}

table.toolbar-10 td.spacer {
	/* A spacer/expander cell between the left and right toolbar buttons */
	width: 95%;
}

table.toolbar-10 img {
	vertical-align: middle;
	margin: 0 3px 1px 0;
}

a.btn-10:link,
a.btn-10:visited,
a.btn-10:hover,
a.btn-10-disabled:link,
a.btn-10-disabled:visited,
a.btn-10-disabled:hover,
span.btn-10 {
	color: #4c4c4c;
	text-decoration: none;
	display: block;
	cursor: default;
	padding: 2px 9px;
	margin: 4px 0;
	border: 1px solid transparent;

	/* IE transparent border fix - credits to Hedger Wow */
	/* Set a height, otherwise the border fix has no effect*/
	_height: 1em;
	/*set an unused color to be index color*/
	_border-color:tomato;
	/*then remove this indexed color*/
	_filter:chroma(color=tomato);
}

span.btn-10 { /* toolbar spacer on left */
	padding: 2px 0px;
}

a.btn-10:hover {
	border: 1px solid;
	border-left-color: White;
	border-top-color: White;
	border-right-color: #D8D8D8;
	border-bottom-color: #D8D8D8;
}

a.btn-10-disabled:link,
a.btn-10-disabled:visited,
a.btn-10-disabled:hover {
	color: #CACACA;
}


/*
	copyright
*/

/*
	config home NEW (now also used in Reports view!)
*/

/* iframe is used in IE6 only */
div.config-nav,
iframe.config-nav {
	width: 100%;
	background-color: white;
	padding: 0;
	margin: 0;
}

/* div extends div.config-nav, iframe is used in IE6 only */
div.hidden-nav, 
iframe.hidden-nav { 
	position: absolute;
	left: 0;
	display: none;
	border-bottom: 1px solid #d2dbe5;
	height: 235px;
	z-index: 3000;
}

iframe.hidden-nav { /* activated in IE6 only */
	border: none;
	z-index: 2999;
}

div.config-nav a:link,
div.config-nav a:visited,
div.config-nav a:hover {
	text-decoration: none;
	display: block;
	padding: 0.4em 16px 0.3em 16px;
}

div.config-nav a:hover {
	background-color: #efefef;
}

div.config-nav ul {
	float: left;
	padding: 4px 0;
	margin: 0;
	border-right: 1px solid #eaeaea;
	height: 122px;
	list-style: none;
}


p.copyright {
	margin: 16px 24px;
	font-size: 0.9em;
	color: #656565;
}

/*
	panel-50 (required in base.css because panel-50 is used in error reporting)
*/

table.panel-50-left-right-grid td {
	/* Used if buttons are on top right side */
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.panel-50-left-right-grid td.buttons-box {
	/* Used if buttons are on top right side */
	text-align: center;
	padding: 18px 18px;
}

div.panel-50 {
	/*border: solid 1px Red;*/
	position: absolute;
	display: none;
	z-index: 20;
}

div.panel-50-header {
	background-color: transparent;
	/*	background-image: url(../picts/panel/panel_50_top_left.gif); -- Defined in css_style_map.cfg -- */
	background-position: top left;
	background-repeat: no-repeat;
}

div.panel-50-header-frame {
	/*border: 1px solid Red;*/
	text-align: right;
	margin-left: 10px;
	padding: 5px 0 3px 0;
	/*	background-image: url(../picts/panel/panel_50_top_right.gif);  -- Defined in css_style_map.cfg -- */
	background-position: top right;
	background-repeat: no-repeat;
	vertical-align: bottom;
}

div.panel-50-header-frame img {
	margin-right: 5px;
}

div.panel-50-header-title {
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-size: 1.2em;
	line-height: 1em;
	font-weight: normal;
	text-align: left;
	color: White;
	background-color: transparent;
	float: left;
}

div.panel-50-header-bottom {
	background-color: #f3f2eb;
	font-size: 1px;
	/*height: 1px;* Don't specify the height because IE would expand the width to 100% */
	line-height: 1px;
	border-width: 0 3px;
	border-color: #59609b;
	border-style: solid;
}


div.panel-50-body { /* Note, the body has 0px margin so that we can add tab-lines, etc.! */
	background-color: #f3f2eb;
	border-width: 0 2px;
	border-color: #59609b;
	border-style: solid;
}

div.panel-50-form,
div.panel-50-form-center,
div.panel-50-form-right {
	padding: 10px 14px;
}

div.panel-50-form-center {
	text-align: center;
}

div.panel-50-form-right {
	text-align: right;
}

div.panel-50-form th,
div.panel-50-form td {
	/*Note, we give minimal top padding, this is useful for example fields above a row*/
	padding: 3px 4px 6px 4px;
	vertical-align: baseline; /* We use baseline so that we are aligned when displaying error indication divs */
	border: none;
}

div.panel-50-form th {
	text-align: right;
	font-weight: normal;
}

div.panel-50-form th.field-sample,
div.panel-50-form td.field-sample {
	padding-bottom: 0;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-size: 0.9em;
	color: #646464;
}

div.panel-50-footer {
	background-color: transparent;
	/*	background-image: url(../picts/panel/panel_50_bottom_left.gif); -- Defined in css_style_map.cfg -- */
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.panel-50-footer-offset {
	background-color: transparent;
	margin-left: 10px;
	font-size: 5px;
	line-height: 5px;
	/*	background-image: url(../picts/panel/panel_50_bottom_right.gif); -- Defined in css_style_map.cfg -- */
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.panel-50-separator-line {
	padding: 0;
	margin: 0;
	border-top: 1px solid #c8c7c7;
	background-color: White;
	font-size: 1px;
	line-height: 1px;
	/* height: 1px; Don't apply height or IE will expand to maximum width! */
}

