@import url("global.css");
@import url("home_ledes.css");
@import url("special_reports.css");
@import url("biz_dev.css");

/*- Layout -------------------------------------------------------------------*/

#columnLayout {
	background: #fff url(http://www2.jurock.com/demo/imgs/home_main_vrules.gif) repeat-y left top;	
	margin-top: .5em;
}

#columnLayout .module {
	margin-bottom: 15px;
}

#column1 {
	width: 390px;
	float: left;
}

#mainLede {
	height: 250px;	
	border: 1px solid #e5e5e5;
	position: relative;
}

#column1Content {
	width: 370px;
	margin-top: 7px;
	margin-left: 10px;
}

#columns2and3 {
	width: 590px;
	float: right;
}

#columns2and3 #column2 {
	display: inline; /* fixes IE double margin float bug */
	width: 250px;
	float: left;
	margin-top: 1px;
	margin-left: 10px;
}

#columns2and3 #column3 {
	display: inline; /* fixes IE double margin float bug */
	width: 300px;
	float: right;
	margin-top: 1px;
	margin-right: 10px;
}

#columnLayout .module .left {
	border: 1px solid #e5e5e5;
	float: left;
	margin: 0 5px 5px 0;
}

#columnLayout .module .extraLinks {
	clear: both; 
	margin: 3px 0 0 0;
	padding: 0;
	list-style-type: none;
}

#columnLayout .module .extraLinks li {
	font-size: 1.2em;
	line-height: 1.2em;
	margin: .2em 0;
}

#columnLayout .module .cornerLink {
	position: absolute;
	top: 10px;
	right: 0;
	background: url(http://www2.jurock.com/demo/imgs/blue_arrow_5x7.gif) no-repeat 100% 50%;
	padding-right: 8px;
	font-size: 11px;
}

/*- Ads ----------------------------------------------------------------------*/

#columnLayout .ad {
	border-color: #ededed;
	border-width: 1px 0 1px 0;
	border-style: solid;		
	padding: 8px 0 6px 0;
	margin-bottom: 15px;
	text-align: center;
}

/* override extra ad wrapper */
#columnLayout .ad .ad {
	border: none;
	padding: 0;
	margin: 0;
}

.noAd * {
	display: none;
}

/*- Headings -----------------------------------------------------------------*/

h2 {
	color: #999;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2em;
	border-color: #e5e5e5;
	border-width: 5px 0 0 0;
	border-style: solid;
	padding-top: .4em;
	margin-bottom: .5em;
}

h2 a:link, h2 a:visited {
	color: #999;
	text-decoration: none;
}
h2 a:hover, h2 a:active {
	color: #999;
	text-decoration: underline;
}


h3, h4 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: .1em;
}

h4 {
	margin: .5em 0;	
}

p {
	font-size: 1.2em;
	line-height: 1.2em;
}

/*- BW Exclusives headlines -------------------------------------------------*/

#exclusives h3 {
	font-size: 1.6em;
	line-height: 1.1em;
	margin-top: .8em;
}

#exclusives p {
	line-height: 1.3em;
}

#exclusives #firstExclusive {
	margin-top: .5em;
}

#column2 #exclusives ul li {
	font-size: 1.2em;
	line-height: 1.2em;
	margin: .2em 0;
	padding-left: 7px;
	background: url(http://www2.jurock.com/demo/imgs/bullet_4x4.gif) no-repeat 0 50%;
}

#column2 ul li {	
	font-size: 1.1em;
	line-height: 1.2em;
	padding-left: 7px;
	background: url(http://www2.jurock.com/demo/imgs/bullet_4x4.gif) no-repeat 0 50%;
}

/*- Slide Show box -----------------------------------------------------------*/

.slideShows img {
	border: 1px solid #e5e5e5;
}

.slideShows p {
	font-size: 1.1em;
	font-weight: bold;
}

.slideShows #slideShow1, .slideShows #slideShow2 {
	width: 110px;
	display: inline; /* fixes IE double margin float bug */
}

.slideShows #slideShow1 {
	float: left;
	margin-left: 20px;
}

.slideShows #slideShow2 {
	float: right;
	margin-right: 20px;
}

/*- Market Info --------------------------------------------------------------*/

#marketInfo {
	background-color: white;
	padding: 5px 0 3px 0;
	position: relative;
}

#marketInfo h2 {
	border: none;
	background-color: #ccc;
	color: white;
	line-height: 1em;
	margin: 0;
	padding: 5px 0 3px 6px;
}

#marketInfoBox {
	background-color: #fafafa;
	border-color: #e5e5e5;
	border-width: 0 1px 1px 1px;
	border-style: solid;	
	padding: 6px;
}

#marketInfoBox table {
	border-collapse: collapse;
	width: 240px;
	font-size: 1.1em;
	float: left;
	/* display: inline; */ /* fixes IE double margin float bug */
	position: relative; /* fixes IE 6 peek-a-boo bug */
}

#marketInfoBox table th, #marketInfoBox table td {
	border-color: #e5e5e5;
	border-width: 0 0 1px 0;
	border-style: solid;
	padding: 4px 5px 2px 5px;
}

#marketInfoBox table th {
	text-align: left;
	width: 45px;
}

#marketInfoBox table td {
	text-align: right;
}

#marketInfoBox table .gain {
	color: #390;
}

#marketInfoBox table .loss {
	color: #cf0f3f;
}

#marketInfoBox table .lastRow th, #marketInfoBox table .lastRow td {
	border: none;
}

#marketInfo fieldset {
	border: solid 0 transparent; /* removes fieldset borders in Opera 7 */	
	width: 125px;
	float: right;
	/* display: inline;*/ /* fixes IE double margin float bug */
	position: relative; /* fixes IE 6 peek-a-boo bug */	
	margin-top: 5px;
}

#marketInfo fieldset label {
	display: block;
	color: #999;
	font-size: 1.1em;
	font-weight: bold;
}

#marketInfo fieldset input {
	border: 1px solid #a8a8a8;
	width: 80px;
	margin-right: 3px;
	vertical-align: bottom;
}

#marketInfo fieldset div {
	margin: 3px 0 9px 0;
}

#marketInfo fieldset div img {
	vertical-align: bottom;
	width: 30px;
	height: 19px;
}


#marketInfo fieldset p {
	font-size: 1.1em;
	color: #049;
}

/*- AP News ------------------------------------------------------------------*/

#apNews ul li {
	font-size: 1.2em;
	line-height: 1.7em;
}

#apNews ul li .timestamp {
	font-size: .8em;
	padding-left: .3em;
	color: #999;
	text-decoration: none;
}


/*- Featured Column ----------------------------------------------------------*/

#featuredColumn ul {
	clear: none; 
	margin: 3px 0 0 0;
	padding: 0;
	list-style-type: none;
}

#featuredColumn ul li {
	font-size: 1.2em;
	line-height: 1.2em;
	margin: .2em 0;
}

/*- Featured Review ----------------------------------------------------------*/

#featuredReview img {
	float: left;
	margin: 0 5px 5px 0;
}

#featuredReview .reviewLink {
	margin: .3em 0 .5em 0;
	font-weight: bold;
}

#featuredReview fieldset {
	border: solid 0 transparent; /* removes fieldset borders in Opera 7 */	
}

#featuredReview fieldset select {
	width: 220px;
}

/* BW Extras -----------------------------------------------------------------*/

#bwExtras #extraSet1, #bwExtras #extraSet2 {
	margin: 10px 0 20px 0;
}

#bwExtras fieldset {
	border: solid 0 transparent; /* removes fieldset borders in Opera 7 */
	height: 40px;
	margin-right: 2px;
}

#bwExtras .leftFieldset {
	float: left;
}

#bwExtras .rightFieldset {
	float: right;
}

#bwExtras label {
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	color: #049;
	margin: 0 0 4px 45px;
}

#bwExtras select {
	width: 120px;
	margin-left: 45px;
}

#bwExtras ul {
	margin-left: 10px;
	/* margin-left: 34px; */
}

#bwExtras ul li {
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 40px;
	height: 40px;
	padding: 0 8px 0 35px;
	/* padding: 0 20px 0 40px; */
	margin: 0 10px 0 0;
	border-color: #e5e5e5;	
	border-width: 0 1px 0 0;
	border-style: solid;
}


/*- Knowledge Centers --------------------------------------------------------*/

#knowledgeCenters img {
	float: left;
	margin: 0 5px 5px 0;
}

#knowledgeCenters .sponsor {
	font-size: 1.1em;
	line-height: 2.2em;
}

#knowledgeCenters fieldset {
	border: solid 0 transparent; /* removes fieldset borders in Opera 7 */	
	clear: both;
	margin: 2px 0 5px 0;
}

#knowledgeCenters fieldset select {
	width: 220px;
}

#knowledgeCenters fieldset select {
	width: 340px;
}

#smallBizCenter img {
	margin-right: 6px;
}

#smallBizCenter p {
	line-height: 28px;
}

/*- Partner Hats -------------------------------------------------------------*/

.partnerHat {
	display: none; /* override partner hats in biz dev stylesheet */
}

