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

html, body{
	height:100%;
	width:100%;
	padding:0px;
	margin:0px;
}

body
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	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;
}

input.interface_submit_search
{
	color: #990000;

	height: 16px;

	border-width: 0px;
	border-left:  1px solid #990000;
	border-right: 1px solid #990000;

	cursor: hand;
}

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



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

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

a:hover
{
	color: #CC0000;
}

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: underline;
}

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

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

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

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

a.home: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;
}



/* --- title --------------------------------------------------------------- */

.title-page, .title-section
{
	font-size:   14px;
	font-weight: bold;
	color:       #000000;

	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}

.title-section
{
	font-size:   14px;
	font-weight: bold;
	color:       #000000;

	border: 1px solid #CCCCCC;
	width:360px;
}



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

.section_0
{
	background-color: #990000;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;

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

.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;
}

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

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



/* --- organization -------------------------------------------------------- */

.organization-name
{
	font-size:   12px;
	font-weight: bold;
	color:       #990000;
}

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



/* --- 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-company
{
	font-size: 9px;
	color: #990000;
}

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

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



/* --- auction ------------------------------------------------------------- */

.auction-item
{
	font-size:   10px;
	color:       #990000;
}

.auction-value
{
	font-size:   10px;
	border-bottom: 1px dashed #990000;
	margin: 0px;
	text-align: justify;
}



/* --- job ---------------------------------------------------------------- */

.job-item
{
	font-size:   10px;
	color:       #990000;
}

.job-value
{
	font-size:   10px;
	border-bottom: 1px dashed #990000;
	margin: 0px;
	text-align: justify;
}



/* --- law ---------------------------------------------------------------- */

.law-item
{
	font-size:   10px;
	color:       #990000;
}

.law-value
{
	font-size:   10px;
	border-bottom: 1px dashed #990000;
	margin: 0px;
	text-align: justify;
}



/* --- company ---------------------------------------------------------------- */

.company-name
{
	font-size:   12px;
	font-weight: bold;
	color:       #990000;
}

.company-item
{
	font-size:   10px;
	color:       #990000;
}

.company-value
{
	font-size:   10px;
	border-bottom: 1px dashed #990000;
	margin: 0px;
	text-align: justify;
}



/* --- faculty ---------------------------------------------------------------- */

.faculty-name
{
	font-size:   12px;
	font-weight: bold;
	color:       #990000;
}

.faculty-item
{
	font-size:   10px;
	color:       #990000;
}

.faculty-value
{
	font-size:   10px;
	border-bottom: 1px dashed #990000;
	margin: 0px;
	text-align: justify;
}



/* --- agenda ---------------------------------------------------------------- */

.agenda-name
{
	font-size:   12px;
	font-weight: bold;
	color:       #990000;
}

.agenda-item
{
	font-size:   10px;
	color:       #990000;
}

.agenda-value
{
	font-size:   10px;
	border-bottom: 1px dashed #990000;
	margin: 0px;
	text-align: justify;
}



/* --- artist ---------------------------------------------------------------- */

.artist-name
{
	font-size:   12px;
	font-weight: bold;
	color:       #990000;
}

.artist-item
{
	font-size:   10px;
	color:       #990000;
}

.artist-value
{
	font-size:   10px;
	border-bottom: 1px dashed #990000;
	margin: 0px;
	text-align: justify;
}



/* --- firm ---------------------------------------------------------------- */

.firm-name
{
	font-size:   12px;
	font-weight: bold;
	color:       #990000;
}

.firm-item
{
	font-size:   10px;
	color:       #990000;
}

.firm-value
{
	font-size:   10px;
	border-bottom: 1px dashed #990000;
	margin: 0px;
	text-align: justify;
}



/* --- agency ---------------------------------------------------------------- */

.agency-name
{
	font-size:   12px;
	font-weight: bold;
	color:       #990000;
}

.agency-item
{
	font-size:   10px;
	color:       #990000;
}

.agency-value
{
	font-size:   10px;
	border-bottom: 1px dashed #990000;
	margin: 0px;
	text-align: justify;
}



/* --- 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;
}

.border_table
{
	border: 1px solid #990000;
}

.border_big_table
{
	border-left: 1px solid #990000;
	border-bottom: 1px solid #990000;
	border-right: 1px solid #990000;
}

.border_left
{
	border-right: 1px dashed #CCCCCC;
}

.border_right
{
	border-left: 1px dashed #CCCCCC;
}

.border_bottom
{
	border-bottom: 1px dashed #CCCCCC;
}

.border_top
{
	border-top: 1px dashed #CCCCCC;
}

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

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

.content
{
	padding:5px 0px;
}

hr
{
	color: #990000;

	height: 1px;
}

.markmedia-color
{
	color: #990000;
}

.top-color
{
	color: #CCCCCC;
}

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

.border_email_left
{
	border-right: 1px solid #CCCCCC;
}

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

.border_email_bottom
{
	border-bottom: 1px solid #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;
}



/* --- weather ---------------------------------------------------------------- */

.weather-desc
{
	font-size:   9px;
	font-weight: normal;
	color:       #000000;
}

.weather-temp
{
	font-size:   16px;
	font-weight: bolder;
	color:       #990000;
	text-align:  center;
}

.weather-item
{
	font-size:     9px;
	color:         #990000;
	text-align:    right;
	padding-right: 2px;
}

.weather-value
{
	font-size:    9px;
	margin:       0px;
	text-align:   left;
	padding-left: 2px;
}

.weather-max
{
	font-size: 9px;
	color:     #FF0000;
}

.weather-min
{
	font-size: 9px;
	color:     #003399;
}

.weather-day
{
	font-size:   9px;
	font-weight: bold;
	color:       #000000;
	text-align:  center;
}

.highlight
{
	background-color: #FFFFCC;
}


/*	LEFT MENU	*/
td.left_menu ol, td.left_menu li, td.left_menu ul{
	margin:0px;
}

td.left_menu{
	width:100%;
}

a.menuTop, a.menuTop:visited, a.menuTop_deschis, a.menuTop_deschis:visited{
	display:block;
	margin:0px;
	padding:0px;
	color:#fff;
	font:bold 12px Tahoma, serif;
	padding: 0px 0px 0px 10px;
	height:20px;
	line-height:20px;
}

ol.submenuTop{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

a.submenuTop, a.submenuTop_deschis, a.submenuTop:visited, a.submenuTop_deschis:visited{
	display:block;
	color:#660000;
	font:bold 11px Tahoma, serif;
	padding:0px 0px 0px 14px;
	height:20px;
	line-height:20px;
}
a.submenuTop:hover, a.submenuTop_deschis:hover{
	color:#990000;
}

ol.submenu{
	display:none;
	list-style:none outside url(../images/li.gif);
	margin:0px;
	padding:0px 2px 3px 23px;
}

ol.submenu li{
	margin:0px;
	padding:0px;
	text-align:left !important;
}

ol.submenu li a, ol.submenu li a:visited{
	text-align:left;
	color: #000;
	font-size:10px;
}

table#mainTable{
	width:800px;
}

table#topTable{
	width:800px;
	height:82px;
}

td#linksTD{
	height:25px;
	border-left:1px solid #a8a8a8;
	border-right:1px solid #a8a8a8;
}

td#linksTD div{
	float:left;
	height:25px;
	vertical-align:middle;
}


td#linksTD a{
	color:#ffffff;
	display:block;
	float:left;
	text-align:center;
	height:25px;
	font: bold 11px verdana,sans-serif;
	line-height:25px;
}

table#middleTable{
	width:800px;
	border-left:1px solid #a8a8a8;
	border-right:1px solid #a8a8a8;
}

td#leftTD{
	width:171px;
	padding: 0px;
}

td#centerTD{
	padding-bottom: 8px;
}

td#leftDATA{
	height:27px;
	width:171px;
	font: bold 11px verdana,sans-serif;
	padding-top:5px;
	text-align:center;
}

.contentTable{
	width:444px !important;
}

.content_{
	width:444px;
	margin:0px 20px;
}

.box_2{
	color:#fff;
	height:20px;
	line-height:20px;
	font:bold 12px Tahoma, serif;
	padding-left:8px;
}

#bottom{
	height:23px;
	font:9px/15px arial,sans-serif;
}
table.leftBoxTable{
	width:100%;
}
td.leftBoxHeader{
	height:20px;
	line-height:20px;
	font:bold 12px Tahoma, serif;
	color:#fff;
	padding-left:8px;
}

.leftBoxTitle{
	display:block;
	text-decoration:none;
	font-weight:bold;
	padding: 2px 3px;
	color: #000;
}

.leftBoxContent{
	padding: 2px;
}

td#traficTD{
	height:156px;
	
}

div.spacer{
	height:17px;
}

div.par, div.impar{
	padding:10px 20px 0px 20px;
	clear:both;
}

.padd{
	padding-left:60px;
	margin-right:5px;
}

.padd li{
	padding-right:20px;
}

div.rightLinks{
	background: url(/images/title_right.jpg) center top no-repeat;
	height:20px;
	padding:0px;
}

a.rightLinks, a.rightLinks:hover, a.rightLinks:visited{
	font:bold 12px Tahoma, serif;
	display:block;
	height:20px;
	padding: 3px 0px 0px 5px;
	color:#fff;
	margin:0px;
}

#searchDiv{
	height:27px;
	background:url(/images/right_0.jpg) center center no-repeat;
	vertical-align:middle;
}

#searchDiv input{
	margin:5px 0px 0px 0px;
	padding:0px;
}

input.interface_text_search
{
	background:url(/images/cautare_bara.jpg) center center no-repeat;
	width:117px;
	height:17px;
	padding: 0px 3px;
	margin: 2px 0px;
}

#topAdsBar{
	vertical-align:middle;
	text-align:center;
	background:url(/images/banner_bg.jpg) top center repeat-x;
	margin:0px 1px;
	padding:0px;
	width:799px;
}


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

div.companie1 a, div.companie1 a:visited, div.companie1 a:hover{
	color: #000;
	font-size: 12px;
	font-weight:bold;
}

div.companie1{
	margin-bottom:10px;
}

div.companie2 a, div.companie2 a:visited, div.companie2 a:hover{
	color: #990000;
	font-size: 11px;
	font-weight: normal;
}

div.companie2{
}



a#l_home{width: 65px;}
a#l_stiri{width: 58px;}
a#l_evenimente{width: 101px;}
a#l_noutati{width: 75px;}
a#l_revista{width: 120px;}
a#l_companii{width: 86px;}
a#l_people{width: 75px;}
a#l_jobs{width: 58px;}
a#l_educatie{width: 87px;}
a#l_carte{width: 73px;}

.casutaAutor{
	padding-left:5px;
	padding-bottom:4px;
	float:right;
	max-width:110px;
	width:110px;
}

.grey{
	margin: 0px 10px;
	font: normal 11px arial;
	color:#000;
}

