table#first_row {
	margin-top: 10px;
}

td.preview_list {
	vertical-align:top;
	width: 235px;
	height: 295px;
	background:transparent url('../images/landing_home_catbox.png') no-repeat;
}


td.resource_description {
	vertical-align:top;
	width: 235px;
	height: 305px;
	background:transparent url('../images/landing_home_catbox.png') no-repeat;
}

div.preview_image_list {
	width: 920px;
	height: 250px;
}

div#category_items {
	width: 920px;
	height: 200px;
	overflow: auto;
}

td#movie_screen {
	text-align: center;
	width: 490px;
}

.backdrop {
	background:transparent url('../images/new_stage.jpg')  no-repeat;
}

td.preview_list div.preview_list {
	margin-top: 10px;
	height: 285px;
	overflow: scroll;	
}

td.preview_list div ul {
	list-style-type: none;
}

td.preview_list div ul li {
	margin: 0px 20px 3px -20px;
	padding: 4px 4px 4px 4px;
	border: 1px solid gray;
	background-color: #764701;
	font-weight: bold;
	color: #ffff99;
}

td.preview_list ul li a {
	color: white;
	text-decoration: none;
}

td.preview_list ul li a:hover {
	color: gray;
}

td.preview_list ul li a {
	color: white;
}

div.peek_item {
	margin: 10px 5px 0px 10px;
	height: 50px;
	width: 850px;
	padding:0px 0px 5px 0px;
	border-bottom: 1px solid gray;
}

div.peek_item div {
	border-right: 1px solid gray;
	padding: 3px;
}

div.peek_image {
	height: 35px;
	width: 45px;
	float: left;
}

div.peek_words {
	width: 300px;
	height: 40px;
	background-color: white;
	float:left;
	
}

span.peek_title{
	font-weight: bold;
}

span.peek_description{
	font-size:0.9em;
}

div.peek_words_long {
	width: 300px;
	height: auto;
	background-color: white;
	float:left;
}
div.peek_element {
	width: 60px;
	height: 40px;
	float: left;
	color: black;
	background-color: white;
}
div#peek_list_header {
	margin: 0px 5px 0px 10px;
	height: 24px;
	border-bottom: 4px solid black;
}
div#peek_list_header div {
	padding: 5px 3px 3px 3px;
	text-align: center;
}
div.peek_header {
	height: 20px;
	background: white;
	color: black;
	font-size: 1.0em;
	font-weight: bold;
}

div.description {
	margin: 15px 10px 10px 15px;

}


div.media_pane {
}


/* The following defines a table for container box that is adjustable. */
table.peek {
	margin-left: 10px;
	background-image: url(../images/peek_red_bkg.png);
	width: 950px;
}
table.peek tr.top th.left {
	width: 15px;
	background-image: url(../images/peek_red_tl.png);
	background-repeat: no-repeat;
}
table.peek tr.top th.middle {
	height: 15px;
	background-image: url(../images/peek_red_tm.png);
	background-repeat: repeat-x;
	
}
table.peek tr.top th.right{
	width: 15px;
	background-image: url(../images/peek_red_tr.png);
	background-repeat: no-repeat;
}


table.peek tr.middle td.left {
	background-image: url(../images/peek_red_ml.png);
	background-repeat: repeat-y;
}

table.peek tr.middle td.right {
	background-image: url(../images/peek_red_mr.png);
	background-repeat: repeat-y;
}

table.peek tr.bottom td.left {
	height: 15px;
	background-image: url(../images/peek_red_bl.png);
	background-repeat: no-repeat;
}

table.peek tr.bottom td.middle {
	background-image: url(../images/peek_red_bm.png);
	background-repeat: repeat-x;
}

table.peek tr.bottom td.right{
	background-image: url(../images/peek_red_br.png);
	background-repeat: no-repeat;
}

/* End of table peek box definition */

div#category_header{
	clear:both;
	
}
table.category_header {
	background-color: none;

}
td.box_left {
	background-image: url(../images/cat_marquee_left.png);
	background-repeat: no-repeat;
	padding: 0 0 0 0;
	width:24px;
	height:35px;
	
}
td.box_middle {
	background-image: url(../images/cat_marquee_middle.png);
	background-repeat: repeat-x;
	color: white;
	height: 35px;
	padding: 0px 0px 0px 0px;
}
td.box_right {
	background-image: url(../images/cat_marquee_right.png);
	background-repeat: no-repeat;
	width: 25px;
	height: 35px;

}

.box_middle a {
	color: white;
}
 
.rateMe{padding:0px; margin:0px;}
.rateMe li{float:left;list-style:none;}
.rateMe li a:hover,
.rateMe .on{background:url(../images/star_red.png) no-repeat;}
.rateMe a{float:left;background:url(../images/star.png) no-repeat;width:15px; height:15px;}
.saved{color:red; }

ul#in {
	width: 150px;
	list-style-type: none;
	margin-left:0px;	
	margin-top:0px;
	height: 150px;
}
ul#in li {
	background-color: #4ec49e /*#7bae4c*/;
	border: 1px dotted green;
	margin-bottom: 1px;
	text-align: left;
	padding: 2px 4px 2px 4px;
}

ul#not_in {
	list-style-type: none;
	padding: 2px 2px 2px 2px;
	margin-left:0px;
	margin-top: 0px;
	
}
ul#not_in li {
	background-color: #4ec49e;/*#d7d7d7;*/
	border: 1px solid black;
	padding: 2px 2px 2px 2px;
	margin-bottom: 2px;
	text-align: left;
}

#in_area {
	background-image: url(../images/dragaresource.png);
	height: 225px;
	width: 150px;
}

div.peek_item div.fwdgt { 
	border: none;
}