@import "_styles.css";

/*
	Suggested order:
--------------------------------------------------
	display, position, float, clear
	width, height
	margin, padding
	border, background
	color, font, line-height, text-align, text-decoration
	vertical-align, white-space, overflow, cursor, list-style

	Suggested color names (preferably grayscale):
--------------------------------------------------
	white, silver, gray, black
*/

BODY,
TABLE.data TH,
TABLE.data TD,
#sidebar DIV.inventua_sidemenu * {
	text-align: right;
}
BODY {
	direction: rtl;
}
#header,
#sidebar {
	direction: ltr;
}

BODY {
	padding-right: 5%;
	background: white;
}
BODY, INPUT, SELECT, TEXTAREA, BUTTON, TD, TH, BLOCKQUOTE {
	color: black;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
H1 {
	margin-top: 1em;
	font-size: 16pt;
}
H2 {
	font-size: 13pt;
}
H3, H4, H5, H6 {
	font-size: 11pt;
}
UL {
	margin-right: 3em;
	list-style-type: disc;
}
OL {
	margin-right: 3em;
}
A {
	color: black;
	text-decoration: none;
}
IMG {
	margin-top: 1em;
}

/* =tables
-------------------------------------------------- */
TABLE.data,
DIV.content-pane TABLE {
	border: 1px solid silver;
}
TABLE.data TH,
TABLE.data TD,
DIV.content-pane TABLE TH,
DIV.content-pane TABLE TD {
	padding: .4em .5em;
	border: 1px solid silver;
}
TABLE.data A,
DIV.content-pane TABLE A {
	border: none;
}
TABLE.data TH,
DIV.content-pane TABLE TH {
	font-weight: bold;
}

TABLE.form TH,
TABLE.form TD {
	padding: .4em .5em;
}
TABLE.form TD TEXTAREA {
	width: 100%;
}
TABLE.form TH {
	text-align: right;
	font-weight: normal;
}

SELECT,
TEXTAREA,
INPUT.text,
INPUT.date {
	border: 1px solid;
	border-color: #aaa #ddd #ddd #aaa;
}

/* =content
-------------------------------------------------- */
DIV.pagetools {
	font-size: 8pt;
}

UL LI {
	list-style-type: disc;
}

DL DD,
UL LI,
OL LI {
	padding: .3em 0;
}
UL.news,
UL.links,
UL.nobullets {
	margin-left: 0;
}
UL.news LI,
UL.links LI,
UL.nobullets LI {
	list-style-type: none;
}
/* =do not show
-------------------------------------------------- */
#nav,
#popup-tools,
#lang,
#footer,
#sidebar,
.pagetools UL,
P.action,
P.action INPUT,
DL.contents,
DL.contents DD,
DL.contents DT,
#logo {
	display: none;
}




