﻿/* HTML ELEMENTS */
html, body {
	margin: 0;
	padding: 0;
}

body, input, textarea, select {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
}

body {
	padding: 10px;
}

a:link {
	color: #3333cc;
	text-decoration: none;
}
a:visited {
	color: #333399;
	text-decoration: none;
}
a:hover {
	color: #3333cc;
	text-decoration: underline;
}
a:active {
	color: #333399;
	text-decoration: underline;
}
a.remote {
	background: url(Images/remote.gif) right center no-repeat;
	padding-right: 10px;
  white-space: nowrap;
}

h1 {
	font-size: 15px;
}

h2 {
	font-size: 13px;
}

h3 {
	font-size: 11px;
}

h4 {
	font-size: 11px;
	font-style: italic;
}

p {
	margin: 0 0 15px;
	padding: 0;
}

sup {
	font-size: 10px;
}

img {
	border: 0 none;
}

hr {
	height: 1px;
	border-style: none;
	color: #ccc;
	background-color: #ccc;
}

ul {
	margin: 0 0 15px;
	padding: 0;
	list-style-type: none;
}

li {
	margin: 0 0 2px;
	padding: 0 0 0 10px;
	/* background: transparent url(Images/arrow-right-black.gif) 0px 4px no-repeat; */
}

fieldset {
	padding: 10px 15px 15px;
	border: 1px solid #999;
}
* html fieldset {
	padding-top: 0; /*  Fix issue in IE where padding-top is not applied. Add margin to legend instead */
}

legend {
	font-weight: bold;
	color: #335ea8;
}
* html legend {
	margin-bottom: 10px;
}


/* LAYOUT */
#header {
	margin: 0 0 15px;
	background: #f8f8f8;
	overflow: auto;
	width: 100%;
}

#BAGLOGO 
{
    float: left;
    background-repeat: no-repeat;
}

#breadcrumbs {
	float: left;
	padding: 3px 5px;
}

#language-selector {
	float: right;
}

.infobox {
	margin: 0 0 15px;
	padding: 10px 10px 10px 52px;
	background: #eff3fb url(Images/info.png) no-repeat 10px center;
	border: 1px solid #335EA8;
}


/* SPECIALS */
.emphasize {
	color: #f00;
}


/* TABLES */
tr.top, td.top {
	vertical-align: top;
}

th.right, td.right {
	text-align: right;
}

td.separator {
	height: 1px;
	background: #ddd;
	padding: 0 !important;
}

/* GRIDVIEW */
.headerstyle {
}

.headerstyle th {
	padding: 4px 2px;
	border: 1px solid #ddd;
	text-align: left;
	background-color: #eee;
}

.headerstyle th.center {
	text-align: center;	
}

.headerstyle th.right {
	text-align: right;	
}

.headerstyle a:link, .headerstyle a:visited, .headerstyle a:hover, .headerstyle a:active {
	color: #000;
	display: block;
	width: 100%;
	text-decoration: none;
}

th.sortascheaderstyle {
	padding-right: 20px;
	background: #2461bf url(Images/sort_asc.gif) no-repeat 100% center;
}

th.sortdescheaderstyle {
	padding-right: 20px;
	background: #2461bf url(Images/sort_desc.gif) no-repeat 100% center;
}

th.icon-col, td.icon-col {
	width: 20px;
	text-align: center;
}

th.counter-col, td.counter-col {
	width: 30px;
	text-align: right;
}

.rowstyle {
	background-color: #fff;
}

.alternatingrowstyle {
	background-color: #f9f9f9;
}

.sortrowstyle {
	background-color: #e5e5e5;
}

.sortalternatingrowstyle {
	background-color: #f0f0f0;
}

.selectedrowstyle, .selectedrowstyle td {
	background-color: #eff3fb;
	color: #333333;
	font-weight: bold;
}

.rowstyle td, .alternatingrowstyle td, .selectedrowstyle td {
	border: 1px solid #eee;
	padding: 2px;
}

.pagerstyle * {
	vertical-align: middle;
}

.pagerstyle td {
	padding: 0 2px;
	border: 1px solid #ddd;
	color: #444;
	background-color: #e5e5e5;
	font-size: x-small;
	text-align: right;
}

.pagerstyle select {
	font-size: x-small;
}

.pagerstyle .text {
	width: 30px;
	font-size: x-small;
}

.next, .previous {
	width: 16px;
	height: 16px;
	background: transparent no-repeat scroll center;
}

.previous {
	background-image: url(Images/prev.gif);
}

.next {
	background-image: url(Images/next.gif);
}


/* SEARCH */
div.search-header {
	cursor: pointer;
	margin: 0;
	padding: 5px 4px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #eee;
}

div.search-body {
	margin: 0;
	padding: 0;
	background: #f8f8f8;
}

table.search-details {
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #999;
}

table.search-details th {
	text-align: left;
	padding: 1px 4px;
}

table.search-details td {
	padding: 1px 4px;
}

table.search-details td td {
	padding: 0px;
}

table.search-details td.labelCell {
	width: 200px;
	background: none;
}
table.search-details select, table.search-details input.text {
	width: 190px;
}


/* PREPARATION-DETAILS */
table.preparation-details {
	width: 100%;
	border-collapse: collapse;
}

table.preparation-details td {
	padding: 2px;
}

table.preparation-details tr.itcode-level1 {
	font-size: 13px;
	font-weight: bold;
}

table.preparation-details tr.itcode-level2 {
	font-size: 12px;
	font-weight: bold;
}

table.preparation-details tr.itcode-level3 {
	font-size: 11px;
	font-weight: bold;
}

table.preparation-details td.itcode-limitations {
	font-style: italic;
	padding-top: 10px;
}

table.preparation-details td.preparation-name {
	font-size: 13px;
	font-weight: bold;
	padding: 10px 2px;
}

table.preparation-details td.preparation-description {
	font-weight: bold;
}

table.preparation-details td.preparation-substances {
	font-style: italic;
}

table.preparation-details td.preparation-comment {
	font: italic;
}

table.preparation-details td.preparation-limitations {
	font-style: italic;
	padding-top: 10px;
	vertical-align: top;
}

table.preparation-details dt {
	float: left;
	font-weight: bold;
	width: 100px;
}

table.pack-list {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
}

table.pack-list th {
	padding: 5px 2px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border: 1px solid #ddd;
	border-width: 1px 0;
	background: #f9f9f9;
}

table.pack-list td {
	padding: 2px;
}

table.pack-list td.pack-partners {
	text-transform: uppercase;
	padding-top: 10px;
}

table.pack-list td.pack-limitations {
	font-style: italic;
	padding-top: 10px;
	vertical-align: top;
}

#release-date {
	text-align: right;	
}
/* PREPARATION-DETAILS-EDIT */
table.preparation-details-edit th td{
    border: 1px solid black;
    border-collapse: collapse;
}
table.preparation-details-edit th {
    padding: 5px;
    text-align: left;
    background-color: #dddddd;
    border: 1px solid black;
    border-collapse: collapse;
}
table.preparation-details-edit td {
    padding: 5px;
    text-align: left;
    border: 1px solid black;
    border-collapse: collapse;
}


/* ITCODE-OVERVIEW */
table.itcode-overview {
	width: 100%;
	border-collapse: collapse;
}

table.itcode-overview td {
	padding: 2px;
	font-weight: bold;
}

table.itcode-overview td.code {
	width: 70px;
}


/* ITCODE-LIST */
table.itcode-list {
	width: 100%;
	border-collapse: collapse;
}

table.itcode-list td {
	padding: 2px;
}

table.itcode-list tr.itcode-level1 {
	font-size: 13px;
	font-weight: bold;
}
table.itcode-list tr.itcode-level1 td {
	padding: 5px 2px;
	background: #e5e5e5;
}

table.itcode-list tr.itcode-level2 {
	font-size: 12px;
	font-weight: bold;
}
table.itcode-list tr.itcode-level2 td {
	padding: 5px 2px;
	background: #f5f5f5;
}

table.itcode-list tr.itcode-level3 {
	font-size: 11px;
	font-weight: bold;
}
table.itcode-list tr.itcode-level3 td {
	padding: 5px 2px;
}

table.itcode-list td.code {
	width: 70px;
}

table.itcode-list td.itcode-limitations {
	font-style: italic;
	padding-top: 10px;
}


/* GENERIC-LIST */
table.generic-list {
	width: 100%;
	border-collapse: collapse;
}

table.generic-list td {
	padding: 2px;
	vertical-align: top;
}

table.generic-list tr.itcode {
	font-size: 13px;
	font-weight: bold;
}

table.generic-list tr.itcode td {
	padding: 5px 2px;
	background: #e5e5e5;
}

table.generic-list tr.substance td {
	font-style: italic;
	padding-top: 10px;
}

table.generic-list tr.substance td {
	padding: 15px 0 5px;
	font-style: italic;
}

table.generic-list tr.separator {
	height: 50px;
}

table.preparation-list {
	width: 100%;
	border-collapse: collapse;
}

table.preparation-list td {
	padding: 2px;
	vertical-align: top;
	border: 1px solid #ddd;
}

table.preparation-list tr.preparation td {
	padding: 5px 2px;
}
table.preparation-list tr.partner {
	background: #eee;
}
table.preparation-list tr.pack {
	background: #f9f9f9;
}

table.preparation-list tr.franchise-10, span.franchise-10 {
	background: #ff9;
}
table.preparation-list tr.franchise10, span.franchise10 {
	background: #fff;
}
table.preparation-list tr.franchise20, span.franchise20 {
	background: #f99;
}

table.preparation-list td.preparation-name {
	font-weight: bold;
}

table.preparation-list td.price {
	text-align: center;
}

table.preparation-list td.price-difference {
	font-weight: bold;
	text-align: center;
}

/* DTC-List */
.row0 {
    background:#f9f9f9;
}
.row1 {
    background: #eee000;
}

/*
.accordionHeader, .accordionHeaderSelected {
	background: #e5e5e5;
	border: 1px solid #999;
	font-weight: bold;
	cursor: pointer;
	margin-top: 5px;
	padding: 5px;
}

.accordionHeader a:link, .accordionHeaderSelected a:link {
	color: #000;
	text-decoration: none;
}

.accordionContent {
	border: 1px solid #999;
	border-width: 0 1px 1px;
	padding: 10px 5px;
}
*/




.dgPage A:link    {     
      text-decoration:  none;
      font-weight:bold;
      color:      #3333cc;
      font-size:medium;
      }     
            
.dgPage A:visited {     
      text-decoration:  none;
      font-weight:bold;
      color:      #3333cc;
      font-size:medium;
      }     
            
.dgPage A:active  {     
      text-decoration:  none;
      font-weight:bold;
      color:      #333399;
      font-size:medium;
      }     
            
.dgPage A:hover   {     
      text-decoration:none;
      font-weight:bold;
      color: Red;
      font-size:x-large;
      }
      
.dgPage
{
      text-decoration:  underline;
      font-weight:bold;
      color:Black;
      font-size:x-large;
      text-decoration:none;
}
.normal
{
}
.SB20Y 
{
    background-color:#FF9999;
    }
.SB20N
{
    background-color:#FFFFFF;
    }
.FREEDY
{
    background-color:#FFFF99;
    }    