body {
 	margin: 0;
	font-family: Helvetica;
 	overflow-x: hidden;
 	-webkit-user-select: none;
 	-webkit-text-size-adjust: none;

	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: absolute;
	overflow-x: hidden;
	margin: 0;
	padding: 0 0 26px 0;
	left: 0;
	width: 100%;
	min-height: 419px;
	background-color: #FFFFFF;
}
body > .fullScreen {
	z-index: 1001;
	top: 0 !important;
	min-height: 389px;
	max-height: 389px;
	overflow: hidden;
}

body > .fullPage {
	top: 34px;
	min-height: 419px;
}
body[orient="landscape"] .fullScreen {
	min-height: 270px;
	max-height: 270px;
}
.autoHide {
	display: none;
}

/********************************************************************/
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/header_bkg.gif);

}
.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
A.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006699;
	text-decoration: none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	background-image: url(../images/footer_bkg.gif);

}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
A.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #006699;
	text-decoration: none;
}
/************************************************************************************************/
.button	{	
   /* Set a button to be a block so its height and width can be adjusted */
	display: block;		    
	
	/* Use the highest button height to ensure that text will vertically align on all buttons */
	line-height: 30px;	 
	
	/* A button will expand to the width of its parent cell if no width is specified */
	width: 40px;			
	
	font-size: 14px;
	font-weight: bold;
	font-family:Heveltica;
	color: #FFFFFF;
	
	text-decoration: none;
	text-align:center;
}
.MenuButton	{	
   /* Set a button to be a block so its height and width can be adjusted */
	display: block;		    
	
	/* Use the highest button height to ensure that text will vertically align on all buttons */
	line-height: 30px;	 
	
	/* A button will expand to the width of its parent cell if no width is specified */
	width: 70px;			
	
	font-size: 14px;
	font-weight: bold;
	font-family:Heveltica;
	color: #FFFFFF;
	
	text-decoration: none;
	text-align:center;
}
.white {
	margin: 3px auto;
	border-width: 0 14px 0 14px;
	color: black;
	
	/*  Put a 1 pixel blur white shadow below the button's text  */
	text-shadow: #fff 0px 1px 1px;	
	
	/* Note that the -webkit-border-image values are given as  0 14 0 14 and not 0px 14px 0px 14px */
	-webkit-border-image:url(../images/whiteButton.png) 0 14 0 14;
}
 /*  Builds a button using a 29x46 image */
.blue {
	margin: 3px auto;
	color: white;
	 /*  Put a 1 pixel blur black shadow below the button's text */
	text-shadow: #000 0px 1px 1px;
	
	/* The right and left borders are 14 pixels wide  */
	border-width: 0 14px 0 14px;	   
	
	
	/* The leftButton image is split into three. Both left and right sides are 14 pixels wide.  */
	/* The remaining 1 pixel is used for the middle part of the image.	 */
	/* The left and right sides will remain fixed while the middle part is scaling horizontally.  */
	-webkit-border-image:url(../images/blueButton.png) 0 14 0 14;	
}
/*	Builds a button using a 29x46 image */
.black {
	border-width: 0 14px 0 14px;
	color: white;
	
	/* Put a 1 pixel blur black shadow below the button's text */
	text-shadow: #000 0px 1px 1px;	
	-webkit-border-image:url(../images/grayButton.png) 0 14 0 14;
	margin: 3px auto;	
}
/*  Creates a button using a 18x30 image */
.blackLeft {
	margin: 3px auto;
	color: white;
	
	/* Put a 1 pixel blur black shadow below the button's text   */
	text-shadow: #000 0px 1px 1px;	 
	border-width: 0 5px 0 12px;
	
	
	/* -webkit-border-image divides the leftButton image into 2 corners and middle part.	*/
	/* The left corner is 12 pixels wide. The right corner is 5 pixels wide and the middle part is 1 pixel. */
	-webkit-border-image: url(../images/leftButton.png) 0 5 0 12;		
}
/* Creates a button using a 18x30 image */
.blackRight	{
	margin: 3px auto;
	border-width: 0 12px 0 5px;
	color: white;
	text-shadow: #000 0px 1px 1px;
	
	/* -webkit-border-image divides the rightButton image into three parts. */
	/* The right and left corners of the image are respectively 12 pixels and 5 pixels wide. */
	/* This leaves 1 pixel for the midlle part of the image.		*/
	-webkit-border-image: url(../images/rightButton.png) 0 12 0 5;
}
/************************************************************************************************/
.navBar {
	line-height: 40px;
	color: white;
	text-shadow: #000 0px 1px 1px;
	background: #CCCCCC url(../images/navbar_bkg.png) repeat-x;
	text-decoration: none;
	text-align:center;
}

.bigTextForm {
  position: relative;
  margin: 0;
  padding: 5px 10px;
  border-top: 1px solid #acbcde;
  border-bottom: 1px solid #005E96;
  background: #6d84b4 url(../images/bars.png) repeat-x 0 -401px;
}

.bigTextForm .label {
  display: block;
  margin: 2px 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-shadow: rgba(0, 0, 0, 0.6) 0 1px 0;
}

.bigTextForm textarea,
.bigTextForm input[type="text"],
.bigTextForm input[type="password"] {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  margin: 3px 0;
  padding: 5px 3px;
  font-family: inherit;
  font-size: inherit;
}

.bigTextForm textarea {
  height: 80px;
}

.bigButton {
  margin: 7px 0 8px 0;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
}

.optionMenu {
	line-height: 30px;
	color: black;
	font-weight: bold;
	text-shadow: #0001 0px 1px 1px;
	text-decoration: none;
	background: #EFEFEF;
}

.spacebar {
  background: url(../images/spacebar.png) repeat-x 0 -401px;
}


/************************************************************************************************/
