html,body{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background:#e7e4d5;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

div#holder{
	width:100%;
	background:#eae6da;
	padding-top:20px;
}

div#main{
	width:100%;
	background:#f7f6f1 url(/images/interface/bg_site_top.jpg) top center repeat-x;
}

div#bg_site_bottom{
	background:url(/images/interface/bg_site_bottom.jpg) bottom center repeat-x;
}

table#mainTable{
	width:828px;
	background:url(/images/interface/banner.jpg) top center no-repeat
}

td#headerTD{
	height:189px;
}

dl#headerMenu{
	margin:0px;
	padding:75px 0px 0px 0px;
	width:467px;
}

dl#headerMenu dt{
	height:19px;
	line-height:19px;
}

#l_home{padding-left:176px;}
#l_about{padding-left:213px}
#l_categories{padding-left:272px}
#l_partners{padding-left:319px}
#l_contact{padding-left:382px}

#contentTD{
	background:url(/images/interface/bg_main.jpg);
	height:320px;
}

#content_top{
	background:url(/images/interface/bg_main_top.jpg) top center no-repeat;
}

#content_bottom{
	background:url(/images/interface/bg_main_bottom.jpg) bottom center no-repeat;
}

#leftTD{width:66px !important;}
#centerTD{width:495px;}
#centerDIV{padding:0px 0px 20px 20px;}
#rightTD{width:267px;}
#bottomTD{
	height:30px;
	background: url(/images/interface/bottom.jpg) left center no-repeat;
}

#bottomTable{
	width:828px;
	margin-top:5px;
}

#langTD{
	width:40px;
	padding-left:105px;
}

#disabled{
	color: #B9A580;
}

#searchTD{
	width:90px;
	padding-left:30px;
}

#copyTD{
	width:544px;
	padding-right:19px;
}

form{
	margin:0px;
	padding:0px;
}

#button_submit_search{
	color:#663300;
	border-width: 0px;
	background-color: transparent;
	padding: 0px 1px;
}

#input_search{
	width:60px;
	color:#cc9966;
	border-width: 0px;
	background-color: transparent;
	padding: 0px 1px;
	margin:0px 8px 0px 0px;
}
	
#news{
	padding:0px 0px 0px 20px;
	margin:0px 0px 0px 20px;
	list-style-position:outside;
	list-style-type:none;
	list-style-image:url(/images/interface/bullet.jpg);
}

#news li{
	margin-bottom:2px;
}

/******************************/

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




input, textarea, select
{
	background-color: #FFFCF7;
	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: #663300;
	text-decoration: none;
}

a:hover
{
	color: #CC9966;
}

a.menu, a.menu:active, a.menu:visited
{
	color: #663300;
	font-weight: bold;
}

a.menu:hover
{
	color: #CC9966;
}

a.menu_active, a.menu_active:active, a.menu_active:visited
{
	color: #CC9966;
	font-weight: bold;
}

a.menu_active:hover
{
	color: #CC9966;
}


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

p.left
{
	text-align: left;
}



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

ul, ol
{
	margin-top:     0px;
	margin-left:   20px;
	margin-bottom: 11px;
}

ul
{
	list-style-type: square;
}

ol
{
}

li
{
}



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

td.menu, td.menu_active
{
	font-weight:bold;
	padding:0px 8px;
}

td.menu a, td.menu a:active, td.menu a:visited
{
	color:#ffffff;
	text-decoration: none;
}

td.menu a:hover
{
	color:#71CCFF;
}

td.menu_active a, td.menu_active a:active, td.menu_active a:visited, td.menu_active a:hover
{
	color:#71CCFF;
	text-decoration:none;
}

td.menu_bottom
{
	font-weight: bold;
	padding:0px 8px;
}

td.menu_bottom a, td.menu_bottom a:active, td.menu_bottom a:visited
{
	color:#ffffff;
	text-decoration:none;
}

td.menu_bottom a:hover
{
	color:#71ccff;
}



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

td.news_posttime
{
	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;
}



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

table.page_header
{
}

tr.page_header td
{
	border:1px solid #CCCCCC;
	height:22px;

	padding-left:3px;
	padding-right:3px;
}

tr.page_header input
{
	height:18px;
}

tr.page_header td
{
	background-color:#F0F0F0;
}

td.page_header_title
{
	font-weight:bold;
}



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

tr.dataset_header, tr.dataset_footer
{
	background-color:#F2EEE5;

	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 #dfd3bd;
}



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:11px;
	font-weight:bold;

	color:#000000;

	background-image:url(/images/interface/h1.jpg);
	background-repeat:no-repeat;
	height:25px;
	padding-left:30px;

	margin:15px 0px 0px 10px;
}

h2 /* subtitlu */
{
	font-size:   11px;
	font-weight: bold;

	margin: 10px 0px 5px 0px;
}

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

.highlight
{
	background-color: #FFFFCC;
}

td.poll_archive
{
	border:1px solid #F8F8F8;
}

hr
{
	height:1px;
	color:#cccccc;
}

.gray33
{
	color:#333333;
}

.gray66
{
	color:#666666;
}

.gray99
{
	color:#ac9774;
}

.grayCC
{
	color:#cccccc;
}

div.content
{
	width: 470px;
	height:260px;
	overflow:auto;
	padding-right:5px;
}