/* client-base.css - $Revision: 46667 $

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

html {
	background-color: #f3f1ed;
	color: #333333;
	height: auto;
}

body {
	background: transparent;
}

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

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

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

a {
	color: #297bd2;
}

.button {
	-webkit-text-shadow: 0 1px 0 #fff;
	-moz-text-shadow: 0 1px 0 #fff;
	text-shadow: 0 1px 0 #fff;
}

.buttons {
	float: none;
}

#public_contact_us .buttons {
	margin-left: 0;
}

#header {
	background: #fff;
	height: auto;
	margin: 0 0 10px;
	width: 956px;

	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

/* default banner (esarvhp/rms) */
#header h1 {
	background: transparent url(../images/header.jpg) top left no-repeat;
	border: 1px solid #fff;
	border-width: 1px 0;
	display: block;
	height: 144px;
	text-indent: -999em;

	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

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

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

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

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

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

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

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


#header h2 {
	height: 0;
	text-indent: -999em;
	width: 0;
}

/* In place of the top nav. Used for a small bit of text below banner. */
#tagline {
  background-color: #006da9;
	color: #ffffff;
	font-size: 1.05em;
	font-weight: bold;
	padding: 5px 12px;
}

#minwidth {
	margin: 0 auto;
	width: 956px;
}

#container {
	border: 0;
	margin-bottom: 10px;
	margin-top: 30px;
	width: 956px;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-moz-box-shadow: 0 2px 10px #888;
	-webkit-box-shadow: 0 2px 10px #888;
	box-shadow: 0 2px 10px #888;
}

/** Navigation **/

ul#menu {
	padding: 0;
}

ul#menu li {
	font-size: 107.692308%;
	list-style-type: none;
}

ul#menu li span {
	display: block;
	height: 35px;
	line-height: 35px;
}

ul#menu li a {
	display: block;
	line-height: 2.5em;
	text-decoration: none;
}

/* Top Nav */
#header ul#menu {
	background-color: #98c6f0;
	margin: 0;
}

#header ul#menu li {
	border-right: 1px solid #91bae1;
	color: #fff;
	float: left;
}

#header ul#menu li span {
	padding: 0 10px;
	text-decoration: underline;
}

#header ul#menu li a {
	color: #fff;
	padding: 0 10px;

	-webkit-text-shadow: 0 1px 0 #777;
	-moz-text-shadow: 0 1px 0 #777;
	text-shadow: 0 1px 0 #777;
}

#header ul#menu li a:hover {
	color: #ddd;
}

/* Side Nav */

#sidebar_left {
	float: left;
	margin-top: 5px;
	width: 180px;
}

#sidebar_left ul#menu {
	margin: 0 0 0 10px;
}

#sidebar_left ul#menu li {
	line-height: 35px;
	margin-bottom: 6px;
}

#sidebar_left ul#menu li a {
	color: #006da9;
	background-color: #ddd;
	padding: 0 0 0 10px;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-transition: all  0.2s linear;
	-moz-transition: all  0.2s linear;
	-o-transition: all  0.2s linear;
	transition: all  0.2s linear;
}

#sidebar_left ul#menu li a:hover {
}

#sidebar_left ul#menu li.active a,
#sidebar_left ul#menu li.active a:hover {
	background-color: #195598;
	font-weight: bold;

	-webkit-text-shadow: 0 1px 0 #1b3464;
	-moz-text-shadow: 0 1px 0 #1b3464;
	text-shadow: 0 1px 0 #1b3464;
}

ul#menu li.active,
#sidebar_left ul#menu li.active a:hover {
	cursor: default;
}
/****/

/* Right Sidebar. Contains Login, Register Now, and Logos. */
#sidebar_right {
	float: right;
	margin: 5px 10px 0 0;
	width: 171px;
}

#sidebar_right .widgetbox_public {
	margin: 0 auto 10px;
	padding: 10px;
}

#sidebar_right img.logo {
	display: block;
	margin: 15px auto;
}

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

#login label {
	color: #006faa;
	margin: 8px 0 3px 10px;
}

#login input {
	border: 1px solid #69768f;
	font-size: 100%;
	margin-bottom: 2px;
	padding: 4px;
	width: 150px;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#login input#login_submit {
	display: block;
	float: right;
	font-family: Arial,sans-serif;
	font-size: 107.692308%;
	font-weight: normal;
	margin: 7px 0 0;
	padding: 0;
	position: relative;
	width: 4.5em;
}

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


#login a#forgot_password {
	color: #006faa;
	font-size: 10px;
	text-decoration: none;
}

/* #content with no sidenav are wider */
.content {
	clear: none;
	float: left;
	font-family: inherit;
	font-size: 14px;
	line-height: 130%;
	padding: 15px 35px;
	width: 525px;
}

.content.topnav {
	width: 670px;
}

.public_index p,
.public_training_opportunities p,
.content p,
.content ul,
.content ol {
	font-size: 114.285714%;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

.content ul {
	list-style-type: none;
}

.content ul {
	list-style-type: disc;
}

.content ul li {
	margin-bottom: 6px;
	margin-left: 15px;
}

.contentfoot {
	background: #333;
	clear: both;
	font-size: 1px; /* fix for IE.  min-height defaults to the font size when empty cdata */
	height: 12px;
	margin-top: 5px;
}

.content h2 {
	border-bottom: 1px solid #efefef;
	color: #3a413d;
	font-family: "helvetica neue", "arial narrow", helvetica, arial, sans-serif;
	font-size: 126.984127%;
	margin: 0 0 15px 0;
	padding-bottom: .5em;
}

.content h3 {
	font-size: 16px;
}

.content h4 {
	border: 0;
	display: block;
	font-size: 114.286%;
	margin: 20px 0 5px 0;
	padding: 0;
}

.fieldblock {
	background: transparent;
	clear: none;
}

#register_now {
	border: 1px solid #006da9;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 15px;
	font-weight: normal;
	float: none;
	height: 26px;
	line-height: 26px;
	margin: 0 auto;
	padding: 0;
	width: 125px;

	background: #1385b7;
	background: -moz-linear-gradient(top, #4d9dc6 0%, #006eaa 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d9dc6), color-stop(100%, #006eaa));
	background: -webkit-linear-gradient(top, #4d9dc6 0%, #006eaa 100%);
	background: linear-gradient(top, #4d9dc6 0%, #006eaa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d9dc6', endColorstr='#006eaa', GradientType=0);

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#register_now:hover {
	background: -moz-linear-gradient(top, #006eaa 0%, #4d9dc6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #006eaa), color-stop(100%, #4d9dc6));
	background: -webkit-linear-gradient(top, #006eaa 0%, #4d9dc6 100%);
	background: linear-gradient(top, #006eaa 0%, #4d9dc6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006eaa', endColorstr='#4d9dc6', GradientType=0);
}

.widgetbox_public {
	background-color: #ddd;
	color: #fff;
	padding-bottom: 15px;
	position: relative; /* IE 6/7 */

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.widgetbox_public h4 {
	background-color: #006da9;
	color: #fff;	
	font-size: 107.692308%;
	padding: 6px 8px;
	margin: 0 0 10px;

	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
div.ssoLinkWidget {
	width: 190px;
}
div.ssoLinkWidget a {
	font-size: 10px;
	margin-left: 25px;
}

#footer {
	color: #888;
	line-height: 1.5em;
	text-align: center;
	text-shadow: none;
	padding: 10px 0;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#footer ul#links li {
	border-left: 1px solid #d4cbb9;
	display: inline;
	list-style-type: none;
	margin: 0 0 0 1px;
	padding: 0 0 0 5px;
}

#footer ul#links li:first-child {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}

#footer a {
	color: #466186;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

ul.box-list {
	background-color: #f5f5f5;
	border: 1px solid #eee;
	margin-bottom: 15px;
}

ul.box-list li {
	list-style-type: none;
	margin: 6px 25px;
}

ul.box-list h4 {
	background-color: #f5f5f5;
	color: #333;
	font-size: 18px;
}

ul.box-list h5 {
	color: #888;
	font-weight: normal;
	margin-bottom: 1em;
}

ul.box-list a.right {
	float: right;
	font-size: 14px;
	text-decoration: none;
}

/* Alert Boxes */
#alertbox {
	margin-left: 0;
	margin-right: 0;
}
div#alertbox p {
	font-size: 100%;
	margin-bottom: 0;
}

/* 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;
}

#system_status_helptext,
#tiny_mce_helptext {
	font-size: 76.9230769%;
	width: auto !important;
}
