﻿DIV#comments{
  font-family:"Trebuchet MS",Trebuchet,Verdana,sans-serif;
  font-size: 9pt;
  color: #002244;
  margin-right: 10px;
}
DIV#comments A { 
  font-family:"Trebuchet MS",Trebuchet,Verdana,sans-serif;
  font-size: 9pt;
  color: #3789A9; 
}
DIV#comments OL {
  margin:  0px;
  padding: 0px;
}
DIV#comments LI {
 list-style-type: none;
 padding: 4px 4px;
 position: relative;
 border: 1px solid #FFFFFF /* IE Hack */;
}

/* --- COMMENT NUMBER --------------- */

DIV#comments DIV.commentNumber{
  position:absolute;
	top:     0px;
	left:    5px;
	
	font-weight:700;
	letter-spacing:-2px;
	padding-left:5px;
	color:#83C8E2;
}
DIV#comments DIV.commentNumber A{
  color:#83C8E2;
	font-size: 30px;
	text-decoration: none;
	margin-left: 2px;
}
DIV#comments DIV.commentNumber SMALL{
  font-size:16px;
  line-height:30px;
  vertical-align:top;
}

/* --- COMMENT CONTENT --------------- */

DIV#comments H5.commentName{
  margin: 0px 0px 0px 55px;
}
DIV#comments H5.commentName A {
  text-decoration: underline;
  font-weight: bold;
}
DIV#comments DIV.commentDate{
  position: absolute;
  right:    25px;
  top:      5px;
  font-size:90%;
  color: #3789A9;
}
DIV#comments DIV.commentEdit{
  position: absolute;
  right:    0px;
  top:      2px;
}

#comments #commentEdit DIV.commentField{
  border-top: none;  
  margin-top: 0px;
}

#comments #commentEdit label.commentFieldLabel{
  padding-left: 20px;
}

DIV#comments DIV.commentContent{
  margin: 4px 20px 4px 55px;
  text-align:  justify;
}
DIV#comments DIV.commentContent DIV.wiki P{ line-height: 140%;}
DIV#comments DIV.commentContent A {
  color: #3789A9;
}
DIV#comments DIV.commentCount {
  margin-top: 5px;
  padding: 0px 0px 1em 20px;
  background: url('../images/comments.gif') no-repeat 0px 1px;
  border-top: 1px dotted black;
}

/* --- COMMENT COLORS --------------- */

DIV#comments LI.even {
  background-color: #FFFFFF;
}
DIV#comments LI.odd {
  border-top:    1px solid #E1EFF4;
  border-bottom: 1px solid #E1EFF4;
  background-color: #F3F9FC;
}
DIV#comments LI.admin {
  border-top:    1px solid #E5D9B0;
  border-bottom: 1px solid #E5D9B0;
  background-color: #FBF9E4;
}
DIV#comments LI.admin DIV.commentDate,
DIV#comments LI.admin SMALL,
DIV#comments LI.admin A{
  color: #998333;
}


/* --- COMMENT SKIN --------------- */


DIV#comments .skin {
  color:            #665000;
  background-color: #F8F6E1;
  border-top:       1px solid #E2DCAC;
  border-bottom:    1px solid #E2DCAC;
}
DIV#comments .skin DIV.widget { 
  border-top: 1px solid #E2DCAC;
  margin:  6px  0px;
  padding: 6px 20px;
}
DIV#comments .skin H4 {
  font:             400 16px "Century Gothic";
  height:           24px;
  padding:          4px 0px 0px 10px;
  margin:           0px;
  border-bottom:    2px solid #E2DCAC;
  color:            #665000;
  background-color: #ECE9CB;
}


/* --- COMMENT EDIT BOX --------------- */

DIV#comments DIV.commentAdd{
  margin: 10px 0px;
  padding-left: 18px;
  background-image: url('../images/commentAdd.gif');
  background-repeat: no-repeat;
}

DIV#comments DIV.commentUp{
  margin: 10px 0px;
  float: right;
  padding-left: 18px;
  background-image: url('../images/commentTop.gif');
  background-repeat: no-repeat;
}

DIV#comments FORM {
  margin: 10px 0px 10px 0px;
  width: 500px;
}

DIV#comments FORM EM {
  color: #CC0000;
}

DIV#comments FORM.skin DIV.intro {
  margin-top:     0px;
  padding-bottom: 0px;
}

DIV#comments FORM.skin H4 {
  padding-left:  25px;
  background: #ECE9CB url('../images/commentEdit.gif') no-repeat 6px 6px;
}


