/* zbglobal_style.css */

body {
	background-color: #a6b9e1;
	font-family: verdana, arial;
	font-size: 12px;
	text-align: center;
}

crightbody,td,th {
	color: #666666;
}

a:link {
	color: #6699cc;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ff6666;
}
a:hover {
	text-decoration: underline;
	color: #6699CC;
}
a:active {
	text-decoration: none;
	color: #ff6666;
}

.font_9px  {font-size: 9px}
.font_11px {font-size: 11px;}
.font_12px {font-size: 12px;}

.color_red   {color: #FF0000; }
.color_white {color: #FFFFFF; }
.color_1 	 {color: #5887C5; }

.style4 {color: #6699cc}
.style6 {color: #5887C5}
.style7 {color: #5887C5; font-size: small; }
.style8 {color: #FFFFFF; font-size: 11px; }

input.btn {
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	background-color: #DFDFFF;
	color: #5887c5;
	border: 1px outset #DFDFFF;
}

input.level1btn {
	font-size: 12px;
	padding: 4px;
	background-color: #5887c5;
	color: #ffffff;
	border: 1px outset #DFDFFF;
}

#container {
	position: relative;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;	
	/* background-color: #5887c5; */  /* dark blue */
	background-color: #666666;
	text-align: left;	
}
html > body #container {
	width: 790px;
}

#greenbackground {
	/* background-color: #d6df3e; */
	background-color: #cccccc;
	width: 790px;
	padding: 10px;
}
html > body #greenbackground {
	width: 770px;
}

#whitebackground {
	background-color: #ffffff;
	width: 770px;
}

#hdr {
	width: 770px;
	height: 100px;

	z-index: 3;

	background-color: #ffffff;
	/* border-bottom: 10px solid #d6df3e; */
	border-bottom: 10px solid #cccccc;
}
html > body #hdr {
	height: 90px;
}

#menu {
	float: left;
	background-color: #ffffff;
}

#main {
	width: 572px;
	float: right;
	background-color: #ffffff;
	/* border-left: 8px solid #d6df3e; */
	border-left: 8px solid #cccccc;
	
	position: relative;
}
html > body #main {
	/* width: 572px; */
}

#footer_clear {
	width: 770px;
	height: 0px;
	z-index: 3;

	clear: both;
}

#footer {
	width: 790px;
	height: 18px;
	padding: 5px;

	/* background-color: #5887C5; */
	background-color: #666666;
}
html > body #footer {
	width: 780px;
	height: 8px;
}

#content {
	/* float: right; */
	/* margin-left: 205px; */
	/* border: 1px solid #000000; */
	/* background-color: #ffffff; */
}

#content hr {
	color: #5887c5;
	background-color: #5887c5;
}

#header_1jpg {
	position: absolute;
	left: 595px;
	top: 15px;
	width: 190px;
	height: 90px;
	z-index: 3;
}

#level1_jpg {
	position: absolute;
	left: 595px;
	top: 15px;
	width: 190px;
	height: 90px;
	z-index: 3;
}

.hdrlogo {
	background-color: #FFFFFF;
	height: 85px;
	width: 190px;
	z-index: 4;
	left: 20px;
	top: 20px;
}
.hdrlogo-tag {
	background-color: #FFFFFF;
	width: 550px;
	height: 90px;
	z-index: 4;
	left: 20px;
	top: 20px;
}
.hdrlogo-zb {
	background-color: #FFFFFF;
	height: 35px;
	width: 200px;
	/* position: absolute; */
	z-index: 5;
	left: 210px;
	top: 48px;
}
.hdrtag {
	background-color: #FFFFFF;
	height: 85px;
	width: 350px;
	/* position: absolute; */
	z-index: 4;
	left: 210px;
	top: 20px;
	background-image: url(/fileadmin/template/main/images/home/zbglobalhdrtag.jpg);
	background-repeat: no-repeat;
}
.searchbtn {
	background-color: #FFFFFF;
	height: 25px;
	width: 44px;
	position: absolute;
	z-index: 5;
	left: 548px;
	top: 26px;
}
.hdrlogin {
	background-color: #f2f5f7;
	background-image: none;
	text-align: center;
	height: 25px;
	width: 160px;
	border: 1px solid #5a87c5;
	position: absolute;
	z-index: 5;
	left: 615px;
	top: 25px;
}
.hdrlogin input.noborder {
	margin-top: 3px;
	border: 0;
}

#hdrloginbtn {
	background-color: #F2F5F7;
	height: 25px;
	width: 60px;
	/* border: 1px solid #5887C5; */
	position: absolute;
	z-index: 5;
	left: 713px;
	top: 74px;	
}
#hdrloginbtn img {
	border: none;
}

.hdrtitle {
	background-color: #FFFFFF;
	height: 45px;
	width: 600px;
	/* position: absolute; */
	z-index: 4;
	left: 55px;
	top: 55px;
}
.hdrlogout {
	background-color: #FFFFFF;
	height: 20px;
	width: 45px;
	z-index: 4;
	left: 740px;
	top: 90px;
}
#header_video  {
	z-index: 9;
position: absolute; 
	left: 320px;
	top: 15px;
	height: 90px;
	width: 460px;
}




#menutitle {
	top: 120px;
	left: 15px;
	width: 190px;
	height: 20px;
	
	z-index: 3;

	background-color: #5887C5;
	padding-top: 2px;
	padding-left: 2px;
	font-size: 12px;
	color: #FFFFFF;
}
html > body #menutitle {
	width: 188px;
	height: 18px;
}

#menutitle a {
	color: #ffffff;
}
#menutitle a:hover {
	color: #d6df3e;
	text-decoration: none;
}

.menuarea {
	width: 185px;
	height: 440px;
	background-color: #FFFFFF;
	overflow: scroll;
	z-index: 3;
	left: 15px;
	top: 140px;
}
.menuarea2 {
	width: 260px;
	height: 430px;
	background-color: #FFFFFF;
	overflow: scroll;
	z-index: 3;
	left: 16px;
	top: 140px;
}
.cresourcetitle {
	width: 260px;
	height: 20px;
	z-index: 3;
	background-color: #5887C5;
	left: 15px;
	top: 515px;
}
.cresourcearea {
	width: 260px;
	height: 35px;
	background-color: #FFFFFF;
	z-index: 3;
	left: 15px;
	top: 535px;
}

#elementtitle {
	width: 565px;
	height: 20px;
	top: 122px;
	z-index: 3;
	background-color: #5887C5;
	
	padding-top: 3px;
	padding-right: 5px;
	font-size: 11px;
	color: #FFFFFF;
	float: left;
}
html > body #elementtitle {
	height: 17px;
}

#toolbar1 {
	text-align: left;
	float: left;
}

#toolbar2 {
	text-align: right;
	float: right;
}

#elementtitle a {
	color: #ffffff;
}
#elementtitle a:hover {
	color: #d6df3e;
	text-decoration: none;
}

.elementtitle2 {
	width: 500px;
	height: 20px;
	z-index: 3;
	background-color: #5887C5;
	left: 285px;
	top: 250px;
}
.elementduration {
	width: 135px;
	height: 20px;
	z-index: 3;
	background-color: #5887C5;
	left: 650px;
	top: 120px;
}
.elementarea {
	background-color: #FFFFFF;
	height: 440px;
	width: 575px;
	/* position: absolute; */
	z-index: 3;
	left: 210px;
	top: 140px;
}
.elementarea2 {
	width: 500px;
	height: 110px;
	z-index: 3;
	background-color: #FFFFFF;
	left: 285px;
	top: 140px;
}
.elementarea3 {
	width: 500px;
	height: 300px;
	z-index: 3;
	background-color: #FFFFFF;
	left: 285px;
	top: 270px;
	border: 1px solid #000000;
}
.togotitle {
	background-color: #5887C5;
	height: 20px;
	width: 355px;
	/* position: absolute; */
	z-index: 3;
	left: 285px;
	top: 515px;
}
.togoarea {
	background-color: #FFFFFF;
	height: 35px;
	width: 355px;
	/* position: absolute; */
	z-index: 3;
	left: 285px;
	top: 535px;
}
.cnavtitle {
	width: 135px;
	height: 20px;
	z-index: 3;
	background-color: #5887C5;
	left: 650px;
	top: 515px;
}
.cnavarea {
	background-color: #FFFFFF;
	height: 35px;
	width: 135px;
	/* position: absolute; */
	z-index: 3;
	left: 650px;
	top: 535px;
}
.hdrclientlogo {
	width: 100px;
	height: 50px;
	z-index: 4;
	background-color: #FFFFFF;
	left: 680px;
	top: 20px;
}

.mainpic {
	width: 575px;
	height: 155px;
	top: 120px;
	left: 210px;
	
	z-index: 9;
	background-color: #669900;
	border: 1px solid #000000;
}

#midlinemenu {
	width: 575px;
	height: 20px;
	top: 275px;
	left: 210px;
	z-index: 3;
	background-color: #5887C5;
	padding-top: 3px;
}
html > body #midlinemenu {
	/* height: 24px; */
	/* margin-top: 4px; */
}

#midlinemenu a {
	color: #ffffff;
}
#midlinemenu a:hover {
	color: #d6df3e;
	text-decoration: none;
}

#header_2jpg {
	width: 572px;
	height: 96px;	
}

html > body #header_2jpg {
	height: 96px;
}

#home_content {
	position: relative;
	width: 572px;
	height: 380px;
}

html > body #home_content {
}

#home_left {
	border-right: 5px solid #666666;
	position: absolute;
	left: 0;
	top: 0px;
	width: 241px;
	height: 380px;
	margin: 0 auto;
}

html > body #home_left {
}

#home_right {
	position: absolute;
	right: 0;
	top: 0px;
	width: 326px;
	height: 380px;
}

html > body #home_right {
}

table.home_buttons {
	border-spacing: 7px;
	margin-top: 5px;
	margin-left: 10px;
}
html > table.home_buttons {
	margin-top: 0px;
	margin-left: 8px;
}

table.home_buttons td {
	padding: 6px;
}

#home_video {
	width: 241px;
	height: 286px;
	float: left;
	/* padding: 2px; */
	border-right: 5px solid #5887c5;
}
html > body #home_video {
	/*
	width: 236px;
	height: 282px;	
	*/
	/* margin-top: 15px; */
}
/* effing ie */

#home_webcasts {
	width: 241px;
	height: 124px;
	float: left;
	/* padding: 2px; */
	clear: left;
	
	text-align: center;
	vertical-align: middle;
	
	border-right: 5px solid #5887c5;
}
html > body #home_webcasts {
	/* 
	width: 232px;
	height: 120px;
	*/
	margin-top: 15px;
}

#home_quote {
	width: 286px;
	height: 286px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 65px;
	vertical-align: middle;
	float: right;
}
html > body #home_quote {
	width: 270px;
	height: 250px;
	margin-top: 35px;
	margin-right: 20px;
	margin-bottom: 75px;
}

#home_extra {
	width: 286px;
	height: 56px;	
	vertical-align: bottom;
	text-align: center;
	float: right;
}
html > body #home_extra {
	/* width: 270px; */
	/* height: 40px; */
	/* margin-right: 20px; */
}

#level1area {
	width: 565px;
	z-index: 3;
	float: right;
}
html > body #level1area {
	/* width: 560px; */
}

.level1pic {
	width: 136px;
	height: 122px;
	
	/* background-color: #F2F5F7; */
	/* border: 1px solid #5887C5; */
	z-index: 5;
	float: left;
	margin: 8px;
}
html > body .level1pic {
	width: 120px;
	height: 104px;
}

.level1info {
	width: 370px;
	height: 122px;
	background-color: #F2F5F7;
	border: 1px solid #5887C5;
	z-index: 5;
	float: right;
	margin: 8px;
}
html > body .level1info {
	width: 354px;
	height: 122px;
}

.level1divider {
	width: 565px;
	height: 20px;
	z-index: 5;
	background-color: #5887C5;
	clear: both;
}
html > body .level1divider {
	/*
	margin-left: -7px;
	width: 572px;
	*/
}

.level1desc {
	width: 350px;
	height: 84px;
	padding: 4px;
}
html > body .level1desc {
	width: 340px;
	height: 74px;
}

.level1desc h4 p {
	/* padding: 0; */
}

.level1btns {
	height: 30px;
	width: 350px;
	text-align: center;
	margin-top: 4px;
	padding-top: 4px;
}
html > body .level1btns {
	padding: 5px;
}

#level1area .level1btns a {
	/* padding: 5px; */
	/* border: 1px solid #FFAAFF; */
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
}

#level1area .level1btns a:link {
	background-color: #5887c5;
	padding: 5px;
}
#level1area .level1btns a:visited {
	background-color: #5887c5;
	padding: 5px;
}
#level1area .level1btns a:hover {
	background-color: #5887c5;
	color: #d6df3e;	
	padding: 5px;
}
#level1area .level1btns a:active {
	background-color: #5887c5;
	padding: 5px;
}

form.inline {
	display: inline;
}

#level2info {
	left: 120px;
	padding: 5px;
}
#level2info ul li {
	margin-left: 10px;
}

.level2info {
	width: 550px;
	height: 395px;
	z-index: 5;
	left: 230px;
	top: 160px;
	overflow: scroll;
}

#demo {
	height: 30px;
	width: 395px;
	z-index: 6;
	left: 405px;
	text-align: center;
}

#demo a.demolinks {
	padding: 5px;
	border: 1px solid #FFAAFF;
	background-color: #5A87C5;
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	color: white;
}

#demo a.demolinks:hover {
	background-color: #0099FF;	
}
#evideo {
	position: absolute;
	left: 90px;
	top: 275px;
	width: 375px;
	height: 230px;
	z-index: 3;
}
html > body #evideo {
	left: 95px;
	top: 280px;
}


#demovideo_x {
	background-color: #F2F5F7;
	width: 550px;
	height: 395px;
	border: 1px solid #5887C5;
	z-index: 5;
	left: 230px;
	top: 160px;
	/* overflow: scroll; */
}
#demovideo {
	background-color: #FFFFFF;
	height: 440px;
	width: 575px;
	overflow: scroll;
	z-index: 3;
	left: 210px;
	top: 140px;
}

#demoinfo {
	background-color: #F2F5F7;
	height: 120px;
	width: 395px;
	border: 1px solid #5887C5;
	z-index: 5;
	left: 138px;
	top: 250px;
	float: right;
	margin: 8px;
}

#demoinfo{
	font-size: 10px;
}

.tx-flvplayer-pi1 {
	left: 148px;
}

.Xcright {
	background-color: #5887C5;
	height: 16px;
	width: 155px;
	position: absolute;
	z-index: 3;
	left: 15px;
	top: 582px;
	text-align: left;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	color: #d6df3e;
	/* text-decoration: none; */
}
#footer_copy {
	text-align: left;
	float: left;
}
#footer_links {
	text-align: right;
	float: right;
}

.w3cvalid {
	text-align: right;
	padding: 5px;
}

h2 {
	font-size: 120%;
	padding: 0;
	margin: 0;
}	

h4 {
	font-size:95%;
	padding: 0;
	margin: 0;
	background-color: transparent;
}	

.imgtext-nowrap {
	padding-left: 14px;
}

html > body .imgtext-nowrap {
	padding-top: 8px;
	padding-left: 4px;
}


/* ******************************************** */
/* navigation.css */

/* Menu 1 column */
#menu_1 {	
	width: 190px;
	top: 140px;	
	left: 15px;
	z-index: 3;
	
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #9966cc;
}
html > body #menu_1 {
	width: 190px;
}

#menu_1 DIV {
	/* width: 95%; */
}
#menu_1 DIV A {
	text-decoration: none;
	color: #5887c5;
}
#menu_1 DIV A:hover {
	text-decoration: underline;
}

/*  MENU 1, level 1, normal state (NO) */
#menu_1 DIV.menu1-level1-no {
  border-bottom: 1px dotted #999999;
  font-size: 12px;
  padding-top:5px;
  padding-left:5px;
}
/*  MENU 1, level 1, active state (ACT) */
#menu_1 DIV.menu1-level1-act {
  border-bottom: 1px solid #999999;
  font-weight:bold;
  font-size: 12px;
  padding-top:5px;
  padding-left:5px;

  background-color: #eeeeee;


}
#menu_1 DIV.menu1-level1-act A {
  /* # color:black;*/
  color: #5887c5;
}

/*  MENU 1, level 2, normal state (NO) */
#menu_1 DIV.menu1-level2-no {
  font-size: 11px;
  padding-top:3px;
  padding-left:20px;
}
/*  MENU 1, level 2, active state (ACT) */
#menu_1 DIV.menu1-level2-act {
  font-size: 11px;
  font-weight:bold;
  padding-top:3px;
  padding-left:20px;
}

/*  MENU 2, level 1, general for all table cells: */
#menu_2 TD {
  background-color: #333366;
  width: 10%;
  text-align: center;
  padding: 2px 2px 0px 2px;
}
#menu_2 TD A {
  color: white;
  font-size: 11px;
  font-family: verdana, arial;
  text-decoration: none;
}
#menu_2 TD A:hover {
  text-decoration: underline;
}
#menu_2 TD.oddcell {
  background-color: #666699;
}
#menu_2 TD.menu2-level1-act {
  background-color: #88292A;
}

#menu_1 ul li {
	padding: 10px;
}

/*
p {
color: #ff0000;     works in all
*color: #00ff00;     targets IE6 and IE7
_color: #0000ff;     targets IE6, not read by IE7
}
*/

/* EOF: zbglobal_style.css */
