/* ######### CONTENT BOXES ######## */

.postbit.vw-content {
	background: rgb(255, 255, 255) url(images/gradients/grey-up.png) repeat-x left bottom;
	border: 1px solid #c4c4c4;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-box-shadow: -2px 2px 2px #c8c8c8;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-box-shadow: -2px 2px 2px #c8c8c8;
}

.bodyContent { color: rgb(51, 51, 51); }

/* article text container */
.bodyContent {
	line-height: 18px;
	font-size: 12px;
}

/* table of contents */
.special_toc {
	background: #fafafa none   ;
	border: 1px solid #c4c4c4;
}

/* [LIST] tags */
ul.vw-list, ul.vw-list li { 
	list-style-type: square;
	list-style-image: url(vault/images/bullet.gif);
} 

/* ######## LINKS ######## */

/* link on a redirect page */
.redirectText { font-size: 18px; }

/*** links using the [URL] BB-Code, based on link protocol ***/
.link-http { background: url(vault/images/external.png) center right no-repeat; }
.link-https { background: url(vault/images/lock_icon.gif) center right no-repeat; }
.link-mailto { background: url(vault/images/mail_icon.gif) center right no-repeat; }
.link-news { background: url(vault/images/news_icon.png) center right no-repeat; }
.link-ftp { background: url(vault/images/file_icon.gif) center right no-repeat; }
.link-irc { background: url(vault/images/discussionitem_icon.gif) center right no-repeat; }

/* links to new (uncreated) articles */
.postbody a.new { color: #cc0000; }

/* footnote jump links */
.reflist { font-size: 10px; }

.special_footnote a, .special_footnote a:hover,
.special_ref_up a, .special_ref_up a:hover {
	font-size: 9px;
	color: #777777;
}

a.ref_select {
	color: rgb(255, 255, 255);
	background: #3e3e3e;
}

/* forum (list) links */
.forumbit_post .foruminfo .forumdata .forumtitle a.vw-list-link,
.forumbit_nopost .forumbit_nopost .forumrow .forumtitle a.vw-list-link {
	font-weight: normal;
	font-size: 12px;
} 

/* ######## HEADLINES AND SECTIONS ######## */

/* headline text */
h1.vw-head, h2.vw-head, h3.vw-head,
h4.vw-head, h5.vw-head, h6.vw-head {
	width: auto;
	color: #3e3e3e;
	font-weight: bold;
	border-bottom: 1px solid #cecece;
}

/* headline font sizes */

h1.vw-head {
	font-size: 26px;
	line-height: 30px;
}

h2.vw-head {
	font-size: 20px;
	line-height: 24px;
}

h3.vw-head {
	font-size: 18px;
	line-height: 22px;
}

h4.vw-head {
	font-size: 16px;
	line-height: 20px;
}

h5.vw-head {
	font-size: 14px;
	line-height: 18px;
}

h6.vw-head {
	font-size: 12px;
	line-height: 16px;
}

/* headline controls */
.top_link {
	font-size: 10px;
	line-height: 10px;
}


h1 .top_link { margin-top: 16px; }
h2 .top_link { margin-top: 10px; }
h3 .top_link { margin-top: 8px; }
h4 .top_link { margin-top: 6px; }
h5 .top_link { margin-top: 4px; }
h6 .top_link { margin-top: 2px; }
h7 .top_link { margin-top: 1px; }

/* table of contents header */
.toc_title h2 { border-bottom: none; }

/* line height = h1 font-size */
.titleBox h1 {
	border-bottom: none;
	line-height: 26px;
} 

.vw-content {
	margin: 0;
	position: relative;
	z-index: 2;
}

h1.vw-head, h2.vw-head,
h3.vw-head, h4.vw-head,
h5.vw-head, h6.vw-head {
	margin: 0;
	padding: 1em 0 .17em;
}

ul.vw-list, ul.vw-list li {
	line-height: 1.5em;
	margin: .3em 0 0;
	margin-left: 1.5em;
	padding: 0;
}

ol.vw-list, ol.vw-list li {
	list-style-image: none;
	line-height: 1.5em;
	margin: .3em 0 0;
	margin-left: 3.2em;
	padding: 0;
}

ol.vw-list li, ul.vw-list li {
	margin-bottom: .2em;
	margin-left: .3em;
}

.vw-content pre {
	padding: 1em;
	line-height: 1.1em;
}

.postbit.popupbody { position: absolute; }
.vw-content .bodyContent { margin: 1em; }

.link-http { padding-right: 13px; }
.link-https { padding-right: 16px; }
.link-mailto, .link-news, .link-ftp, .link-irc { padding-right: 18px; }

.redirectText { margin: 5px; }

.editsection {
	font-weight: normal;
	float: right;
	margin-left: 5px;
}

.special_footnote {
	line-height: 0.7em;
	vertical-align: super;
}

.vw-content.bodyContent { margin: 0; }

a.special_arrow, a.special_arrow:hover { text-decoration: none; }

h1.vw-head, h2.vw-head { margin-bottom: .6em; }
h3.vw-head, h4.vw-head, h5.vw-head { margin-bottom: .3em; }

.top_link {
	display: inline;
	float: right;
	font-size: 10px;
	font-weight: normal;
	white-space: nowrap;
}

.special_toc h2 {
	padding: 3px 6px;
	margin-bottom: 0;
}

.special_toc a.collapse, .special_toc a.collapse img {
	clear: none;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0;
	float: right;
}

.special_toc {
	padding: 5px;
	display: block;
	width: 200px;
}

.wikiform .primary.textbox { width: 35%; }

.wikiform .prefixSpan {
	font-size: 14px;
	font-weight: bold;
	margin-left: 5px;
}

.special_toc a.collapse { margin: 5px; }
.toc_number { margin-right: 5px; } 