/* White space reset 
form, body, html, blockquote, fieldset, input 
{
	margin-left: 4px;
	margin-top: 0px;	
	padding: 4px;
	
}*/
form, html, blockquote, fieldset, input 
{
	margin:  0px 0px 5px 5px;
	
}
body
{
	/*background-color: #AED1F4;*/
	background: #eeeff0 url(../images/body_bg.gif)  repeat-x top;
	margin:  0px 0px 5px 5px;
	padding: 0px;
}
.menu 
{
width:10%;
vertical-align:top;
}
/* Tabel pag Home*/
table.idx {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	 border-style:  none  none  none none;
	padding-left: 0px;
	border-collapse: separate;
	width:100%;
}

table.idx td {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	border-style: inset inset inset inset;
	vertical-align:top;
	-moz-border-radius: 0px 0px 0px 0px;
}

#divEvents
{
	margin-top: 0px;
}

div.scroll {
height: 560px;
width: 300px;
overflow: auto;
border: 0px solid #666;
//background-color: #ccc;
background: #eeeff0 url(images/body_bg.gif)  repeat-x top;
padding: 8px;
}


/*Tabel formatare pagini*/

table.tblFormatPags 
{
	width:800px;	
	border-collapse: collapse; 
	border-width: 0 0 0 0;
  border-style: none;
	border-spacing: 0px;

/*border="0"; cellpadding="0" cellspacing="0"*/
}

td.tblFormatPags {
    padding: 0;
}

.tdMnu
{
	width:175px;
	vertical-align:top;
	text-align:left;
	border-style: solid none none none;
	/*border-width: 1px 1px 1px 1px;
	border-color:red;
	border-style: solid solid solid solid;
	align="left" valign="top"*/
	padding-right:10px; 

	border-top-color:#213D66;
	/*border-bottom:0.5px solid;
	border-bottom-color:#213D66;*/
	padding:0;	
	border-spacing: 0; 
	border-width: 0.5px 0 0 0;
}

.tdContent
{
	width:652px;	
	vertical-align:top;
	text-align:left;	
}

.tdBanner
{
	text-align:center;
}

.tdNavigation
{
height:30px;
text-align:left;
background-color:	#98AFC7;
color: #EBDDE2;
}

.tdNavigation a
{
	/*color: #213D66;*/
	color: #EBDDE2;
	
  text-decoration: none;
	font-family:  Arial, helvetica, sans-serif;
	font-size:12px;
  font-style: oblique;
  font-weight: bold;
}

.tdNavigation  a:visited
{
color: #EBDDE2;
text-decoration: none;
} 
.tdNavigation  a:hover
{
color:#213D66;
text-decoration: none;
}


