/* view/core-containers/TabFolder.css */
DIV.TabFolder {

}

DIV.TabFolder-tabbar {
	background: url('var/img/h.png') bottom repeat-x;
}

DIV.TabFolder-inner {
	clear: both;
	border: #869EB3 1px solid;
	border-top: none;
	border-left: #869EB3 1px solid;
	background: #EFEBE7;
	height: 100%;
	padding: .5em;
}

/* view/core-containers/More.css */
div.More {
    border-bottom: #869EB3 1px solid;
}

div.More > div {
	margin: .2em .5em;
}

/* view/core-containers/Tab.css */
input.Tab, input.Tab-selected {
	font-weight: bold;
	border-top: #869EB3 1px solid;
	border-left: #869EB3 1px solid;
	border-right: #869EB3 1px solid;
	padding-bottom: 2px;
	color: #404040;
}

input.Tab {
	border-bottom: #869EB3 1px solid;
	background: #EFEBE7 url('var/img/tab.png') bottom repeat-x;
}

input.Tab-selected {
	border-bottom: #EFEBE7 1px solid;
	background: #EFEBE7;
}

/* view/core-containers/Box.css */
div.Box {
	margin: 1em;
}

table.HBox, table.VBox {
	border-collapse: separate;
}

table.HBox > tr > td {
	padding: 0 1em 0 0;
	vertical-align: top;
}

table.HBox > tr > td:last {
	padding: 0;
}

table.VBox > tr > td {
	padding: 0 0 1em 0;
	vertical-align: top;
}

table.VBox > tr > td:last {
	padding: 0;
}

/* view/core-containers/Window.css */
div.Window {
	background-color: #869EB3;
	border-top: #A6BED3 1px solid;
	border-left: #A6BED3 1px solid;
	border-right: #4E708E 1px solid;
	border-bottom: #4E708E 1px solid;
	float: left;
	margin: 5em 0 0 5em;
    position: relative;
}

div.Window-body {
	background-color: #EFEBE7;
	border-top: #4E708E 1px solid;
	border-left: #4E708E 1px solid;
	border-right: #A6BED3 1px solid;
	border-bottom: #A6BED3 1px solid;
	margin: 0 2px 2px 2px;
	padding: 1em;
}

div.Window-title {
	padding: .1em .5em;
	color: white;
	background: #869EB3 url('var/img/titlebar.png') center center repeat-x;
	cursor: default;
    font-weight: bold;
}

div.Window-title > IMG {
    padding-right: 1em;
}

div.Window-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	background-image: url('var/http/dim.png');
}

/* view/doc/doc.css */
#toc {
	float: right;
	margin: 1em;
	padding: .3em;
}

#toc li.document > span {
	background-image: url('var/img/document.png');
}

#documentation_page {
	padding: 1em;
	background-color: white;
}

#documentation_page-title, #documentation_page-changes {
	width: 100%;
}

#documentation_page-content {
	width: 100%;
	height: 24em;
}

#documentation_page-versions {
	width: 30em;
}

#documentation_page .preview-bar {
	float: right;
	width: 47%;
	height: 38em;
	border: #869EB3 1px solid;
	padding: .5em;
	overflow: auto;
}

#documentation_page h1 {
	background-color: #F0F0F0;
	color: #404040;
	font-weight: normal;
	padding: .3em .5em;
	margin: 0 0 1em 0;
}

#documentation_page h2 {
	border-bottom: #E0E0E0 1px solid;
	color: black;
	font-weight: normal;
	margin: 2em 0 1em 0;
}

#documentation_page h3 {
	color: #202020;
	margin: 1.5em 0 1em 0;
}

#documentation_page pre {
	font-size: 10pt;
	color: #002166;
	background-color: #F8F8F8;
	border: #D0D0E0 1px solid;
	border-left: #D0D0E0 3px double;
	padding: 1em;
}

#documentation_page .toc {
	border-left: #D0D0E0 3px double;
	padding: .2em .5em;
}

#documentation_page .toc, #documentation_page .toc ul {
	list-style: square inside;
	padding-left: 2em;
}

#documentation_page .toc li a {
	text-decoration: none;
	color: #002166;
}

#documentation_page .toc li a:hover {
	text-decoration: underline;
}

#documentation_page div.comments div.comment {
	margin-top: 1em;
	border-left: #D0D0E0 1px solid;
}

#documentation_page div.comments div.comment div.author {
	color: #002166;
	background-color: #F8F8F8;
	padding: .2em .5em;
}

#documentation_page div.comments div.comment div.body {
	padding: .3em .5em;
}

#documentation_page-comment-window {
	width: 65em;
}

#documentation_page-comment-window div.comment-preview-bar {
	float: right;
	width: 30em;
	height: 25em;
	border: #869EB3 1px solid;
	padding: .5em;
	overflow: auto;
}

#documentation_page-comment-window textarea {
	width: 30em;
	height: 22em;
}

/* view/overlib/Tooltip.css */
DIV.Tooltip {
	margin: 0 0 -12px -15px;
	padding: 0 0 12px 0;
	background: url('var/img/tooltip.png') bottom left no-repeat;
}

DIV.Tooltip DIV {
	color: #404040;
	background-color: ivory;
	border: #869EB3 1px solid;
	border-bottom: none 0;
	padding: 0 .2em .2em .2em;
}

/* view/core-menu/Menu.css */
ul.Menu, ul.Menu ul {
	border-top: #869EB3 1px solid;
	border-left: #869EB3 1px solid;
	border-right: #869EB3 1px solid;
	border-bottom: #869EB3 1px solid;
	background: #EFEBE7;
	cursor: default;
	margin: 0;
	padding: .1em 0;
}

ul.Menu {
	width: 100%;
}

ul.Menu li {
	margin: .1em;
	padding: 0 1em;
	position: relative;
	color: #404040;
	float: left;
	list-style-type: none;
	white-space: nowrap;
}

ul.Menu li > ul {
	min-width: 10em;
	display: none;
	position: absolute;
	top: 1.2em;
	left: 0em;
	z-index: 9999;
}

ul.Menu li > ul li ul {
	top: .1em;
	left: 90%;
}

ul.Menu li ul li {
	display: block;
}

ul.Menu li:hover, ul.Menu li.CSStoHighlight {
	color: white;
	background: #A6BED3;
}

ul.Menu li.MenuSeparator, ul.Menu li.MenuSeparator:hover {
	background: lightgray;
	border-top: gray 1px solid;
	margin: 0 .5em
}

ul.Menu ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
  display: block;              /* specially to go with the className changes in the behaviour file */
}
ul.Menu li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
  display: block;              /* makes the child block visible - one of the most important declarations */
}
/* and some link styles */
ul.Menu li a { color: #fff; display: block; width: 100%; text-decoration: underline; }
ul.Menu li a:hover, ul.Menu li a.CSStoHighLink { color: #000; }
ul.Menu li:hover > a { color: #000; } /* supports links in branch headings - must not be display: block; */

/* credits: Brother Cake */

/* view/common.css */
BODY, P, DIV, INPUT, TEXTAREA, TD {
	font-family: Verdana, sans-serif;
	font-size: small;
	color: #404040;
}

BODY {
	background-color: white;
	margin: 0;
}

DIV#throbber {
	position: absolute;
	top: .5em;
	left: .5em;
	visibility: hidden;
	border: gray 1px solid;
	background-color: white;
	padding: .3em;
}

/* view/core-tree/Tree.css */
ul.Tree {
	background-color: white;
	border-top: #869EB3 1px solid;
	border-left: #869EB3 1px solid;
	border-right: #869EB3 1px solid;
	border-bottom: #869EB3 1px solid;
	cursor: default;
	margin: 0;
	padding: 0;
	overflow: auto;
}

ul.Tree li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

ul.Tree li ul {
	/* IE6 only */
	margin-left: 20px;
}

html > body ul.Tree li ul {
	/* other browsers */
	margin-left: -20px;
}

li.TreeNode > span {
	color: #404040;
	background: white url('var/img/folder-closed.png') top left no-repeat;
	padding: 0 .5em 0 20px;
}

li.TreeNode-selected > span {
	color: white;
	background: #A6BED3 url('var/img/folder-opened.png') top left no-repeat;
	padding: 0 .5em 0 20px;
}

/* view/core-forms/Button.css */
input.Button {
	border-top: #869EB3 1px solid;
	border-left: #869EB3 1px solid;
	border-right: #869EB3 1px solid;
	border-bottom: #869EB3 1px solid;
	color: #404040;
	background: #E0E0E0 url('var/img/button.png') center top repeat-x;
	font-weight: bold;
}

/* view/core-forms/Input.css */
input.Input {
	border-top: #869EB3 1px solid;
	border-left: #869EB3 1px solid;
	border-right: #869EB3 1px solid;
	border-bottom: #869EB3 1px solid;
	background: white;
	padding: 1px;
}

input.Input-borderless {
	border: none;
	background: none;
}

/* view/core-forms/TextArea.css */
textarea.TextArea {
	border-top: #869EB3 1px solid;
	border-left: #869EB3 1px solid;
	border-right: #869EB3 1px solid;
	border-bottom: #869EB3 1px solid;
	background: white;
	padding: 1px;
}

/* view/core-table/Table.css */
table.Table {
	background-color: white;
	border-collapse: collapse;
	border-top: #869EB3 1px solid;
	border-left: #869EB3 1px solid;
	border-right: #869EB3 1px solid;
	border-bottom: #869EB3 1px solid;
	width: 100%;
	cursor: default;
}

tr.TableRow > td, tr.TableRow > th {
	border-left: #4E708E 1px dotted;
	border-bottom: #4E708E 1px dotted;
	padding: .2em .4em;
	color: #404040;
	font-size: x-small;
}

tr.TableRow > td.selected {
	color: white;
	background-color: #A6BED3;
}

tr.TableRow > th {
	background-color: #EFEBE7;
	color: #404040;
}

/* view/experimental/HintBox.css */
input.HintBox {
	border-top: #869EB3 1px solid;
	border-left: #869EB3 1px solid;
	border-right: #869EB3 1px solid;
	border-bottom: #869EB3 1px solid;
	background: white;
	padding: 1px;
}

select.HintBox {
	display: none;
}

/* view/app/Forum/forum.css */
#forum-new-post-window {
	width: 55em;
}

#forum-new-post-window input#forum-post-title {
	width: 25em;
}

#forum-new-post-window textarea#forum-post-body {
	width: 25em;
	height: 15em;
}

#forum-new-post-window #messagePreview {
	float: right;
	border: #869EB3 1px solid;
	background: white;
	width: 25em;
	height: 29em;
	overflow: auto;
}

/* view/app/News/news.css */
table.news {
	padding-bottom: 1em;
	border-bottom: lightgray 1px solid;
	border-collapse: collapse;
}

p.news-date {
	margin: 0;
	font-size: xx-small;
	color: gray;
}

p.news-date a {
	font-size: xx-small;
	text-decoration: none;
	padding-right: 1em;
}

p.news-summary {
	margin: 0;
}

p.news-body {
	font-size: 9pt;
}

p.news-body code {
	border-left: .5em #F0F0F0 solid;
	padding: .2em 1em;
	color: #606060;
	background: none;
	font-size: 8pt;
}

p.news-rss, p.news-rss a {
	font-size: 8pt;
}

td.newsComments {
	width: 45%;
}

div.newsComments {
	padding: .5em;
	margin: .5em 0 .5em 1em;
	border-left: lightgray 1px dotted;
	background: #F0F0F0;
}

div.newsComment {
	font-size: xx-small;
	border-bottom: white 1px solid;
	padding-bottom: .2em;
	margin-bottom: .2em;
}

div.newsComment div.author {
	color: #A0A0A0;
	font-size: xx-small;
	font-weight: bold;
}

div.newsComment div.author span {
	float: right;
	color: #D0D0D0;
	font-weight: normal;
}


#new-comment {
	width: 35%;
}

#new-comment textarea {
	width: 100%;
	height: 10em;
}

#submit-news {
	/* Submit Story window */
	width: 55em;
}

#submit-news input#submit-news-title {
	width: 25em;
}

#submit-news textarea#submit-news-summary {
	width: 25em;
	height: 4em;
}

#submit-news textarea#submit-news-body {
	width: 25em;
	height: 9em;
}

#submit-news #storyPreview {
	float: right;
	border: #869EB3 1px solid;
	background: white;
	width: 25em;
	height: 29em;
	overflow: auto;
}

#submit-news #storyPreview hr {
	height: 1px;
	border: none 0px;
	border-top: #869EB3 1px solid;
	
}

/* view/app/www.css */
* {
	font-family: Tahoma, Verdana, Helvetica, Arial;
}

.seo {
	text-indent: -1000px;
	position: absolute;
}

body {
	margin: 0;
	padding: 0;
}

p {
	margin: .5em 0 1em 0;
}

h2, h3, h4, h5, h6 {
	margin: .5em 0 .2em 0;
}

h2 {
	font-size: 14pt;
}

h6 {
	font-size: 11pt;
}

a {
	color: #336699;
}

a img {
	border: none;
}

code, pre {
	font-family: monospace, "Andale Mono", "Courier New";
	font-size: 9pt;
	color: black;
	background: #F0F0F0;
}

code {
	padding: 0 .2em;
}

input {
	border: lightgray 1px solid;
	color: gray;
}

td {
	vertical-align: top;
}

li {
	list-style: square outside;
	margin-bottom: .5em;
}

#topdiv {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 80px;
	border-bottom: lightgray 1px solid;
	text-align: right;
}

#featured {
	float: left;
	text-align: center;
	margin-left: 5%;
	color: gray;
	padding-top: 20px;
}

#featured a {
	text-decoration: none;
	display: block;
	float: left;
	margin: 0 1em;
	width: 8em;
	color: #404040;
	font-size: 8pt;
}

#featured img {
	display: inline;
}

#searchdiv, #logindiv, #langdiv {
	margin: 0;
	padding: 0 1em;
	color: gray;
	text-align: right;
	font-size: 8pt;
}

#langdiv {
	padding-top: 25px;
}

#logindiv input.Button, #searchdiv input.Button, #rightdiv input.Button, .news input.Button {
	border: none;
	background: url('var/img/www/gray-button.png') center center no-repeat;
	color: white;
	width: 80px;
	font-size: 8pt;
	font-weight: normal;
}

#langdiv a {
	text-decoration: none;
	font-size: 8pt;
	color: gray;
	padding: 0 1em 0 .5em;
	background: white left center no-repeat;
}

#topdiv input.Input {
	border: none;
	border-bottom: #E0E0E0 1px solid;
	color: gray;
	background: transparent;
	padding: 1px;
	font-size: 8pt;
	font-weight: normal;
	width: 80px;
}

#contents {
	margin: 0;
	padding: 0;
	background: url('var/img/www/grad.png') top repeat-x;
}

#leftdiv, #rightdiv {
	width: 15%;
	padding: 0 .5em;
}

#leftdiv {
	float: left;
}

#rightdiv {
	float: right;
}

#mainContent {
	margin: 0 15%;
	padding: 1em 2em 1em 2em;
}

#leftdiv h6, #rightdiv h6 {
	width: 100%;
	color: #fabb32;
	text-shadow: gray 0 0 1px;
	font-weight: bold;
	font-size: 10pt;
	padding: 0;
	margin: 1em 0 .5em 0;
	border-bottom: lightgray 1px dotted;
}

#leftdiv a, #rightdiv a {
	color: #404040;
	display: block;
	text-decoration: none;
	font-size: 8pt;
}

#leftdiv a:hover, #rightdiv a:hover {
	text-decoration: underline;
	color: black;
}

#rightdiv div, #rightdiv label, #rightdiv strong {
	font-size: 8pt;
}

#tipOfTheDay a {
	display: inline;
	color: #336699;
	text-decoration: underline;
}

#tableOfContents span {
	font-size: 8pt;
}

#upgrade-assistant-script textarea {
	width: 100%;
	height: 20em;
	font-family: monospace;
	font-size: 8pt;
}

#sign-up-window {
	width: 430px;
}

