/* GENERAL */

body {
	background: url(background.gif) repeat-x #6c7e94;
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
}

a {
	color: #666666;
	text-decoration: none;	
}

a:hover {
	text-decoration: none;	
}
	a.orange-hover:hover {
		color: #eb9659;
	}
	a.underline-hover:hover {
		text-decoration: underline;
	}	
	#menu a {
		display: block;
		padding: 11px 10px 16px 10px;
		font-weight: bold;
	}
	#menu a.btn-inactive {
		color: #ffffff;
	}
	#menu a.btn-active {
		background: url(menu-btn-selected-bg.gif);
		color: #76b1eb;
		text-decoration: none;
	}
	#banner-support a {
		display: block;
		width: 190px;
		height: 50px;
	}
	#bottom a {
		color: #ffffff;
	}	
	a.btn-login, a.btn-search, a.btn-submit, a.btn-submit120px {
		text-align: center;
		display: block;
		color: #76b1eb;
		margin-top: 1px;
		padding-top: 2px;
		height: 16px;
		font-size: 10px;
		font-weight: bold;
	}
	a.btn-submit1 {
		display: block;
		background: url(btn-submit1.gif);		
		width: 140px;
		height: 19px;
		font-size: 10px;
		font-weight: bold;
		color: #76b1eb;
		text-align: center;
		padding-top: 5px;
	}	
	a.btn-login {
		background: url(btn-login.gif);		
		width: 70px;		
	}
	a.btn-search {
		background: url(btn-search.gif);		
		width: 50px;		
	}	
	a.btn-submit {
		background: url(btn-submit.gif);		
		width: 100px;		
	}	
	a.btn-submit120px {
		background: url(btn-submit120px.gif);		
		width: 120px;		
	}
	a.deja {
		display: block;
		padding: 8px 28px 0px 0px;
		width: 60px;
		height: 16px;
		background: url(deja.gif) no-repeat right;		
		font-size: 10px;
	}
	a.far2003 {
		display: block;
		width: 170px;
		height: 90px;
	}
	a.btn-client-login {
		display: block;
		width: 200px;
		height: 40px;
		position: relative;
		left: 10px;
		top: 10px;
	}
	a.btn-client-login img {
		display: block;
	}

table {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
}
	.table-data {
		width: 100%;
	}

td {}
	.table-data tbody td {
		padding: 5px 10px 5px 0px;
		border-bottom: 1px solid #efefef;
	}

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

input, select, textarea {
	color: #666666;
	font-size: 11px; 
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
}
	input {
		background: url(input-bg.gif);
		padding: 1px;
		border: solid 1px #9ca8b5;		
	}
	.input-login {
		width: 120px;
		margin-bottom: 4px;
	}

ul {}
	#menu ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	.list-arrow-gray {
		margin: 0px;
		padding: 0px 0px 0px 15px;	
		list-style: none url(arrow-gray.gif);
	}
	.list-arrow-orange {
		margin: 0px;
		padding: 0px 0px 0px 15px;	
		list-style: none url(arrow-orange.gif);
	}	

li {}	
	#menu li {
		float: left;
		margin: 0px;
		padding: 0px;
	}
	#menu li.separator {
		background: url(menu-separator.gif);
		width: 7px;
		height: 40px;
	}
	#menu li.btn-left, #menu li.btn-selected-left, #menu li.btn-right, #menu li.btn-selected-right {
		width: 7px;
		height: 40px;
	}	
	#menu li.btn-selected-left {
		background: url(menu-btn-selected-left.gif);
	}	
	#menu li.btn-selected-right {
		background: url(menu-btn-selected-right.gif);
	}
	.list-item {
		padding-bottom: 5px; 
		margin-bottom: 5px;
		border-bottom: 1px solid #efefef;
	}	

div{}
	.portlet-body {
		background: url(portlet-bg.gif) no-repeat bottom #e4effb;
		margin-bottom: 10px;
		padding: 15px 10px 20px 10px;
		width: 170px;
		font-size: 10px;
	}
	.info-edge-left {
		float: left;
		background: url(info-left.gif);
		width: 10px;
		height: 130px;
	}
	.info-edge-right {
		float: right;
		background: url(info-right.gif);
		width: 10px;
		height: 130px;
	}
	.info-content {
		float: left;
		background: url(info-bg.gif);
		width: 239px;
		height: 110px;
		padding: 10px 5px;
	}
	.banner-bottom {
		float: left;
		margin-right: 10px;
	}

	#popup {
		padding: 20px;
		background: #ffffff;
		position: absolute;
		z-index: 999;
	}
	
		#popup img {
			display: block;
		}
		
		#popup a.btn-close {
			display: block;
			margin-top: 5px;
			text-align: right;
		}
	
	#overlay {
		background: #000000;
		filter:alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;		
		position: absolute;
	}

p {
	padding: 0px;
	margin: 0px 0px 15px 0px;
}	
	
/* LAYOUT */

#holder {
	text-align: center;
	width: 100%;
}

#header {
	text-align: left;
	background: url(logo.jpg) no-repeat;
	width: 784px;
	height: 98px;
	margin: auto;
}
	#login {
		float: right;
		background: url(login-bg.jpg);
		padding: 30px 20px 0px 110px;
		width: 220px;
		height: 68px;
		font-size: 10px;
	}
		#login-left {
			float: left;
			font-weight: bold;
		}
			#username, #password {
				padding-left: 12px;
			}	
			#username {
				background: url(icon-user.gif) no-repeat left center;
				margin-bottom: 10px;
			}
			#password {
				background: url(icon-password.gif) no-repeat left center;
			}		
		
		#login-right {
			float: right;
			width: 120px;
		}
		

#body {
	text-align: left;
	background: #ffffff;
	width: 780px;
	padding: 2px;
	margin: auto;
}	
	#menu {
		background: url(menu-bg.gif);	
		width: 770px;
		height: 40px;
		padding-left: 10px;
	}
	#top {
		width: 780px;
		height: 153px;
	}	
	#content {
		background: url(content-bg.gif) repeat-x;	
		width: 740px;
		padding: 0px 20px;
	}
		#content-left {
			float: left;
			width: 190px;
		
		}		
			#portlet-news-caption, #portlet-contacts-caption, #portlet-search-caption, #portlet-users-caption {
				color: #ffffff;
				font-weight: bold;
				padding: 9px 0px 0px 40px;
				width: 150px;
				height: 21px;
			}
			#portlet-news-caption {
				background: url(portlet-news-caption.png);
			}			
			#portlet-contacts-caption {
				background: url(portlet-contacts-caption.png);
			}	
			#portlet-search-caption {
				background: url(portlet-search-caption.png);
			}
			#portlet-users-caption {
				background: url(portlet-users-caption.png);
			}										
			#banner-support {
				background: url(banner-support.gif);
				margin-bottom: 10px;
				width: 190px;
				height: 50px;
			}
			
		#content-right {
			float: right;
			width: 540px;
		}
		
		#clear-content {
			clear: both;
			height: 5px;
		}		
		

#footer {
	text-align: left;
	background: url(footer-bg.gif) repeat-x;
	width: 784px;
	height: 90px;
	margin: auto;
}
	#footer-left {
		float: left;
		background: url(footer-left.gif);
		width: 330px;
		height: 90px;
	}
	#footer-right {
		float: right;
		background: url(footer-right.gif);
		width: 170px;
		height: 90px;
	}


#bottom {
	text-align: left;
	width: 740px;
	padding: 10px 44px;
	height: 40px;
	margin: auto;	
	color: #ffffff;
}
	#bottom-left {
		float: left;
	}	
	#bottom-right {
		float: right;
	}	

	
/* CLASSES */

.red {
	color: red;
}

.bold {
	font-weight: bold;
}

.orange {
	color: #eb9659;
}

.blue {
	color: #76b1eb;
}

.underline {
	text-decoration: underline;
}

.centered {
	text-align: center;
}

.title {
	background: url(dot-title.png) no-repeat;
	color: #eb9659;
	font-size: 12px;
	font-weight: bold;
	padding: 7px 0px 8px 25px;
	margin-bottom: 15px;
	border-bottom: dashed 1px #dddddd;
}

.spacer {
	padding-left: 20px;
}

.pager {
	padding-top: 20px;
	text-align: right;
	font-weight: bold;	
}

.pager a {
	color: #eb9659;
}

.pager a:hover {
	text-decoration: underline;
}

/* Home.page */

.promo {
	width: 540px;
	margin-bottom: 10px;			
}

.promo-vert {
	float: left;
	width: 269px;
	height: 420px;
}

#info {
	width: 540px;
	height: 140px;
	margin-bottom: 10px;					
}
	#info-left, #info-right {
		width: 269px;
		height: 140px;
	}			
	#info-left {
		float: left;
	}
	#info-right {
		float: right;
	}

			
#banners1 {
	width: 540px;
	height: 140px;
	margin-bottom: 10px;	
}
	#banners1-left, #banners1-right {
		width: 269px;
		height: 160px;
	}
	#banners1-left {
		float: left;
	}
	#banners1-right {
		float: right;
	}	

#banners2 {
	width: 540px;
	height: 60px;
}
	#banners2-middle {
		float: left;	
		text-align: center;		
		background: #efefef;
		padding-top: 10px;		
		width: 520px;
		height: 50px;
	}
	#banners2-left, #banners2-right {
		width: 10px;
		height: 60px;
	}
	#banners2-left {
		float: left;
		background: url(banners-bottom-left.gif);		
	}
	#banners2-right {
		float: right;
		background: url(banners-bottom-right.gif);		
	}		
	
	
/* Clients.page */	

#content-clients ul {
	padding: 0px 0px 0px 20px;
	margin: 0px;
	list-style: none url(arrow-gray.gif);
}

#content-clients ul li {
	padding-bottom: 10px; 
}


/* Contacts.page */	

#content-contacts strong {
	color: #76b1eb;
}

#content-contacts a {
	text-decoration: underline;
	color: #eb9659;
}


/* Prices.page */	

#content-prices strong {
	color: #76b1eb;
}

#content-prices table {
	width: 100%;
	border: 1px solid #efefef;
}

#content-prices table thead td {
	background: url(prices-table-thead-bg.gif);
	padding: 8px 5px;	
	color: #ffffff;
	font-weight: bold;
}

#content-prices table tbody td {
	padding: 5px;
	border-bottom: 1px solid #efefef;
}

/* Etc.* */

#terms p {
	padding: 0px;
	margin: 0px;
}

#eu-flag {
	float: left;
	background: url(eu-flag.jpg);
	width: 60px;
	height: 40px;
	margin-top: 20px;
}

#eu-flag-large {
	float: left;
	background: url(eu-flag-large.gif);
	width: 100px;
	height: 70px;
	margin-top: 20px;	
}

#esf-flag {
	float: left;
	background: url(esf-flag.gif);
	width: 100px;
	height: 70px;
	margin-top: 20px;	
}

#far2003-title {
	text-align: center;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	width: 340px;
	margin-top: 10px;
	font-weight: bold;
}

#esf-title {
	text-align: center;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	width: 260px;
	margin-top: 10px;
	font-weight: bold;
}

#bg-flag {
	float: left;
	background: url(bg-flag.jpg);
	width: 60px;
	height: 40px;
	margin-top: 20px;
}

#far2003-info, #esf-info {
	clear: both;
}

.txt-hide {
	display:block;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}

.clear {
	clear: both;
	height: 0;
	font-size: 0;
}

.feedback-table input,
.feedback-table textarea {
	padding: 3px;
	border: solid 1px #9ca8b5;
	background: none;
}

.feedback-table {
	width: 100%;
	margin-top: 20px;
}

.feedback-table td {
	padding: 5px 5px 5px 0;
	border-bottom: 1px solid #efefef;
}
	