@import url('http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css');
@import url('http://www.heppnetz.de/projects/goodrelations/css/libraries.css');
@import url('http://www.heppnetz.de/projects/goodrelations/css/gr_style.css');
@import url('http://www.heppnetz.de/projects/goodrelations/css/main.css');

.comment {
	border: 1px solid #aaa;
	padding: 12px;
}
#contentWrapper {
	margin-left: 12.5em;
}
#column-one {
	position: fixed;
	padding-top: 0;
	margin-top: 20px;
}
#footer {
	clear: both;
}
.box > ul, .box > ul > li {
	list-style: square url('http://wiki.goodrelations-vocabulary.org/skins/goodrelations/images/square.png');
	margin-left: 12px;
}
ol.toc, ol.toc li, ol, ol li {
	list-style: decimal;
	margin-left: 12px;
}
.box {
	margin-top: 12px;
	padding-top: 6px;
	padding-bottom: 16px;
}
.box h2, .box h3 {
	clear: both;
}
.comment_p1 {
	font-weight: bold;
}
.deprecated {
	color: #ff0000;
	font-weight: bold;
}

.rdf_type { font-size: 13px; float: right; font-weight: normal; padding-top: 12px; }
.top {
	float: right;
	font-size: 11px;
	margin: -18px 0 0 0;
	padding: 0;
	background-color: #FFF;
}
p.inner_predefined { padding: 6px 0 3px 0; margin: 0; }
p.left_align { text-align: left; }
span.item_list { padding-left: 0.5em; word-spacing: 1em; }

strong { font-weight: bold; }
strong a:link, strong a:visited, strong a:active { color:black; text-decoration:none; }
.comment a:link, .comment a:visited, .comment a:active { color:black; text-decoration:none; }
.comment_p1 a:link, .comment_p1 a:visited, .comment_p1 a:active { color:black; text-decoration:none; }
strong a:hover, .comment_p1 a:hover, .comment a:hover { text-decoration: underline; }

#dialog {
	font-size: 12px;
}
.accordion {
	font-size: 12px;
}
.tabs div {
	font-size: 12px;
}
/*
deactivate the following css style, when accordion is used, in the meantime:
*/
.tabs ul, .tabs ul li, .ask_a_q_show {
	font-size: 11px;
}
.ask_a_question_content ul {
    padding: 10px;
}

.ask_a_question_content ul li {
    padding: 2px;
    list-style-type:circle;
}

.hidden_box { overflow:hidden; display: none; 
              padding: 12px; clear:both; }
.hidden_box .ask_a_q_hide { float: right; }
.hidden_box .content { clear: both; }
.subj { font-style: italic; }
.with_border { border: 1px solid #AAAAAA; }
.hide_box { float:right; }
.description, .tags { display:block; }

/* Pygments styles */
.highlight .hll { background-color: #ffffcc }
.highlight  { background: #f8f8f8; }
.highlight .c { color: #408080; font-style: italic } /* Comment */
/* .highlight .err { border: 1px solid #FF0000 } Error */
.highlight .k { color: #008000; font-weight: bold } /* Keyword */
.highlight .o { color: #666666 } /* Operator */
.highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #BC7A00 } /* Comment.Preproc */
.highlight .c1 { color: #408080; font-style: italic } /* Comment.Single */
.highlight .cs { color: #408080; font-style: italic } /* Comment.Special */
.highlight .gd { color: #A00000 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #FF0000 } /* Generic.Error */
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.highlight .gi { color: #00A000 } /* Generic.Inserted */
.highlight .go { color: #808080 } /* Generic.Output */
.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.highlight .gt { color: #0040D0 } /* Generic.Traceback */
.highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #008000 } /* Keyword.Pseudo */
.highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #B00040 } /* Keyword.Type */
.highlight .m { color: #666666 } /* Literal.Number */
.highlight .s { color: #BA2121 } /* Literal.String */
.highlight .na { color: #7D9029 } /* Name.Attribute */
.highlight .nb { color: #008000 } /* Name.Builtin */
.highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */
.highlight .no { color: #880000 } /* Name.Constant */
.highlight .nd { color: #AA22FF } /* Name.Decorator */
.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
.highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #0000FF } /* Name.Function */
.highlight .nl { color: #A0A000 } /* Name.Label */
.highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
.highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */
.highlight .nv { color: #19177C } /* Name.Variable */
.highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mf { color: #666666 } /* Literal.Number.Float */
.highlight .mh { color: #666666 } /* Literal.Number.Hex */
.highlight .mi { color: #666666 } /* Literal.Number.Integer */
.highlight .mo { color: #666666 } /* Literal.Number.Oct */
.highlight .sb { color: #BA2121 } /* Literal.String.Backtick */
.highlight .sc { color: #BA2121 } /* Literal.String.Char */
.highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
.highlight .s2 { color: #BA2121 } /* Literal.String.Double */
.highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
.highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */
.highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
.highlight .sx { color: #008000 } /* Literal.String.Other */
.highlight .sr { color: #BB6688 } /* Literal.String.Regex */
.highlight .s1 { color: #BA2121 } /* Literal.String.Single */
.highlight .ss { color: #19177C } /* Literal.String.Symbol */
.highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */
.highlight .vc { color: #19177C } /* Name.Variable.Class */
.highlight .vg { color: #19177C } /* Name.Variable.Global */
.highlight .vi { color: #19177C } /* Name.Variable.Instance */
.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */


