@import url("/wiki/rightsidebar/css/screen.css");

html {
    font: normal 13px verdana,arial,'Bitstream Vera Sans',helvetica,sans-serif;
}

#header {
}

#sidebar {
    margin-top: 1.5em;
}

#page {
    border-left: 0;
    border-bottom: 0;
    border-top: 0;
    border-right: 2px solid #000000;
    padding: 0px 15px 0px 10px;
    margin: 0px 220px 0px 5px;
    line-height: 1.4em;
}

#searchform {
    display: inline;
    float: right;
    clear: right;
    margin: 5px 15px;
}

#logo {
    display: block;
    float: left;
    margin: 5px 15px;
    padding: 0;
    /* For text only logo */
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: bold;
}

#interwiki {
    display: none;
    float: none;
    font-size: 1.2em;
    margin: 5px 3px 5px 15px;
    font-weight: bold;
}

#pagelocation {
    display: block;
    float: none;
    font-size: 1.2em;
    margin: 5px 15px 5px 15px;
    padding: 0px 0px 0px 0px;
    font-weight: bold;
}

#interwiki a {
    text-decoration: none;
    color: #333333;
}

#interwiki span:after {
    content: ":";
}


#pagelocation a {
    color: #333333;
    text-decoration: none;
}

#pagetrail {
    display: block;
    padding: 3px 0px 0px 0px;
    margin: 3px 0px 3px 15px;
    /*width: 100%;*/
    border: 0px;
    border-top: 1px solid #333333;
}

#pagetrail a {
    text-decoration: none;
    color: #333333;
}

h1 {
    font-size: 150%;
    font-weight: bold;
    text-decoration: none;
}

h2 {
    font-size: 130%;
    font-weight: bold;
    text-decoration: none;
}

h3 {
    font-size: 120%;
    font-weight: bold;
    text-decoration: none;
}

h4 {
    font-size: 110%;
    font-weight: bold;
    text-decoration: none;
}

h5 {
    font-size: 100%;
    font-weight: bold;
    text-decoration: none;
}

h6 {
    font-size: 100%;
    font-weight: normal;
    text-decoration: underline;
}

#header {
    background: #dddddd;
}

.sidepanel {
	width: 198px;	
        background: #FF6600;
	border: 1px solid #666666;
        border-bottom: 0px;
        border-top: 0px;
}

.sidepanel h1 {
    border-top: 1px solid #666666;
    color: white;
    background: #000066;
}

.sidepanel li {
    margin: 0;
    padding: 2px 10px;
    border-bottom: 1px solid #666666;
    background: #cccccc;
}

.sidepanel li a {
    color: #333333;
    font-weight: bold;  
}

.sidepanel h2 {
    color: white;
    background: #FF6600;
}

#navibar li.current {
    border: none;
    background: #CC0000;
    font-weight: bold;
}

#navibar li.current a {
    color: white;
}

h1, h2, h3, h4, h5, h6 {
    font-family: arial,verdana,'Bitstream Vera Sans',helvetica,sans-serif;
    border-bottom: 3px solid #000000;
    color: #000000;
    margin: 1.0em -15px 0px -15px;
    padding-bottom: 0.2em;
}	

#content {
    margin: 0px 15px 0px 15px;
}

a {
    color: #CC0000;
    text-decoration: none;
}

a:hover {
    color: #CC0000;
    text-decoration: underline;
}

td {
    border: 1px solid #000066;
}

p {
    margin: 0.5em 0em 0em 0em;
}

/* for acronyms in IE */
abbr[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

/* for sections parser */
#content .sidebar {float: right; width: 200px; margin: 0 0 20px 20px;
    padding: 0; font-size: 0.85em;}
#content[dir="rtl"] .sidebar {float: left; margin: 0 20px 20px 0;}
#content .sidebar p {text-align: left;}
#content[dir="rtl"] .sidebar p {text-align: right;}
/* All headings use darker blue and some white space above */
#content .sidebar h3, #content .sidebar h4 {margin: 1.5em 0 0 0; 
    padding: 2px 8px; background: #B8C5D9;}
#content .sidebar *:first-child {margin-top: 0}
/* all block elements use light blue background */
#content .sidebar ul, #content .sidebar ol, #content .sidebar p, #content .sidebar table, #content .sidebar div {
    background: #F2F4F7;}
#content .sidebar ul, #content .sidebar ol {margin: 0; padding: 0;}
/* Paragraphs and list items separated with bottom border */
#content .sidebar p, #content .sidebar li {margin: 0; padding: 4px 8px;
    border-bottom: 1pt solid #E6EAF0;}
#content .sidebar li { display: block;}
#content .sidebar li p {margin: 0; padding: 0; border: none;}

/* Content Figures 

Default figure float to the end of the page. Left of right classes float to the left or right :-)
*/
#content .figure {float: right; margin: 0 0 0 20px; padding: 0; 
    font-size: 0.85em;}
#content[dir="rtl"] .figure {float: left; margin: 0 20px 0 0;}
#content .figure.left {float: left; margin: 0 20px 0 0;}
#content .figure.right {float: right; margin: 0 0 0 20px;}
#content .figure p {margin: 0; text-align: center; font-weight: bold;}
