body
{
	margin: 0px;
	height: 100%;
	background-color: #6E6E6E;
}

.flockmodClient
{
	float: left;
	width: 100%;
	height: auto;
	position:absolute;
	top: -1%;
	bottom: 0.5%;
	overflow:hidden;
}

.bottomBar
{
	float: left;
	width: 100%;
	height: 10px;
}

.iFrameStyle
{
	width: 100%;
	height: 100%;
	z-index: 0;
}

#fastAccess{
	position: fixed;
	display: block;
/*	top: 0.2%; */
	left: 7.42%;
	height:150px;
	width: 541px;
	border-radius: 0px;
	z-index: 9;
	background-color: transparent;
	pointer-events:none;
	opacity:0.99;
}

#fastButton {
	position: absolute;
/*	top: 0.2%; */
	left:7.42%;
	height:3.84%;
	width:566px;
	border-radius: 0px;
	z-index: 8;
	background-color: #072C46;
	color: #ffffff;
	text-align: right;
	font-family: "Maven Pro", "Myriad Pro", Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight: bold;
	opacity:0.99;
}

@media screen and (min-width: 790px) and (max-width: 1013px) {

	@media screen and (min-height: 566px) {
		#fastAccess{ left: 0.62%; top:48px; }	/* 5+1b */
		#fastButton{ left: 0.62%; top:48px; height:3.1%; } }

	@media screen and (min-height: 590px) {
		#fastAccess{ left: 0.62%; top:60px; }	/* 5+1 */
		#fastButton{ left: 0.62%; top:60px; height:3.1%; } }
}

@media screen and (min-width: 1014px) and (max-width: 1333px) {

	@media screen and (min-height: 734px) {
		#fastAccess{ left: 0.73%; top:66px; }	/* 7b */
		#fastButton{ left: 0.73%; top:66px; height:3.1%; } }

	@media screen and (min-height: 758px) {
		#fastAccess{ left: 0.73%; top:78px; }	/* 7 */
		#fastButton{ left: 0.73%; top:78px; height:3.1%; } }
}

@media screen and (min-width: 1334px) and (max-width: 1589px) {

	@media screen and (min-height: 732px) {
		#fastAccess{ left: 4.09%; }	/* 55+1b */
		#fastButton{ left: 4.09%; } }

	@media screen and (min-height: 756px) {
		#fastAccess{ left: 2.6%; }	/* 35 */
		#fastButton{ left: 2.6%; } }
}

@media screen and (min-width: 1590px) and (max-width: 1909px) {

	@media screen and (min-height: 765px) {
		#fastAccess{ left: 9.68%; }	/* 155+1b */
		#fastButton{ left: 9.68%; } }

	@media screen and (min-height: 789px) {
		#fastAccess{ left: 8.5%; }	/* 136 */
		#fastButton{ left: 8.5%; } }

	@media screen and (min-height: 866px) {
		#fastAccess{ left: 4.5%; }	/* 72b */
		#fastButton{ left: 4.5%; } }

	@media screen and (min-height: 890px) {
		#fastAccess{ left: 3.18%; }	/* 51+1 */
		#fastButton{ left: 3.18%; } }
}

@media screen and (min-width: 1910px) and (max-width: 2500px) {

	@media screen and (min-height: 955px) {
		#fastAccess{ left: 8.22%; }	/* 158+1b */
		#fastButton{ left: 8.22%; } }

	@media screen and (min-height: 979px) {
		#fastAccess{ left: 7.18%; }	/* 138... C989-965... F985-959 */
		#fastButton{ left: 7.18%; } }

	@media screen and (min-height: 1070px) {
		#fastAccess{ left: 5.74%; }	/* 62+1f */
		#fastButton{ left: 5.74%; } }
}

#topBar {
	position: absolute;
	top:0px;
	left:0px;
	height:4.03%;
	width:710px;
	border-radius: 0px;
	z-index: 7;
	background-color: transparent;
	opacity:0.99;
}

.fastAccess2 {
	height:100%;
	width:100%;
	border-radius: 0px;
	background-color : transparent;
	pointer-events:auto;
}

.yui-panel-container,.yui-module,.yui-overlay
{
	background-color: gray !important;
}

.helpBar
{
  float: left;
  z-index: 5;
  position: absolute;
  bottom: 0px;
  right: 18px;
  width: 265px;
  height: 30px;
a:link {color:#cd2727;}
  body {color:#252B26;}
  font-size: 13px;
  margin: 0;
  font-family: "Maven Pro", "Myriad Pro", Arial, Helvetica, sans-serif;
  font-weight: bold;
  background-color: #EBFBEC;
  a:link {color:#cd2727; text-decoration:none;}      /* unvisited link */
  a:visited {color:#cd2727; text-decoration:none;}  /* visited link */
  a:hover {color:#eb4747; text-decoration:none;}  /* mouse over link */
  a:active {color:#eb4747; text-decoration:none;}  /* selected link */
  ::-moz-selection { 
  background-color: #D08F8F; 
  color: #ffffff;
  }
  ::selection {
  background-color: #D08F8F;
  color: #ffffff;
  }
}

#imageFrame
{
    position: fixed;
    width: 700px;
	height: 55px;
	top: 0.3%;
	left: 0%;
	background: gray;
    display: block;
    z-index: 100001;
}