﻿a {
/*  margin: 3px; */
  text-decoration: none;
  cursor : pointer;
  color : Black;
}

body s{
  text-align:center;
}

table {
  border-collapse: collapse;
}


.pleasewait {
/*  position : absolute;
  width:800px;
  height: 100%;
  background-color:#000000;
  border:1px solid black;
  filter:alpha(opacity=30);
  opacity:0.3;
  z-index: 1;*/
}

.main {
  width: 800px;
  margin: 3px;
  font-family : "calibri";
  font-size : 14pt;
  /*height: 100%;*/
}

#banner {
	margin:0;
/*	background-image:url('banner-bg.gif'); */
	padding:10px 20px;
	height:50px!important;
	position:relative;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;	
}

div.userdetails {
	background-color:#ffffff;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	font-size:12px;
	padding:6px 12px;
	color:#5a5a5a;
	position:absolute;
	right:0px;
	top:0px;
}

div.userdetails span {
	cursor:pointer;
}

div.sitemodes {
	position:absolute;
	right:20px;
	bottom:8px;
/*	text-align:center; */
	width:420px;
	height:34px;
}

/*
div.sitemode {
	text-align:center; 
	background-color:#e7f3fa;
	color:#333;
	padding:6px 0px 0px 0px;
	margin:0px 4px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	box-shadow: 1px 1px 2px grey;
	-webkit-box-shadow: 1px 1px 2px grey;
	-moz-box-shadow: 1px 1px 2px grey;	
	font-size:14px;
	height:26px;
	width:80px;
	float:left;
}

div.selectedSiteMode {
	background-image:url('skins/ellserve/menu-item-on.gif');
	background-position:top left;
	color:#333;
}

div.sitemode:hover {
	background-image:url('skins/ellserve/menu-item-on.gif');
	background-position:top left;
	color:white;
}
*/

div.sitemode {
	text-align:center; 
	font-size:14px;
	float:left;
	margin: 0 4px 0 0;
}

.lefthandside {
  /*margin: inherit;*/
  width: 150px;	
  background-color: #FFC6D3;  
  /*height: 100%;*/
  float: left;
  clear: none;
}

.maincontent {
  /*margin: inherit;
  height: 100%;
  width: 638px;
  float: right;*/
  background-color: #FFFFFF;
}

.statusinfo {
  /*margin: inherit;
  background-color: #CCF8FF;*/
  width: 100%;

}


.content {
  /*margin: inherit;*/
  background-color: #91C8FF;
  width: 100%;
  /*height: 100%;*/
}

.Page {
  /*height: 100%;*/
  width: 100%;
}

#logoBox 
{
	position:relative;
	top:0px;
	left:295px;
	height: 80px;
	width: 210px;
	background-image:url('Widgets/Images/ellserveSimplyBetter-logo.png');
	background-repeat:no-repeat;
	background-position:center top;
}

#loginBox {
	margin: 0 auto;
    text-align: left; 
	/*position: relative;*/
	top: 20px;
	/*height: 220px;*/
	width: 800px;
	padding-top: 20px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	overflow:hidden;
	font-family:'Trebuchet MS', Helvetica, Arial, sans-serif;
    font-size :14px;	
}

#loginEntryArea 
{
	position:relative;
	/*top:100px;*/
	left:200px;
	width: 500px;
}

#loginEntryArea td
{
	padding: 4px;
}

div.jcarousel-contentholder 
{
	/*height: 32px;*/
}

.backgroundColour {
	background-color:#DAE8EF;
}

.oldWebsiteAddress {
  padding : 20px;
}