@import "../pepperio/screen.css";

label
{
 font:inherit;
}
input
{
	border-bottom-style:inset;
}
.login
{
	width:160px;
	position:absolute;
	top:250px;
	left:0px;
}
.msg
{	
	font-family:Arial Narrow;
}
.hide
{
	display:none;
}
.account
{
}
.password
{
}
.submit
{
}
#logon_succes
{
	color:Green;
}
#logon_form
{	
	background:#f0f0f0;
}
#logon_panel
{
         height:160px:
}
#logon_error
{
	color:Red;
}
#logout
{
}




/**
* CSS for Mocha UI
* Copyright: Copyright (c) 2007-2008 Greg Houston, <http://greghoustondesign.com/>
* License: MIT-style license.
*/   

/* Mocha UI */

html, body {
	height: 100%;
	overflow: auto;
}		

body {
	margin: 0;
	background: #fff;
}

#desktop {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 750px;
	height: 100%;
	min-height: 100%;	
	overflow: hidden;
	cursor: default;
}			  				

#desktopHeader {
	background: #bebebe;
	padding: 0 0 1px 0;
}

#desktopTitlebarWrapper {
	position: relative;
	height: 35px;
	background: #eeeeef url(../images/bg-desktopTitlebar.gif) repeat-x;			
}
	
#desktopTitlebar {
	padding: 4px 8px 6px 8px;
	height: 23px;
}	
	
#desktopTitlebar h1 {
	margin: 0;
	padding: 4px 0 0 0;
	font-size: 18px;
	font-weight: bold;
	color: #ce1717;
}
	
#desktopTitlebar h1 .version {
	font-size: 12px;
	color: #555;
}		

/* Navbar */

#desktopNavbar {
	margin: 1px 0 0 0;
	background: #eeeeee;
	border: 1px solid #fff;
	height: 22px;
}

#desktopNavbar ul {	
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 12px;
}

#desktopNavbar li {
	float: left;			
}

#desktopNavbar a {
	display: block;
}	
	
#desktopNavbar ul li a {
	padding: 2px 11px 2px 9px;	
	color: #141414;
}

#desktopNavbar ul li a:hover {
	background-color: #ddd;
}

#desktopNavbar ul li a.arrow-right, #desktopNavbar ul li a:hover.arrow-right {
	background-image: url(../images/arrow-right.gif);
	background-repeat: no-repeat;
	background-position: right 6px;	
} 
	
#desktopNavbar li ul {
	padding: 2px;
	border: 1px solid #333;
	background: #fff;
	position: absolute;
	width: 158px;
	left: -999em;
	z-index: 8000;
}

#desktopNavbar li:hover ul ul,
#desktopNavbar li.ieHover ul ul,
#desktopNavbar li:hover ul ul ul,
#desktopNavbar li.ieHover ul ul ul {
	left: -999em;
}

#desktopNavbar li ul ul {
	margin: -22px 0 0 158px;
} 

#desktopNavbar li ul li div.check {
	position: absolute;
	top: 7px;
	left: 6px;
	width: 5px;
	height: 5px;
	background: #00CC33;
	overflow: none;
	line-height: 1px;
	font-size: 1px;
}

#desktopNavbar li ul li a {
	position: relative;
	padding: 1px 9px 1px 19px;
	width: 130px;
	color: #333;
}

#desktopNavbar li ul li a:hover {
	background: #eee;
}

#desktopNavbar li:hover ul,
#desktopNavbar li.ieHover ul,
#desktopNavbar li li.ieHover ul,
#desktopNavbar li li li.ieHover ul,
#desktopNavbar li li:hover ul,
#desktopNavbar li li li:hover ul {
      left: auto;
}

#desktopNavbar li:hover {
    position: static;
}

.divider {
	margin-top: 2px;
	padding-top: 3px;	
	border-top: 1px solid #ddd;
}	

#pageWrapper {
	position: relative;
	width: auto;
	height: 100%;
	overflow: auto;
}

#page {
	padding: 20px 20px;
}

.aside {
	width: 500px;
}

#sidebarWrapper {
	display: none;
	float: left;
	background: #bebebe;			
}

#sidebar {
	width: 230px;
	float: left;
	overflow: hidden;	
}

#sidebarContentWrapper {
	margin-right: 1px;
	background: #fff;
	border: 1px solid #fff;
	color: #141414;		
}

#sidebarContent {
	padding: 15px;
}

#sidebarHandle {
	float: left;
	position: relative;
	background: #eeeeef;
	border: 1px solid #fff;
	width: 4px;
	margin: 0 1px 0 0;
	cursor: e-resize;
	cursor: col-resize;
}

* html #sidebarWrapper {
	margin-right: -4px;
}

* html #sidebarHandle {
	margin-right: 1px;
}

.columnControlWrapper {
	position: absolute;
	left: -1px;
	top: 150px;
	border-top: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;		
}

.columnControl {
	background: #ddd;
	border: 1px solid #fff;
	width: 4px;
	height: 8px;
	cursor: pointer;
	font-size: 1px;
}

	
/* Windows */
	
div.mocha {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	overflow: hidden;	
}

div.mochaOverlay {
	position: absolute;
	top: 0;
	left: 0;	
}
	
div.mocha .mochaTitlebar {
	width: 100%;
	overflow: hidden;
}		
	
div.mocha .mochaTitlebar h3 {
	font-size: 12px;
	line-height: 15px;	
	font-weight: bold;
	margin: 5px 10px 4px 12px;
	padding: 0;
}
	
div.mocha .mochaTitlebar a {
	color: #333;
}

div.mocha .mochaToolbarWrapper {
	width: 100%;
	position: relative;
	height: 29px;
	background: #fff;	
	overflow: hidden;
	border-top: 1px solid #d9d9d9;
}

div.mocha .mochaToolbar {
	width: 100%;
	border-top: 1px solid #fff;
}

.toolbarTabs {	
	padding: 0 10px 2px 2px;
	background: #e4e4e4 url(../images/tabs.gif) repeat-x;
	background-position: left -60px;	
}

.tab-menu {
	padding-top: 1px;
	list-style:	none;
	margin: 0;
	padding: 0;
	line-height: 16px;
	font-size: 11px;	
}

.tab-menu li {
	display: block;
	float: left;
	margin:	0;
	background-color: #ebebeb;
	cursor: pointer;	
	background: url(../images/tabs.gif) repeat-x;
	background-position: left -30px;	
}

.tab-menu li.selected {
	background-color: #8caac7;
	background: url(../images/tabs.gif) repeat-x;
	background-position: left 0;	
}

.tab-menu li a {
	display: block;
	margin-left: 8px;
	padding: 6px 16px 5px 10px;
	text-align: center;
	font-weight: bold;
	color: #141414;
	background: url(../images/tabs.gif) repeat-x;
	background-position: right -30px;	
}

.tab-menu li.selected a {
	color: #141414;
	background: url(../images/tabs.gif) repeat-x;
	background-position: right 0;	
}	

div.mocha .mochaContentBorder {
	border-top: 1px solid #d9d9d9;	
	border-bottom: 1px solid #d9d9d9;
}
	
div.mocha .mochaContentWrapper { 
	font-size: 11px;
	overflow: auto;	
}
	
div.mocha .mochaContent {
	padding: 10px 12px;
}		

div.mocha .handle {
	position: absolute;
	background: #0f0;
	width: 3px;
	height: 3px;
	z-index: 2;
	opacity: .0;
	filter: alpha(opacity=0);
	-moz-opacity: .0;
	overflow: hidden;
	font-size: 1px; 
}

div.mocha .corner { 
	background: #f00;
	width: 10px;
	height: 10px;
}

div.mocha .cornerSE { 
	background: #f00;
	width: 20px;
	height: 20px;
}

.mochaCanvasHeader {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	z-index: -1;
	display: none;		
	overflow: hidden;			
}

.mochaControls {
	position: absolute;
	width: 52px;
	top: 8px;
	right: 8px;
	height: 14px;
	z-index: 4;
	background: transparent;		
}

.mochaCanvasControls {
	position: absolute;	
	top: 8px;
	right: 8px;	
	z-index: 3;
	background: transparent;		
}

.mochaMinimizeButton, .mochaMaximizeButton, .mochaCloseButton {
	float: right;
	width: 14px;
	height: 14px;
	font-size: 1px;	
	cursor: pointer;
	z-index: 4;
	background: #f00;	
	margin-left: 5px;		
}

.mochaMinimizeButton {
	margin-left: 0;		
}

.mochaMaximizeButton {	
}

.mochaCloseButton {		
}

.mochaLoadingIcon {
	position: absolute;
	bottom: 7px;
	left: 6px;	
}

.mochaIframe {
	width: 100%;
}  
	
/* Sliders */

.slider {
	clear: both;
	position: relative;
	font-size: 12px;
	font-weight: bold;
	width: 200px;
	margin-bottom: 15px;	
}

.sliderarea {
	position: relative;
	height: 6px;
	width: 200px;
	font-size: 1px;
	line-height: 1px;
	background: #dfdfdf;
	margin: 0;
	padding: 0;
}
 
.sliderknob {
	position: absolute;
	top: 0px;
	height: 6px;
	width: 13px;
	font-size: 1px;
	line-height: 1px;	
	background: #ce1717;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;	
	cursor: pointer;
	overflow: hidden;
}
	
.update {
	padding-bottom: 5px;	
}	
	
.clear {
	clear: both;
	height: 0;
}

*html .clear {
	height: 1%;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	visibility: hidden;
}
	
/* Modal Windows */
#modalOverlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #000;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	z-index: 2;
}

* html 	#modalOverlay {
	position: absolute;
}	

#modalFix {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	z-index: 9500;
}
	
iframe.zIndexFix {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	filter: mask();
	width: 100px;
	height: 100px;
	border: 1px solid transparent;
}

#dockWrapper{
	display: none;
	background: #bebebe;
	padding: 1px 0 0 0;
	width: 100%;	
}

#dock {
	position: relative;
	padding: 3px 15px 1px 15px;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #eeeeef;
	border: 1px solid #fff;
	min-height: 22px;
	height: auto;
   _height: 22px;
}

#dockWrapper.top {
	padding: 0 0 1px 0;	
}

.dockTab {
	float: left;
	font-size: 11px;
	position: relative;
	width: 120px;
	height: 20px;
	margin: 0 2px 2px 0;
	overflow: hidden;	
	cursor: pointer;		 
}

.dockText {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	text-align: left;
	padding: 1px 0 0 8px;
	width: 115px;
	height: 19px;
	overflow: hidden;
}			

#dockCanvas {
	position: absolute;
	top: 4px;
	left: 2px;
	z-index: 2;
}

#dockPlacement {
	position: absolute;
	top: 3px;
	left: 2px;
	width: 10px;
	height: 9px;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	background: #f00;
	cursor: pointer;
	z-index: 3;
}

#dockAutoHide {
	position: absolute;
	top: 13px;
	left: 2px;
	width: 10px;
	height: 9px;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	background: #f00;
	cursor: pointer;
	z-index: 3;
}

/* confirm */

a#yes,a#yes:link,a#yes:visited,
a#no,a#no:link,a#no:visited{
 display:block;
 float:left;
 padding:3px 10px;
 background-color:#CCC;
 border:1px outset #AAA;
 color:#000;
 margin-top:15px;
}

a#yes,a#yes:link,a#yes:visited{
 margin-right:10px;
}

/**
* standard xhtml styling
*/

body
{
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   background:url(body-background.jpg) repeat-x #FFF;
   line-height:1.3;
   color:#000;
}

body,ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,p
{
   margin:0;
   padding:0;
   font-weight:normal;
}

img
{
   border:0;
}

h1
{
   font-size:24px;
   color:#00928D;
}

h2
{
   font-size:20px;
   font-weight:bold;
   color:#0a468c
}

p
{
  font-size:16px;
}

a,
a:link,
a:visited
{
   color:#007872;
   font-weight:bold;
   text-decoration:none;
}

a:hover
{
   text-decoration:underline;
}

/**
* structural components
*/

#outer
{
   width:920px;
   margin:0 auto;
   background-color:#FFF;
   border-left:1px solid #ABABAB;
   border-right:1px solid #ABABAB;
   border-bottom:20px solid #ABABAB;
   padding-top:10px;
}

#content
{
   background:url(content-background.jpg) repeat-x top left;
   padding:401px 0 25px 38px;
   overflow:hidden;
   margin:0 10px;
}

/**
* header
*/

#headergateway
{
   background:url(header-background-gateway.png) no-repeat;
   height:95px;
   overflow:hidden;
   padding:0 21px;
   margin:0 10px;
}

#header h1,
#headergateway h1
{
   float:right;
   margin:5px 0 0 0;
}

/**
* Country selection (gateway page)
*/

ul#countryselection2
{
   display:block;
   height:35px;
   margin:40px 0 0 90px;
   background:url(../gateway/ul-countryselection-background.png) no-repeat;
   list-style:none;
}

ul#countryselection2 li
{
   float:left;
   width:30px;
   height:35px;
}

ul#countryselection2 a,
ul#countryselection2 a:link,
ul#countryselection2 a:visited,
ul#countryselection2 a:hover
{
   display:block;
   width:100%;
   height:100%;
   font-size:12px;
   text-decoration:none;
   font-weight:bold;
   text-indent:-9999px;
   
}

/**
* misc
*/

div.clear
{
   float:none;
   clear:both;
   height:1px;
   overflow:hidden;
}

/**
* footernav
*/

#footernav
{
   background:url(footernav-background.png) no-repeat;
   height:24px;
}
