

/* Generel styles  */
html {
	overflow-y: scroll !important;
}
* {
	margin:0px;
	outline: none !important;
	font-family:Arial;
}

body.main {
	background-image: url(/images/bg_tapet.jpg);
}

.clear {
	clear: both;
}

.roundAll
{
  -moz-border-radius-topleft:2ex;
  -moz-border-radius-topright:2ex;
  -moz-border-radius-bottomright:2ex;
  -moz-border-radius-bottomleft:2ex;
  -webkit-border-top-left-radius:2ex;
  -webkit-border-top-right-radius:2ex;
  -webkit-border-bottom-right-radius:2ex;
  -webkit-border-bottom-left-radius:2ex;
}

/* Page stucture */
div#pageContainer
{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#pageHeadContainer
{
	height:165px;
	z-index:4;
	background-image: url(/images/headBG.gif);
}

div#pageLogoContainer
{
	background-image: url(/images/enjoylogo.jpg);
	background-repeat:no-repeat;
	background-position: 25px 32px;
	z-index: 20;
	width: 100%;
	height: 100px;
}

div#pageMenuContainer
{
	width: 800px;
	height: 25px;
	z-index: 20;
	padding-left: 30px;
	white-space:nowrap;
	margin-top: 20px;
}

div#pageCenterContainer
{
	margin-top: 0px;
}

div#centerTableMiddleTop
{
	height: 15px;
	background-image: url(/images/middleTopBG.gif);
}

table#centerTable
{
	background-image: url(/images/middleMiddleBG.gif);
}

div#leftTabContainer
{
	margin-left: 20px;
	margin-right: 25px;
	text-align: center;
}

.leftTabs
{
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	font-family: Arial;
}

.leftTabs:hover
{
	color: #cc3333;
}

a.menuTabs
{
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	font-family: Arial;
}

a.menuTabs:hover
{
	color: #cc3333;
}

div#leftTabContainer span
{
	margin-left: 4px;
	margin-right: 4px;
}

div#tabBody
{
	margin-left:23px;
	width: 185px;
	text-align: left;
	height: 260px;
	min-height: 260px;
}

div#centerTableMiddleBottom
{
	height: 10px;
	background-image: url(/images/middleBottomBG.gif);
}

#centerTableRight img
{
	margin-top: 20px;
}

div#pageFootContainer
{
	height:40px;
	margin-top: 0px;
	padding-top: 16px;
	background-image: url(/images/footBG.gif);
	background-repeat:no-repeat;
}

table#centerTable
{
	width: 100%;
}

table#centerTable td
{
	vertical-align: top;
	padding: 0px;
}