/*********************/
/**** Row 1: Logo  ***/
/*********************/


/* logo table */
#tbllogo {
	width:100%;
	border-collapse:collapse;
}

/* supporting cells */
#tbllogo td {
	border-width:0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* text for slogan */
div.logotext {
	color:#ffffff;
	font-family: "Century Gothic";
	font-size:8pt;
	font-weight:bold;
	overflow:hidden;
	text-align:right;
	vertical-align:middle;
	width:100%;
}

/*	Navbar	*/
td.tdnavbar {
	background-color:#ffffff;
	text-align:right;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border-width:0px;
}

#navbar {
	overflow:hidden;
	white-space:nowrap;
	margin-left:20px;
	text-align:right;
	vertical-align:middle;
	position: relative;
}

/* Additions for email registration box */
#emailRegistration {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 35px;
}
#emailRegistration p {
	margin: 0 10px;
	padding: 0;
}
#emailAddress {
	width: 350px;
}
#emailRegistration img {
	display: inline;
	position: relative;
	top: 5px;
}
/* End additions */

/* Deal Navigator */
#dealNavigator {
	background-color: #fff;
}
#dealNavDisplay, #dealNavEdit {
	padding-left: 7px;
}

#dealNavEdit { position: relative; }
#dealNavEdit select { width: 225px; }

#dealNavEdit:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html #dealNavEdit {height: 1%;}
/* End hide from IE-mac */

div.itemBox {
	float: left;
	margin-right: 8px;
}

#changeConfirmButton {
	position: absolute;
	bottom: 5px;
	right: 5px;
}
/* End Deal Navigator */

span.nbtext {
	float:left;

	margin-left:20px;
	margin-right:15px;

	white-space:nowrap;
	vertical-align:middle;
}

a.nbtext:link, 
a.nbtext:hover, 
a.nbtext:visited {
	font-family: "Century Gothic";
	font-size: 10pt;
}

a.nbtext:link {color:#FF0000;}
a.nbtext:hover {color:#AAAAFF;}
a.nbtext:visited {color:#FF0000;}

