/*
 * CaMykS Engine
 * Developed by     : Ideogram Design
 * Author			      : JB Lebrun
 * CaMykS Version	  : 1.0b
 * Object Version	  : 1.0
 * Object Type      : Plugin / Theme Editor CSS Styles
 * Create Date		  : Feb 2010
 * Last Modif Date  : Mar 2010
 *
 * iQSim Theme Editor CSS style


* { font-family: Arial; font-size: 11px; font-weight:normal; 
    font-style:normal; color:#000000;}
*/
/* generic styles */
.eTitle1 {
  font-size:22px;
  font-weight:bold;
  color: #ADCB57;
  margin:8px 0 0;
  text-transform:uppercase;
}

.eTitle2 {
  font-size:18px; color:#626365;
  padding:8px 0 2px; border-bottom:solid 1px #626365;
  line-height:20px; margin: 0 0 4px;
}

.eTitle3 {
  color:#626365; text-transform:uppercase; font-size:13px;
  background:url(img/title5.gif) no-repeat 100% 0% #D6D6D6; padding:4px 8px; margin:12px 0 4px;
}

.eTitle4 {
  font-size:13px; color:#626365;
  padding:12px 0 0; border-bottom:solid 1px #626365; margin: 0 0 4px;
}

.eTitle5 {
  font-size:14px; font-weight:bold;
  color:#ADCB57; padding:4px 0;
  text-transform:uppercase;
}


.eContent1 {}

p.eContent1, p.eContent2, p.eContent3, p.eContent4, p.eContent5, p.eContent6, p.eContent7 {text-align: justify;}

.eContent2 {font-weight: bold; color:#626365; font-size:12px;}
.eContent3 {font-style: italic; color:#626365;}
.eContent4 {font-style: italic; color: #92ad4e; font-size:12px;}
.eContent5 {font-weight: bold; color: #92ad4e; font-size:12px; }
.eContent6 {background: #ADCB57; color: white; padding:10px; margin:2px 0; }
.eContent7 {background: #626365; color: white; padding:10px; margin:2px 0; } 
.eContent7bis {background: #626365; color: white; padding:10px; } 
.eContent7border { border:2px solid #626365; } 

a.eLink1 {color:#92ad4e;}
a.eLink2 {color:#92ad4e; font-weight:bold;}
a.eLink3{color:#626365;}
a.eLink4{color:#626365; font-weight:bold;}
a.eLink5{color:#626365; font-weight:bold; padding-left:8px; background:url(img/bullet2.gif) 0 4px no-repeat;}
a.eLink1:hover, a.eLink2:hover, a.eLink3:hover, a.eLink4:hover, a.eLink5:hover {text-decoration:underline;}

table.eTable{border-collapse:collapse; border:solid 1px #626365; }
table.eTable td{}
th.eTableHeader, td.eTableHeader {background:#626365; padding:6px 4px; font-weight:bold; color: white;}
td.eTableLine {padding:6px 4px; border-bottom:solid 1px #5A5A5A;}
td.eTableLine0 {padding:6px 4px; color:#626365;}
td.eTableLine0 p, td.eTableLine0 div{color:#626365;}
td.eTableLine1 {background:#ADCB57; padding:6px 4px; color:white;}
td.eTableLine1 p, td.eTableLine1 div{color:white;}