/* --------------------------------------------------------------
// FILE: style.css
// AUTHOR: Klemen Kenda
// DATE: 14/12/2007
// DESCRIPTION: CSS style for EU partners
// HISTORY:
----------------------------------------------------------------*/

body {
  background-image: url('/template/images/template_01.jpg');
	background-repeat: repeat-x;
	margin: 0 0 0 0;
	text-align: center;
	font-family: Tahoma, Helvetica;
	font-size: 12px;
	color: #004990;	
}

table {
	font-family: Tahoma, Helvetica;
	font-size: 12px;	
	text-align: left;
	color: #004990;
}

table.main {
  margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;	
}

td {
  padding: 0 0 0 0;	
}

td.main-left {
  background-image: url('/template/images/template_02.jpg');
	background-repeat: no-repeat;
	width: 29px;
}

td.main-menu {
  vertical-align: top;
	width: 248px;
}

td.main-title {
  width: 651px;
	height: 127px;
	vertical-align: top;
	text-align: right;
  background-image: url('/template/images/template_04.jpg');	
	background-repeat: no-repeat;	
}

td.main-right {
  width: 24px; 
  background-image: url('/template/images/template_05.jpg');	
}

td.main-center {
  background-image: url('/template/images/template_08.jpg');
	width: 651px;
	height: 500px;
	vertical-align: top;
}

/* menu ----------------------------------------------------------------*/
div.menu-level1 {
  height: 20px;
	width: 237px;
	font-weight: bold;
	font-size: 11px;
	color: #013D77;
	background-image: url('/template/images/menu-back.jpg');
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 11px;
}

div.menu-level2 {
  padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 11px;
	color: #013D77;
	line-height: 18px;
}

div.content {
	width: 630px;
	margin-left: 10px; 
	margin-top: 10px;  
	padding-right: 5px; 
	height: 540px;
	overflow: auto;
}

/* linki  ----------------------------------------------------------------*/
.simple A:link {
  color: #004990;	
  text-decoration: none;
}

.simple A:visited {
  color: #004990;
  text-decoration: none;
}

.simple A:hover {
  color: #EE3C23;
  text-decoration: none;
}

.white A:link {
  color: white;	
  text-decoration: none;
}

.white A:visited {
  color: white;
  text-decoration: none;
}

.white A:hover {
  color: #EDE33C;
  text-decoration: none;
}

.menu-level2 A:link {
  color: #004990;	
  text-decoration: none;
}

.menu-level2 A:visited {
  color: #004990;
  text-decoration: none;
}

.menu-level2 A:hover {
  color: #EE3C23;
  text-decoration: none;
}

.menu-level1 A:link {
  color: #004990;	
  text-decoration: none;
}

.menu-level1 A:visited {
  color: #004990;
  text-decoration: none;
}

.menu-level1 A:hover {
  color: #EE3C23;
  text-decoration: none;
}

.lt1 A:link {
  color: #FF030F;	
  text-decoration: none;
}

.lt1 A:visited {
  color: #FF030F;
  text-decoration: none;
}

.lt1 A:hover {
  color: #FF030F;
  text-decoration: underline;
}

A:link {
  color: #004990;	
  text-decoration: none;
}

A:visited {
  color: #004990;
  text-decoration: none;
}

A:hover {
  color: #EE3C23;
  text-decoration: none;
}

h1 {
  color: #004990;
	font-family: Trebuchet MS, Tahoma, Helvetica;
	font-size: 18px;
	font-weight: normal;
	font-decoration: none;
	display: inline;
}

h2 {
  color: #004990;
	font-family: Trebuchet MS, Tahoma, Helvetica;
	font-size: 20px;
	font-weight: normal;
	font-decoration: none;
  line-height: 0px;
	padding-top: 10px;	
}

ul {
  list-style-type: none;
	padding-left: 0;
	margin-left: 20px;
}

li {
  margin-top: 2px;
	padding-left: 15px;
	margin-bottom: 5px;	
	background: url(/template/images/bullet.gif) left top no-repeat;
}

hr {
  height: 1px;
	color: #C3D2E0;
	background-color: #C3D2E0;
	border: 0px solid #C3D2E0;
}

td.lt1 {
  padding-left: 15px; 
	padding-right: 15px; 
	vertical-align: top; 
	width: 206px; 
	height: 151px; 
	background-image: url('/template/images/lt-back1.jpg'); 
	background-repeat: no-repeat;
}

td.lt2 {
  padding-left: 15px; 
	padding-right: 15px; 
	vertical-align: top; 
	width: 206px; 
	height: 151px; 
	background-image: url('/template/images/lt-back2.jpg'); 
	background-repeat: no-repeat;
}

td.values-cell-name {
  padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	vertical-align: top; 
	background-color: #D7E2ED;
  border-bottom: 3px solid #d7e2ed;
	border-top: 1px solid white;
}

td.values-cell-desc {
  padding-left: 25px; 
	padding-top: 8px;
	padding-bottom: 8px;
  vertical-align: top;
  border-bottom: 3px solid #d7e2ed;
	border-top: 1px solid white;
}