/* stem/cc/ck/browse/browse.css --- (c)2009 McLean Media, all rights reserved @version 2010-05-30 */

@import "../ckRoot.css";
@import "../ckTool.css";


#content {
	background-image: url('clipsHeaderBkgnd.gif');
	background-repeat: repeat-x;
}

/* --- contentHeader --- */
#contentHeader {
	height: 100px;
}

#contentHeader #selection {
	position: absolute;
	top: 50px;
	left: 8px;
	background-color: transparent;
}

#contentHeader p.p1 {
	position: absolute;
	display: block;
	top: 48px;
	left: 25px;
	width: 400px;
	font: normal 10px "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: transparent;
}

#contentHeader #search .searchButton a {
	position: absolute;
	width: 64px;
	height: 22px;
	top: 14px;
	left: 700px;
	background-image: url('search.gif');
	background-repeat: no-repeat;
}

#contentHeader #search .searchButton a.disabled {
	background-image: url('searchDisabled.gif');
}

#contentHeader #search .searchButton a span {
	display: none;
}

#contentHeader #search .resetButton a {
	display: block;
	position: absolute;
	top: 14px;
	left: 820px;
	width: auto;
	height: auto;
	margin: 0px;
	background-color: transparent;
	text-decoration: underline;
	cursor: pointer;
}

#contentHeader #limit .includeSets { /* hide the "sets" checkbox for the STEM Clips Tab */
	display: none;
}


#contentHeader #limit .includeClips { /* hide the "clips" checkbox for the STEM Clips Tab */
	display: none;
}

#contentHeader #findAllBtn a {
	display: block;
	position: absolute;
	width: 152px;
	height: 28px;
	left: 18px;
	top: 36px;
	background-image: url(searchAll.gif);
	background-repeat: no-repeat;
}

#contentHeader #findAllBtn a span {
	display: none;
}

#contentHeader #findAllBtn a.disabled {
	background-image: url('searchAllDisabled.gif');
	background-repeat: no-repeat;
}



/* --- contentDetail --- */

#contentDetail {
	background-image: url('eg.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}

#contentDetail #browseList {
	display: block;
	position: absolute;
	top: 0px; /* 40px; */
	left: 10px; /* 160px; */
	width: 160px;
	height: 360px;
	border-top: 2px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 2px solid #999999;
	background-color:#E1F4FF;
}

#contentDetail #browseList h2 {
	/* position: absolute; */
	text-align:left;
	top: 6px;
	left: 6px;
	margin: 6px 0px 0px 6px; /* margin-top: 0px; */
	font-size: 14px;
}

#contentDetail #browseList ul {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 154px;
	height: auto;
	margin-left: 4px;
	padding: 0px;
}

#contentDetail #browseList ul li {
	font-size: 12px;
	color:#666666;
	background-color: transparent;
	list-style: none;
	line-height: 14px;
	cursor: pointer;
}

#contentDetail #browseList span {
	font-size: 10px;
	color: #666666;
	background-color: transparent;
}


/*
#contentDetail .pageList {
	position: relative;
	display: block;
	width: 460;
	height: 24px;
	margin: 0px;
	padding: 5px 4px 4px 4px;
}
*/

/* --- src --- */
#contentDetail #srcCell {
	width: 650px; /* 532px */
}

#src {
	/* position: absolute; */
	top: 0px; /* 14px; */
	left: 180px; /* 340px; */
	margin-bottom: 16px;
	width: 460px; /* 584px; */
}

#srcHeader {
	height: 34px;
	width: 456px; /* 584px;--- 528px; --- 732px; */
}

#srcPageList {
	top: 0px;
	height: 34px;
	width: 654px; /*  778px --- 528px;--- 732px; */
}

#srcItemList {
	position: relative;
	width: 460px; /* 584px --- 528px; --- 732px; */
}

#srcItemList .item {
	width: 460px; /* 598px; --- 528px; --- 732px; */
	border-right: 1px solid #CCCCCC;
}

#srcItemList .itemText {
	width: 356px; /* 480px --- 422px; --- 622px; */
}

#srcViewButton {
	top: 11px;
	left: 400px; /* 540px --- 450px; --- 650px; */
}



/* --- dst --- */
#dstCell {
	background-color: #FFFFFF;
	background-image: url('clipsTab_bknd.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
}

#contentDetail #dstCell h2 {
	margin: 4px 0px 10px 0px;
	font-size: 14px;
	text-align: center;
}

#contentDetail #dstCell h3 {
	margin: 10px 0px 6px 30px;
	font-size: 16px;
	text-align: left;
}

#dstNote1 ul {
	list-style: outside square;
	margin: 0px 20px 0px 54px;
	padding: 0px;
	text-align: left;
}

#dstNote1 li{
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 6px 4px;
	line-height: 18px;
}

#dstNote2 ul {
	list-style: outside square;
	margin: 0px 20px 0px 54px;
	padding: 0px;
	text-align: left;
}

#dstNote2 li{
	font-size: 11px;
	margin: 0px;
	padding: 0px 0px 4px 4px;
	line-height: 14px;
}
