body {
	background: url("images/bg_logoarea.gif") repeat-x top;
	background-color: #ffffff;
	margin: 0px 0px 10px 0px;
	text-align: center;
	font-family: arial, sans-serif;
	color: #333333;
	min-width: 1001px;
}

form {
	margin: 0px 0px 0px 0px;
}

a img {
	border: 0;
}

#logoPrint {
	display: none;
}

#head {
	color: #ffffff;
	height: 14px;
	margin: 0 auto 0 auto;
	position: relative;
	text-align: right;
	width: 1001px;
	z-index: 2;
}

	#head a {
		color: #ffffff;
		font-size: 0.8em;
		text-decoration: none;
	}

		#head a:hover {
			color: #ffffff;
			font-size: 0.8em;
			text-decoration: underline;
		}

#logo {
	margin-top: -15px;
}

#headTime {
	background-color: #CCCCDD;
	margin-top: 2px;
	padding: 0 2px;
}

	#headTime table {
		text-align: center;
		width: 1001px;
		margin: 0 auto 0 auto;
	}

#headNavContainter {
	margin-top: 2px;
	background: url("images/bg_nav.gif") repeat-x;
	height: 37px;
}

#headNavCenter {
	text-align: center;
	width: 1001px;
	margin: 0px auto 0px auto;
	padding-top: 5px;
}

#contentContainer {
	position: relative;
	z-index: 2;
	margin: 0px auto 0px auto;
	padding: 5px 20px 0px 20px;
	text-align: left;
	width: 1001px;
}

html > body #contentContainer {
	width: 1001px;
}

#footerContainer {
	z-index: 2;
	text-align: center;
	margin: 0px auto 0px auto;
	width: 1001px;
}

#footerArea {
	padding: 10px 0px 0px 0px;
	text-align: left;
}

	#footerArea a {
		color: #27519E;
		font-size: 0.75em;
		text-decoration: none;
	}

		#footerArea a:hover {
			color: #27519E;
			font-size: 0.75em;
			text-decoration: underline;
		}

#login {
	float: right;
	margin: 0 0 3px 8px;
}

@import url(MasterPage.ArbJournal.elements.screen.css);

.center {
	text-align: center;
}

.divLine {
	height: 1px;
	background: url("images/misc_px_ccc.gif") center repeat-x;
	margin: 10px 0px 2px 0px;
	padding: 0px;
	font-size: 2px;
	clear: both;
}

.divLineTwo {
	height: 1px;
	background: url("images/misc_px_ccc.gif") center repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 2px;
}

#copyright {
	float: right;
	font-size: 0.7em;
	color: #8F8F8F;
	font-weight: bold;
	font-family: arial,helvetica, verdana, sans-serif;
}

#version {
	color: #666;
	font-size: 5pt;
	margin: 10px;
	text-align: center;
}

a.btop {
	color: #27519E;
	font-family: arial,helvetica, verdana, sans serif;
	font-size: 0.8em;
}

	a.btop:visited {
		color: #27519E;
		font-family: arial,helvetica, verdana, sans serif;
		font-size: 0.8em;
	}

	a.btop:hover {
		color: #27519E;
		font-family: arial,helvetica, verdana, sans serif;
		font-size: 0.8em;
	}

	a.btop:active {
		color: #27519E;
		font-family: arial,helvetica, verdana, sans-serif;
		font-size: 0.8em;
	}

.req {
	font-weight: bold;
}

.title {
	color: #27519E;
	font-size: 1.3em;
	font-weight: bold;
}

.subtitle {
	color: #27519E;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
}

.heading {
	color: #27519E;
	font-size: 1.1em;
	font-weight: bold;
}

.label {
	font-weight: bold;
}

.copy {
	font-size: 1em;
	font-weight: normal;
}

.header {
	background-color: #23498E;
	color: White;
	padding: 6px 5px 15px 10px;
}

	.header a {
		color: White;
		text-decoration: none;
	}

.icon_s {
	margin: 0 1px 0 0;
}

.icon_l {
	margin: 0 3px 0 0;
}

.company {
}

.companyName {
}

.companyTicker {
}

.time {
}
.date {

}

h1 {
	font-size: 1.4em;
	margin: 14px 0 4px 0;
	padding: 0;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0 3px 0;
	padding: 0;
}

p {
	margin: 6px 0 6px 0;
	padding: 0;
}

a {
	color: #27519E;
}

/*
	Treatments for content provided by editors
*/
.editorContent table {
	border: 1px solid #444;
	border-collapse: collapse;
	width: 100%;
}

	.editorContent table tr {
		vertical-align: top;
	}

		.editorContent table tr.top {
			vertical-align: top;
		}

		.editorContent table tr.bottom {
			vertical-align: bottom;
		}

		.editorContent table tr.middle {
			vertical-align: middle;
		}

		.editorContent table tr th {
			vertical-align: bottom;
		}

	.editorContent table th {
		border: 1px solid #444;
		background-color: #ccc;
		text-align: center;
		padding: 6px;
	}

	.editorContent table td {
		border: 1px solid #444;
		text-align: center;
		padding: 5px 3px;
	}

		.editorContent table td.left {
			text-align: left;
		}

		.editorContent table td.right {
			text-align: right;
		}

	.editorContent table tr:nth-child(even) {
		background-color: #f3f3f3;
	}

	.editorContent table tr:hover td {
		background-color: #f5f5ff !important;
	}


#dealSearch table {
	margin: 0 auto;
	padding-top: 10px;
	width: 95%;
}

#dealSearch table th {
	text-align: right;
}

#dealSearch table tr td {
	width: 99%;
}

#dealSearch input[type="text"] {
	width: 99%;
}

#dealSearch .ui-menu-item a {
	font-size: 85%;
	text-align: left;
}


ul, li {
	text-align: left !important;
}

select option:disabled {
	color: #AAAAAA;
	font-style: italic;
}
