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: #005c9c;
}

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;
}

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

div.product-bar-bg { /* This div includes the nav bar! */
	background-color: #d2dbe5;
	/* 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 {*/
    /*vertical-align: top;*/
/*}*/

/*table.product-bar a {*/
    /*vertical-align: top;*/
/*}*/

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;
}

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 #6a6a6a;
	padding: 7px 10px;
	display: none;
}

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


/*
	breadcrumb-nav-bar-10 Used in Reports and Config
*/

div.breadcrumb-nav {
	margin-top: 11px;
	padding: 5px 0 3px 0;
	font-weight: bold;
	background-color: transparent;
}

div.breadcrumb-nav img.breadcrumb-arrow {
	padding: 0 10px;
	vertical-align: middle;
}

div.breadcrumb-nav button {
	margin: 0 0 0 12px;
	padding: 1px 4px 1px 6px;
	font: inherit;
	background-color: transparent;
	border: 1px solid #a5bdd7;
	border-radius: 2px;
	-moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   -khtml-border-radius: 2px;
}

div.breadcrumb-nav button:hover {
	background-color: #f0f3f6;
}

/*
	copyright
*/


/*
	config home NEW (now alose 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: bold;
	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! */
}

