@charset "UTF-8";
/* CSS Document */

* {margin:0;padding:0;text-decoration:none;}

img {border:none;}

ul {list-style:none;}

body, html {
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	height:100%;
	color:#000;
}

input {background-color:transparent;border:none;}

#wrapper {
	height:100%;
	width:100%;
	background-color:#fff;
}

#header {
	position:relative;
	width:100%;
	height:100px;
	border-bottom:2px solid #000;
	background:url(images/bg-header.jpg) no-repeat;
	background-color:#d5d1d0;
}

#page {
	position:relative;
	width:100%;
	height:100%;
	background:url(images/bg-left.gif) repeat-y;
	background-color:#fff;
}

#left {
	position:relative;
	float:left;
	width:230px;
}


#left_nav {
	margin:30px 0 0 23px;
	width:180px;
}

.leftDivider {
	width:179px;height:42px;border-bottom:1px dotted #bababa;margin-top:-29px;
}

#right {
	position:relative;
	float:left;
	padding:32px 0 0 0;
}

/* ************************************** SEARCH PAGE **************************************** */

.clipBox {
	position:relative;
	float:left;
	width:180px;
	font-size:10px;
	font-weight:bold;
}

/*#rightContent {
	float:left;
	position:relative;
	overflow:hidden;
	width:60%;
}

#pagenav {
	width:100%;
	background-color:#828282;
}*/


#btnAddCheckedClips, #btnAddCheckedClipsDFT {
	float:left;
	width:195px;
	height:19px;
	background:url(images/btn-add-checked-clips-to-bin.gif) no-repeat;
	display:block;
	cursor:pointer;
}
#btnAddCheckedClips:hover, #btnAddCheckedClipsDFT:hover {background-position:0 -19px;}

#btnBackToResults {
	float:left;
	width:201px;
	height:19px;
	background:url(images/btn-back-to-search-results.png) no-repeat;
	display:block;
	cursor:pointer;
}
#btnBackToResults:hover {background-position:0 -19px;}

.btnAdd, .btnAddDFT {
	width:14px;
	height:14px;
	background:url(images/btn-add.gif) no-repeat;
	display:block;
	cursor:pointer;
}
.btnAdd:hover, .btnAddDFT:hover {background-position:0 -14px;}

.btnInfo {
	width:20px;
	height:19px;
	background:url(images/btn-info.gif) no-repeat;
	display:block;
	cursor:pointer;
}
.btnInfo:hover {background-position:0 -19px;}

/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	background-color:#efefef;
	border:1px solid #ccc;
	max-width:300px;
	font-size:12px;
	padding:10px;
	color:#000;
}

.btnPrev {
	float:right;
	margin-right:5px;
	width:68px;
	height:19px;
	background:url(images/btn-prev.gif) no-repeat;
	display:block;
	cursor:pointer;
}
.btnPrev:hover {background-position:0 -19px;}

.btnNext {
	float:right;
	width:68px;
	height:19px;
	background:url(images/btn-next.gif) no-repeat;
	display:block;
	cursor:pointer;
}
.btnNext:hover {background-position:0 -19px;}

.pagination {
	float:right;
	font-size:14px;
	color:#fff;
	padding-top:2px;
	margin:0 10px 0 0;
}

.pagination a {color:#fff;margin-right:10px;}
.pagination a:hover {color:#ccc;margin-right:10px;}

.detailTable {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
}

#btnAddToClipBin, #btnAddToClipBinDFT {
	float:left;
	margin-left:281px;
	width:172px;
	height:28px;
	background:url(images/btn-add-to-clip-bin.gif) no-repeat;
	display:block;
	cursor:pointer;
}
#btnAddToClipBin:hover, #btnAddToClipBinDFT:hover {background-position:0 -28px;}


/* ****************************** VIEW BIN PAGE ********************************** */

.btnEdit {
	display:block;
	width:13px;
	height:14px;
	background:url(images/btn-edit.gif) no-repeat;
}
.btnEdit:hover {background-position:0 -14px;}

.btnCloseX {
	display:block;
	width:15px;
	height:14px;
	background:url(images/btn-close-x.gif) no-repeat;
}
.btnCloseX:hover {background-position:0 -14px;}

#btnShareCheckedClips {
	display:block;
	float:left;
	width:159px;
	height:19px;
	margin-right:11px;
	background:url(images/btn-share-checked-clips.png) no-repeat;
}
#btnShareCheckedClips:hover {
	background-position:0 -19px;
}

#btnCopyCheckedClips {
	display:block;
	float:left;
	width:159px;
	height:19px;
	margin-right:11px;
	background:url(images/btn-copy-checked-clips.png) no-repeat;
}
#btnCopyCheckedClips:hover {
	background-position:0 -19px;
}

#btnSortClips {
	display:block;
	float:left;
	width:94px;
	height:19px;
	margin-right:11px;
	background:url(images/btn-sort-clips.png) no-repeat;
}
#btnSortClips:hover {
	background-position:0 -19px;
}

#btnCreateBin {
	display:block;
	float:right;
	width:29px;
	height:20px;
	margin-left:11px;
	background:url(images/btn-create-plus.png) no-repeat;
}
#btnCreateBin:hover {
	background-position:0 -20px;
}


.errorNote { color: red; font-size: 1em; font-family: arial; font-weight: bold; }



.searchText {color: #fff; font-size: 12px; font-weight: bold; margin-bottom: 8px; display:block;}

.srchLink { color: #f5f5f5; font-size: 11px; font-weight: bold; background-color: #000; text-decoration: none; padding: 3px 12px; display: inline; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}

a.whiteLink { color: #f5f5f5; font-size: 12px; text-decoration:underline;}



table tr td #all_text span
{
    text-decoration:underline;
    background-color:yellow;    
}
