/*  GENERALS STYLING  */

/********************************************************************************/
/*  							LINK STYLING  									*/
/********************************************************************************/
a {
	cursor:pointer;
}
a:link, a:visited, a:active {
color:#0056B3;
	text-decoration: underline;
}
a:hover {
color:#0056B3;
	text-decoration: underline;
}

/*Pour éviter que les liens soient entourés d'un pointillé*/
a:focus {
	outline:none;
	border:none;
}

.mini
{
	font-size:12px;
	
}


/********************************************************************************/
/* 								UL LINKS STYLING 								*/
/********************************************************************************/
ul li a:link, ul li a:visited, ul li a:active {
	/*color:#0056B3;*/
	text-decoration: none;
}
ul li a:hover {
	color:#0056B3;

}

/********************************************************************************/
/*  							HEADINGS  										*/
/********************************************************************************/
h1, h2, h3, h4, h5, h6 {
	text-align:left;
}
h1 {
	color:#000000;
	font-size:18px;
	font-weight:normal;
}
h2 {
	
	font-size:16px;
	font-weight:normal;
	margin-bottom:10px;
	color: #005193;
	font-weight:bold;
}
h3 {
	color: #005193;
	font-size:14px;
	font-weight:normal;
	font-weight:bold;
}
h4 {
	color:#000000;
	font-size:12px;
	font-weight:normal;
}
h5 {
	color:#000000;
	font-size:11px;
	font-weight:normal;
}
h6 {
	color:#000000;
	font-size:10px;
	font-weight:normal;
}


/********************************************************************************/
/* 								READON LINKS 									*/
/********************************************************************************/
/* READON */
a.readon:link, a.readon:visited, a.readon:active {
	color:#000000;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	text-decoration:none;
}
a.readon:hover {
	font-weight:bold;
	text-decoration:underline;
}

/* READON EVENTS */
a.readon_events:link, a.readon_events:visited, a.readon_events:active {
	color:#000000;
	font-weight:bold;
	text-transform:none;
	padding:0px 0px 0px 0px;
	text-decoration:none;
}
a.readon_events:hover {
	font-weight:bold;
	color:red;
	text-decoration:underline;
}




/********************************************************************************/
/*  							HTML TAGS	  									*/
/********************************************************************************/
p {
	margin:10px 0px 10px 0px;
	padding:0px;
}
p.noPad {
	padding:0px;
	margin:0px;
}
hr {
	border-width:0 0 1px 0;
	border-bottom: 1px solid gray;
	width: 100%;
} 

/********************************************************************************/
/*  							LIST STYLING  									*/
/********************************************************************************/
ol{
}
ul {
	margin-left:30px;
	padding:10px 0px;
}
li {
	padding-left:0px;
}
dl {
}
dd {
}

/*****************************************************************/
/* GLOBAL FORM CLASS */
/*****************************************************************/
form {
	margin:0px;
	padding:0px;
}
input {
}
select {
	margin:2px 0px 2px 0px;
}
iframe {
	background-color:transparent;
	border:none;
	margin:0;
}
textarea {
	border:1px solid #DFDFDF;
	background-color:#FFFFFF;
}
.memberName {
	margin-top:5px;
	margin-bottom:5px;
}
input.file {
	background-color:#FF0000;
	
}


/*****************************************************************/
/* CONTACT FORM */
/*****************************************************************/
div#hpjcontactWrap {

}
div#hpjcontact {

}
div#hpjcontact label {
	text-align:left;
	font-weight:bold;
/*	margin:6px 0px 0px 0px;*/
	width:77px;
	/*float:left;
	clear:left;*/
	display:block;
}

th.hpjcontactFirstCol, td.hpjcontactSecondCol {
	/*padding:5px;*/
	text-align:left;
	vertical-align:middle;
}
input.btnEnvoyer {
	border:0;
	margin:5px 0px;
	cursor:pointer;
	/*color:#7d5601;
	background:url(http://www.medpharmgene.ca/templates/medpharmgene/images/button.jpg) no-repeat top left;
	border:none;
	background-color:#faba5b;
	font-weight:bold;
	font-size:10px;*/
	padding:5px;
	background-color:#D2D4D4;
	font-size:14px;
	color:#0056B3;
	

}
#hpjcontact .inputbox {
	border:1px solid #dfdfdf;
	background-color:#ffffff;
	margin:3px 0px;
	padding:5px;
	color:#0056B3;
}
#hpjcontact textarea {
	border:1px solid #dfdfdf;
	background-color:#ffffff;
	overflow:auto;
	margin:3px 0px;
}
#hpjcontact th {
	text-align:right;
}
div#hpjcontact span.message {
	font-weight:bold;
}
dd.message {
	font-weight:bold;
}


/* JOOMLA STYLE */


/********************************************************************************/
/* 								ARTICLE SEPARATOR							    */
/********************************************************************************/
span.article_separator {
	line-height:1px;
	height:1px;
}


/********************************************************************************/
/* 								PATHWAY STYLING 								*/
/********************************************************************************/
div#pathway a:link, div#pathway a:visited, div#pathway a:active{
	font-size:10px;
	color:#b4b4b4;
}
div#pathway a:hover {
	font-size:10px;
	color:#A8D840;
}
a.pathway {
	font-size:10px;
	color:#666666;
	text-decoration:none;
}


/********************************************************************************/
/* 								TOOLTIPS		 								*/
/********************************************************************************/
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}
.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}
.tool-text {
	font-size: 100%;
	margin: 0;
}
/********************************************************************************/
/* 								...				 								*/
/********************************************************************************/
.small {
	font-size:10px;
}


/********************************************************************************/
	/* 						System Standard Messages 							*/
/********************************************************************************/
#system-message { 
	margin-bottom: 20px;
}

#system-message dt {
	display:none;
}
dl#system-message dd.message {
/*	background:url(../../system/images/slice-succes.png) repeat-x top left;*/
}
dl#system-message dd.message ul {
	background:url(../../system/images/icone-succes.png) no-repeat 17px 10px;
	margin:0;
	padding:12px 12px 12px 50px;
	color:#016c8d;
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
}
dl#system-message dd.error {
	/*background:url(../../system/images/slice-erreur.png) repeat-x top left;*/
}

dl#system-message dd.error ul {
	background:url(../../system/images/icone-erreur.png) no-repeat 17px 10px;
	margin:0;
	padding:12px 12px 12px 50px;
	color:#de2001;
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	border:1px dotted #0056B3;
}
dl#system-message li {
	list-style:none;
	line-height:normal;
	padding-bottom:4px;
}

/********************************************************************************/
/* 							System Notice Messages 								*/
/********************************************************************************/
#system-message dd.notice ul { 
	color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; 
	border-top: 3px solid #F0DC7E; 
	border-bottom: 3px solid #F0DC7E;
}
#syndicate{
	float:left;
	padding-left: 25px;
}
#power_by{
	float:right;
	padding-right: 25px;
}



/********************************************************************************/
/* 							WebLinks 											*/
/********************************************************************************/
span.description {
	display:block;
	padding-left: 30px;
}

/********************************************************************************/
/* 							Frontend Editing									*/
/********************************************************************************/
fieldset {
/*	margin-top: 15px;
	padding: 15px;*/
}
legend {
	margin: 0;
	padding: 0 10px;
}
td.key {
	border-bottom:1px solid #eee;
	color: #666;
}
.inputbox {
	border:1px solid #DFDFDF;
	margin:2px 0px 2px 0px;
}
.button {
}