/* DART LIST STYLES */

#dartList { width: 75%; margin-left:  20px; }

/************* Main Page Title *************/
#dartListTitle { margin:  20px 20px 12px 20px; font-family: arial, sans-serif; font-weight:bold; font-size:  17px; }

/************* No Results Formatting *************/
#dartListNoDartsAvailable { color:#993300; margin:  20px; font-family: arial, sans-serif; font-weight:bold; font-size:  16px; }

/************* Results Title and Sort Dropdown *************/
#dartListHeader { width: 90%; margin-left: 20px; font-family: arial, sans-serif; font-size:  12px; padding: 0;}
#dartListHeader table { width:100%: }
#dartListHeader table td { vertical-align:bottom;}
#dartListHeader table td select { padding:0; margin:0; font-size:10px;}
.dartListHeaderFilterLabel { font-size: 16px; line-height:16px; font-weight: bold; color:#bb5501;}
.dartListHeaderFilterChoiceLabel { font-size: 11px; line-height:16px; font-weight: bold;}
#dartListHeaderFilterChoice { margin-top: 5px; padding-right: 15px; margin-left: 518px;}

/************* Results Pagination *************/
#dartListDetailHeader { width: 90%; margin-left:  20px; font-family: arial, sans-serif; font-size:  12px; padding: 0px;}
#dartListHeaderTop,#dartListHeaderBottom { width:100%; height:30px; background: #ffffff; padding: 0; border-top:1px solid #ccc; }
#dartListHeaderBottom { border-bottom:1px solid #ccc; margin-bottom:20px; border-top:0px solid white;}
#dartListHeaderControls { float: right; margin-top: 5px; margin-right: 13px;}
#dartListHeaderControls td { font-size:11px; color:#333;}
.dartListHeaderControlsPageNum { margin-right: 18px;}
.dartListHeaderPrevTitle { padding-left: 12px; padding-right:6px; border-right:1px solid #999;}
.dartListHeaderPrevTitle a, .dartListHeaderPrevTitle a:link { background: url(../images/icons/arrowPrev.gif) no-repeat 0 2px ;padding-left:17px;}
.dartListHeaderPrevTitle a.disabled, .dartListHeaderPrevTitle a:link.disabled, .dartListHeaderPrevTitle a:hover.disabled, .dartListHeaderPrevTitle a:visited.disabled  { background-image: url(../images/icons/arrowPrev_disabled.gif); color:#999; text-decoration:none;}
.dartListHeaderNextTitle { padding-right: 2px; padding-left:6px;}
.dartListHeaderNextTitle a, .dartListHeaderNextTitle a:link { background: url(../images/icons/arrowNext.gif) no-repeat right 2px; padding-right:17px;}
.dartListHeaderNextTitle a.disabled, .dartListHeaderNextTitle a:link.disabled, .dartListHeaderNextTitle a:hover.disabled, .dartListHeaderNextTitle a:visited.disabled  { background-image: url(../images/icons/arrowNext_disabled.gif); color:#999; text-decoration:none;}

/************* Results Table *************/
#dartListDetailTable {border:1px solid #cbcbcb; padding: 0; width:88%; margin-left:26px; background:#efefef url(../images/icons/dartTableBackground.gif) repeat-x top left;}
#dartListDetailTable tr.dartListHeaderRow { background:#c0c0c0 url(../images/icons/grayTableHeaderBackground.jpg) repeat-x top left; padding: 0px; }
#dartListDetailTable th {padding: 4px 8px; text-align:left; vertical-align:bottom;}
#dartListDetailTable th.dartListHeaderType { width: 20%; }
#dartListDetailTable th.dartListHeaderDate { width: 15%; }
#dartListDetailTable th.dartListHeaderDesc { width: 65%; }
#dartListDetailTable td {border-top:1px solid #cbcbcb;padding: 4px 8px; text-align:left; vertical-align:top;}
#dartListDetailTable td.dartListDetailType { font-weight:bold; color:#993300; }
#dartListDetailTable td.dartListDetailDate { white-space:nowrap; color:#666;}
#dartListDetailTable td.dartListDetailDesc { color:#666;font-size:11px; }
#dartListDetailTable td.dartListDetailDesc a, #dartListDetailTable td.dartListDetailDesc a:link { text-decoration:underline; font-size:12px; }
#dartListDetailTable td.dartListDetailDesc a:hover { text-decoration:none; }

/************* Other *************/
#dartEntry { width: 97%; margin-left:  0px; padding: 15px; border-bottom:1px solid #dde1e4;}
.dartLink { float: left; width: 85%; }
.dartDate { float: right; }


/* NEW BOOK LANDING PAGE STYLES */

/************* Book Landing Page - Book Info Area *************/
#bookLandingContentPane {
	margin:-10px -10px 0px -18px;
	width:100%;
}

#sectionContentBody {}

#bookInfoHeader {
	background-color: #E5E5E5;
	width:100%;
	padding:0;
	margin:0;
	border-top:12px solid #E5E5E5;
	border-right:20px solid #E5E5E5;
	border-bottom:8px solid #E5E5E5;
	border-left:20px solid #E5E5E5;
}
#bookInfoHeader td {
	vertical-align:top;
	padding:0;
}
#bookInfoHeader td img {
	float:left;
	background-color: E5E5E5;
	height:84px;
	width:65px;
	padding:0;
	margin:0 10px 10px 0;
	border-top:1px solid #666;
	border-right:3px solid #A8A8A8;
	border-bottom:3px solid #A8A8A8;
	border-left:1px solid #666;
}
#bookInfoHeader td  h1 {
	color:#000;
	font-size:16px;
	line-height:18px;
	margin:0 0 0 115px;
	padding:6px 0 0 0;
}
#bookInfoHeader td  p {
	color:#666;
	font-size:11px;
	line-height:13px;
	margin:6px 0 6px 115px;
	padding:0;
	color:#000;
}

/************* Book Landing Page - Premium Features *************/

#bookLandingBody {
	width:100%;
	padding:0;
	margin:0;
}
#bookLandingBody td {
	vertical-align:top;
	padding:14px;
}
#bookLandingBody td.col1 {
	width:70%;
	padding-right:4px;
}
#bookLandingBody td.col2 {
	width:30%;
	min-width:200px;
	padding-left:4px;
}
#bookLandingBody ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding-left:0;
	text-indent: 0;
}
#bookLandingBody li {
	list-style-image: none;
	list-style-type: none;
	padding-left:10px;
	padding-bottom:16px;
	margin:0;
	background: url(../../global/images/app/bullet_gray.gif) no-repeat 0 4px;
}
#bookLandingBody ul.orange li {
	background: url(../../global/images/app/bullet_orange.gif) no-repeat 0 4px;
	padding-bottom:3px;
}

#bookLandingBody li a, #bookLandingBody li a:link {
	text-decoration: underline;
	font-weight:normal;
}
#bookLandingBody li a:hover {
	text-decoration: none;
}


/************* Book Landing Page - Premium Features *************/

#landingPagePremiumFeatures {
	margin:10px 10px 10px 6px;
	padding:0;
}
#landingPagePremiumFeatures h2 {
	color:#666;
	font-size:17px;
	line-height:17px;
	font-weight:normal;
	padding:0;
	margin:0;
	border-bottom:1px solid #CCCCCC;
}
#landingPagePremiumFeatures li {
	font-size:11px;
	color:#333;
}
#landingPagePremiumFeatures li a, #landingPagePremiumFeatures li a:link {
	font-weight:bold;
}

/************* Book Landing Page - Help Getting Started *************/


#helpGettingStarted {
	background:url(../../global/images/app/helpButton_left.gif) no-repeat left top;
	padding:0 0 0 28px;
	margin:0 0 0 12px;
}
#helpGettingStarted a {
	width:97%;
	display:block;
	background:url(../../global/images/app/helpButton_right.gif) no-repeat right top;
	padding:8px 15px 8px 6px;
	text-decoration:none;
	font-weight:normal;
	font-size:12px;
	color:#CC6600;
	white-space:nowrap;
	margin:0 0 10px 0;
}

#helpGettingStarted a:hover {
	color:#993300;
	text-decoration:underline;
}


/************* Book Landing Page - Book Updates Container *************/

.ltGrayBox_bl {background: url(../../global/images/app/ltGrayBox_r3c1.gif) 0 100% no-repeat;}/* Bottom left corner */
.ltGrayBox_br {background: url(../../global/images/app/ltGrayBox_r3c3.gif) 100% 100% no-repeat;}/* Bottom right corner */
.ltGrayBox_bm {background: url(../../global/images/app/ltGrayBox_r3c2.gif) 0 100% repeat-x;}/* Bottom margin */
.ltGrayBox_tl {background: url(../../global/images/app/ltGrayBox_r1c1.gif) 0 0 no-repeat;} /* Top left corner */
.ltGrayBox_tm {background: url(../../global/images/app/ltGrayBox_r1c2.gif) 100% 0 repeat-x;} /* Top margin */
.ltGrayBox_tr {background: url(../../global/images/app/ltGrayBox_r1c3.gif) 100% 0 no-repeat;}/* Top right corner */
.ltGrayBox_ml {background: url(../../global/images/app/ltGrayBox_r2c1.gif) 0 0 repeat-y;}/* Margin left*/
.ltGrayBox_mr {background: url(../../global/images/app/ltGrayBox_r2c3.gif) 100% 0 repeat-y;}/* Margin right*/
.ltGrayBox_mc {background: url(../../global/images/app/ltGrayBox_r2c2.gif) 0 0 repeat-x; margin:0 12px 14px 0; width: 100%;}
.ltGrayBox_ct {padding:5px 10px 10px 10px; text-align:left;font-size:12px; line-height:14px;}
.ltGrayBox_ct span {font-size:12px; font-weight:bold; color:#993300;}
.ltGrayBox_ct h1 {color:#BB5500; padding:0; margin:4px 0 16px 0; font-size:16px;line-height:18px; font-weight:bold; white-space:nowrap;}
.ltGrayBox_ct h1 a {font-size:10px; line-height:14px; float:right; padding:0 18px 1px 6px; display:block; background: url(../../global/images/app/viewAll.gif) no-repeat top right; font-weight:normal;}
.ltGrayBox_ct li span {font-size:12px; font-weight:bold; color:#993300;}
.ltGrayBox_ct li {font-size:11px; color:#666;}
.ltGrayBox_ct li a {font-size:12px;}
.ltGrayBox_ct img.burst { float:left; height:43px; width:44px; margin:-5px 4px 0 -10px; position:static;}


/************* Book Landing Page - Right Column Container *************/

.grayFadeBox_bl {background: url(../../global/images/app/grayFadeBox_r3c1.gif) 0 100% no-repeat;}
.grayFadeBox_br {background: url(../../global/images/app/grayFadeBox_r3c3.gif) 100% 100% no-repeat;}
.grayFadeBox_bm {background: url(../../global/images/app/grayFadeBox_r3c2.gif) 0 100% repeat-x;}
.grayFadeBox_tl {background: url(../../global/images/app/grayFadeBox_r1c1.gif) 0 0 no-repeat;}
.grayFadeBox_tm {background: url(../../global/images/app/grayFadeBox_r1c2.gif) 100% 0 repeat-x;}
.grayFadeBox_tr {background: url(../../global/images/app/grayFadeBox_r1c3.gif) 100% 0 no-repeat;}
.grayFadeBox_ml {background: url(../../global/images/app/grayFadeBox_r2c1.gif) 0 0 repeat-y;}
.grayFadeBox_mr {background: url(../../global/images/app/grayFadeBox_r2c3.gif) 100% 0 repeat-y;}
.grayFadeBox_mc {background: url(../../global/images/app/grayFadeBox_r2c2.gif) 0 0 repeat-x; margin:0 0 14px 12px; width: 100%;}
.grayFadeBox_ct {padding:5px 10px 10px 10px; text-align:left; color:#333; font-size:11px; line-height:14px;}
.grayFadeBox_ct p {padding:0; margin:10px 0 0 0;}
.grayFadeBox_ct h1 {color:#333; padding:0; margin:2px 0 0 0; font-size:12px;line-height:14px; font-weight:bold; white-space:nowrap;}

