@charset "iso-8859-1";

.scroll_text {
width: 570px;
overflow: hidden;
}


/*butonul 1 pentru top rosu*/
a.Button1, a.ButtonCurr1 {
font-weight : bold;
text-decoration : none;
}

a.Button1 {
	color : #FFF;
	background: #ffffff url(css/bk_buton_top_off_color_1.jpg);
	padding: 10px 3px; /*dimensiune buton*/
	text-transform: uppercase;
}

a.Button1:hover {
background: #ffffff url(css/bk_buton_top.jpg);
padding: 10px 3px; /*dimensiune buton*/
background-color : #ffffff;
/*text-decoration : none;*/
color : #000000;
}

a.ButtonCurr1, a.ButtonCurr1:visited {
color : #ffffff;
padding: 10px 3px; /*dimensiune buton*/
}

a.ButtonCurr1:hover {
text-decoration : none;
color : #FFF;
padding: 10px 3px; /*dimensiune buton*/
}


/*butonul 2 pentru top portocaliu*/
a.Button2, a.ButtonCurr2 {
font-weight : bold;
text-decoration : none;
}

a.Button2 {
color : #ffffff;
background: #ffffff url(css/bk_buton_top_off_color_2.jpg);
padding: 10px 4px; /*dimensiune buton*/
}

a.Button2:hover {
background: #ffffff url(css/bk_buton_top.jpg);
padding: 10px 4px; /*dimensiune buton*/
background-color : #ffffff;
/*text-decoration : none;*/
color : #000000;
}

a.ButtonCurr2, a.ButtonCurr2:visited {
color : #ffffff;
padding: 10px 4px; /*dimensiune buton*/
}

a.ButtonCurr2:hover {
text-decoration : none;
color : #FFF;
padding: 10px 4px; /*dimensiune buton*/
}


/*butonul 3 pentru top albastru inchis*/
a.Button3, a.ButtonCurr3 {
	font-weight : bolder;
	background: transparent;		
}

a.Button3 {
	color : #ffffff;
	padding: 10px 4px;
	/*background-image: url(css/bk_buton_top_off_color_3.jpg);*/
		
}

a.Button3:hover {
	background: #ffffff url(css/bk_buton_top.jpg);
	padding: 10px 4px; /*dimensiune buton*/
	background-color : #ffffff;
	/*text-decoration : none;*/
color : #000000;
	font-style: italic;	
}

a.ButtonCurr3, a.ButtonCurr3:visited {
	color : #ffffff;
	padding: 10px 4px; /*dimensiune buton*/
	cursor: crosshair;
	text-decoration: none;
	text-transform: uppercase;
	font-style: italic;
}

a.ButtonCurr3:hover {
	text-decoration : none;
	color : #FFF;
	padding: 10px 4px; /*dimensiune buton*/
	cursor: crosshair;
	page-break-before: left;
	page-break-after: right;
}

/*butonul 4 pentru top albastru deschis*/
a.Button4, a.ButtonCurr4 {
font-weight : bold;
text-decoration : none;
}

a.Button4 {
color : #ffffff;
background: #ffffff url(css/bk_buton_top_off_color_4.jpg);
padding: 10px 4px; /*dimensiune buton*/
}

a.Button4:hover {
	background: #ffffff url(css/bk_buton_top.jpg);
	padding: 10px 4px; /*dimensiune buton*/
	background-color : #ffffff;
	/*text-decoration : none;*/
color : #000000;
	text-transform: capitalize;
}

a.ButtonCurr4, a.ButtonCurr4:visited {
color : #ffffff;
padding: 10px 4px; /*dimensiune buton*/
}

a.ButtonCurr4:hover {
text-decoration : none;
color : #FFF;
padding: 10px 4px; /*dimensiune buton*/
}


/*butonul 5 pentru top gri*/
a.Button5, a.ButtonCurr5 {
	font-weight : bolder;
	background: transparent;
}

a.Button5 {
color : #ffffff;
/*background: #ffffff url(css/bk_buton_top_off_color_5.jpg);*/
padding: 10px 4px; /*dimensiune buton*/
}

a.Button5:hover {
	background: #ffffff url(css/bk_buton_top.jpg);
	padding: 10px 4px; /*dimensiune buton*/
	background-color : #ffffff;
	/*text-decoration : none;*/
color : #000000;
	font-style: italic;
	cursor: auto;
}

a.ButtonCurr5, a.ButtonCurr5:visited {
color : #ffffff;
padding: 10px 4px; /*dimensiune buton*/
}

a.ButtonCurr5:hover {
	text-decoration : none;
	color : #FFF;
	padding: 10px 4px; /*dimensiune buton*/
}


a.Button6
{
background: transparent url(css/roundedge-gray-left.gif) no-repeat top left;
display: block;
float: left;
font: bold 12px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 20px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */


}

a:link.Button6, a:visited.Button6, a:hover.Button6, a:active.Button6
{
color: white; /*button text color*/
}

a.Button6 span
{
background: transparent url(css/roundedge-gray-right.gif) no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.Button6
{ /* Hover state CSS */

background: url(css/roundedge-mouseover-left.gif) no-repeat scroll;
display: block;
text color: #000;
padding: 4px 10px 4px 2px;
}


.buttonwrapper
{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

a.Button7
{
background: transparent url(css/roundedge-red-left.gif) no-repeat top left;
display: block;
float: left;
font: bold 12px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 20px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */


}

a:link.Button7, a:visited.Button7, a:hover.Button7, a:active.Button7
{
color: white; /*button text color*/
}

a.Button7 span
{
background: transparent url(css/roundedge-red-right.gif) no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.Button7
{ /* Hover state CSS */
background: url(css/roundedge-mouseover-left.gif) no-repeat scroll;
display: block;
text color: #000;
padding: 4px 10px 4px 2px;
}


.buttonwrapper
{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

a.Button8
{
background: transparent url(css/roundedge-blue-left.gif) no-repeat top left;
display: block;
float: left;
font: bold 12px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 20px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */


}

a:link.Button8, a:visited.Button8, a:hover.Button8, a:active.Button8
{
color: white; /*button text color*/
}

a.Button8 span
{
background: transparent url(css/roundedge-blue-right.gif) no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.Button8
{ /* Hover state CSS */
background: url(css/roundedge-mouseover-left.gif) no-repeat scroll;
display: block;
text color: #000;
padding: 4px 10px 4px 2px;

}


.buttonwrapper
{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}
