*
{
	margin: 0;
	padding: 0;
	color: #333333;
}

object
{
	outline: none;
}

.daisycon
{
	margin: 0;
	font: 12px Arial,Tahoma,Verdana,Georgia,Lucida,Helvetica,sans-serif;
}

.daisycon p
{
	margin-bottom: 5px;
}

.daisycon h1,
.daisycon h2,
.daisycon h3
{
	clear: both;
	margin: -5px 0px 5px 0px;
	padding: 0px;
}

.daisycon h1
{
	font-size: 23px;
/*	line-height: 23px; */ /* disabled for the letter g would not show completely */
}

.daisycon h2
{
	font-size: 19px;
	line-height: 19px;
}

.daisycon h3
{
	font-size: 16px;
	line-height: 16px;
}

.daisycon h4
{
	margin: 0;
	font: 12px Arial,Tahoma,Verdana,Georgia,Lucida,Helvetica,sans-serif;
	font-weight: bold;
}

.daisycon img
{
	border: 0px;
}

.daisycon .clearBoth
{
	clear: both;
}

.daisycon .base
{
	width: 1050px;
	margin: auto;
}

.daisycon .base .baseBody ul
{
	margin: 5px 0 5px 15px;
}

.daisycon .base .baseLeftBorder
{
	background: url(./shared/daisycon/img/base/shade-right.gif) repeat-y scroll top right;
}

.daisycon .base .baseLeftBorder .baseRightBorder
{

	background: url(./shared/daisycon/img/base/shade-left.gif) repeat-y scroll top left;
}

.daisycon .base .baseLeftBorder .baseRightBorder .baseHeader
{
	width: 1000px;
	margin: 0px 0px 0px 25px;
}

.daisycon .base .baseHeader .top
{
	height: 45px;
	clear: both;
}

.daisycon .base .baseHeader .top .logo
{
	float: left;
	margin: 2px 0px 0px 25px;

}

.daisycon .base .baseHeader .top .language
{
	float: right;
	margin: 10px 10px 0px 0px;
}

.daisycon .base .baseHeader .menu
{
	clear: both;
	height: 44px;
	background: url(./shared/daisycon/img/base/bars.png) repeat-x scroll 0px -44px;
}

.daisycon .base .baseHeader .menu ul
{
	margin:	0px 0px 0px 20px;
	padding: 0px;
	list-style:	none;
	font: bold 15px Arial,Tahoma,Verdana,Georgia,Lucida,Helvetica,sans-serif;
}

.daisycon .base .baseHeader .menu ul li
{
	cursor: pointer;
	float: left;
	margin: 0px;
	padding: 13px 15px 0px 15px;
	height: 31px;
}

.daisycon .base .baseHeader .menu ul li:hover,
.daisycon .base .baseHeader .menu ul li.selected
{
	background: url(./shared/daisycon/img/base/bars.png) repeat-x scroll 0px 0px;
}

.daisycon .base .baseHeader .menu ul li a
{
	color: #FFFFFF;
	text-decoration: none;
}

.daisycon .base .baseHeader .menu ul li a:hover
{
	text-decoration: none;
}

.daisycon .base .baseHeader .menu .user
{
	float: right;
	margin: 14px 20px 0px 0px;
	color: #FFFFFF;
	font-weight: bold;
}

.daisycon .base .baseHeader .menu .user a
{
	color: #9BD035;
}

.daisycon .base .baseContent
{
	/* changed container of the menu background image */
	width: 1000px;
	margin: 0px 0px 0px 25px;
	min-height: 400px;
	border-top: 5px solid #9BD035;
}

.daisycon .base .baseContent.menu
{
	background: transparent url(./shared/daisycon/img/base/menu-background.png) repeat-y scroll 0 0;
}

.daisycon .base .baseContent .baseBody
{
	padding: 10px;
}

.daisycon .base .baseContent .baseBody a
{
	color: #669900;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}
.daisycon .base .baseContent .baseBody a:hover
{
	text-decoration: underline;
}
.daisycon .base .baseContent .baseBody a.disabledLink,
.daisycon .base .baseContent .baseBody a.disabledLink:hover
{
	color: #333333;
	text-decoration: none;
	cursor: text;
}

.daisycon .base .baseContent .inheritMenu
{
/*	background: url(./shared/daisycon/img/base/menu-background.png) repeat-y scroll 0 0; */
	height: 100%;
}

.daisycon .base .baseContent .inheritMenu .baseBody
{
	float: left;
	width: 780px;
}

.daisycon .base .baseFooter
{
	clear: both;
	height: 35px;
	width: 1000px;
	margin: 0px 0px 0px 25px;
	background: url(./shared/daisycon/img/base/bars.png) repeat-x scroll 0px -44px;
	text-align: center;
}

.daisycon .base .baseFooter ul
{
	margin: 0px;
	padding: 9px 0px 0px 0px;
	list-style:	none;
}

.daisycon .base .baseFooter ul li
{
	margin: 0px 10px;
	color: #ffffff;
	display: inline;
}

.daisycon .base .baseFooter ul li a
{
	text-decoration: none;
	color: #ffffff;
}

.daisycon .base .baseFooter ul li a:hover
{
	text-decoration: underline;
}

.daisycon .base .baseFooter ul li.selected a
{
	font-weight: bold;
	text-decoration: underline;
}

.daisycon .base .footerShade
{
	height: 20px;
	background: url(./shared/daisycon/img/base/shade-bottom.png) repeat-x;
}

.daisycon .base .footerShade .leftCorner
{
	float:left;
	height: 20px;
	width: 38px;
	background: url(./shared/daisycon/img/base/shade-bottom-corners.png) top left;
}

.daisycon .base .footerShade .rightCorner
{
	float:right;
	height: 20px;
	width:35px;
	background: url(./shared/daisycon/img/base/shade-bottom-corners.png) scroll -37px 0px;
}

.daisycon .base .checkboxContainer
{
	float: left;
}

.daisycon .tooltip .hasIcon
{
	height: 16px;
	clear: right;
}

.daisycon .tooltip .hasIcon .legendImage
{
	margin: 0px 5px 0px 0px;
	clear: left;
	width: 16px;
	height:	16px;
}
.daisycon .tooltip ul li
{
	margin: 2px 0px;
	list-style:	none;
}
.daisycon .tooltip ul ul li
{
	margin:	0 0 0 15px;
}

.daisycon .translateBar
{
	width: 100%;
	cursor: pointer;
	background-color: #FFFF66;
	border-bottom: 1px solid #FF6633;
}

.daisycon .translateInnerBar
{
	padding: 5px;
}

.daisycon .img_dico16_crm_note
{
	margin: 0 5px 0 0;
}
