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

body
{
	background-color: #FFFFFF;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	scrollbar-3dlight-color:    #999999;
	scrollbar-arrow-color:      #999999;
	scrollbar-base-color:       #999999;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color:       #FFFFFF;
	scrollbar-highlight-color:  #FFFFFF;
	scrollbar-shadow-color:     #999999;
	scrollbar-track-color:      #FFFFFF;
}



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

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

table.pad3 td, tr.pad3 td, td.pad3
{
	padding: 3px;
}

table.pad5 td, tr.pad5 td, td.pad5
{
	padding: 5px;
}

table.no-pad td, tr.no-pad td, td.no-pad
{
	padding: 0px;
}

.field
{
	background-color: #F8F8F8;
	color: #000000;
	font-weight: normal;

	padding-left:   2px;
	padding-right:  2px;
	padding-top:    1px;
	padding-bottom: 1px;
}




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

input, textarea, select
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;

	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

input.button, input.button-variable
{
	height: 16px;
	cursor: hand;
}

input.button
{
	width: 80px;
}

input.image
{
	border: 0px;
}

.readonly
{
	color: #AAAAAA;
}


@media print
{
	input.button, input.button-variable, input.image
	{
		visibility: hidden;
	}
}



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

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

a:hover
{
	color: #666666;
	text-decoration:none;
}

a.author, a.author:active, a.author:visited
{
	color: #000000;
	text-decoration: none;
}

a.author:hover
{
	color: #CC0000;
}

a.section-link, a.section-link:active, a.section-link:visited
{
	color: #666666;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a.section-link:hover
{
	color: #CC0000;
}

a.menu_link, a.menu_link:active, a.menu_link:visited
{
	color: #FFFFFF;
	text-decoration: none;
	cursor: hand;
	font-size: 10px;
	font-weight: bold;
}

a.menu_link:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

a.section_link, a.section_link:active, a.section_link:visited
{
	color: #000000;
	text-decoration: none;
	cursor: hand;
	font-size: 10px;
}

a.section_link:hover
{
	color: #CC0000;
}




/* --- headers -------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6
{
	text-decoration: none;
}

h1
{
	font-size: 14px;
}

h2
{
	font-size: 12px;
}

h3
{
	font-size: 11px;
}

h4
{
	font-size: 10px;
}

h5
{
	font-size: 9px;
}

h6
{
	font-size: 8px;
}

/* --- sections -------------------------------------------------------- */

.section_1
{
	background-color: #EEEEEE;
	color: #990000;
	font-size: 11px;
	font-weight: bold;

	padding-left:   5px;
	padding-right:  5px;
	padding-top:    1px;
	padding-bottom: 1px;
}

/* --- author -------------------------------------------------------------- */

.author-name
{
	font-size: 9px;
	font-weight: bold;
}

.author-name_big
{
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}

.author-profile
{
	text-align: justify;
}

.author-title
{
	font-size: 9px;
}


.author-tel
{
	font-size: 9px;
}

.author-email
{
	font-size: 9px;
}






/* --- article ------------------------------------------------------------- */

.article-title
{
	font-size:   12px;
	font-weight: bold;
	color:       #990000;
}

.article-intro
{
	text-align: justify;
}

.article-content
{
	text-align: justify;
}



/* --- book ---------------------------------------------------------------- */

.book-title
{
	font-size:   12px;
	font-weight: bold;
	color:       #990000;
}

.book-description
{
	text-align: justify;
}

.book-author
{
	font-size:   9px;
	font-weight: bold;
}

.book-author-title
{
	font-size:   9px;
}

.book-author-company
{
	font-size:   9px;
	color:       #990000;
}



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

.news-title
{
	font-size:   12px;
	font-weight: bold;
	color:       #990000;
}

.news-intro
{
	text-align: justify;
}

.news-content
{
	text-align: justify;
}

.news-posttime
{
	font-size: 9px;
	color:     #808080;
}



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

p
{
	margin-top: 0px;
	margin-bottom: 10px;
	/* text-align: justify; */
}

ul, ol
{
	margin-top: 0px;
	margin-bottom: 10px;
}

ul
{
	margin-left: 20px;
	list-style-type: none;
	list-style-image: url(../images/li.gif);
}

ul.sitemap li
{
	margin-bottom: 10px;
}

ul.sitemap-level1
{
	margin-top: 10px;
}

ul.no-justify li
{
	text-align: left;
}

li
{
	margin-top: 0px;
	margin-bottom: 2px;

	text-align: justify;
}

ol
{
	margin-left: 30px;
	margin-top: 0px;
}

.link
{
	cursor: hand;
	background-color: transparent;
	border: none;
}

.bordimg, .book-image
{
	border: 1px solid #CCCCCC;
}

.book-image
{
	margin-left:   10px;
	margin-bottom:  5px;
}

.error, .message, .private, .attention
{
	background-color: #FFFFFF;
	font-weight: bold;

	padding-left:    5px;
	padding-right:   5px;
	padding-top:    10px;
	padding-bottom: 10px;
}

.error
{
	color: #CC0000;
}

.message
{
	color: #009900;
}

.private
{
	color: #0066CC;
}

.attention
{
	color: #003399;
}

.border-error
{
	border: 1px solid #CC0000;
}

.border-message
{
	border: 1px solid #009900;
}

.border-private
{
	border: 1px solid #0066CC;
}

.border-attention
{
	border: 1px solid #003399;
}

.require
{
	color: #FF0000;
}

.htmlcode
{
	font-family: "Courier New", Courier, monospace;
	font-size: 8pt;
}

.navigator
{
	background-color: #CCCCCC;
	color: #CCCCCC;
}

.menu_cell
{
	color: #FFFFFF;
	background-color: #990000;
	/*border-right: 2px solid #000000;*/
	text-decoration: none;
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
}

.search_cell
{
	color: #FFFFFF;
	background-color: #990000;
	text-decoration: none;
	text-align: center;
	padding-left: 2px;
	padding-right: 1px;
}

.foot_note
{
	color: #990000;
	border: 1px solid #990000;
	font-size: 9px;
}

.menu_date
{
	color: #990000;
	background-color: #FFFFFF;
	font-size: 9px;
	text-align: center;
	border: 2px solid #990000;
}

.content
{
	padding-left:   20px;
	padding-right:  20px;
	padding-bottom: 20px;
}

hr
{
	color: #990000;

	height: 1px;
}

.rosu-color
{
	color: #990000;
}

.top-color
{
	color: #CCCCCC;
}

.slogan
{
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}

.big_title
{
	font-family: Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 40px;
	font-weight: bolder;
}

.newsletter_home, .forum_home
{
	padding: 10px;
	text-align: left;
	font-size: 9px;
}

.forum_home
{
	border-left: 1px solid #CCCCCC;
}

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

.currency
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	padding: 3px;
	margin: 0px;
}

blockquote
{
	color: #333333;
	background-color: #F8F8F8;
	font-style: italic;
	padding: 10px;
}

.box
{
	background-color: #336699;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;

	padding-left:   5px;
	padding-right:  5px;
	padding-top:    1px;
	padding-bottom: 1px;
}



.highlight
{
	background-color: #FFFFCC;
}
