
/* --- body ---------------------------------------------------------------- */

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}



/* --- table --------------------------------------------------------------- */

table th,
table tr,
table td {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
}



/* --- control ------------------------------------------------------------- */

input,
textarea,
select {
	background-color: #FFF;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #CCCCCC;
}

input.button {
	height: 16px;
	cursor: pointer;
}

input.image {
	border: 0px;
}

input.radio {
	border: 0px;
	cursor: pointer;
	background-color: transparent;
}

input.checkbox {
	border: 0px;
	cursor: pointer;
	background-color: transparent;
}



/* --- link ---------------------------------------------------------------- */

a,
a:active,
a:visited {
	color: #1A0773;
	text-decoration: none;
}

a:hover {
	color: #2B0BC2;
}



/* --- paragraph ----------------------------------------------------------- */

p {
	margin-top: 0px;
	margin-bottom: 11px;
	text-align: justify;
}



/* --- list ---------------------------------------------------------------- */

ul, ol {
}

ul {
	list-style-type: circle;
}

ol {
}

li {
}



/* --- interface ----------------------------------------------------------- */

table.interface {
	background-color: #F7F8F9;
}

td.interface_center {
	padding: 10px;
}

td.interface_menu {
	background: url(./../images/interface/buton.jpg) top no-repeat;
}

	td.interface_menu a {
		text-decoration: none;
		font-weight: bold;
		display: block;
	}

		td.interface_menu a,
		td.interface_menu a:active,
		td.interface_menu a:visited {
			color: #E1DEE9;
			padding-left: 10px;
		}

		td.interface_menu a:hover {
			color: #9D93C8;
			padding-left: 20px;
			background: url(./../images/interface/buton_over.jpg) left no-repeat;
		}

div.interface_menu_top {
	height: 21px;
}

	div.interface_menu_top a {
		text-decoration: none;
		font-weight: bold;
		display: block;
	}

		div.interface_menu_top a,
		div.interface_menu_top a:active,
		div.interface_menu_top a:visited {
			color: #E1DEE9;
			padding-left: 10px;
		}

		div.interface_menu_top a:hover {
			color: #9D93C8;
			padding-left: 20px;
			background: url(./../images/interface/buton_over_top.jpg) left no-repeat;
		}

form.interface_form_search {
	padding: 108px 0px 0px 10px;
}

input.interface_search_text {
	border: 1px solid #435AFF;
	background-color: transparent;
	font-weight: bold;
	color: #6B9FFF;
	width: 118px;
	height: 18px;
	padding: 2px;
}

input.interface_search_submit {
	border: 1px solid #435AFF;
	background-color: transparent;
	font-weight: bold;
	color: #6B9FFF;
	width: 18px;
	height: 18px;
	padding-bottom: 2px;
	margin-left: 3px;
}



/* --- news ---------------------------------------------------------------- */

div.news_content {
	padding-top: 10px;
}

div.news_posttime {
	text-align: right;
	color: #999999;
}



/* --- error, message & attention ------------------------------------------ */

.error,
.message,
.attention {
	background-color: #FFFFFF;

	font-weight: bold;

	padding: 5px;
}

.error {
	color: #CC0000;
}

.message {
	color: #008000;
}

.attention {
	color: #013EAD;
}

.border_error {
	border: 1px solid #CC0000;
}

.border_message {
	border: 1px solid #008000;
}

.border_attention {
	border: 1px solid #013EAD;
}



/* --- dataset -------------------------------------------------------------- */

tr.dataset_header,
tr.dataset_footer {
	height: 22px;
}
tr.dataset_header input,
tr.dataset_footer input {
	height: 18px;
}
tr.dataset_header td {
	cursor: default;
}
tr.dataset_header a,
tr.dataset_header a:active,
tr.dataset_header a:visited,
tr.dataset_footer a,
tr.dataset_footer a:active,
tr.dataset_footer a:visited {
	color: #000000;
	text-decoration: none;
}
tr.dataset_header a:hover,
tr.dataset_footer a:hover {
	color: #999999;
}

tr.dataset_header {
}
tr.dataset_header td {
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid #CCCCCC;
}

tr.dataset_footer {
}
tr.dataset_footer td {
	padding-left: 1px;
	padding-right: 1px;
}

td.dataset_footer {
	border: 1px solid #D8D8D8;
}



tr.dataset_tr {
	background-color: #F8F8F8;
}
tr.dataset_tr td {
	padding-left: 3px;
	padding-right: 3px;
}



td.dataset_scroll_padding {
	padding-bottom: 1px;
}



td.dataset_statistics {
	color: #999999;
}



.dataset_link {
	cursor: pointer;
	border: none;
}



/* --- other --------------------------------------------------------------- */

.link {
	cursor: pointer;
	border: none;
}

.arrow {
	cursor: default;
	border: none;
}

.bordimg {
	border: 1px solid #CCCCCC;
}

.require {
	color: #FF0000;
}

h1 { /* titlu */
	font-size: 13px;
	font-weight: bold;
	color: #1B0778;
	border-bottom: 1px solid #D8D8D8;
	margin: 5px;
	padding: 2px;
}

div.title_right {
	font-size: 13px;
	font-weight: bold;
	color: #1B0778;
	border-bottom: 1px solid #D8D8D8;
	margin: 5px;
	padding: 2px;
}

div.item_right {
	border-bottom: 1px dashed #D8D8D8;
	margin: 5px;
	padding: 2px;
}

td.content_editor {
	border: 1px solid #CCCCCC;
}

.highlight {
	background-color: #FFFFCC;
}

hr {
	border-width: 1px 0px 0px 0px;
	border-color: #8D8D8D;
	color: #8D8D8D;
	margin: 3px 0px;
	height: 1px;
}

td.product {
	border: 1px solid #D6D6D6;
	background-color: #FFF;
	width: 150px;
	font-size: 9px;
}

