@charset "UTF-8";
/* CSS Document */

	/***************************************
	*
	*		Confirgure The body and background
	*
	***************************************/
	
	BODY{
		font-family : Arial;
		background-color : rgb(6,56,80);
		background-attachment : fixed;
		font-size : 12px;
		color : rgb(0,0,0);
	}
	.bodyDiv{
		position:absolute;
		width:1024px;
		height:768px;
		margin-top:0px;
		margin-top:0px;
		background-image:url("../../lib/images/SamsWareBackground.gif");
	}
	
	/***************************************
	*
	*		Confirgure Standard UI Components (Text Inputs, Buttons, Dialog)
	*
	***************************************/
		
	
	#pageControl{
		position:absolute;
		width:984px;
		height:35px;
		margin-left:20px;
		margin-right:20px;
		margin-top:123px;
	}
	
	input.text {
		width:165px;
		height:20px;
	}
	.ui-button { 
		outline: 0;
		height:25px;
		padding: 3px; 
		text-decoration:none; 
		font-size:10px; 
		!important; 
		cursor:pointer;  
		text-align: center;
	}
	
	.ui-dialog .ui-state-highlight, .ui-dialog { padding: 8px;  }
	
	/***************************************
	*
	*		Confirgure Generic page elements 
	*			- Upper left hand search
	*			- Upper right hand login
	*			- Universal Nav Bar
	*
	***************************************/
		
	#searchFields{
		border: 1px solid rgb(6,56,80);
		color:rgb(5,56,80);
		margin-top: 0px;
		margin-left: 0px;
		padding:0px;
		padding-left:5px;
		padding-bottom:5px; 
		width:380px;
	}
	#searchFieldDiv{
		position:absolute;
		width:255px;
		margin-top:-25px;
		margin-left:120px;
	}
	#loginDiv{
		position:absolute;
		top:10px;
		width:385px;
		margin-top:2px;
		margin-bottom:0px;
		margin-left:610px;
	}
	#loginFieldsDiv{
		position:absolute;
		width:335px;
		margin-top:0px;
		margin-left:0px;
	}
	#loggedInDiv{
		position:absolute;
		text-align:right;
		top:10px;
		width:500px;
		margin-top:4px;
		margin-bottom:0px;
		margin-left:490px;
	}
	#navBar1{
		position:absolute;
		width:984px;
		margin-left:5px;
		margin-right:20px;
		margin-top:50px;
		top:0px;
	}
	#searchIn{
		width : 215px;
		text-align:center;
	}
	
	/***************************************
	*
	*		Confirgure The Tabs Navigator on the left of the page
	*
	***************************************/
	
	
/*  configure the image legend */
	
	.imageLegend{
		position : absolute;
		width : 220px;
		height : 35px;
		margin-top : 195px;
		margin-left : 20px;
		font-size:11px;
	}		
	#leftImageCol{
		position : absolute;
		width : 90px;
		height : 35px;
		margin-top:0px;
		margin-left:0px;
	}
	#rightImageCol{
		position:absolute;
		width:130px;
		height:35px;
		margin-top:0px;
		margin-left:90px;
	}
	
/*  configure the tab bar */

	#tabs{
		position : absolute;
		width : 265px;
		height : 463px;
		margin-top : 235px;
		margin-left : 20px;
	}
	.tabTitle{
		font-size : 10px
	}

	/***************************************
	*
	*		Confirgure Container for the content in the page center
	*
	***************************************/
	
	#contentDiv{
		/*background-color:#FF6600;*/
		position:absolute;
		width:710px;
		height:500px;
		margin-top:190px;
		margin-left:299px;
	}
	
	/***************************************
	*
	*		Confirgure Navigation and information along the bottom
	*
	***************************************/
	
	#bottomControl{
		position:absolute;
		width : 340px;
		height : 30px;
		margin-top : 715px;
		margin-left : 20px;
		text-align:left;
	}
	
	/***************************************
	*
	*		Confirgure ContainerAd Content in the right side of the page
	*
	***************************************/
		
	#adDiv{
		position:absolute;
		background-color:blue;
		width:468px;
		height:60px;
		margin-top:693px;
		margin-left:542px;
	}
		