/* xPhoneApp Demo CSS */

body {background: #fff;}

a.gen:link { text-decoration: none; color: #CC3333; }
a.gen:visited {text-decoration: none;color: #003366;}
a.gen:hover {text-decoration: underline;color: #ff0000;}


a.gen:active {text-decoration: none;color: #000000;}


A.menulink {
display: block;
width: 75px;
height:20px;
text-align: center;
text-decoration: none;
font-family:tahoma, verdana;
font-size:11px;
font-variant:small-caps;
color: #eeeeee;
BORDER: none;

padding:5px;
}

A.menulink:hover {
color: #003399;
background-color:#7CC8FD;
}
	
	
	


/* -------------intro/login page---------------------------------------------------------------------------*/


	
.introText { text-align:right; margin-right:30px;  padding-top:10px; font-family: verdana, helvetica;
						font-size: 8pt;
						color:#666666; }
.introContainer {width:275px;height:325px; float:right; border-left:3px dotted #cccccc; padding-top:20px;}
	

	
.greeting {font-family: garamond,trebuchet,arial;
					 font-size: 18pt; text-align:right;
					 color:#666666;}

td.labels {font-family: arial, verdana, helvetica;
					 font-size: 10pt; font-weight:bold; text-align:right;
					 color:#666666; padding-right:30px;}
					 
td.caption {font-family: arial, verdana, helvetica;
					 font-size: 7pt; text-align:right;
					 color:#6d6d6d; padding-right:30px;}
	
li {text-align:left; font-family: verdana, helvetica;
						font-size: 10pt;
						color:#666666;}
						
.editor {float:right; border:1px solid #666666;}
 
/*-----------------------end intro CSS--------------------------------------------------------------------*/


			
			
/* containers -----------------------------------------*/									

body.login {
	margin:0px 0px; padding:0px;
	text-align:center;
	background:#fff;
	}
	
.intro {
	width:600px;
	margin:200px auto;
	text-align:right;		
	z-index: 10;
	}	
	
body.center {
	margin:0px 0px; padding:0px;
	text-align:center;
	background:#fff;
	}
	
.pdf {float:left; z-index:20; width:18px; }

.menu {float:left; z-index:20;} 
	
/* -----------------------------------main page--------------------------------------------------------

.menu {text-align:left; padding:10px 10px 10px 20px; font-family: verdana, helvetica; border-right: 1px dotted #666666;
			 width:125px;	height: 600px; font-size: 10pt;	color:#666666; }
			 
.sidebar {position:absolute; left:600px; top:200px; text-align:left; padding:10px; font-family: verdana, helvetica; border-left: 1px dotted #666666;
			 width:125px;	height: 600px; font-size: 10pt;	color:#666666; }*/
						
.header { width:100%; text-align:left; border-bottom: 5px solid #eee; background: #EEEEEE;}

.textLeft { text-align:left; font-family: verdana, helvetica;
						font-size: 10pt;
						color:#666666; }
.textRight { text-align:right; margin:5px;  padding-top:10px; font-family: verdana, helvetica;
						font-size: 8pt;
						color:#666666; }
.boxIMG {position: absolute; left:75%;}

.icon {z-index:11; margin:0px 5px 0px 0px;}

.button {z-index:11; margin:5px 5px 0px 0px;}

table.reg {text-align:left; margin:5px;  padding-top:10px; font-family: verdana, helvetica;
						font-size: 8pt; color:#666666; font-weight:bold;}
						


#orderContainer {position: absolute; left:80%; top:10px; background:#ffffff; border:1px solid #999999;  z-index:20;}

					
table.menu {position:absolute; left:0px; top: 105px;}					


.content {
	position:absolute; /* Position is declared "relative" to gain control of stacking order (z-index). */
	left:20px;
	top:150px;
	width:95%;
	min-width:95%;
	
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}
	

	
	
/*----------------from bluerobot.com thanks!--------------------------------------------------------*/
#navAlpha {
	position:absolute;
	height:100%;
	width:165px;
	top:0px;
	left:0px;
	border-right:1px solid #666666;
	background-color:#eee;
	padding:10px 0px 10px 10px;
	z-index:5;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:175px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:170px;}

/*		
#navBeta {
	position:absolute;
	height:100%;
	width:190px;
	top:102px;
	right:0px;
	border-left:1px dashed #666666;
	background-color:#eee;
	padding:65px 5px 10px 10px ;
	z-index:3;
/* Again, the ugly brilliant hack. 
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
	}
/* Again, "be nice to Opera 5". 
body>#navBeta {width:168px;}*/




/*----------------end bluerobot.com thanks!--------------------------------------------------------*/
	
	
/* NavBar position: absolute; 
			left:20px;
			top: 900px;*/

.copy { 
			font-family: arial, verdana, helvetica;
			font-size: 8pt;
			color:#666666;			
			background: #ffffff;
			width: 800px;
			height: 55px;
			z-index: 10;
			margin-top:30px;
			}