/**
 * Wiki text stylesheet definitions.
 * @author Matthias L. Jugel
 * @version $Id: default.css,v 1.2 2008-02-15 03:03:44 hww3 Exp $
 * themes/default/default.css
 */

.bold { font-weight: bold; }
.italic { font-style: italic; }

/************************************************/
/* image positioning                            */
img {
  margin-top: 1px;
  margin-bottom: 1px;
  vertical-align: middle;
}

img.internal
{ 
  padding: 0px;
  border: 0px;
  background:inherit;
}

img.left {
  display: block;
  left: 0px;
}

img.right {
  display: block;
  right: 0px;
}

img.center {
  text-align: center;
}

img.float-left {
  float: left;
  margin-top: 3px;
  margin-right: 3px;
  margin-bottom: 3px;
}

img.float-right {
  float: right;
  margin-top: 3px;
  margin-left: 3px;
  margin-bottom: 3px;
}



.heading-1 {
  font-weight: bold;
  font-size: 12px;
  font-variant: small-caps;
}

.heading-1-1 {
  font-size: 12px;
  font-variant: small-caps;
}

.quote {
  font-style: italic;
  color: inherit;
  background-color: inherit;
  font-family: inherit;
  font-size: inherit;
}

/************************************************/
/* code formatting */
.code {
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 5px 5px 5px 5px;
  color: inherit;
  background-color: #F0F0F0;
  border: 1px dashed black;
  font-family: courier, courier new, monospace;
  font-size: 12px;
  line-height: 100%;
  white-space: pre;
  width: 98%;
  overflow: auto;
  overflow: scroll -moz-scrollbars-horizontal;
  overflow-x: auto;
}


.java-keyword {
  font-weight: bold;
  color: #0000aa;
  background-color: inherit;
}

.java-object {
  color: #000088;
  background-color: inherit;
}

.java-quote {
  color: #00aa00;
  background-color: inherit;
}

.xml-keyword {
  font-weight: bold;
}

.xml-tag {
  color: #0000aa;
  background-color: inherit;
}

/* weblog formatting */
.blog-date {
  display: block;
/*
  background-color: #53868b;
  color: #eeeee0;
*/
  font-family: verdana, sans-serif;
  font-size: 10px;
/*
  font-weight: bold;
*/
  margin-bottom: 10px;
  width: 100%;
}

/* special formatting of a wiki table */
.wiki-table {
  border-style: solid;
  border-color: black;
  border-width: 0px 1px 1px 1px;
  empty-cells: show;
}

.wiki-table td {
  border-top: 1px solid black;
  padding: 4px 4px 4px 4px;
}

.wiki-table th {
  border-top: 1px solid black;
  text-align: left;
  color: inherit;
  font-weight: bold;
  /* background-color: #DDEEFF; */
  background-color: #d9e4f9;
}

.wiki-table .table-odd {
  color: inherit;
  background-color: #F8F8F8;
}

.wiki-table .table-even {
}

/************************************************/
/* list formatting                              */

.list {
}

.list-title {
  font-weight: bold;
}

.list ul {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 0px;
  list-style-type: none;
}

/* wiki lists */

ul.minus { list-style-type: square; }
ul.star { list-style-type: circle; }
ol.roman { list-style-type: lower-roman; }
ol.ROMAN { list-style-type: upper-roman; }
ol.alpha { list-style-type: lower-alpha; }
ol.ALPHA { list-style-type: upper-alpha; }
ol.greek { list-style-type: lower-greek; }
ol.GREEK { list-style-type: upper-greek; }
ol.hiragana { list-style-type: hiragana; }
ol.HIRAGANA { list-style-type: hiragana-iroha; }
ol.katakana { list-style-type: katakana; }
ol.KATAKANA { list-style-type: katakana-iroha; }
ol.HEBREW { list-style-type: hebrew; }


/************************************************/
/* index formatting                             */
.index-top {
}

.index-top th {
  padding: 1px 1px 1px 1px;
  text-align: left;
  color: inherit;
  font-weight: bold;
  background-color: #d9e4f9;
}

.index {
}

.index td {
  padding: 1px 1px 1px 1px;
}

.index th {
  padding: 1px 1px 1px 1px;
  text-align: left;
  color: inherit;
  font-weight: bold;
  background-color: #d9e4f9;
}

/************************************************/
/* calendar display                             */
.calendar {
  border-spacing: 0px;
  font-size: 0.7em;
}

.calendar td {
  text-align: right;
  padding: 0px;
}

.calendar caption {
  font-size: 1em;
  text-align: left;
  font-weight: bold;
}

.calendar .today {
  border: 3px solid #cccccc;
}

a.wiki_link_external:before {
  content: url(/http/caudium.net/static/images/Icon-Extlink.png);
  padding-left: 0.3em;
  padding-right: 0.3em;
}
/**
 * Snip block display stylesheet definitions.
 * @author Matthias L. Jugel
 * @version $Id: default.css,v 1.2 2008-02-15 03:03:44 hww3 Exp $
 */

.snip-wrapper {
}

.snip-path {
  font-height: 10px;
}

.snip-title {
  width: 100%;
  display: table;
  text-align: left;
}

.snip-name {
  width: 100%;
  font-weight: bold;
  font-size: 150%;
  background-color: inherit;
  clear: left;
}

.snip-commented-snip {
  font-size: 100%;
}

.snip-buttons {
  border: 0;
  width: 49%;
  float: right;
  text-align: right;
}

.snip-info {
  border: 0;
  width: 49%;
  float: left;
  background-color: inherit;
}

.snip-content {
  width: 100%;
  margin-top: 10px;
}

.snip-meta {
  float: right;
  clear: right;
  width: 10px;
  height: 100px;
  background-color: #eeeee0;
}

.snip-meta:hover { width: auto; height: auto; background-color: #FFFFF; }

.snip-meta .snip-label { display: none; padding: 3px; width: auto; background:#ffc; border:1px solid #cc6; font-size: 10px; line-height: 10px; margin-bottom: 2px; clear: right; width: 100%; }

.snip-meta:hover .snip-label{ display: block; }

.snip-meta .snip-attachments { display: none; border: 1px solid #003366; padding: 3px; width: auto; font-size: 10px; margin-bottom: 10px; clear: right; width: 100%; }

.snip-meta:hover .snip-attachments { display: block; }


.snip-post-comments {
  margin-top: 20px;
  margin-bottom: 20px;
}

.snip-sniplinks {
  margin-top: 20px;
}

.snip-sniplinks table {
  table-layout: fixed;
  width: 100%;
}

.snip-sniplinks caption {
  text-align: left;
  color: #999999;
  background-color: inherit;
}

.snip-sniplinks td, th {
 /* display: none; */
  padding: 4px;
}

.snip-backlinks {
  margin-top: 20px;
}

.snip-backlinks .list {
  list-style-type: none;
  margin-top: 0;
  padding-left: 0;
  margin-left: 0;
}

.snip-backlinks .caption {
  text-align: left;
  color: #999999;
  background-color: inherit;
}

span.content {
}

span.count {
  margin-right: 4px;
}

span.count:before {
  content: "";
}

span.count:after {
  content: ": ";
}

/**************************************************/
/* snip edit part                                 */

.snip-input {
  margin-top: 20px;
}

.snip-input img {
  width: 20px
}

.form {
}

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

.form input[type=submit] {
  vertical-align: text-bottom;
}

/**************************************************/
/* snip with comments part                        */

.snip-comments {
}

.comment-title {
  margin-top: 20px;
}

.comment-title h2.comment-name {
  display: inline;
  font-weight: normal;
  font-size: 100%;
}

.comment-buttons {
  display: inline;
}

.comment-content {
  margin-top: 5px;
  margin-left: 20px;
}

.comment-input {
  margin-top: 20px;
}

/**************************************************/
/* preview formatting                             */


.preview {
  background-color: #eeeeee;
  color: inherit;
}

/**
 * General Stylesheet definitions.
 * @author Matthias L. Jugel
 * @version $Id: default.css,v 1.2 2008-02-15 03:03:44 hww3 Exp $
 */

/* error messages and error positions should be marked red */
.error { color: #ff0000; font-weight: bold;	background-color: inherit;}
.error-position { background-color: #ffaaaa; color: inherit;}

/* inactive buttons are greyed out */
.inactive { color: #aaaaaa; background-color: inherit;}

/************************************************/
/* ANCHOR tag                                   */
a {
	color:#800000;
	background-color: inherit;
	text-decoration: none;
	font-weight: 400;
}
a:link {
  color:#800000;
  background-color: inherit;
}
a:visited {
  color:#800000;
  background-color: inherit;
}
a:hover {
  color: inherit;
  background-color: #ffd700;
}

/************************************************/
/* table tag                                    */
table {
	empty-cells: show;
	font-size: 100%;
	border-collapse: separate;
}

/************************************************/
/* input tag                                    */

input[type=submit] {
  color: inherit;
  background-color: #eeeeee;
	font-family: inherit;
}

input, select, textarea {
  line-height: inherit;
  /*vertical-align: middle; a bug in IE5.2-mac crashes with this*/
	border: 1px dashed #999999;
  font-size: inherit;
  font-family: courier, courier new, monospaced;
}

textarea {
  width: 100%;
  overflow: auto;
  wrap: virtual;
}


/****** used by ajax functionality ******/

div.closebutton  {
  text-align: right;
  padding-bottom: 10px;
  width:210px; left:0; z-index:501;
  font-size:12px;
}

div.action_contents {
  opacity: 1.0;
  filter: alpha(opacity=100);
  z-index: 510;
  text-align: left;
}

div.menu  {
  position:absolute; visibility:hidden;
  padding: 10px;
  width:210px; left:0; top:0; z-index:500;
  left: 0px;
  top: 0px;
  text-align:left;
  font-size:12px;
  background-color:#f5f5f5;
  opacity: .9;
  filter: alpha(opacity=90);
  border: 2px solid;    border-color: #f7faff;
}

#dialogoverlay img{ border: none; }

#dialogoverlay{ background-image: url(/http/caudium.net/static/images/overlay.png); }

* html #dialogoverlay{
        background-color: #333;
        back\ground-color: transparent;
        background-image: url(/http/caudium.net/static/images/blank.gif);
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/static/images/overlay.png", sizingMethod="scale");
        }

ul.recent_changes { 
   margin-left: 8px;
   padding-left: 8px;
   list-style: url(/http/caudium.net/static/images/Icon-Permalink.png);
 }

