/****************************************************
* ******** Layout CSS for QMAssociates Portal ****	*
* 7/12/2005 - CJ - v2.2.2. QMAssociates.com L&F		*
*													*
*													*	
*													*
* - PLEASE ONLY PUT Layout styles here				*
* - this is the CONTACT US page - 1 column layout		*
*   with custom background							*
*													*
*****************************************************/
/* this is for the side version of the menu*/
@media screen 
{
	.CommonAccountParams
	{
		padding:5px;
		border:#AFAFAF 1px solid; 
		position: static;
		float: left;
		
	}
	.CAPLayout
	{
		padding:5px;
		border:#AFAFAF 1px solid; 
		background-color:lightgrey;
		width: 500px;
	}

	#CMItemHeader
	{
		filter:alpha(opacity=90); 
		-moz-opacity: 0.95; 
		opacity: 0.95;
		position : absolute;
		float: left;
		z-index:98;
		background-color: WhiteSmoke;
	}
	.invisible
	{
		background-color: Red;
		display: none ;
		visibility: hidden;
	}
	
	.SearchPanelHeader
	{
		background-color: WhiteSmoke;
		margin: 2px;
		padding: 2px; 
		width: 550px;
		border: 1px solid #ccc; 
	}
	.SearchPanel
	{
		border-top: 1px solid #ddd; 
		border-bottom: none;
		margin: 2px;
		width: 550px;
		border: 1px solid #ccc; 
		padding: .5em; 
		margin-top: 2em;
	}
	.pageContentStyle
	{
		background-color: White;
		position:relative;
		/*padding:2px;
		top:-3px;
		border: 0px solid #919B9C;*/
		z-index:98;
	}
	#pageContent
	{
		float: left;
		/*width: 100%;*/
		height: 320px;
		/*position : relative;*/
		z-index: 100;
	}
	#pageContentSmall
	{
		float: left;
		width: 500px;
		height: 150px;
		/*position : relative;*/
		z-index: 100;
	}

	/*bubble styles*/

	#dhtmlgoodies_tooltip{
		background-color:#EEE;
		border:1px solid #000;
		position:absolute;
		display:none;
		z-index:20000;
		padding:2px;
		font-size: 11px;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
		font-family: "Arial, sans-serif";
		
	}
	#dhtmlgoodies_tooltipShadow{
		position:absolute;
		background-color:#555;
		display:none;
		z-index:10000;
		opacity:0.7;
		filter:alpha(opacity=70);
		-khtml-opacity: 0.7;
		-moz-opacity: 0.7;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
	}
	.LoginHeader
	{
		background-color: #003366;
	}
	.Callback
	{
	
	}
	/* for firefox bug*/
	div#pageContent
		{
		overflow-y : hidden;
		POSITION : relative;
		OVERFLOW : auto;
		WIDTH : 100%; 
		height: 100%;
			
	}
	div#pageContentSmall
	{
		overflow-y : hidden;
		POSITION : relative;
		OVERFLOW : auto;
		WIDTH : 100%; 
		height: 100%;
	}
	.CAPButtons
	{
		background-color: WhiteSmoke;
		border: solid 1px silver;
	}
	.CAPButtons
	{
		background-color: WhiteSmoke;
		border: solid 1px silver;
		padding:3px;
	}
	.CapSpan
	{
		position: relative;
		float:left;
		padding: 1px 1px 1px 1px;
		clear:none;
	}
	
	.CapSpanLeft
	{
		position: relative;
		float:left;
		padding: 5px 1px 0px 1px;
		clear:left;
		vertical-align:middle;
	}

}

@media print 
{
	#ContentPane
	 {
		width: 150;
	}
}
	/*
	.Callback
	{
		display:none;
	}
	
	.CommonAccountParams
	{
		padding:0px;
		border:black 0px solid;
		font-family:	Arial;
		font-size:		10px;
		background-color: Silver;
	}
	.CommonAccountParams.input
	{
		display: none;
	}
	.CommonAccountParams.select
	{
		border: none;
	}
	.CAPLayout
	{
		padding:0px;
		border:none;
	}

	#CMItemHeader
	{
		display: none;
	}
	.invisible
	{
		display: none;
	}
	#PrintThisPage
	{
		display: none;
	}
	.SearchPanelHeader
	{
		display: none;
	}
	.SearchPanel
	{
		display: none;
	}
	.pageContentStyle
	{
		border: none;
	}
	#pageContent table
	{
		display: block;
	}
	#pageContentSmall table
	{
		display: block;
	}
	#pageContent
	{
		height: 25px;
	}
	#pageContentSmall
	{
		height: 25px;
	}
	#dhtmlgoodies_tooltip{
		display: none;
		
	}
	#dhtmlgoodies_tooltipShadow{
		display: none;
	}
	.LoginHeader
	{
		display: none;
	}
	@page {size: landscape;}
	page
	{
		writing-mode: tb-rl;
	}
	
}*/
