@media screen { /* To prevent PocketPC from loading the stylesheet */

.error-box {
  background-color: rgb(238, 247, 249);
  padding: 1em;
  
}
.error-box fieldset {
  border: 0;
  font-size: 90%;
}
.error-box fieldset legend {
  font-size: large;
  margin-bottom: .5em;
}

#rightcolumn ul.menu { /* Simple menu of items */
	list-style: none;
	list-style-image: none;
	padding:0;
	margin:0;
}
.countrybox {
   display: block;
   float: left;
   width: 14em;
}

.terminated {
	color: #333;
	background-color: #E0E0E0;
}

#recentlist {
	float:right;
	width:140px;
	clear:right;
	margin-top: 1em;
}

/* button-like5 link */
.test_button {
	background-color: #edf1e7;
	border: 2px outset #adc095;
	color: #455b6b;
	padding: 0.2em;
	margin-left: 2px;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none!important;
	white-space: nowrap;
	zoom: 98%;
}

.test_button:active {
	color: black;
	border: 2px inset #adc095;
}
a.test_button:hover {
	color: #b20d00;
	background-color: #e4f1bc;
}

.upload_data .test_button {
	display: block;
	float: right;
	margin-right: 0.5em;
	/*width: 8em;*/
	text-align: center;
	white-space: nowrap;
}

/* button-like link v2 */
.flat_button {
	background-color: #edf1e7;
	border: 1px solid #adc095;
	color: #455b6b;
	padding: 0.2em;
	margin-right: 2px;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none!important;
margin-left: 2px
}
.flat_button:active {
	color: black;
	border: 1px outset #ccc;
}
a.flat_button:hover {
	color: #b20d00 !important;
	background-color: #e4f1bc !important;
}
.upload_data .flat_button {
	display: block;
	float: right;
	margin-right: 0.5em;
	width: 8em;
	text-align: center;
}

.upload_data ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
}
.upload_data li {
	background: #FAFAFA;
	margin: 0.5em 0;
	padding: 0.5em;
	list-style: none !important;
	border: 1px solid #D3D3D3;
}
.upload_data li .lefted { 
	float: left;
}
.upload_data li span { 
	height: 0.6em;
	display: block;
	margin-top: 0.4em;
	clear: both;
}
.upload_data li p.nr { 
	height: 1.5em;
	width: 1em;
	text-align: center;
	padding:0 0.3em;
	border: 1px solid #ccc;
	font-weight: 700;
	margin: 0 0.2em 0 0;
	float: left;
}
.cleaner {
	clear: both;
}

/* The second row of tabs on a page */
#tabbedmenu-level-2 {
	float:left;
	width:100%;
	border-bottom: 1px solid #97AF79;
	font-size: 90%;
}
#tabbedmenu-level-2 ul {
	margin:0;
	padding:0px 10px 0 5px;
	list-style:none;
	line-height: 2em;
}
#tabbedmenu-level-2 li {
	float:left;
	border: 1px solid #97AF79; border-bottom: 0px solid #97AF79;
	margin:0 3px 0 0;
	padding:0px;
	white-space: nowrap;
}
#tabbedmenu-level-2 a {
	display: block;
	text-decoration: none;
	color: white;
	background-color: #97AF79;
	padding:0px 5px 0px 5px;
}
#tabbedmenu-level-2 a:hover {
	text-decoration: none;
}
#tabbedmenu-level-2 #currenttab-level-2 span, #tabbedmenu-level-2 #currenttab-level-2 a {
	display:block;
	text-decoration: none;
	color: #2A6495;
	background-color: white;
	padding:0px 5px 0px 5px;
}
#tabbedmenu-level-2 #currenttab-level-2 {
	border-bottom: 2px solid white;
}

/* Art 17 draft page - to be merged with the other styles */
table.sortable {
	border: 1px solid #999;
}
form {
	margin:0;
}
fieldset {
	padding: 0 10px;
}

fieldset .fieldset_div {
	padding: 10px 0;
	border:1px solid #f0f0f0;
}

.sub_row td {
	background-color: #fbfbfb;
}

.row_first td{
	border-top: 1px solid #bbbbbb;
	/*border-bottom: 1px solid #dddddd;*/
	padding-bottom: 6px;
}

.row_last td{
	border-bottom: 1px solid white;
	border-bottom: 1px solid #bbbbbb;
}
td {
	border-right: 1px solid #dddddd;
	vertical-align: middle;
}

.filter_box {
	float:right;
}


.noticeable {
        background-color: #EDF1E7;
}

.paginator {
	background-color:#F0F4F5;
	border:1px solid #E0E7D7;
	padding:0.2em 0.4em;
	margin: 0.4em 0.4em;
}

.paginator .selected {
	font-weight:bold;
	border: 1px solid black;
	background-color:#FFF;
	padding: 0.2em 0.2em;
	text-decoration: none;
	//font-size: 1.1em;
}

.paginator .navigation {
	margin-left: 2em;
}

.paginator .navigation .prevpage{
	margin-right: 0.3em;
}

.paginator .navigation .nextpage{
	margin-left: 0.3em;
}

.paginator .matchescount{
	float: right;
}
.zip_content ul {
	list-style-position: inside;
	margin-left: 1em;
	background-color: #F6F6F6;
}

.zip_content {
	margin-left: 1em;
}
.not-button,
.test_button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;    
    box-sizing: border-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    white-space: nowrap;
    text-overflow: clip;
    margin: 0!important;
}
td .not-button,
td .test_button {
    width: 66px;
}
.error-msg-lite {
  color: red;
}

.warning-msg-lite {
  color: yellow;
}

.info-msg-lite {
  color: royalblue;
}
.fb-regerror {
  color: #936CC9;
}

#legal-notice .legal-attribution-list {
  list-style-image: none;
  list-style-type: none;
  margin: 0.5em 0 0.5em 1.5em;
}

#legal-notice .label {
  font-weight: bold;
}

#legal-notice .license {
  font-weight: bold;
  text-decoration: underline;
}

#legal-notice .legal-attribution.example {
  font-style: italic;
}

#legal-notice p span {
  display: block;
}
}