
/* ---------- page ---------- */

html
{
	background: white;
	/*background-image: url(../img/steel3_light.jpg);*/
	background-image: url(../img/body_back.png);
}
body
{
	margin: 0;
	padding: 0;
}
div.wholePage
{
	width: 95%;
	min-width: 350px;
	max-width: 700px;
	margin: 0 auto;
	padding: 10px;

}

div.header
{
/*	background: #505050;
	border-radius: 8px;
	-moz-border-radius: 8px 8px 8.5px 9px;
	color: #CCCCCC;
	padding: 20px;*/
	margin-bottom: 20px;
}

#leftSide
{
	/*position: fixed;*/
	position: absolute;
	margin-top: 23px;
	width: 120px;
	border-right: solid 1px gray;
	padding-right: 10px;
	text-align: right;
}
#leftSide.minimised
{
	text-align: left;
	border-right: none;
	width: 700px;
	margin-left: -20px;
}

div.toc
{
	float: right;
	margin: 2px 0 15px 20px;
	/*border: solid 1px #C0C0C0;*/
	/*background: url(../unb_lib/designs/modern/img/shade_bk2.png);*/
	background: #F2F2F5;
	/*padding: 3px 5px;*/
	padding: 5px 8px;

	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8.2px 9.1px 8.5px 9.1px;
}
div.toc.multicol
{
	column-count: 4;
	-moz-column-count: 4;
}
div.toc div.indent
{
	margin-left: 14px;
}

div.content,
#footline
{
	margin-left: 145px;
}

div.news,
.error,
.warn,
.info
{
	background: #EEEEDD;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8.2px 8px 8.5px 9.5px;
	padding: 5px 9px 5px 7px;
	margin: 10px 0;
}
.info
{
	background: #DDEEDD;
	/*background: url(../img/info.svg);*/
}
.error
{
	background: #EEDDDD;
}
div.news ul
{
	padding-left: 15px;
}
div.sideindent
{
	margin-left: 20px;
	text-indent: -20px;
	margin-bottom: 4px;
}
span.sidedate
{
	font-size: 0.9em;
	color: #707070;
}

#footline
{
	margin-top: 10px;
	border-top: solid 1px gray;
	padding-top: 5px;
	font-size: 0.9em;
	line-height: 140%;
	text-align: right;
	clear: both;
	color: #404040;
}
#footline img
{
	margin-top: 2px;
}

.iewarn
{
	clear: both;
	margin: 30px 20px 0 20px;
	border: 2px solid #D68842;
	background: #FEFAF6;
	padding: 6px;
	text-align: center;
	color: #606060;
	font-size: 11px;
	line-height: 15px;
}
.iewarn2
{
	padding: 4px 4px;
	background: #FFFFE1;
	border-bottom: solid 1px #606060;
	font: 8pt MS Sans Serif, sans-serif;
}

#adRight   /* google ads */
{
	margin-left: 30px;
	/*margin-top: 96px;*/
	width: 120px;
	height: 600px;
	/*background: #EEEEEE;*/
}

.help
{
	cursor: help;
	border-bottom: dotted 1px #00A000;
}

/* ---------- navigation ---------- */

#navi a
{
	display: block;
	font-size: 1em;
	margin-bottom: 1px;
	padding: 1px 6px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8.2px 8px 8.5px 9.5px;
}
#navi a.header
{
	margin-bottom: 0;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
}
#navi a:hover
{
	background: #EEEEDD;
}
#navi a:active,
#navi a:focus,
#navi a.selected,
#navi a.header
{
	background: #DDDDBB;
	outline: 0;
	-moz-outline: 0;
}
#navi div.sub
{
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius: 0px 0px 8.5px 9px;
	border: solid 1px #DDDDBB;
	padding: 1px;
	margin-bottom: 1px;
}
#navi div.sub a
{
	padding: 1px 4px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
#navi div.sub a.last
{
	margin-bottom: 0;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius: 0px 0px 7.6px 8px;
}
#navi div.sub a:hover
{
	background: #EEEEEE;
}
#navi div.sub a:active,
#navi div.sub a:focus,
#navi div.sub a.selected
{
	background: #DDDDDD;
}

/* ---------- common block text ---------- */

body,
p,
div,
td,
li,
textarea,
select,
input
{
	font: 12px Lucida Grande, Arial, helvetica, sans-serif;
}
/* The below would break the above class in IE6, so let's only break this one */
/* Lucida Grande makes trouble on Windows */
/*input[type="button"],
input[type="submit"],
input[type="text"],
input[type="password"],
textarea
{
	font: 12px Arial, helvetica, sans-serif;
}*/

p, div, td, li
{
	color: #000000;
	vertical-align: top;
}

p,
div.p
{
	margin-top: 12px;
	margin-bottom: 12px;
	line-height: 140%;
}
p.just,
div.just
{
	text-align: justify;
}

ul, ol
{
	margin: 2px 0px 4px 0px;
	padding-left: 20px;
}
li
{
	line-height: 140%;
	padding: 1px 0px;
}
#page-home ul
{
	list-style-image: url(../img/check_yes.png);
	padding-left: 22px;
}

.indent
{
	display: block;
	margin-left: 20px;
}

.citation_right
{
	float: right;
	text-align: right;
	margin: 15px 0 15px 25px;
	font-family: Georgia, Times, serif;
	font-style: italic;
	font-size: 1.3em;
	line-height: 140%;
	color: #007030;
}

/* ---------- common inline text ---------- */

small
{
	font-size: 0.9em;
	color: #808080;
}
small small
{
	font-size: 0.9em;
	color: #A0A0A0;
}

.red
{
	color: red;
}
.grey,
.grey li
{
	color: gray;
}
.bold
{
	font-weight: bold !important;
}
.hidden
{
	display: none;
}

.actionname   /* for ACL documentation */
{
	font-weight: bold;
	color: #802000;
}

img.vmid2
{
	vertical-align: middle;
	/*position: relative;
	top: -2px;*/
	margin-top: -2px;
	margin-bottom: 2px;
}

code, tt
{
	font-family: Andale Mono, Bitstream Vera Sans Mono, monospace;
}
code
{
	color: #007050;
}
tt.fn
{
	color: #802020;
}

span.found
{
	font-weight: bold;
}

/* ---------- links ---------- */

a
{
	color: #0050E0;
	text-decoration: none;
}
a:hover
{
	color: #FF3030;
}

a.nocolor,
a.nocolor:hover
{
	color: inherit;
}

a img
{
	/*border: 1px solid #0051F6;*/
	border: 0px;
}

a[href=""]
{
	color: #C03000;
}

#leftSide .logos
{
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 20px;
	border-top: solid 1px gray;
	padding-top: 15px;
}
#leftSide .logos a
{
	display: block;
	margin-top: 10px;
}

/* ---------- captions ---------- */

h1
{
	font-size: 1.4em;
	margin: 20px 0 8px 0;
}
h2
{
	font-size: 1.2em;
	margin: 10px 0 6px 0;
}

/* ---------- Rounded white corners ---------- */

div.wc1
{
	background: url(../img/whitecorner_topleft.png) no-repeat top left;
}
div.wc2
{
	background: url(../img/whitecorner_topright.png) no-repeat top right;
}
div.wc3
{
	background: url(../img/whitecorner_bottomright.png) no-repeat bottom right;
}
div.wc4
{
	background: url(../img/whitecorner_bottomleft.png) no-repeat bottom left;
}

/* ---------- download ---------- */

#page-download .version
{
}
#page-download .package
{
	display: block;
	margin: 6px 0;
}
#page-download .package.default
{
	background: url(../img/package_32.png) no-repeat 0px 4px;
	padding-left: 44px;
}
#page-download .package.development
{
	background: url(../img/package_dev_32.png) no-repeat 0px 4px;
	padding-left: 44px;
}
#page-download .package .desc
{
	margin-top: 4px;
}
#page-download .patch
{
	background: #EEDDDD;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8.2px 8px 8.5px 9.5px;
	padding: 5px 7px;
	margin: 10px 0;
}
#page-download .package.old
{
	color: #707070;
}
#page-download .package div.flag
{
	float: left;
	margin-top: 2px;
	width: 25px;
	height: 17px;
}

/* ---------- faq ---------- */

#page-docs_faq .q,
#page-docs_trouble .q
{
	font-weight: bold;
	margin: 12px 0 4px 0;
}
#page-docs_faq .a,
#page-docs_trouble .a
{
	margin: 4px 0 12px 20px;
}

/* ---------- roadmap stuff ---------- */

.rm
{
}
.rm div.group
{
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8.2px 8px 8.5px 9.5px;

	margin: 12px 0;
	padding: 5px 7px;
	background: #E0E4F2;
	line-height: 140%;
}
.rm div.group.finished
{
	background: #DDEEDD;
}
.rm div.group.working
{
	background: #EEEEDD;
}
.rm div.group div.release
{
	margin-top: 8px;
	border-top: solid 1px #CCCCCC;
	padding-top: 4px;
}
.rm div.group div.release.single
{
	margin-top: 0;
	border-top: 0;
	padding-top: 0;
}
.rm .version
{
	font-weight: bold;
	color: #A00000;
}
.rm .time
{
	float: right;
	color: #00A000;
}

/* ---------- bug tracker stuff ---------- */

.tasksearchbox
{
	background: #E2E2E2;
	padding: 3px 5px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8.2px 8px 8.5px 9.5px;
}
.tasksearchbox td
{
	vertical-align: middle;
}

table.tasks td
{
	/*font-size: 0.9em;*/
	padding: 2px 4px;
}
table.tasks td.name
{
	background: #DDDDDD;
}
table.tasks td.value
{
	background: #EEEEEE;
}
table.tasks td.boxed_value
{
	background: #EEEEEE;
	border: solid 1px #B0B0B0;
	padding: 3px 4px;
	/*font-size: 1em;*/
}
table.tasks tr.open_prio1 td, td.open_prio1
{
	background: #FFFFC0;
}
table.tasks tr.open_prio2 td, td.open_prio2
{
	background: #FFEBC1;
}
table.tasks tr.open_prio3 td, td.open_prio3
{
	background: #FFD8C1;
}
table.tasks tr.open_prio4 td, td.open_prio4
{
	background: #FFC0C0;
}
table.tasks tr.resolved td, td.resolved
{
	background: #D5FFD5;
}
table.tasks tr.closed td, td.closed
{
	background: #EEEEEE;
}

table td select
{
	position: relative;
	left: -1px;
	margin-right: -2px;
	top: -1px;
	margin-bottom: -2px;
}

table.tasklist td a
{
	display: block;
}

.progressbarFilled
{
	background-image: url(../img/progressbar_filled.png);
}

table.bugeditor td.leftcol
{
	width: 100px;
	white-space: nowrap;
	padding-right: 10px;
	padding-top: 3px;
}

/* ---------- input forms ---------- */

form
{
	margin: 0px;
}

input[type="button"],
input[type="submit"],
button
{
	border: solid 1px #B4B4B4;
	background: #D8D8D8 url(../img/button_back.png) repeat-x;
	padding: 0px 3px;
	position: relative;
}
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover,
input[type="button"]:focus,
input[type="submit"]:focus,
button:focus
{
	border: solid 1px #5580DD;
	background: #E8EEFB;
}
input[type="button"]:active,
input[type="submit"]:active,
button:active
{
	border: solid 1px #5580DD;
	background: #AAC0EE;
}
input[type="button"][disabled],
input[type="submit"][disabled],
button[disabled]
{
	color: #808080;
	padding: 0px 3px;
}
input[type="button"][disabled]:hover,
input[type="submit"][disabled]:hover,
button[disabled]:hover
{
	border: solid 1px #D0D0D0;
	background: #D8D8D8 url(../img/button_back.png) repeat-x;
}

button
{
	position: relative;
	top: -1px;
}

input[type="text"],
input[type="password"],
textarea
{
	border: solid 1px #B4B4B4;
	background: #FAFAFA;
	color: #202020;
	padding: 1px 1px 1px 2px;
}
input[type="text"]:hover,
input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
textarea:hover,
textarea:focus
{
	border: solid 1px #5580DD;
}

input[type="text"].search
{
	background-image: url(../img/searchicon.png);
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-left: 16px;
	width: 89px;
}

select
{
	border: 1px solid #B4B4B4 !important;
	-moz-border-left-colors: transparent #B4B4B4 !important;
	-moz-border-top-colors: transparent #B4B4B4 !important;
	-moz-border-right-colors: transparent #B4B4B4 !important;
	-moz-border-bottom-colors: transparent #B4B4B4 !important;
	background: #FAFAFA !important;
	padding: 0px 0px;
}
select:hover,
select:focus
{
	border: 1px solid #5580DD !important;
	-moz-border-left-colors: transparent #5580DD !important;
	-moz-border-top-colors: transparent #5580DD !important;
	-moz-border-right-colors: transparent #5580DD !important;
	-moz-border-bottom-colors: transparent #5580DD !important;
}

input[type="checkbox"]
{
	margin-top: 2px;
	margin-right: 0px;
	position: relative;
	top: 3px;
}

/* ---------- Image Frame ---------- */

.photo
{
	border-top: solid 1px #AAAAAA;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #DDDDDD;
	/*-moz-border-radius: 3px;*/
}
.subtitle
{
	margin-top: 6px;
	padding-right: 15px;
	color: #303030;
	text-align: left;
	line-height: 15px;
}
.actions
{
	text-align: right;
	font-size: 10px;
	color: #808080;
	position: relative;
	top: 6px;
}
.actions img
{
	vertical-align: middle;
}

.textsheet
{
	font: 22px/24px Monotype Corsiva, Arial, sans-serif;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
}

/* ---------- Sitemap ---------- */

#page-sitemap div.indent
{
	margin-left: 0px;
	border-left: solid 1px #E8E8E8;
	padding-left: 19px;
}

/* ---------- Documentation ---------- */

/* ----- General table formatting ----- */

table.columns
{
	width: 100%;
}
table.columns td
{
	border-top: solid 1px #E4E4E4;
	padding: 1px 0;
}
table.columns tr.first td
{
	border-top: none;
}
table.columns tr.header td
{
	border-top: none;
	padding: 0;
	background: #E4E4E4;
	border-bottom: solid 2px white;
}
table.columns tr.header td div.header
{
	padding: 1px 0px;
	margin: 0px;
}
table.columns tr.header td div.header.first
{
	padding-left: 3px;
}

/* ----- Configuration options page ----- */

#page-devel_docs_confopt table.columns td.name
{
	width: 30%;
	padding-right: 5px;
}
#page-devel_docs_confopt table.columns td.desc
{
	width: 70%;
}

/* ----- Database structure page ----- */

#page-devel_docs_database table.columns td.name
{
	width: 20%;
}
#page-devel_docs_database td.pkey
{
	text-decoration: underline;
}
#page-devel_docs_database table.columns td.type
{
	width: 20%;
}
#page-devel_docs_database table.columns td.desc
{
	width: 60%;
}
#page-devel_docs_database table.columns tr.inactive td
{
	color: #606060;
	background: #FAF0F0;
}

/* ----- Plugins page ----- */

#page-devel_docs_plugins table.columns td.name
{
	width: 25%;
	padding-right: 8px;
}
#page-devel_docs_plugins table.columns tr.param td.name
{
	border-top: none;
}
#page-devel_docs_plugins table.columns td.type
{
	width: 25%;
	padding-right: 8px;
}
#page-devel_docs_plugins table.columns td.desc
{
	width: 50%;
}

