/**
 * FOURJS_START_COPYRIGHT(D,2010)
 * Property of Four Js*
 * (c) Copyright Four Js 2010, 2013. All Rights Reserved.
 * * Trademark of Four Js Development Tools Europe Ltd
 *   in the United States and elsewhere
 * 
 * This file can be modified by licensees according to the
 * product manual.
 * FOURJS_END_COPYRIGHT
 */
body {
	color: #6e6e6e;
	font-weight:normal;
	font-family:Verdana, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#pages div.hidden {
	display: none;
}

#pages div.visible {
	display: inherit;
	padding-left: 10px;
}

#header {
	background-image: url("./background_header.png");
	background-repeat:repeat-x;
	min-width:840px;
	height:102px;
}

#design {
	background-image: url("./design2.png");
	background-repeat:no-repeat;
	min-width:840px;
	height:102px;
	background-position: right;
}

#logo {
	height:68px;
}

.gray_title {
	color: #474747;
	font-size:large;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 20px;
}

.gray_text {
	color: #6e6e6e;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 10px;
}

a {
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a {
	outline:none;
}



#navigation {
	padding-left:70px;
}

#menu {
	float:left;
	margin:0 auto;
	padding:0;
	height:34px;
	width:560px;
	display:block;
	background: transparent url('./topMenuImages2.png') repeat-x;
}

#menu li {
	padding:0;
	margin:0;
	list-style:none;
	display:inline;
}

#menu li a {
	float:left;
	padding-left:15px;
	display:block;
	color:rgb(255,255,255);
	text-decoration:none;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	cursor:pointer;
	background:url('./topMenuImages2.png') 0px -34px no-repeat;
}

#menu li a span {
	line-height:34px;
	float:left;
	display:block;
	padding-right:20px;
	background:url('./topMenuImages2.png') 100% -34px no-repeat;
}

#menu li a span img {
   text-align: center;
   vertical-align: middle;
}

#menu li a:hover {
	background-position:0px -74px;
	color:rgb(71,71,71);
}

#menu li a:hover span {
	background-position:100% -74px;
}

#menu li a.active,
.menu li a.active:hover {
	background:url('./topMenuImages2.png') 0px -114px no-repeat;
	color:rgb(71,71,71);
}

#menu li a.active span,
.menu li a.active:hover span {
	background:url('./topMenuImages2.png') 100% -114px no-repeat;
}


#page1 {
	border: 0;
	width: 900px;
	padding:20px;
	text-align: left;
	vertical-align: top;
}


#dynContent2 {
	border: 0;
	width: 900px;
	height: 800px;
	padding:20px;
}

#dynContent3 {
	border: 0;
	width: 900px;
	height: 800px;
	padding:20px;
}


.reloadButton {
  position: fixed;
  top: 200px;
  left: 950px;
  color: white;
  background-color:#8f47a0;
	font-weight:bold;
  border: 2px solid #6e6e6e;
  padding: 5px;
  z-index: 10000;
}
