body {
	padding: 0 2%;
	margin: 0;
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica,sans-serif, "MS sans serif";
}
.skiplink {
	display: none;
}
select, input {
	font-size: 90%;
}
fieldset legend {
	font-weight: bold;
	font-size: 0.9em;
	padding: 0 10px;
	color: #444;
}
#language {
	float: right;
	margin-right: 5px;
	width: 22em;
	display: inline;
	z-index: 100;
	position: relative;
	top: 0;
	left: 0;
}
#language label {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	padding: 5px 0 0 0;
	display: inline;
}
#language select {
	float: right;
	margin-top: 2px;
	margin-right: 1.4em;
}
* html #language select {
	font-size: 110% !important;
}
#language form {
	margin:0;
}
/* Remove the border around images */
a img {
	border: none;
}
a:link {
	color: #0061a2;
}
a:visited {
	color: #8e004d;
}
#wrapper {
	margin: 0; padding: 0;
}
#header {
	clear: both;
	height: 102px;
	border-top: 1px solid #4b5257;
}

#header a {	border: none;} #header a img {	border: none;	float: left;}
#logo {
	margin-right: 1em;
	margin-left: 0.5em;
	margin-top: 1em;
	vertical-align: middle;
}
#logobis {
	float: right;
	margin-right: 1em;
	margin-top: 1em;
	vertical-align: middle;
}
#breadcrumbtrail {
	clear:left;
	padding: 1px 0px 1px 1em;
	font-size: 0.8em;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #7d7d7d;
	border-bottom: 1px dotted rgb(143,167,113);
	line-height: 2.3em;
	background: #fff;
}
#breadcrumbtrail a {
	font-weight: bold;
	color: #888;
	text-decoration: none;
}
#breadcrumbtrail a:hover {
	font-weight: bold;
	color: black;
	text-decoration: underline;
}
#container {
	width: 100%;
	height: auto;
	margin: 0px auto;
	color: #333;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}
/* center part and content */
#middle_port {
	margin: 0 0  0 0.8%;
	padding: 0;
	width: 81%;
	float: left;
}
#center_content {
	float: left;
	width: 100%;
	background: #fff;
}

#middle_port h1 {
	background: #f2f2f2;
	color: #444;
	padding: 5px 0 0 5px;
	border-bottom: 4px solid #ccc;
	font-size: 1.5em;
	font-weight: normal;
}
#middle_port a:link {
	color: #0061a2;
}
#middle_port a:hover {
	color: #000;
}

#middle_port h2 {
	font-size: 110%;
	text-transform: uppercase;
	font-weight: normal;
}

#middle_port h2, #middle_port h3, #middle_port h4 {
	padding: 0.2em 0.4em;
}

#middle_port h2 a, #middle_port h3 a, #middle_port h4 a {
	color: white;
	background-color: #767676;
}

.center_portlet_content ul {
	list-style-type: none;
	margin: 0;
	padding: 0.2em 0 0.5em 2.4em;
}

.center_portlet {
	background: #fff;
}
.center_portlet .center_portlet_title {
	/*background-color: #dddddd;*/
	padding-left: 1em;
	line-height: 1.5em;
	margin-top: 0.5em;
	position: relative;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	border-bottom: 1px dashed #A0A0A0;
}
.center_portlet .center_portlet_content {
	/*border: 1px solid #dddddd;*/
	position: relative;
	line-height: 1.5em;
}
.center_portlet .center_portlet_content a {
	color: blue;
}

/* left side and left menu */
#left_port {
	margin: 0;
	padding: 0;
	width: 17%;
	float: left;
}

.left_portlet {
	/*background: #fff;*/
	padding: 0 0 0 0;
}
.left_portlet .left_portlet_title {
	border: 1px solid #ddd;
	background: #f3f3f3;
	padding: 0.8em 0.5em 0.8em 0.5em;
	text-transform: uppercase;
	font-size: 0.9em;
	font-family: Verdana, Arial, sans-serif;
}
.left_portlet .left_portlet_title a {
	text-decoration: none;
	font-weight: bold;
	color: #222;
}
.left_portlet .left_portlet_content {
}

.left_portlet ul {
	background: #fff;
	list-style-type: none;
	list-style-image: none;
	padding-left: 0;
	margin: 0 0 5px 0;
}
.left_portlet ul li{
	padding: 0.3em;
	color: #084173;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 90%;
	font-weight: bold;
	line-height: 100%;
	vertical-align: bottom;
	margin: 0px;
	border-top: 1px solid #fefefe;
	border-bottom: 1px solid #ddd;
	display: block; /* fix for IE peek-a-boo bug */
}
.left_portlet ul li:hover { 
	background: #f2f2f2;
}
.left_portlet ul li a {
	display:block;
	font-weight: normal;
	text-decoration: none;
	color: #44464B;
	padding: 3px 6px 3px 0;
	border: none;
	margin: 0px;
}
.left_portlet ul li a:hover {
	color: #000;
}


/*right side - menu and content*/
#right_port {
	margin: 0;
	padding: 0;
	width: 21%;
	float: left;
}
* html #right_port { 
	margin-left: 0.7%;
}

.right_portlet {
	float: left;
	margin: 0;
	padding: 0 0 10px 10px;
	width: 100%;
}
* html .right_portlet {
	width: auto;
}
.right_portlet .right_portlet_title {
	border-bottom: 1px solid #ccc;
	background: #f3f3f3;
	padding: 0.8em 0.5em 0.8em 0.5em;
	text-transform: uppercase;
	font-size: 0.9em;
	font-family: Verdana, Arial, sans-serif;
}
.right_portlet .right_portlet_content {
}

.right_portlet ul {
	background: #fff;
	list-style-type: none;
	list-style-image: none;
	padding-left: 0;
	margin: 0;
	border-bottom: 1px dotted #ccc;
}
.right_portlet li{
	padding: 0.3em;
	background: #fff;
	color: #084173;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 90%;
	font-weight: bold;
	line-height: 100%;
	vertical-align: bottom;
	margin: 0px;
	border-top: 1px solid #fefefe;
	border-bottom: 1px solid #ddd;
	display: block;
}
* html .right_portlet li{
	display: inline-block; /* fix for IE peek-a-boo bug */
}
.right_portlet ul li:hover { 
	background: #f2f2f2;
}
.right_portlet ul li a {
	display:block;
	font-weight: normal;
	text-decoration: none;
	color: #44464B;
	padding: 3px 6px 3px 0;
	border: none;
	margin: 0px;
}
.right_portlet ul li a:hover {
	color: #000;
}

#footer {
	clear: both;
	width: 100%;
	margin: 0px auto;
	color: black;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	text-align: left;
	vertical-align: middle;
	padding:0 0 0.5em 0;
	background: #eee;
	font-size: 0.8em;
}
#footer p {
	padding: 0.5em;
	margin: 0;
}
#footer p.righted {
	float: right;
}
#footer a {
	color: #333;
	padding: 0.3em;
}

#last_modified {
	margin: 1% 0% 1% 20%;
}
/* Tool ribbon start */

#toolribbon {
	height: 30px;
	width: 100%;
	font-size: 80%;
	color:#315076;
	background-color: #ffffff;
	border-bottom: 4px solid #6f7072;
}

#toolribbon label {
	display:inline-block;
	float: right;
	margin: 2px 10px;
	height: 16px;
	padding: 3px 0 1px 0;
	vertical-align: middle;
}

#toolribbon img {
	vertical-align:middle;
}

#toolribbon a {
	display:inline-block;
	height: 16px;
	color: #000;
	background-color: #ffffff;
	text-decoration: none;
	vertical-align: middle;
	padding: 3px 0.5em 1px 0.5em;
	border-right: 1px dotted #6f7072;
}
#toolribbon input {
	vertical-align:middle;
	margin: 0;
	padding: 0;
}

#lefttools {
	float:left;
	height: 20px;
	padding: 4px 0.5em;
	text-align:left;
	vertical-align: middle;
}
#topnav {
	float:right;
	width:70%;
	height: 20px;
	padding: 4px 0.5em;
	text-align:right;
}
#topnav ul {
	padding:0;
	margin: 0.3em 10px 0 0;
	display: inline; 
	list-style-type: none;
	float: right;
}
#topnav li {
	padding: 0;
	margin: 0;
	display: inline;
	/*font-family: Arial, Helvetica, sans-serif;*/
}
#topnav li a {
	margin: 0; padding: 0 6px 0 4px;
}
#topnav ul.site_actions {
	margin-right: 3px;
}
#left_topnav {
	float:left;
	width:27%;
	height: 20px;
	padding: 4px 0.5em;
	text-align:left;
}
#left_topnav ul {
	margin:0;
	padding: 0.3em 0 0 0;
	display: inline; 
	list-style-type: none;
	float: left;
}
#left_topnav li {
	padding: 0 0 0 0;
	margin: 0;
	display: inline;
	/*font-family: Arial, Helvetica, sans-serif;*/
}
a#eealink {
	padding-left: 18px;
}
#search {
	float: right;
	padding:  0.1em 0 0 0;
	margin: 0;
	display: inline;
}
#search label {
	padding-left: 1.2em;
	color: #333;
}
* html #search label {
	margin-top: -1em;
}
* html #search input {
	font-size: 100% !important;
}
#search input {
	width: 19em;
	height: 13px;
}
/*#search input[type="submit"] {
	background: #d8d700 !important;
	border: 1px solid #1a171b !important;
	color: #333 !important;
	margin-right: 0.5em;
}*/
.search_btn {
	width: 3em !important;
	height: 16px !important;
	margin-right: 0.5em;
	text-align: center;
	border: 1px solid #333;
	background:#fff;
}
#search form {
	margin:0;
}

.page_title {
	color: #feffff;
	padding-left: 25px;
	padding-top: 20px;
	font-size: 200%;
	font-weight: bold;
	font-variant: small-caps;
}
.page_subtitle {
	color: #feffff;
	padding-left: 25px;
	font-weight: bold;
	font-size: 120%;
	margin: 0;
	padding-top: 0;
}


#menunav {
	font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
	width:100%;
	height: 2.3em;
	padding: 0;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	white-space: nowrap;
}
#menunav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#menunav li {
	float: left;
	position: relative;
	text-transform: uppercase;
	padding: 0 0.5em;
	border-right: 1px dotted #ffffff;
	color: #feffff;
	z-index: 11; /* Bug in IE6, IE7 */
}
* html #menunav li {
	width: 1.5em;
}
#menunav li a, #menunav li a:link, #menunav li a:visited {
	display: block;
	text-decoration: none;
	padding: 0.1em 0.5em;
	color: #feffff;
	height: 2.3em;
	line-height: 2.3em;
	font-weight: bold;
}
#menunav li a:hover {
	background: #fff;
	color: #000;
}

/* start EIONET - Like dropdown menus */
#dropdowns, #dropdowns ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#dropdowns li {
	float: left;
	position: relative;
	text-transform: uppercase;
	border-right: 1px dotted #ffffff;
	/*background-color: #00446a;*/
	color: #fff;
	z-index: 11; /* Bug in IE6, IE7 */
}

#dropdowns a:link, #dropdowns a:visited {
	display: block;
	text-decoration: none;
	padding: 0 0.5em;
	/*color: #fff;*/
}

#dropdowns ul {
	display: none;
	position: absolute;
	top: 1.5em;
	left: 0;
	background-color: #eee;
}

#dropdowns li > ul { /* For Opera and Firefox */
	top: auto;
	left: auto;
}

#dropdowns ul li {
	float: none;
	border-right: 0 none transparent;
	border-bottom: 1px dotted #000;
	background-color: #eee;
	text-transform: none;
	margin: 0;
	padding: 0;
	color: #fff;
}

#dropdowns li ul li a:link, #dropdowns li ul li a:visited {
	padding: 0.1em 0 0.1em 15px;
	color: #000;
	font-weight: normal;
}
#dropdowns li ul li a:hover {
	background-color: white;
}

#dropdowns li:hover ul, #dropdowns li.over ul {
	display: block;
}

/* End EIONET dropdown */

/* style for inputs submit&button */
/*input[type="submit"] {
	border: 1px solid #6f6f6f;
	height: 2em;
	font-size: 0.8em;
	background: url('input_bg.gif') repeat-x top left;
}*/

.page_title {
	font-size: 2em;
}
.page_subtitle {
}
.fieldset_div {
	margin: 5px 0px;
}
.message ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.information fieldset {
	background: #f0f5fb !important;
	border: 1px solid #cddff4;
	color: #3d8101;
}
.error fieldset {
	background: #f0f5fb !important;
	border: 1px solid #cddff4;
	color: #f40000;
}
.additem-left {
	background: url("arrow-right.gif") no-repeat top left;
	border: none;
	width: 25px;
	height: 25px;
}
.additem-right {
	background: url("arrow-left.gif") no-repeat top left;
	border: none;
	width: 25px;
	height: 25px;
}
.moveitem-up {
	background: url("arrow-up.gif") no-repeat top left;
	border: none;
	width: 25px;
	height: 25px;
}
.moveitem-down {
	background: url("arrow-down.gif") no-repeat top left;
	border: none;
	width: 25px;
	height: 25px;
}

/* Anchors */
a:link {
	color: #2a6495;
}

a:visited {
	color: #8e004d;
}

a:hover {
	color: #2a6495;
/*	background-color: #ebf0e5;
	text-decoration: underline; */
}

a:active {
	color: #f5821f;
}


dt {
	font-weight: bold;
}

dd {
	line-height: 1.5em;
	margin-bottom: 1em;
}

abbr, acronym, .explain {
	text-decoration:none;
	border-bottom: 1px dotted black;
	color: black;
	background-color: transparent;
	cursor: help;
}

q {
	font-family: Baskerville, Georgia, serif;
	font-style: italic;
	font-size: 120%;
}

code {
	font-family: Monaco, "Courier New", Courier, monospace;
	font-size: 120%;
	color: black;
	background-color: white;
	padding: 0 0.1em;
}

pre {
	font-family: Monaco, "Courier New", Courier, monospace;
	font-size: 100%;
	padding: 1em;
	color: black;
	background-color:  #eef7f9;
	overflow: auto;
}



.cleaner {
	clear: both;
}

/* extra styles from EIONET */
/* Tables */
/* Default are layout tables. We can not really style those. It would have too many side effects */
table {
	empty-cells: show;
}

td {
	line-height: normal; 
	text-decoration: none;
}

th {
	font-weight: bold; 
	line-height: normal; 
	padding: 0.1em 0.5em;
	text-decoration: none;
}
th a, th a:link, th a:visited {
	color: black;
}

table .number {
	text-align: right;
}
table .sum {
	font-weight: bold;
}
table .center {
	text-align: center;
}


/* Data tables */
.datatable caption {
	font-weight: bold;
}
.datatable th {
	text-align: center;
	background-color: #f6f6f6;
	font-weight: bold;
/*	border-top:    1px solid white;*/
	border-bottom: 2px solid white;
}
.datatable th.scope-row { /* IE6 doesn't understand [scope="row"] */
	text-align: right;
	vertical-align:top;
}
.datatable th[scope="row"] {
	text-align: right;
	vertical-align:top;
}

.datatable td, .datatable th  {
	margin:0;
	padding: 0.3em;
	vertical-align: top;
}
.datatable td {
/*	border-top:    2px solid #f6f6f6;*/
	border-bottom: 2px solid #f6f6f6;
}
/*
.datatable tr.zebraeven {
	background-color: #f6f6f6;
}
*/
/*
.datatable tr:hover, .datatable tr:hover th {
	background-color: #e4f1bc;
}
*/
table.datatable {
	border: 1px solid #b6b6b6;
	color: #666666;
	margin: 1em 0em;
}

/* Tables for arranging formulars */

table.formtable {
	border: 1px solid #315076;
	border-collapse: collapse;
}

.formtable th {
	vertical-align: top;
	text-align: right;
	border: none;
	background: transparent;
}

.formtable th.scope-col { /* IE6 doesn't understand [scope="col"] */
	text-align: left;
	border-bottom: 1px dotted #315076;
}

.formtable th[scope="col"] {
	text-align: left;
	border-bottom: 1px dotted #315076;
}

.formtable td  {
	vertical-align: top;
}



/* standard figure, used for articles and pages.
   can be floated left or right with additional 
   class figure-right or figure-left
 */

.figure, .figure-plus {
  font-size: x-small;
  text-indent: 0;
}
.figure-title, .figure-nr {
 font-weight: bold;
}
.figure-image {
text-align:center;
}
.figure-source-copyright {
text-align:right;
}

.figure-plus-container {
  padding: 0 6px 6px 0;
  background: transparent url(shadow.png) no-repeat bottom right;
  margin: 10px 5px 5px 10px;
  width:33%;
}

.figure-plus {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 0 0 -6px;
  padding: 4px;
}

/* floating left or right */
.figure-right {
  float: right;
  margin-left:6px; 
}

.figure-left {
  float: left;
  margin-right:6px; 
}

/* standard elements with shadow background */
.dropshadow, .figure, .thumbnail-right {
  padding: 0 6px 6px 0;
  background: transparent url(shadow.png) no-repeat bottom right;
  margin: 10px 5px 5px 10px;
}

/* standard elements which are shadowed and therefore moved up*/
.shadowed, .figure img, .thumbnail-right img {
  display: block;
  position: relative;
  background-color: #fff;
  margin: -6px 0px 0px -6px;
  border: 1px solid #a9a9a9;
  padding: 4px;
}

/* hover effect for images inside links */
.dropshadow img a:hover, .figure img a:hover, .thumbnail-right img a:hover {
  background-color: #e0e7d7;
  border: 1px solid #b20d00;
}

img.scaled {
  width: 100%;

}


#rightcolumn.quickjumps {
	width: 140px;
	padding: 0.5em 2em;
/*
	border: 1px solid #495b6b;
	background-color : #e5e2dc; 
*/
}
.quickjumps ul {
	list-style-image: url(bullet.gif);
	list-style-type: square;
	margin-left: 0;
	padding-left: 1.5em;
}
.quickjumps li {
	font-size: 80%; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	padding-bottom: 0.4em;
}
.quickjumps a, .quickjumps a:visited {
	text-decoration: none;
	color: #024176
}
.quickjumps h2 {
	background-color : #eef7f9;
	text-align: center;
	margin-bottom: 0;
	font-size: 110%;
}
.quickjumps p {
	border-top: 1px dotted black;
	margin-bottom: 0;
	margin-top: 0.5em;
}

/* The .operations is for the buttons to the right of the page */

.operations {
        background-color: white;
	margin: 0;
}
.operations h2 {
	color: black;
        font-weight: bold;
        background-color: transparent;
	font-family: verdana, helvetica, sans-serif;
	font-size: 120%;
	padding-left: 10px;
}

.operations ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

.operations li {
	font-size:.75em;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	line-height: 100%;
	white-space: nowrap;
}

.operations li a {
	display:block;
	font-weight: bold;
	color: #455b6b;
	text-decoration: none;
	background: url('button_right.gif') no-repeat;
	padding: 5px 0px 0px 10px;
	border-bottom: none;
	width: 170px;
	height: 22px;
}
.operations li a:hover {
	color: #b20d00;
	background-color: transparent;
}
.operations li a:active {
	color: #b20d00;
	background: url('button_right.gif') no-repeat;
}

.operations li.help a {
	background: url('button_right.gif') no-repeat;
}
.operations li.help a:active {
	background: url('button_right.gif') no-repeat;
}

/* The .operations is for the buttons to the right of the page */

#operations {
	float:right;
	background-color: white;
	margin: 0;
}
#operations h2 {
	color: black;
        font-weight: bold;
        background-color: transparent;
	font-family: verdana, helvetica, sans-serif;
	font-size: 120%;
	padding-left: 10px;
}

#operations ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

#operations li {
	font-size:.75em;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	line-height: 100%;
	white-space: nowrap;
}

#operations li a {
	display:block;
	font-weight: bold;
	color: #455b6b;
	text-decoration: none;
	background: url('button_right.gif') no-repeat;
	padding: 5px 0px 0px 10px;
	border-bottom: none;
	width: 170px;
	height: 22px;
}
#operations li a:hover {
	color: #b20d00;
	background-color: transparent;
}
#operations li a:active {
	color: #b20d00;
	background: url('button_right.gif') no-repeat;
}

#operations li.help a {
	background: url('button_right.gif') no-repeat;
}
#operations li.help a:active {
	background: url('button_right.gif') no-repeat;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white left center;
list-style-type: none;
padding-left: 22px;
margin-bottom: 3px;
font-size: 1.1em;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(misc_/SMAP/closed.gif) no-repeat left 1px;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
padding-left: 5px;
font-size: 1em;
cursor: default;
}
/* request role styles */
.request_role {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;

	padding-bottom: 1em;
	background: #fff;
}
.request_role h2 {	
	color: #669933;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.request_role div p {
	border: 1px solid #ddd;
	padding: 0.5em;
}	
.request_role .input_submit {
	padding: 0.2em 0.5em;
	border: 1px solid #ccc;
	background: #fafafa;
}
* html .request_role .input_submit {
	padding: 0 !important;
}
.request_role h3 {	
	color: #000;
	font-weight: bold;
	font-size: 1em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
* html .request_role form {
	padding: 0;
	margin: 0;
}
.request_role fieldset {
	margin: 0;
	padding: 0;
}
.request_role .existing_acc {
	border-top: 1px solid #eee;
	margin: 0;
	padding: 0;
}
.request_role .nonexisting_acc {
	margin: 0;
	padding: 2em 0 0 0;
}
.request_role .existing_acc p, .request_role .nonexisting_acc p {
	font-size: 0.9em;
	border: none;
	margin: 0;
	padding: 0.4em;
}
.request_role .existing_acc td, .request_role .nonexisting_acc td  {
	padding: 0.4em;
	font-size: 0.9em;
}
.request_role .existing_acc td input, .request_role .nonexisting_acc td input, .request_role .nonexisting_acc td textarea {
	margin-right: 0.3em;
	font-size: 1em;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
}
.request_role .existing_acc td input, .request_role .nonexisting_acc td input {
	height: 1.4em;
}
.request_role .mandatory {
	color: #990000;
}
.message-error {
	color: #f30;
}
.message-error fieldset {
	border: 1px solid #999 !important;
	color: #f40000;
}
.message-information {
	color: #77b81f;
}
.message-information fieldset {
	border: 1px solid #999 !important;
	color: #77b81f;
}

a.b_download {
float: right;
font-size: 0.70em;
font-size: normal;
text-decoration: none;
padding-right: 0.3em;
}


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

/* Switch to/from full screen mode */
#fs_hide {
	display: none;
}

#outer_wrapper_fs {
	background-image: none;
}

#topnav li #fs_show {
	background:transparent url(misc_/Naaya/fullscreenexpand_icon.gif) no-repeat scroll left center;
	padding:3px 0.5em 1px 16px;
}

.fullscreen #left_port {
	display: none;

}

.fullscreen #middle_port {
	width: 98.2%;
	margin-left: 0.8%;
}

.fullscreen #topnav li #fs_show {
	background:transparent url(misc_/Naaya/fullscreencollapse_icon.gif) no-repeat scroll left center;
	padding:3px 0.5em 1px 16px;
}

#addrole-form {
        clear: left;
        padding: 1em;
}