html { 
	height:100%; /* fix height to 100% for IE */
	max-height: 99%; /* fix height for other browsers */ 
	padding: 0; /*remove padding */
	margin: 0; /* remove margins */
	border: 0; /* remove borders */
} 

body { 
	height: 100%; /* fix height to 100% for IE */
	max-height: 99%; /* fix height for other browsers */ 
	padding: 0; /*remove padding */
	margin: 0; /* remove margins */
	border: 0; /* remove borders */
	background-image: url(imagini/background.jpg);
	
}

hr { 
	border-style:solid; 
	border-color:#c0c0c0; 
	border-width:.05em; 
	}

body,td,th {
	font-family: Arial;
	font-size:11px;
	line-height:1.5em;
	text-align:justify;
}
h1 {
	font-family: Arial;
	font-size:12px;
	line-height:1.5em;
	text-align:justify;
	color:#000000;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #b71c21;
}
a:active {
	text-decoration: none;
	color: #000000;
}
a.foot:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.foot:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.foot:hover {
	text-decoration: none;
	color: #000000;
}
a.foot:active {
	text-decoration: none;
	color: #FFFFFF;
}

#newsroom {
background-color:#FFFFFF;
}
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
    border: 2px solid gray;
}
.highslide-html-content {
	position: relative;
    display: none;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: #a20000;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: #a20000;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 400px;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
/* search form */
div#search #searchform div #s {
	width: 150px;
	height: 17px;
	margin-right: 2px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #262626;
	background: #ffffff;
	color: #999;
	font-weight: bold;
	}
div#search #searchform div #searchsubmit {
	width: 23px;
	height: 23px;
	background: #ffffff url('imagini/header/button_search_header.gif') no-repeat 0 0;
	border: none;	
	}
/* end search form */

.handcursor{
cursor:hand;
cursor:pointer;
}

