/* --- HTML TAGS DEFINITION ------------------------------------------------- */

body, caption, th, td, p, h1, h2, h3, h4, ol, ul, li, dt, dd { font-family: Arial, Helvetica, sans-serif; }

body {
	background-color: #003399;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

td, p {	color: #003399; }

select {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #003399;
}

/*input {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003399;
	background-color: #ffffff;
	border: #003399 1px solid;
}*/

iframe { text-align: center; }

form { margin: 0px; }

a:link { color: #003399; }
a:visited { color: #666666; }
a:hover { color: #003399; text-decoration: underline; }

/* --- CLASSES -------------------------------------------------------------- */

/* --- Top tools Section --- */

.tdToolsTop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-align: right;
	height: 20px;
	color: #FFFFFF;
	background-color: #003399;
	font-weight: normal;
	padding-right: 2px;
}

.tdToolsTop a:link, .tdToolsTop a:visited  {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #003399;
	font-weight: normal;
	text-decoration: none;
}

.tdToolsTop a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #003399;
	font-weight: normal;
	text-decoration: underline;
}

/* --- Banner and Language selector --- */

.tableBanner {
	background-color: #349acc;
	border: 1px solid #FFFFFF;
}

.tdLanguageSelector {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #349acc;
	padding-right: 10px;
	text-align: right;
	vertical-align: middle;
}

.tdLanguageSelector a:link, .tdLanguageSelector a:visited, .tdLanguageSelector a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #349acc;
	text-decoration: underline;
}

.formLang {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.langsel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}

/* --- Path --- */

.tablePath {
	background-color: #003399;
	background-image: url('/images/europa-ii/path_bg.gif');
	background-repeat: repeat-x;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

.tdPath {
	height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 5px;
	vertical-align: middle;
}

.tdPath a:link, .tdPath a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.tdPath a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

.tdPathBack, .tdPathBack a:link, .tdPathBack a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 2px;
	vertical-align: middle;
	text-decoration: none;
}

.tdPathBack a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 2px;
	vertical-align: middle;
	text-decoration: underline;
}


.tdPathRight { text-align: right; }

/* --- Main table --- */

.tableMain { 
	background-color: #ffffff;	
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

/* --- Left navigation --- */

.tdLeft {
	vertical-align: top;
	width: 162px;
	background-color: #ffffff;
	border-bottom: 1px solid #003399;
}

/* --- Content --- */

.tdContent {
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #003399;
}

/* --- Right navigation --- */

.tdRight {
	vertical-align: top;
	width: 183px;
	background-color: #FFFFFF;
	text-align: right;
	border-bottom: 1px solid #003399;
}


/* --- Bottom tools --- */

.tdBottomTools {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #003399;
	background-color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	height: 20px;
	width: 100%;
}

.tdBottomTools a:link, .tdBottomTools a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	text-decoration: none;
	font-weight: normal;
	background-color: #FFFFFF;
}

.tdBottomTools a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	font-weight: normal;
	background-color: #FFFFFF;
	text-decoration: underline;
}

.tdBottom {
	background-color: #ffffff;
	vertical-align: bottom;
	text-align: right;
}

/* Date picker specific styles follow */

li {
	vertical-align: top;
}
div.demo-holder {
	float: left; 
	margin: 1em;
	font-size: 80%;
}
div.demo-holder input {
	width: 90px;
	margin: 1px 5px 5px 0;
}

a.date-picker {
	width: 16px;
	height: 16px;
	border: none;
	color: #fff;
	padding: 0;
	margin: 0;
	float: left;
	overflow: hidden;
	cursor: pointer;
	background: url(http://ec.europa.eu/agriculture/quality/door/images/calendar.png) no-repeat; 
}
a.date-picker span {
	margin: 0 0 0 -2000px;
}
div.date-picker-holder, div.date-picker-holder * {
	margin: 0;
	padding: 0;
}
div.popup-calendar-wrapper {
	position: relative;
}
div.date-picker-holder input {
	float: left;
}
div.popup-calendar {
	display: none;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0; /* value for IE */
	padding: 4px;
	border: 2px solid #000;
	background: #fff;
	color: #000;
	overflow:hidden;
	width: 163px;
}
html>body div.popup-calendar {
	left: 99px; /* value for decent browsers */
}
div.popup-calendar div.link-close {
	float: right;
}
div.popup-calendar div.link-prev {
	float: left;
}
div.popup-calendar h3 {
	font-size: 1.3em;
	margin: 2px 0 5px 3px;
}
div.popup-calendar div.link-next {
	float: right;
}
div.popup-calendar div a {
	padding: 1px 2px;
	color: #000;
}
div.popup-calendar div a:hover {
	background-color: #000;
	color: #fff;
}
div.popup-calendar table {
	margin: 0;
}
div.popup-calendar table th, div.popup-calendar table td {
	background: #eee;
	width: 21px;
	height: 17px;
	text-align: center;
}
div.popup-calendar table td.inactive {
	color: #aaa;
	padding: 1px 0 0;
}
div.popup-calendar table th.weekend, div.popup-calendar table td.weekend {
	background: #f6f6f6;
}
div.popup-calendar table td a {
	display: block;
	border: 1px solid #eee;
	width: 19px;
	height: 15px;
	text-decoration: none;
	color: #333;
}
div.popup-calendar table td.today a {
	border-color: #aaa;
}
div.popup-calendar table td a.selected, div.popup-calendar table td a:hover {
	background: #333; 
	color: #fff;
}

/* --- Print version --- */

@media print {
body { background-color:#fff; }
.tdToolsTop, .tdLeft, .tdRight, .tdLanguageSelector, .tdPathRight, .tdBottomTools, .tdBottom, .top  { display: none; }
.tdContent { background-color: #fff; }
.iframeSearch, .formSearch, .divSearch, .tableSearch, .trSearch, .tdSearch, .inputSearch, .imgButton, .tdSearchAdv, .imgLine, .searchBox { display: none; }
}

