/* DATEI: cms.css - Design 1 */
/* KADI - Deutsch */
/* (c) Intersim AG - Burgdorf */


body {
	background-image:url(/Design/images/bg_body.jpg);
	background-repeat:repeat-x;
	background-color:#fbfbfb;
	color:#4e4e4e;
	padding:0px;
	margin:0px;
	font-size:11px;
		font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;

}

body, h1, h2, h3, h4, h5, h6 {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height:normal;				/* -- Achtung bei Fixpositionierten Texte -- */
}

p, table, td, th, ul, ol, select, textarea, input, form {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:normal;
}

img { border: none; }

p {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

input {
	vertical-align:middle;
}

pre {
	font-family:"Courier New", Courier, monospace;
	color: #4e4e4e;
}

address {
	font-style:italic;
}


legend {color: #4e4e4e;}

label {
	cursor: pointer;
}

button {
	cursor: pointer;
}

/*--------- Titel im Hauptteil ---------*/
h1	{
	font-size:16px;
	color:#e4221e;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 0 0 0px 0;

}

h2 {
	font-size:12px;
	color: #4e4e4e;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 0 0 0px 0;
}

h3 {
	font-size:12px;
	color: #e4221e;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 0 0 0px 0;
}

h4 {
	font-weight:bold;
	font-size:11px;
	color: #4e4e4e;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 0 0 0px 0;
}

h5 {
	font-size:10px;
	color: #e4221e;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 0 0 0px 0;
}

h6 {
	font-size: 8px;
	color: #4e4e4e;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 0 0 0px 0;
}

/*--------- Links ---------*/
a:link    {color: #e4221e; background-color:transparent; text-decoration:underline;}
a:visited {color: #e4221e; background-color:transparent; text-decoration:underline;}
a:hover   {color:#CC0000; background-color:transparent; text-decoration:underline;}
a:active  {color: #e4221e; background-color:transparent; text-decoration:underline;}

a.doku:link		{color: #4e4e4e; background-color:transparent; text-decoration:none;}
a.doku:visited	{color:#999999; background-color:transparent; text-decoration:none;}
a.doku:hover	{color: #4e4e4e; background-color:transparent; text-decoration:underline;}
a.doku:active	{color: #4e4e4e; background-color:transparent; text-decoration:none;}






/*----------------------------------------- Classes --------------------------------------*/
/*--------- Allgemeine ---------*/

/* Inhalt-Tabelle (Admin-Bereich, allg. Seiten) */
.contTable {
	padding-left:0px;
	color: #4e4e4e; 
}

.main {
	color: #4e4e4e;  	
}

.mainContTable {
	color: #4e4e4e; 	
}

.small { 
	font-size:10px;
}

.xsmall { 
	font-size:9px;  
}

.bold {
    font-weight:bold;
}

/* Schaltflaeche */
.bu { 
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #4e4e4e;
	font-size:10px;
	background-color:#FFFFFF; 
	border:1px solid #999999;
	cursor: pointer;
}

/*--------- Classes Admin-Bereich  ---------*/

/* Titel */
.AdminTabTitle {
	background-color:#eeeeee;
	color: #4e4e4e;
	text-transform : uppercase;
}

/* Normale Zeile */
.AdminTabRowLight {
	color: #4e4e4e;
	background-color: #fbfbfb;
}

/* Alternative Zeile */
.AdminTabRowDark {
	color: #4e4e4e;
	background-color:#E4E4E4;
}

/* Effekt-Zeile */
.AdminTabRowEffect {
	color: #4e4e4e;
	background-color:#EEEEEE;
}

.AdminTab {
	color: #4e4e4e;
	background-color:#FFFFFF;
}


/*--------- Classes Top Navigation  ---------*/
.topNav {
	color:#FFFFFF;
	padding:0px;
	margin:0px;
}
/*--------- Classes Teaser  ---------*/

.teaserEntry {
	float: left;
	clear: both;
	margin:0px 0px 10px 0px;
	padding:0px;
}

/* Titel-Div */
.teaserTitle {
	float: left;
	clear: both;
	background-color:transparent;
	background-image: url(images/bg_teaserTitle.gif);
	background-repeat: no-repeat;
	font-size:11px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-align:left;
	padding:7px 10px 0px 10px;
	margin:0px;
	width: 138px !important;
	width /**/:158px; /*ie5 hack*/
		height: 19px !important;
	height /**/:26px; /*ie5 hack*/


}

/* Titelzeilen-Text */

/* Inhalt-Div */
.teaserCont {
	float: left;
	clear: both;
	background-color:white;
	background-image: url(images/teaser_content.jpg);
	background-repeat:  no-repeat;
	background-position: bottom;
	color: #4e4e4e;
	height:auto; 
	padding:5px 10px 0px 10px;
	margin:0px;
	border-left: 1px solid #e2e3e5;
	border-right: 1px solid #e2e3e5;
	width: 136px !important;
	width /**/:158px; /*ie5 hack*/	}

.teaserFooter {
float: left;
clear: both;
background-color: transparent;
background-image: url(images/teaser_buttom.jpg);
background-repeat: no-repeat;
width: 158px;
height: 13px;
line-height: 13px;
font-size: 1px;
margin: 0;
padding: 0;
}


/* Mehr... nach Teaser Content */
.tMore {

}

a.tMoreLink  {
margin: 0 0 0 5px;
	text-decoration:none;


}

/* New! neben Teaser-Titel */
.tNew {
	float: right;
	background-color: #e4221e;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	padding: 0px 1px 0px 1px;
	margin: 0px 3px 0px 0px;
	text-decoration:none;
	cursor:pointer;
}

.tNewLink {
	display:block;
	text-align:left;
}



/*--------- Classes Content-Auflistung -------*/
/* Inhalt-Div */
.cContList {
	clear:both;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* Inhaltkopf-Div */
.cContListHeader {
	clear:both;
}

/* Headlines */
h2.cContListHeader {

}

/* Headlines */
h1.cContListHeader {

}

h4.cContListHeaderCompact {

}

/* Inhalt-Spalte1 */
.cContListTextCol1 {
	width:auto;
	margin-top:10px;
}

/* Inhalt-Spalte2 */
.cContListTextCol2 {
	text-align:left;
	width:auto;
	padding: 0px 10px 0px 0px;
	margin:10px 0px 0px 0px;
}
.cContListText {
	width:auto;
	float:left;
	padding:0px 10px 0px 0px;
	margin:0px 0px 0px 0px;
	vertical-align: top;

}

/* Inhaltfuss-Div */
.cContListFooter {
	clear:both;
	height:20px;
}


.cContListImageLink {
	padding: 0px 10px 0px 0px;
	display:block;
}

.cContListImage {
	display:block;
	padding: 5px 0px 0px 0px;
	margin: 0px 10px 5px 0px;
	float:left;
}

a.cMoreLink {
	margin: 0px 0px 0px 5px;
	text-decoration: none;

}

.cNewLink {
	cursor:pointer;
}


/* Mehr... */
.cMore {

}



/* Neu! */
.cNew {
float:right;
background-color: #e4221e;
color: #FFFFFF;
font-size: 9px;
font-weight: bold;
padding: 0px 1px 0px 1px;
margin: 0px;
text-decoration:none;
}

/* --------- Suche --------- */
/* Class vom DIV */
.searchPos {
position: relative;
	margin:0px 0px 0px 0px;
	background-color:transparent;
}

/* Class vom FORM */
.searchForm {
	margin:0px;
	padding:0px 0px 0px 0px;
}

/* Class vom INPUT submit */
.SearchButton {
	position: absolute;
	top: 2px;
	left: 135px;
	width: 25px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color: #4e4e4e;
	background-color:transparent; 
	border:0px solid #999999;
}

.SearchFor {
	background-color: transparent;
	width: 110px;
	height: 18px;
	border: 0px solid;
	padding: 3px 0 0 3px;
	

}

/*--------------------------------------- DIV's ---------------------------------------*/

/*--------- Main DIV's ---------*/

#divContainer /* umschliessendes DIV damit das Design zentriert werden kann */
{	position: relative;
	text-align: left; /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto; /* standardkonforme horizontale Zentrierung */
	width: 875px;
	height: 100%;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	clear: both;
	background-image: url(images/bg_container.jpg);
	background-repeat: no-repeat;
	background-position: top;


}




#divTop {	
	position: relative;
	left: 32px;
	background-color: transparent;
	width: 820px;
	height: 334px;
	clear:both;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	z-index: 1;
	
}

#divMiddle {
	position: relative;
	background-color: transparent;
	top: 25px;
	left: 30px;
	width: 820px;
	height: 100%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	z-index: 4;
	

}

#divBottom {
	position: relative;
	background-color: transparent;
			margin:0px 0px 0px 0px;
	padding:20px 0px 0px 0px;
	z-index: 3;
	width: 875px;
	height: 54px !important;
	height /**/:74px; /*ie5 hack*/
}



/*--------- Top DIV's ---------*/
#divHead {				
position: absolute;
	background-color: transparent;
	top: 0px;
	left: 0px;
	width: 820px;
	height: 334px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	z-index: 2;
}



#divTopnav {	
	position: absolute;
	left: 0px;
	top: 102px;
		padding:0px;
	margin:0px;
	width:820px;
	z-index: 100;
}


#divLanguage {
	position: absolute;
	background-color: transparent;
	top: 147px;
	left: 65px;
	width: 200px;
	height: 20px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	z-index: 10;
	color: #888888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#divMetaNavi {
	position: absolute;
	background-color: transparent;
	top: 140px;
	left: 480px;
	width: 200px;
	height: 20px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	z-index: 10;
	color: #888888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#divSearchKadi {
	position: absolute;
	background-color: transparent;
	background-image: url(images/search.gif);
	top: 140px;
	left: 650px;
	width: 161px;
	height: 23px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	z-index: 10;
	color: #888888;
	font-size: 9px;
}

#divLogo {
	position: absolute;
	background-color: transparent;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 100px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	z-index: 10;
	color: #888888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}







a.divLanguage:link		{color:#888888; background-color:transparent; text-decoration:none;}
a.divLanguage:visited	{color:#888888; background-color:transparent; text-decoration:none;}
a.divLanguage:hover		{color: #e4221e; background-color:transparent; text-decoration:none;}
a.divLanguage:active		{color:#888888; background-color:transparent; text-decoration:none;}

#divSearch {
	display:none;
}

/*--------- Middle DIV's ---------*/
#divMenu {

	position:relative;
	top:3px;
	left:15px;
	width:162px;
	padding:0px;
	margin:0px;
	background-color:transparent;
}

#divMenuTop{

}

#divMenuMiddle { 
float: left;
clear: both;
padding:0px;
margin:0px;
background-image: url(images/menu_middle.gif);
background-repeat: no-repeat;
background-color: white;
background-position: bottom;
	border-left: 1px solid #e2e3e5;
	border-right: 1px solid #e2e3e5;
	width: 160px !important;
	width /**/:162px; /*ie5 hack*/height: auto;

}

#divMenuBottom {
	float: left;
clear: both;
padding:0px;
	margin:0px;
	background-image: url(images/menu_bottom.gif);
	background-repeat: no-repeat;
			background-color: transparent;
			width: 162px;
			height: 12px;

}

#divPrintview {
display:none;
}


#divContent {
	position:absolute;
	top:0px;
	left:195px;
	width:440px;
	height:auto;
	text-align:left;
	padding:0px;
	margin:0px;
	z-index:100;
}


#divContentBottom {
height: 30px;
	
}



#divTeaser {
	position:absolute;
	top:0px;
	left:655px;	
	width:158px;
	height:auto;
	margin:0px;
	z-index:101;
}

#divTeaserTop {
}

#divTeaserBottom {
margin: 0 0 20px 0;

}

#divApp1 {

}

#divApp2 {
	display:none;
}

/*--------------------------------------- Module ---------------------------------------*/

/*--------- .NET ---------*/
.body_aspnet {									/* .net iframe im Content */
	background-color:#FFFFFF;
	background-image:none;
	color: #4e4e4e;
	padding:0px;
	margin:0px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
} 

span {											/* .net-generierte span */
	font-family :Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size:11px;
	font-style:normal;  
	font-weight:normal;
	color: #4e4e4e;
}

.status {										/* error + allg. Meldungen */
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;  
	font-weight:bold;
	color: #e4221e; 	
}

/*--------- News anzeige in spalten  ---------*/

.colviewListHeader {
	font-weight:bold;
	padding: 0px;
	margin:0px;
	font-size:10px;  	
}

.pColview {
   font-size:10px;  
   text-align: justify;
}

.pColviewCompact {
   font-size:10px; 
   text-align: left;
}


/*-- Reiter Navigationen (News Modul; Glossary Modul, ...) --*/

.nlglNav {
	font-weight:normal;
	font-size:11px;
	padding:2px 3px 2px 3px;
	border-left:1px solid #D9D9D9;	
	border-bottom:1px solid #666666;
	text-align:center;
}

.nlglNavSel {
	font-weight:bold;
	color: #4e4e4e;
	background-color:#F1F1F1;
	font-size:11px;
	padding:2px 3px 2px 3px;
	border-left:1px solid #D9D9D9;	
	border-bottom:1px solid #666666;
	text-align:center;
}

.nlglNavNotAvailable {
	font-weight:normal;
	color:#D9D9D9;
	font-size:11px;
	padding:2px 3px 2px 3px;
	border-left:1px solid #D9D9D9;	
	border-bottom:1px solid #666666;
	text-align:center;
}

.nlglNavHeader {
	font-size:11px;
	color:#666666;
	font-weight:bold;
	border-bottom:1px solid #D9D9D9;
	margin:0px;
	padding:0px 0px 3px 0px;
	background-repeat:no-repeat;
}

.nlglListHeader {
	font-weight:bold;
	padding:3px 0px 3px 0px;
	margin:0px;
}

.nlglListCompact {
	padding:10px 0px 0px 0px;
}

.nlglListCompactDate {
	padding:10px 0px 0px 0px;
	font-weight:bold;
}


td.nlglNav a:link, td.nlglNavSel a:link, td.nlglListHeader a:link, td.nlglListCompact a:link, td.nlglListCompactDate a:link 				{color: #4e4e4e; background-color:transparent; text-decoration:none;}
td.nlglNav a:visited, td.nlglNavSel a:visited,  td.nlglListHeader a:visited, td.nlglListCompact a:visited, td.nlglListCompactDate a:visited {color: #4e4e4e; background-color:transparent; text-decoration:none;}
td.nlglNav a:hover, td.nlglNavSel a:hover, td.nlglListHeader a:hover, td.nlglListCompact a:hover, td.nlglListCompactDate a:hover			{color:#666666; background-color:transparent; text-decoration:none;}
td.nlglNav a:active, td.nlglNavSel a:active, td.nlglListHeader a:active, td.nlglListCompact a:active, td.nlglListCompactDate a:active 		{color: #4e4e4e; background-color:transparent; text-decoration:none;}



/*--------------------------------------- Design-spezifisch ---------------------------------------*/


#divTeaserAdmin {
	position:absolute;
	top:0px;
	left:170px;	
	width:158px;
	height:auto;
	margin:0px;
	z-index:101;
	
}


#divContentAdmin {
width: 610px;
	
}

#divFlash  {
	position: absolute;
	top:168px;
	left: 0px;
	height: 166px;
	width: 818px;
	overflow: hidden;
}


/* Einladner Tabellen-Klassen */

.tbList { 
	width:100%;
    border-collapse: separate;
    border-spacing: 0 0;
	padding:0; 
	border:0;
}

.tbList tr { vertical-align: middle; }

.tbListHeadRow td {
	background-color: #666;
	color: white;
	text-transform: uppercase;
	padding: 0;
}

.tbListHeadRow td a:link    {color:white; background-color:transparent; text-decoration:none;}
.tbListHeadRow td a:visited    {color:white; background-color:transparent; text-decoration:none;}
.tbListHeadRow td a:hover    {color:#aaa; background-color:transparent; text-decoration:none;}
.tbListHeadRow td a:active    {color:white; background-color:transparent; text-decoration:none;}

.tbListRoundRow td {
	height: 25px;
	vertical-align: bottom;
}
.tbListRoundRow td p {
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #333;
	padding: 0 0 2px 0;
	margin: 10px 0 5px 0;
}

.tbListRow td, .tbListRow td span { height: 20px; font-size: 10px; padding:2px 0 0 0; }
.tbListRowDark td, .tbListRowDark td span { height: 20px; font-size: 10px; background-color: #e1e1e1; padding:2px 0 0 0; }

/* Produkte Übersicht */


/* Einzelner Eintrag in Uebersicht */

.divProductContainer {
	float: left;
	width: 134px;
	height: auto;
	display: inline;
	background-color: transparent;
	padding: 0 0 0 0;
	margin: 0 10px 0px 0;
	
}

.productImageOverview {
	float: left;
	clear: both;
	height: 132px !important;
	height /**/:134px; /*ie5 hack*/
	width: 132px !important;
	width /**/:134px; /*ie5 hack*/
	border: 1px solid #c0c0c2;
}

.productImage {
	float: left;
	clear: both;
	height: 137px !important;
	height /**/:139px; /*ie5 hack*/
	width: 160px !important;
	width /**/:162px; /*ie5 hack*/
	border: 1px solid #c0c0c2;
}

.productImageSmall {
	float: left;
	border: 1px solid #c0c0c2;	
	height: 65px !important;
	height /**/:67px; /*ie5 hack*/
	width: 65px !important;
	width /**/:67px; /*ie5 hack*/
	margin: 0 0 5px 10px;
}

h2.productTitleOverview    {
	float: left;
	clear: both;
	height: auto;
	color: #4e4e4e;
	font-size: 11px;
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 132px;

}
a.productTitleOverview    {
	float: left;
	clear: both;
	height: auto;
	color: #4e4e4e;
	font-size: 11px;
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 132px;
	text-decoration: none;

}


#divContentBottomProducts {
	height: 50px;
		float: left;
	clear: both;

}

.productTitleZusatzOverview   {
	float: left;
	clear: both;
		height: auto;
			width: 132px;


}

.productZustand {
	float: left;
	clear: both;
	height: auto;
	font-weight: bold;
		width: 132px;
		margin: 0 0 10px 0;


}

.productArticleNrOverview {
	float: left;
	clear: both;
	height: auto;
	width: 132px;
	margin: 5px 0 0px 0;


}

.divProductRowOverview {
float: left;
	clear: both;
	height: auto;
	width: auto;
	margin: 0 0 10px 0;
}


/* Detailansicht */


h1.productTitle {
	padding:  0 0 0 0;
	margin: 0 0 0 0;
}

.divProductRow {
float: left;
	clear: both;
	height: auto;
	width: auto;
	margin: 0 0 20px 0;
}

.productDownloadRow {
	float: left;
	clear:both;
	display: block;
	width: 100%;
	margin: 0 0 10px 0;
}

.productSubtitle {
	float: left;
	width: 160px;
	font-weight: bold;
}


.productArticleNr, .productGewicht, .productHauptzutaten, .productNaehrwerte, .productAllergie, .productZubereitung, .productLagerung, .productDownload,.productIconSpezZubereitung, .productImgTreuepunkte{
	float: left;
	width: 270px;
}

.productDownloadLink{
	float: left;
	clear:right;
}

.productDownloadIcon {
	float: left;
	margin: -3px 10px 0 0;
}
	
.productNaehrwertValueCell {
	text-align: right;
	padding-right: 3px;
}


/*--------------------*/
/* Lightbox Slideshow */
/*--------------------*/


#divSlideshow .slideshowDownloadLink {
padding: 0;
margin: 0;
display: block;
vertical-align: bottom;
	
}

#divSlideshow .slideshowDownloadLink img {
padding: 0;
margin: 4px 10px 0 0;
height: 12px;
width: 12px;
border: 0;

	
}

#divSlideshow ul
{
	margin:0 0 10px 0;
	padding:0;
	float:left;
	text-align:center;
	background-color:#fff;
	line-height:1em;
	list-style:none;
}
#divSlideshow ul, #divSlideshow ul li
{
	display:inline;
	margin:0;
	padding:0;
}
#divSlideshow ul a
{
	display:block;
	float:left;
	margin:0 0px 10px 0;
	padding:4px 4px 6px 4px;
	border:0;
	background-color:#fff;
	text-align:center;
	width: auto;
}
#divSlideshow ul a:hover
{
	background-color:#eee;
	border:0;

}
.slideshowImageSmall
{
	float: left;
	border: 1px solid #c0c0c2;	

}

#imageData #bottomNavClose {
	
float:right;
padding-bottom:0.7em;
padding-top:0.7em;
width:80px;
}

#closeButton {
	width: 59px;
}

#playButton {
	width: 90px;
}

#imageData #slideshowLink {
	
float:right;
padding-bottom:0.7em;
width:90px;
padding-top:0.7em;
}

#replay {
	background-color: white;
	position: absolute;
	left: 20px;
	bottom: 10px;
}

#bottomNav {
position: absolute;
bottom: 10px;
right: 10px;
	z-index: 1000;
}

#imageData #downloadLink {
	

position:absolute;
right: 185px;
z-index: 200;
bottom:6px;
}


#imageContainer {
padding:10px;
}

#imageDataContainer  {
position: relative;
}



.pCopyright {
	text-align:left;
	font-weight:normal;
	font-size:10px;
	text-align:left;
	color:#c0c0c2;
	padding:4px 4px 4px 10px;
}

.pCopyright a {
	text-align:left;
	font-weight:normal;
	font-size:10px;
	text-align:left;
	color:#c0c0c2;
	padding:4px 4px 4px 0px;
	text-decoration: none;
}

/* Galerie */
#hoverNavMedia, #slideshowLinkMedia, #numberDisplayMedia, #caption {
	display: none;
}

/* GÄSTEVERWALTUNG */
.ToolBar {
	float: left;
	clear: both;
	background-color: #f4f4f4;
	width: 100%;
	height: auto;
	padding: 2px 0 2px 0;
	margin: 5px 0px 15px 0px;
}

.LeftFloatingStartDiv {
	background-color: transparent;
	margin: 0;
	float: left;
	clear: none;
	padding: 4px 7px 0 7px;
	margin: 0 7px 0 7px;
	height: auto;
}

.LeftFloatingDiv {
	background-color: transparent;
	float: left;
	clear: none;
	padding: 4px 12px 0 22px;
	margin: 0px 4px 0px 4px;
	border-left: 1px solid #999;
	width: auto;
	height: auto;
}

.RightFloatingDiv {
	background-color: transparent;
	float: right;
	clear: none;
	padding: 0 2px 0 7px;
	margin: 0px 2px 0px 7px;
	height: auto;
}

.tblAddressDetailSmallGrey input[type=text], select {
	width: 160px;
}

.tblAddressDetailSmallGrey .FullWidthInput {
	width: 535px !important;
}

#divLoading, #divLoadingMBox {
	width: 16px;
	height: 16px;
	display: none;
	background-image: url(/platform/apps/event/admin/images/pict_loading.gif);
}

.imgButton {
	cursor: pointer;
}

.tblAddressDetailSmallGrey td, .tblAddressDetailSmallGrey input, .tblAddressDetailSmallGrey select, .tblAddressDetailSmallGrey textarea {
	font-size:10px;
	color: #4e4e4e;
	padding: 1px;
}

#spanAppStateMBox, #spanAppState {
	font-weight: bold;
}

#spanAppState  {
	color: #ad4359;
}

#spanAppStateMBox {
	color: #ab3c33;
}

.divAdrFilterCategorieCollection {
	background-color: #f4f4f4;
	border: 1px solid #e4e4e4;
}

#divDataList {
	clear:both;
}

#frmAdrFilter select {
	width: 150px;
}

.tdEventStatisticNumberFormation {
	text-align: right;
}

.trEventStatisticEventName {
	
}

.trEventStatisticCategorieName td, .trEventStatisticCategorieName th{
	border-top: 1px solid #8e8980;
}

.trEventStatisticCategorieName .tdEventStatisticFirstRow{
	padding-left: 10px;
}

.trEventStatisticData .tdEventStatisticFirstRow{
	padding-left: 30px;
}

.tblEventStatistic td, .tblEventStatistic th{
	border-right: 1px solid #8e8980;
	padding: 1px;
	/*
	border-width: 1px;
	border-style: solid;
	border-color: #504d48;
	*/
}

/*
.tdEventStatisticSlashRow {
	text-align: center !Important;
}
*/

.trEventStatisticTotal {
	font-weight: bold;
}

.buMarginRight {
	margin-right: 15px !important;
}

.tdEventAddressSelectable {
	min-width: 20px;
	cursor: pointer;
	border: 1px solid #ddd;
	text-align: center;
}

.tdEventAddressSelectable:hover {
	border: 1px solid #999;
}

.css_right {
	float:right;
}

.DataTables_sort_wrapper {
	height: 25px;
	padding: 3px;
	margin-top: 7px;
}

.colDisplayNone {
	display: none !important;
}

.AdminTabRowLight_hover, .AdminTabRowDark_hover {
	background-color: #e29898;
}

#spnCountSelectedAddressForExport {
	float: right;
	text-align: right;
	width: 30px;
}

#EventTable {
	clear: both;
}

#AccountTable {
	clear: both;
}
