/* apply "setFormattingContext" class to any div that contains floating elements that need to be contained within that div */
.setFormattingContext { /* standard way to set formatting context */
	overflow:auto;
}
* html .setFormattingContext { /* for IE to set formatting context */
	display:inline-block;
	overflow:visible;
}
#noscriptMsg {
	border:1px solid #F00;
	padding:3px 5px;
	margin-bottom:15px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#noscriptIcon {
	float:left;
	margin-top:3px;
	margin-right:14px;
}
.nonjsFallback, 
.hidden,
.hideOnLoad {
	display:none;
}
/* place element offscreen (typically untill it is styled) */
.offscreenOnLoad {
	position:relative;
	left:-9999px;
}
.invisible {
	visibility:hidden;
}
.clear {
	clear:both;
}
.inline{
	display:inline-block;
}
.nowrap{
	white-space:nowrap;
}
.offscreen{
	position:relative;
	left:-9999px;
}
.flushTop{
	margin-top:0;
}
.flushBottom{
	margin-bottom:0;
}
.flushLeft{
	margin-left:0;
}
.flushRight{
	margin-right:0;
}
img {
	border-width:0;
}
form {
	margin:0;
	padding:0;
}
form fieldset {
	border:0;
	margin:0;
	padding:0;
}
.cursorBusy{
	cursor:wait!important;
}
/* footer */
.footerNav, .footerDiv {
	clear:both;
}
.footerNav a, .footerDiv a {
	text-decoration:underline;
}
ul.footerNav {
	text-align:center;
	background-color: #f2f5f7;
	border: 1px solid #6699cc;
	padding-top:2px;
	padding-left:0;
	height:18px;
	margin:0px;
	font-size:11px;
}
#firstFooterDiv {
	clear:both;
	margin-top:20px;
}
.footerDiv li {
	display: inline;
	padding: .5em 1em;
}
.footerNav li {
	display: inline;
	padding: 0em .9em 0em .9em;
	border-right: 1px solid #6699cc;
}
.footerNav li.last {
	border:0px;
}
.footerNav li a, .footerDiv li a {
	text-decoration: none;

}
.footerDiv {
	width: 75%;
	margin-left: 110px;
	padding: .5em;
}
ul.footerDiv {
	width:915px;
	padding:0;
	margin:10px;
}
.footerDiv  p {
	text-align: left;
	font-size:10px;
}
/*added from www.css */

#searchStr {
left:6px;
margin-right:4px !important;
position:relative;
width:245px;
}

#searchArea {
padding-left:13px;
padding-top:29px;
float:left;
position:relative;
}

#searchFormButton {
left:14px;
position:relative;
}

/* T5-related styles */
.t-invisible {
	display:none;
}

/* JAMES style */
.ul_james {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	color:#006699;
	font-family:arial,helvetica,sans-serif;
	background-color:white;
	border:1px solid black;
	font-size:11px;
}

.ul_james li{
	cursor:default;
	display:block;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	line-height:16px;
	margin:0;
	overflow:hidden;
	padding:2px 5px;
}
.ul_james .li_james_odd{
	background-color:#eee;
}
.ul_james .li_james_hovered {
	background-color:#0A246A;
	color:white;
}
#breadcrumb{
	margin:15px 0 20px 0;
}
#breadcrumb ul{
	padding:0;
	margin:0;
}
#breadcrumb li{
	display:inline;
}
#breadcrumb a{
	padding:0 3px 0 0;
	color:#2075C2; 
}
#breadcrumb a:hover{
	color:#2075C2; 
}
#breadcrumb h3{
	display:inline;  
	color:#2075C2;
	font-size:10px;
	font-weight:normal;
}
#eventSummary {
	color:#2075C2
}
#eventSummary div{
	float:left;	
	vertical-align:middle;	
}
#eventSummary div.border{ 
	background:url(/resources/mojito/img/pattern/phoenix/v_separator.png) no-repeat;
	height: 40px;
	width: 2px;
}
#debugConsole{
	border-bottom:1px solid #ccc;
	font-family:monospace,courier;
	background-color: #f4f4f4;
	opacity:.95;
	font-size:11px;
	line-height:13px;
	padding:5px;
	overflow:auto;
	position:fixed;
	top:0;
	left:0;
}

/*corrections for gen2_header.css*/
#GridWrapper #headergraphicarea2{
	margin-bottom:0px;
}

/* Styles for prefill text */
.phoenix form input.prefill	{
	color: #999999;
}
