font
{
	font-size: 12px;
	color: black;
	font-family: Arial;
}


body
{
	 /*scrollbar-base-color:#000000; 
	 scrollbar-3dlight-color:#ffffff;
	 scrollbar-arrow-color:#000000; 
	 scrollbar-darkshadow-color:#000000; 
	 scrollbar-face-color:#ff9f40; 
	 scrollbar-highlight-color:#ff9f40; 
	 scrollbar-shadow-color:#ffffff; 
	 scrollbar-track-color:#ff9f40;*/
}

DD
{
	margin-left: 10px;
}

.categoryPath
{
	font-size: 11px;
	color: black;
	font-family: Arial;
}

.titleText
{
	font-size: 14px;
	color: black;
	font-family: Arial;
}

.detailText
{
	font-size: 12px;
	color: black;
	font-family: Arial;
}

.categoryBrowse
{
	font-size: 12px;
	color: black;
	font-family: Arial;
}

.caption
{
	font-size: 20px;
	color: black;
	font-family: Arial;
}

.NormalText
{
	font-size: 12px;
	color: black;
	font-family: Arial;
}

.SmallText
{
	font-size: 10px;
	color: black;
	font-family: Arial;
}

.WhiteText
{
	font-size: 12px;
	color: black;
	font-family: Arial;
}

.BlackText
{
	font-size: 12px;
	color: black;
	font-family: Arial;
}


.ValidateText
{
	font-size: 12px;
	color: red;
	font-family: Arial;
}

.subtitle
{
	font-size: 10px;
	color: black;
	font-family: Arial;
}

.whiteError
{
	font-size: 14px;
	color: white;
	font-family: Arial;
	text-align: center;
}

.errorText
{
	font-size: 12px;
	color: red;
	font-family: Arial;
	text-align: center;
}

.successText
{
	font-size: 12px;
	color: green;
	font-family: Arial;
	text-align: center;
}

span#cb1_lblCategoriePath table tr td {
	background-color: #BCDB51;
}

span#cb1_lblCategoriePath table {
	background-color: #BBD951;
}

.formText
{
	border-style: solid;
	border-color: #BCDB51;
}

.fromCheckbox
{
	background-color: #BCDB51;
	vertical-align:top;
}

.tableContainer
{
	border-right: #000000 thin solid;
	border-top: #000000 thin solid;
	border-left: #000000 thin solid;
	border-bottom: #000000 thin solid;
	background-color: #e4ff93;
	border-color: lightgrey;
	padding: 5px;
}

.defaultLinkButton:link, .defaultLinkButton:visited
{
	border-right: lightgrey thin solid;
	border-top: lightgrey thin solid;
	border-left: lightgrey thin solid;
	border-bottom: lightgrey thin solid;
	border-color: #BCDB51;
	background-color: #e4ff93;
	font-size: 12px;
	color: Black;
	font-family: Arial;
	padding: 2px 8px;
	text-decoration: none;
}

.defaultLinkButton:hover, .defaultLinkButton:active
{
	background-color: white;	
}

.boxborder
{
	border: 1px solid black;
	padding: 3px;
	width: 165px;
	display: block;
	background-color: #f0fff0;
	line-height: 20px;
}

.boxborder2
{
	border: 1px solid black;
	padding: 3px;
	display: block;
	background-color: #f0fff0;
	line-height: 20px;
}

.boxborderTitle
{
	font-weight: bold;
	margin: 0px 0px 3px;
	width: 100%;
	background-color: white;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
}

#boxborderTitleEvent
{
  background-color: #AFEDFF;
}

#boxborderTitlePresse
{
  background-color: #FDCFCF;
}

.boxborderHighlighted
{
  border: 2px solid black;
  padding: 3px;
  width: 165px;
  display: block;
  background-color: #e4ff93;
  line-height: 20px;
}

.boxborderTitleHighlighted
{
	font-weight: bold;
	margin: 0px 0px 3px;
	width: 100%;
	background-color: #D5E541;
	background-color: #E5D422;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
}