/* classes used in Rich Text Editor */


a {color:#3366cc;}

.align-right {
text-align: right;
}

.htmlarea-content-body p,
#maincontent p {
margin: 0px;
}

.htmlarea-content-body,
#maincontent {
font-size: 12px;
}

.indent {
margin-left: 10px;
}
ul {
margin: 0px;
padding: 0 0 0 8px;
list-style: square inside
}

h1 {
margin: 0px 0px 10px 0px;
font-size: 19px;
font-weight: normal;
}
h2 {
margin: 0px 0px 8px 0px;
font-size: 15px;
color: #3366cc;
font-weight: normal;
}
h3 {
margin: 0px 0px 0px 0px;
font-size: 12px;
color: #3366cc;
}
h4 {
margin: 0px 0px 0px 0px;
font-size: 14px;
}
h5 {
margin: 0px 0px 0px 0px;
font-size: 13px;
}
h6 {
margin: 0px 0px 0px 0px;
font-size: 12px;
}



.htmlarea-content-body a,
#maincontent a {
  text-decoration:underline;
  color:#3366cc;
}
/* lists */

.htmlarea-content-body ul,
#maincontent ul {
margin:0px;
list-style: none;
list-style-position: outside !important; 
}


.htmlarea-content-body li,
#maincontent li {
padding-left:14px;
background-image: url(../images/bullet.png);
background-repeat: no-repeat;
background-position: 0 .3em;
}

.htmlarea-content-body div,
#maincontent div {
/*  background:#ccdcfb;
  padding:6px;
  */
}



table.contenttable,
.htmlarea-content-body table {
border-collapse: collapse;
width: 100%;
}

.htmlarea-content-body td,
.htmlarea-content-body th,
.contenttable th,
.contenttable td {
border-left: 1px solid #fff;
border-right: 1px solid #fff;
border-top: 1px solid #269;
border-bottom: 1px solid #269;
font-size: 12px;
color: #2e6e9e;
padding: 5px;
}


.htmlarea-content-body th,
.contenttable th {
background: #88B6D9;
color: #fff;
font-weight: bold;
border: 1px solid #fff;
}

.htmlarea-content-body th[scope=row],
.contenttable th[scope=row] {
text-align: left;
font-weight: normal;
background: #ddd;
color: #555;
}



.htmlarea-content-body td,
.contenttable td {
vertical-align: top
}


.csc-header {font-size:5px;}
.csc-header h1{
  background: url(../images/pdf.gif) 0px 1px no-repeat ;
  padding-left:18px;
  text-transform:uppercase;
  font-size:13px !important;
  font-weight:normal;
  color:#3366cc;
  margin:0px;
}




