/* signup.css */

	body {
		background-color: #FFFFFF;
		color:#888888;
		margin: 0px;     
		margin-right:3px;
		overflow: none;
		height: 100%;		
	}
	
	h1 {
		color:#4BAAD7;
		font-family:arial;
		font-size:22px;
	}

	.smalltext {
		color:#888888;
		font-family:arial;
		font-size:12px;
	}

	.heading2 {
		color:#4BAAD7;
		font-family:arial;
		font-size:18px;
		margin-top:7px;
	}
	
	p {
		color:#888888;
		font-family:arial;
		font-size:13px;
	}
	
	li { 
		line-height:115%;
	}
	
	.payment_inside {
		background-color:#EEF4F7;margin-top:2px;padding:5px;padding-bottom:40px;

	}
	
	.inputs input {
		background-color:#FAFAFA;
		font-family:arial;
		color:#4E9CC3;
		font-size:14px;
		width:165px;
		float:left;
	}

	
	td {
		color:#888888;
		margin: 0px;
		margin-right:3px;
		font-family:arial;
		font-size:14px;
	}
	
	.smallButtons {
		background-color:#F1F1F1;
		font-family:arial;
		font-size:11px;	
		color:#4E9CC3;		
	}

	.smallButtons2 {
		background-color:#F1F1F1;
		font-family:arial;
		font-size:11px;	
		color:#4E9CC3;		
	}

	
	
	.tableTitle {
		/* Titles for displayobject tables */
		font-family : arial;
		font-style : normal;
		color : #585240; 
		font-size : 14px;
		font-weight : bold;
		padding:2;
	}
	
	.dataRow td {
		/* The dark color row in the CAGE table */
		background-color:#B3AA70; /* was #ECCC7A */
		height:24px;	
		font-size:13px;		
		padding:2px;		
		cursor:pointer;		
		color:black;		
		cursor:hand;	
	}
	
	.dataRowAlt td {
		/* The light color row in the CAGE table */	
		background-color:#DDD4B8; /* was #FAEAC2 */
		height:24px;	
		color:black;
		font-size:13px;		
		padding:2px;		
		cursor:pointer;
		cursor:hand;			
	}
	
	.dataRow:hover td {
		background-color:#B9E3F1;
	}
	
	.dataRowAlt:hover td {
		background-color:#B9E3F1;
	}

		
	.dataRowBlue td {
		/* The blue color indicating selected bid in the main data table */
		background-color:#78BDF6; 
		font-family:verdana;
		font-size:12px;
		padding:2px;		
		cursor:hand;	
	}

	.dataRowGrey {
		/* The grey highlight for mouse-over of table rows */
		background-color:#BEBEBE; 
		height:24px;	
		font-size:14px;
		padding:2px;		
		cursor:hand;	
	}
	
	.dataRowTitle td {
		/* The title above the CAGE search results */
		background-color:#ACA262;
		color:black;
		font-family:arial;
		font-size:16px;
	}
	.greenbar {
		/* The green bar at the top of the search CAGE windows */
		background-color:#ACA262;
		height:19px;
	}

	#userNameTaken {
		font-family:arial;
		font-size:12px;	
		color:red; /*#FFA5A5*/
		visibility:hidden;
	}
	
	.companyTable {

/*
		scrollbar-face-color: #ACA262;

		scrollbar-shadow-color: #ACA262;
		scrollbar-highlight-color: #ACA262;
		scrollbar-3dlight-color: #000000;
		scrollbar-darkshadow-color: #000000;
		scrollbar-track-color: #C9BA72;
		scrollbar-arrow-color: #000000;	*/
	}
	