/* 
==========================
Support Knowledgebase CSS Document 
==========================
*/

table.issuedetails { width:100%; margin:10px 0px; }
table.issuedetails th, table.issuedetails td { padding:2px 5px; vertical-align:top; }
table.issuedetails th { width:100px; font-weight:bold; text-align:right;}
table.issuedetails td { }
#ishelpful_yes, #ishelpful_no, #submit { margin-right:4px; }
.knowledgebase { margin:10px 0px; }
.knowledgebase tt, pre { font-size:1.2em; word-wrap:break-word; }

/* word-wrap:break-word; - used because .code messes up in ie without it... */
.code { border:1px dashed; font-size:1.2em; line-height:14px; word-wrap:break-word; font-family:Courier; overflow:auto; background-color:#f0f0f0; }
.panel { border:1px dashed; font-size:1.2em; line-height:14px; word-wrap:break-word; font-family:Courier; overflow:auto; background-color:#f0f0f0; }
.codeContent { padding:1px 5px; }
.knowledgebase ul, .knowledgebase ol { margin-left:25px; list-style-position:outside; }
.knowledgebase table { width:580px; font-size:13px; border-collapse:collapse; margin:10px 0px; }
.knowledgebase table td, .knowledgebase table th { padding:2px 4px; border:1px solid black; }
.knowledgebase h1 { height:auto; padding:0px; margin:15px 0px 5px 0px; border-bottom: none; font-size:1.45em; font-weight:bold; background:none; line-height:auto; }
.knowledgebase h2 { margin:15px 0px 5px 0px; font-size:auto; }
.knowledgebase h3 { padding:0px; margin:15px 0px 5px 0px; background-color:transparent; border-bottom:none; clear:none; font-size:auto; }
.knowledgebase h4 { margin:15px 0px 5px 0px; font-size:auto; }
.knowledgebase img.centered { margin:0px auto; display:block; }


.confluenceTable {max-width: 580px; display:block;}

.knowledgebase img { max-width: 580px; }
