@CHARSET "UTF-8";

/* DEFINE PROPERTIES FOR BODY */
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #ABABAB;
	font-family: Arial;
}

/* NO BORDER FOR ALL IMAGES */
img {
	border: none;
}

/* DEFINE DEFAULT FOR ELEMENTS OF A FORM */
.InputText {
	border: 1px solid #AC0418;
}

/* DEFINE DESIGN OF MEIN MENU */
.MainCategory {
	height: 26px;
	padding-left:10px;
	font-size:13px;
}

.MainCategoryDiv {
	width: 100%;
	height: 100%;
	text-indent:20px;
}

/* SIMPLE DIV FOR MENU */
.SimpleDiv {
	width: 100%;
	text-indent: 16px;
}

/* DEFINE SCROOL */
.scroll {
	scrollbar-base-color: #EC9307;
	scrollbar-3d-light-color: #DFE8EF;
	scrollbar-arrow-color: #AC0418;
	scrollbar-darkshadow-color: #C79867;
	scrollbar-face-color: #F4BF8F;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #C79867;
	scrollbar-track-color: #FDDCAC;
}










/* ///////////////////////////// TABLES /////////////////////////////// */

/* SIMPLE CELL FOR MENU */
.SimpleTD {
	height: 24px;
	font-size: 12px;
}

/* DEFINE SERVICE TABLE-DESIGN */
td.ServiceTableHead {
	font-weight: bold;
	height: 24px;
	font-size: 13px;
	padding: 2px;
}

td.ServiceTableDataDark {
	height: 24px;
	background-color: #E79867;
	padding: 2px;
	font-weight: bold;
	font-size: 12px;
}

td.ServiceTableDataLight {
	height: 24px;
	background-color: #F4BF8F;
	padding: 2px;
	font-weight: bold;
	font-size: 12px;
}

/* MAIN CONTAINER AS TABLE */
#MainContainer {
	width: 975px;
	height: 100%;
	border: none;
	padding: 0px;
	border-collapse: collapse;
	background-color: #FFFFFF;
}

/* SIMPLE TABLE PROTOTYPE */
table.SimpleTable {
	height: 100%;
	width: 100%;
	border: none;
	padding: 0px;
	border-collapse: collapse;
	empty-cells: show;
}
table.SimpleTable2 {
	border: none;
	padding: 0px;
	border-collapse: collapse;
	empty-cells: show;
}

/* SIMPLE TABLE PROTOTYPE WITH ORANGE BACK */
table.SimpleTableOrange {
	height: 100%;
	width: 100%;
	border: none;
	padding: 0px;
	border-collapse: collapse;
	empty-cells: show;
	background-color:#FDDCAC;
	border-color: #EC9307;
	border-style: solid;
	border-width: 1px;
}
table.SimpleTableOrange2 {
	border: none;
	padding: 0px;
	border-collapse: collapse;
	empty-cells: show;
	background-color:#FDDCAC;
	border-color: #EC9307;
	border-style: solid;
	border-width: 1px;
}

/* NULL CELL-PADDING AS DEFAULT */
td {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}










/* /////////////////////// TEXTS AND HYPERLINKS /////////////////////// */

/* DER AND BOLD TEXT */
.RedBold {
	color:#AC0418;
	font-weight:bold;
}

/* STATIC TEXT IN CONTENT AS PARAGRAPH */
.Paragraph {
	font-size: 13px;
}

/* DEFINE DEFAULT LINKS STYLE */
a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

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

/* H-LINKS STYLE FOR ADMIN-PANEL */
a.Admin:link {
	color: #FFFFFF;
}

a.Admin:hover {
	color: #FFFFFF;
}

a.Admin:visited {
	color: #FFFFFF;
}

/* SMALL RED LINKS */
a.Misc:link {
	color: #AC0418;
	font-weight: normal;
}

a.Misc:hover {
	color: #AC0418;
	font-weight: normal;
}

a.Misc:visited {
	color: #AC0418;
	font-weight: normal;
}

/* SMALL RED LINKS */
a.RedNav:link {
	color: #AC0418;
}

a.RedNav:hover {
	color: #AC0418;
}

a.RedNav:visited {
	color: #AC0418;
}

/* NOBR VALID ALTERNATIVE */
.nobr {
	white-space: nowrap;
}