/*
 * CaMykS Engine
 * Developed by		: Ideogram Design
 * Author			: JB Lebrun
 * CaMykS Version	: 1.0b
 * Object Version	: 1.0
 * Object Type      : Plugin / Theme Editor CSS Styles
 * Creation Date	: Sep 2013
 * Last Modif Date  : Sep 2013
 *
 * Ideogram Design Print Theme Editor CSS style
*/

* { font-family: Arial; font-size: 12px; font-weight:normal; 
    font-style:normal; color:#535353;}

/* generic styles */
.eTitle1 {
  font-size:28px;
  color: #009EE0;
  padding:0;
  margin:16px 0 0;
}

.eTitle2 {
  font-size:20px;
  color:#d42028;
  font-weight:bold;
  padding:16px 0 8px;
}

.eTitle3 {
  font-size:14px;
  font-weight:bold;
  color:#5A5A5A;
  padding:4px 0 2px;
}

.eTitle4 {
  margin:4px 0;
  background:#009EE0;
  color:white;
  padding:4px 8px;
  font-size:13px;
}

.eContent1 {}
.eContent2 {font-weight: bold; color:#3e3c3a;}
.eContent3 {font-style: italic;}
.eContent4 {font-weight: bold; color:#009EE0;}
.eContent5 {background: #009EE0; color:white; padding:8px;}

p.eContent1, p.eContent2, p.eContent3, p.eContent4, p.eContent5 {text-align: justify;}
li.eContent1, li.eContent2, li.eContent3, li.eContent4, li.eContent5 {text-align: justify;}

a.eLink1 {color:#009EE0;}
a.eLink2 {color:#009EE0; font-weight:bold;}
a.eLink3 {color:#47474B;}
a.eLink4 {color:#47474B; font-weight:bold;}
a.eLink1:hover, a.eLink2:hover, a.eLink3:hover, a.eLink4:hover {text-decoration:underline;}

table.eTable{border-collapse:collapse; border:solid 1px #5A5A5A;}
table.eTable td{}
th.eTableHeader, td.eTableHeader {background:#009EE0; padding:4px 8px; font-weight:bold; color: white;}
.eTableSubHeader {background:#BBBBBB; padding:2px 8px; font-weight:bold; font-style:italic; color:white;}
td.eTableLine {padding:4px 8px; border-bottom: solid 1px #DDDDDD;}
td.eTableLine0 {padding:4px 8px;}
td.eTableLine1 {background:#EFEFEF; padding:4px 8px; }