/* client-base-legacy.css - $Revision: 44239 $

   This style sheet defines various things that
   are standard on all client public pages.

	 THIS IS NOW DEPRECATED. USE CLIENT-BASE.CSS INSTEAD.
*/


#header {
	height: 111px;
	background: #fff;
}

#header #banner {
	height: 100%;
}

/* default banner (esarvhp/rms) */
#header #banner {
	background: transparent url(../images/header.jpg) top left no-repeat;
}

/* alert banner */
#header.alert #banner {
	background: transparent url(../images/header.jpg) top left no-repeat;
}

/* cams banner */
#header.cams #banner {
	background: transparent url(../images/header.jpg) top left no-repeat;
}

/* fnms banner */
#header.fnms #banner {
	background: transparent url(../images/header.jpg) top left no-repeat;
}

/* han banner */
#header.han #banner {
	background: transparent url(../images/header.jpg) top left no-repeat;
}

/* ims banner */
#header.ims #banner {
	background: transparent url(../images/header.jpg) top left no-repeat;
}

/* identity banner */
#header.identity #banner {
	background: transparent url(../images/header.jpg) top left no-repeat;
}

/* pts banner */
#header.mms #banner,
#header.pts #banner {
	background: transparent url(../images/header.jpg) top left no-repeat;
}

#login {
	float: left;
	margin: 0 0 4px 2px;
	padding-top: 10px;
	width: 194px;
	height: 400px;
	background: #446188;
	border: 1px solid #333;
	/* box model hack */
	font-family: "\"}\"";
	font-family: inherit;
	margin: 0 0 4px 2px;
}

/* child selector hack.  hide from IE */
html>body #login {
	margin: 0 0 4px 4px;
}

#login label,
#login input {
	display: block;
	margin: 0 auto;
	width: 160px;
}

#login label {
	margin-bottom: 3px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
}

#login input {
	font-size: 100%;
	margin-bottom: 15px;
	padding: 0;
}

#login input#login_submit {
	display: block;
	float: none !important;
	margin-top: 20px !important;
	margin-left: 20px !important;
	width: auto;
}

#login span {
	display: block;
	margin: 10px 0 0 20px;
}

#login ul {
	margin: 7px 3px 3px 3px;
	padding: 0;
	list-style-type: none;
}

#login ul li {
	margin: 0 0 0 15px;
	padding: 0;
	line-height: 130%;
	list-style-type: none;
}

#login ul li a {
	color: #fff;
	font-size: 11px;
}

.contentpanel#no_login {
	margin: 0 auto 10px;
	float: none;
}

/* reset header stylings for public pages since they'll almost never be the same as inside */
h2, h3, h4, h5 {
	border: 0;
	clear: none;
	color: #000;
	height: auto;
	line-height: inherit;
	padding: 0;
	font-family: Arial, sans-serif;
	background: transparent;
}

ul li {
	list-style-type: disc;
}

ol li {
	list-style-type: decimal;
}

.buttons {
	float: none;
}

input#register_now {
	margin: 30px 0 10px 0 !important;
	padding: 0 0 2px 0;
	width: 125px;
	height: 26px;
	line-height: 26px;
	border: 0;
	background: transparent url("../images/loginRegisterButtonBG.gif") top left no-repeat;
	font-weight: bold;
	letter-spacing: 1px;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
}

/* Org Modal */
div.modal ul li {
  list-style-type: none;
}

body#browser_popup div#container h4,
body#browser_popup div#container h5 {	
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}