/* Questions list */

div.questions-list {
  margin-top: -8px; 
}

div.questions-list img.qa-logo {
  width: 100px;
  margin: -5px 5px 5px 0;
  border: 1px solid transparent;
  float: left;
}

div.questions-list img.qa-logo:hover {
  border: 1px solid #0000CC;
}

table.questions-list {
  border-collapse: collapse;
  border: 1px solid #DEDEDE;
  width: 99%;
}

table.questions-list tr:hover {
  background-color: #FFF8C6;
}

table.questions-list td {
  border-bottom: 1px solid #DEDEDE;
  padding: 2px;
}

table.questions-list td.status {
  width: 40px;
  font-size: 1.8em;
}

table.questions-list td.subj {
  font-size: 1.8em;
}

table.questions-list td.date {
  text-align: right;
  padding-right: 3px;
  color: #666666;
}

/* Question page */

div.question img.status {
  margin-right: 5px;
}

div.question table.header {
  width: 100%;
  border: none;
}

div.question table.header td.status {
  width: 27px;
}

div.question table.header td.status img {
  width: 24px; 
}

div.question table.header td.subj {
  font-weight: normal;
  font-size: 1.3em;
  color: #336699;
}

div.question span.exem {
  color: #999999; 
}

div.question div.qcontent {
  margin-top: 3px; 
}

div.question div.qbody {
  margin-top: 5px;
}

span.qmarker {
  font-family: "comic sans ms";
  font-size: 1.5em;
}

span.close-date {
  float: right;
  color: #AAAAAA; 
}

div.right-ans, div.answers, div.submit-answer {
  margin-top: 20px;
  border-top: 1px dotted #C3D9FF;
}

div.answers div.ans-entry {
  margin: 5px 0 10px 0;
  background-color: #EEFEFE;
  border-bottom: 1px solid #C3D9FF;
}

div.answers div.highlight {
  border: 2px solid #EAC117;
  padding: 2px; 
}

div.answers div.ans-entry table {
  width: 100%;
  margin: 0; 
}

span.points {
  color: green; 
}

div.answers a.permalink {
  float: right;
}

div.submit-answer {
   
}


div.submit-answer div.buttons {
  
}

div.back-link {
  margin-top: 15px;
  margin-bottom: -5px; 
}

/* Collapsible blocks */

a.collapsible-link {
  color: #666666;
  text-decoration: none;
}

a.collapsible-link:hover {
  color: #0033CC;
  text-decoration: none;
}

div.collapsible-head {
  font-size: 1.2em;
}

div.collapsible-cont {
  margin-left: 15px;
  margin-top: 3px;
}

/* Top users */

table.top-users {
  border-collapse: collapse;
  border: none;
  width: 99%;
  margin-top: 5px;
}

table.top-users td, table.top-users th {
  border: 1px solid #DEDEDE;
  padding: 5px;
  vertical-align: top;
}

table.top-users .center {
  text-align: center;
}
