/* CSS Reset, ispired by YUI */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* Start regular styles */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.72em;
	color: Black;
	background-color: white;
}
th {
	font-weight: bold;
}
td {
	white-space: nowrap;
}
p {
	font-size:  1.0em;
}
h1, h2, h3, h4, h5, p {
	margin: 0.5em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	font-weight:bold; 
}
h1 {
	font-size: 1.6em;
	letter-spacing: 0.1em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
img {
	border: none;
}
hr {
	border: 0;
	height: 1px;
	color: #CCC3D1;
	background-color: #CCC3D1;
}
.right {
	text-align: right;
}
em {
	font-style:italic;
}
pre {
	/*use pixel font-size for pre due discrepances when using relative size!*/
	font-size: 12px;
	white-space: normal;
}
a:link,
a:visited,
a:hover {
	color: #0000CD;
}
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;
}
/*
	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 td {
	padding: 5px;
	vertical-align: middle;
	text-align: left;
}
table.product-bar td.product-bar-right {
	text-align: right;
	color: #C6C6C6;
}
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;
}
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 {
	padding: 0;
	margin: 18px 0 4px 0;
	font-weight: bold;
	/*vertical-align: middle;
	background-color: #d9fff0;*/
	/*height: 30px;*/
}
/*div.breadcrumb-nav a {
	display: block;
	float: left;
	background-color: yellow;
	padding: 9px 0;
}*/
div.breadcrumb-nav img.breadcrumb-arrow {
	padding: 0 10px;
}
div.breadcrumb-nav button {
	margin: 0 0 0 12px;
	padding: 1px 4px 1px 6px;
	font: inherit;
	/*font-size: inherit;
	font-weight: inherit;
	font-style: inherit;*/
	background-color: transparent;
	/*background-color: #e6ebf1;*/
	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;
}
/*table.breadcrumb-nav-bar-10 {
	width: 100%;
}
table.breadcrumb-nav-bar-10 th,
table.breadcrumb-nav-bar-10 td {
	font-size: 1.1em;
	padding: 22px 9px 9px 14px;
	font-weight: normal;
}
table.breadcrumb-nav-bar-10 th {
	text-align: left;
	font-weight: bold;
}
table.breadcrumb-nav-bar-10 td {
	text-align: right;
	font-weight: normal;
}
table.breadcrumb-nav-bar-10 span {
	padding: 0 7px;
} 
span.breadcrumb-nav-bar-10-arrow {
	padding: 0 7px;
}*/
/*
	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;
	/*top: 100;*/
	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;
	border-right: 1px solid #eaeaea;
	height: 122px;
}
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: Lime;*/
	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 {
	/*background-color: Lime;*/
	/*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;
	/*background-color: Yellow;*/
}
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 */
	/*background-color: yellow;*/
	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! */
}
/*
	forms.css
	This style sheet is similar to base, it is used in all dynamic
	pages which contain form elements
*/
select {
	font-size: 1.0em;
}
h3.action-info {
	margin: 21px;
	color: #969696;
}
select.small {
	padding: 0;
	margin: 0;
}
/*
	form-cover
*/
div.form-cover {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	/*background-image: url(../picts/transparent_white.gif); -- Defined in css_style_map.cfg -- */
	background-repeat: repeat;
	opacity: .6;
	filter: alpha(opacity=60);
	z-index: 10;
	display: none;
}
iframe.form-cover {
	position: absolute;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	border: none;
	background-color: white;
	/*z-index: 10; z-index IS SET BY JAVASCRIPT! */
	display: none;
}
/*
	form error and warning indication
*/
div.form-error,
div.form-info,
div.form-warning {
	margin-top: 2px;
	margin-bottom: 4px;
	background-color: White;
	border: 1px dotted #FF0033;
	/*border-top-color: White;*/
	color: Red;
	padding: 3px 7px;
	white-space: normal;
	display: none;
	line-height: 1.4em;;
}
div.form-info {
	 border-color: #b2b2f0;
    color: #030303;
	 background-color: #ffffcc;
	 display: block;
}
div.form-warning {
    border-color: #b2b2f0;
    color: #030303;
	 padding-left: 25px;
	/* background-image: url(../picts/form_warning.gif); Defined in HTML */
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #ffffcc;
}
/*
 	background server call error
*/
div.background-server-call-alert {
	padding: 20px;
	border: 2px solid Red;
	background-color: White;
	position: absolute;
	top: 60px;
	left: 60px;
	z-index: 2000;
}
div.background-server-call-alert a:link,
div.background-server-call-alert a:visited,
div.background-server-call-alert a:hover {
	font-weight: bold;
	text-decoration: underline;
}
/*
	drop-down-10 (link style, used for More Options menu in Config
*/
ul.drop-down-10 {
	border: 1px solid #9F9F9F;
	background-color: White;
	position: absolute;
	top: 10px;
	left: 10px;
	display: none;
	z-index: 3100;
}
ul.drop-down-10 li {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ECECFF;
}
ul.drop-down-10 a:link,
ul.drop-down-10 a:visited,
ul.drop-down-10 a:hover {
	/*color: Black;*/
	text-decoration: none;
	padding: 5px 24px 6px 7px;
	display: block;
}
ul.drop-down-10 a:hover {
	background-color: #F2F2F2;
}
ul.drop-down-10 a.disabled:link,
ul.drop-down-10 a.disabled:visited,
ul.drop-down-10 a.disabled:hover {
	color: #D4D4D4;
	cursor: default;
	background-color: White;
}
/*
	drop-down-20
*/
ul.drop-down-20 {
	border: 1px solid #B8B8B8;
	border-bottom-width: 0;
	background-color: white;
	position: absolute;
	top: 10px;
	left: 10px;
	display: none;
}
ul.drop-down-20 li {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.drop-down-20 a:link,
ul.drop-down-20 a:visited,
ul.drop-down-20 a:hover {
	color: Black;
	text-decoration: none;
	padding: 3px 14px 3px 7px;
	background-color: White;
	display: block;
	border-bottom: 1px solid #B8B8B8;
}
ul.drop-down-20 a:hover {
	background-color: #F2F2F2;
}
/*
 	links and command links
	Used for command links with images or without images.
*/
a.command-link-50 {
	padding: 0 5px;
}
a.command-link-50:hover {
	/*background-color: #F5F5F5;*/
}
a.command-link-50-disabled:link,
a.command-link-50-disabled:visited,
a.command-link-50-disabled:hover {
	padding: 0 5px;
	color: #D4D4D4;
	background-color: transparent;
	cursor: default;
}
/*
 	buttons
*/
/*
	btn-50 (button and links)
*/
/*
	btn-50 button
*/
button.btn-50,
button.btn-50-hover {
	/*border: none;
	background-color: #CCDCF9;*/
	padding: 0; /* padding is defined in js when button is initialized*/
	margin: 0 7px;
}
button.btn-50-hover {
	/*background-color: #E3ECFC;*/
}
/*
	btn-20 (report toolbar buttons with images)
*/
a.btn-20:link,
a.btn-20:visited,
a.btn-20:hover,
a.btn-20-disabled:link,
a.btn-20-disabled:visited,
a.btn-20-disabled:hover {
	padding: 6px 10px;
	border-right: 1px solid #EAEAEA;
	display: block;
	float: left;
	text-decoration: none;
	color: Black;
}
a.btn-20-disabled:link,
a.btn-20-disabled:visited,
a.btn-20-disabled:hover {
	/*padding: 0 5px;*/
	color: #D4D4D4;
	/*background-color: transparent;*/
	cursor: default;
}
a.btn-20:hover {
	background-color: #F7F7EF;
}
/*
	btn-30 (unpressed/pressed buttons, i.e. Start Date, etc. in date picker)
*/
a.btn-30:link,
a.btn-30:visited,
a.btn-30:hover,
a.btn-30-pressed:link,
a.btn-30-pressed:visited,
a.btn-30-pressed:hover {
	padding: 6px 10px;
	margin-right: 7px;
	display: block;
	float: left;
	text-decoration: none;
	color: Black;
	border: 1px solid #f3f2eb;
}
a.btn-30-pressed:link,
a.btn-30-pressed:visited,
a.btn-30-pressed:hover {
	border: 1px solid White;
	border-left-color: #c8c7b8;
	border-top-color: #c8c7b8;
	cursor: default;
}
a.btn-30:hover {
	background-color: #F7F7EF;
}
/*
	Warning messages (i.e. Scheduler if no SMTP serever)
*/
div.info-20 {
	position: absolute;
	top: 60px;
	right: 24px;
	width: 300px;
	padding: 7px;
	background-color: White;
	border: 3px solid #88a7ce;
	display: none;
}
/*
	Email address control (Used in scheduler and reports)
*/
div.email-address-grid {
	/*width: 440px; is defined by javascript*/
	height: 60px;
	overflow: auto;
	background-color: White;
	border: 1px solid #555555;
}
table.email-address-grid th,
table.email-address-grid td {
	border-bottom: 1px solid #b1ccf8;
	padding: 1px 0;
	/*background-color: yellow;*/
}
table.email-address-grid th.last,
table.email-address-grid td.last {
	border-bottom: none;
}
table.email-address-grid th {
	text-align: left;
	width: 2%;
}
table.email-address-grid td {
	width: 98%;
}
table.email-address-grid select {
	margin-right: 4px;
	font-size: 0.8em;
	border-width: 0;
	border-color: white;
}
table.email-address-grid input {
	width: 98%;
	margin-left: 4px;
	border-width: 0;
	border-color: White;
	/*background-color: yellow;*/
}
/*
	panel and from elements used in admin, config and reports
*/
/*
	info-panel-10
*/
div.info-panel-10 {
	/*position: absolute;
	top: 60px;
	left: 30px;*/
	background-color: #ffffcc;
	border: 1px solid #b2b2f0;
	padding: 0;
	display: none;
	position: absolute;
}
div.info-panel-10 p {
	padding: 2px 7px;
}
/*
	panel-20
*/
div.panel-20 {
	position: absolute;
	top: 60px;
	left: 30px;
}
div.panel-20-header {
	background-color: transparent;
	/*background-image: url(../picts/panel/panel_20_top_left.gif); -- Defined in css_style_map.cfg -- */
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 1px;
}
div.panel-20-header-top {
	text-align: right;
	margin-left: 10px;
	padding: 0;
	font-size: 1px;
	/*background-image: url(../picts/panel/panel_20_top_right.gif); -- Defined in css_style_map.cfg -- */
	background-position: top right;
	background-repeat: no-repeat;
	vertical-align: bottom;
}
div.panel-20-header-bottom {
	background-color: #f1f2f8;
	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: #c3c6d5;
	border-style: solid;
}
div.panel-20-body { /* Note, the body has 0px margin so that we can add tab-lines, etc.! */
	background-color: #f1f2f8;
	border-width: 0 2px;
	border-color: #c3c6d5;
	border-style: solid;
}
div.panel-20-footer {
	background-color: transparent;
	/*background-image: url(../picts/panel/panel_20_bottom_left.gif); -- Defined in css_style_map.cfg -- */
	background-position: bottom left;
	background-repeat: no-repeat;
}
div.panel-20-footer-offset {
	background-color: transparent;
	margin-left: 10px;
	font-size: 5px;
	line-height: 5px;
	/*background-image: url(../picts/panel/panel_20_bottom_right.gif); -- Defined in css_style_map.cfg -- */
	background-position: bottom right;
	background-repeat: no-repeat;
}
/*
	panel-30 (Used i.e. for info blurb in New Profile Wizard)
*/
div.panel-30 {
	position: absolute;
	display: none;
	z-index: 20;
}
div.panel-30-header,
div.panel-30-header-frame {
	background-color: #979bb7;
}
div.panel-30-header {
	/*font-size: 1px;*/
	/*background-color: transparent;*/
}
div.panel-30-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-30-header-frame {
	/*border: 1px solid Red;*/
	text-align: right;
	margin-left: 10px;
	padding: 5px 0 3px 0;
	background-position: top right;
	background-repeat: no-repeat;
	vertical-align: bottom;
}
div.panel-30-header-frame img {
	margin-right: 5px;
}
div.panel-30-header-top {
	text-align: right;
	margin-left: 10px;
	padding: 0;
	font-size: 1px;
	vertical-align: bottom;
}
div.panel-30-header-bottom {
	background-color: #f1f2f8;
	font-size: 1px;
	line-height: 1px;
	border-width: 0 3px;
	border-color: #c3c6d5;
	border-style: solid;
}
div.panel-30-body { 
	background-color: White;
	border-width: 0 1px 1px 1px;
	border-color: #c3c6d5;
	border-style: solid;
	padding: 0px;
}
div.panel-30-body ul {
	margin: 0 0 5px 18px;
	padding: 0;
}
/*
	panel-50 has been moved to base.css becaue it is used for error reporting!
*/
/*
	panel-60 (Used for action info in reports)
	17/May/2010 - panel-60 is no longer required.
*/
/*
	tab-50 (Horizontal tabs)
*/
div.tab-50 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	/*background-image: url(../picts/panel/tab_50_bottom_line.gif); -- Defined in css_style_map.cfg -- */
	background-position: bottom left;
	background-repeat: repeat-x;
}
div.tab-50 th,
div.tab-50 td {
	padding: 0;
	background-color: transparent;
	vertical-align: bottom;
}
div.tab-50 th {  /* th contains the ul tabs */
	text-align: left;
	font-weight: normal;
}
div.tab-50 td { /* td is used for right elements in a tab bar!*/
	text-align: right;
	padding-bottom: 4px;
	padding-right: 12px;
}
ul.tab-50 {
	margin: 0;
	padding: 0;
	margin-top: 2px; /*This margin actually handles the bottom distance of any right box button!*/
	padding-left: 7px;
	float: left;
}
ul.tab-50 li {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	list-style: none;
	float: left;
	background-color: transparent;
	margin: 0 2px;
	/*background-image: url(../picts/panel/tab_50_left.gif); -- Defined in css_style_map.cfg -- */
	background-position: top left;
	background-repeat: no-repeat;
}
ul.tab-50 a {
	text-decoration: none;
	display: block;
	float: left; /* Under certain circumstances IE6 requires the anchor to float as well!*/
	line-height: 1em;
	margin-left: 3px;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 9px;
	padding-right: 12px; /*Compensates margin-left*/
	background-color: transparent;
	cursor: default;
	/*background-image: url(../picts/panel/tab_50_right.gif); -- Defined in css_style_map.cfg -- */
	background-position: top right;
	background-repeat: no-repeat;
}
ul.tab-50 li.active {
	margin-top: 1px;
	/*background-image: url(../picts/panel/tab_50_active_left.gif); -- Defined in css_style_map.cfg -- */
	background-position: top left;
	background-repeat: no-repeat;
}
ul.tab-50 a.active {
	/*background-image: url(../picts/panel/tab_50_active_right.gif); -- Defined in css_style_map.cfg -- */
	background-position: top right;
	background-repeat: no-repeat;
}
ul.tab-50 li.hover {
	/*background-image: url(../picts/panel/tab_50_hover_left.gif); -- Defined in css_style_map.cfg -- */
	background-position: top left;
	background-repeat: no-repeat;
}
ul.tab-50 a.hover {
	/*background-image: url(../picts/panel/tab_50_hover_right.gif); -- Defined in css_style_map.cfg -- */
	background-position: top right;
	background-repeat: no-repeat;
}
ul.tab-50 a:link,
ul.tab-50 a:visited,
ul.tab-50 a:hover {
	color: Black;
	text-decoration: none;
}
/*
	tab-50-v (Vertical tabs in panel 50)
*/
div.tab-50-v {
	margin: 0;
	padding: 0;
	background-color: #f6f6f1;
}
ul.tab-50-v {
	margin: 0;
	padding: 0;
}
ul.tab-50-v li {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	list-style: none;
	background-color: transparent;
	margin: 0 2px;
}
ul.tab-50-v a {
	text-decoration: none;
	display: block;
	/*line-height: 1em;*/
	height: 1.1em; /*forces IE Layout Mode! */
	cursor: default;
	background-color: transparent;
	padding: 5px 9px;
}
ul.tab-50-v li.active {
	background-color: #e8e9f2;
}
ul.tab-50-v a.active {
	font-weight: bold;
}
ul.tab-50-v li.hover {
}
ul.tab-50-v a.hover {
}
ul.tab-50-v a:link,
ul.tab-50-v a:visited,
ul.tab-50-v a:hover {
	color: Black;
	text-decoration: none;
}
