﻿/*********************************************/
/* Slides List */
/*********************************************/

#slides-list 
{
    /* float:left;    */
    width:100%; 
}

/* thumbnails */

ul.slides-list 
{
    list-style-position:inside;       
    margin: 0px 0px 0px 0px; 
    padding: 0px 0px 0px 0px;
}

ul.slides-list li 
{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    float:left;
    display:inline;
    width:166px;                   
    margin: 0px 27px 5px 0px;
    padding: 0px 0px 0px 0px;
    /*border: solid 1px black;*/
}

ul.slides-list li.last
{      
    margin-right:0px;    
}

ul.slides-list .thumb
{	
	text-align: center;		
}

ul.slides-list .thumb img
{
	border: 1px solid #dadada;	
	margin: 2px 2px 2px 2px;
    width:160px;
    height:120px;
}

ul.slides-list .title,
ul.slides-list .owner
{	 
	padding: 0px 3px 0px 3px;
	margin: 3px 0px 3px 0px;	
	height: 54px;
	/*text-transform: capitalize;	*/
	font-family: "Trebuchet MS", Sans-Serif, Verdana, Arial !important;	
	font-size: 12px;
	color: #000000;
	
	/*border: 1px solid black;*/
}

ul.slides-list .owner
{	 	
	height: 18px;
}

ul.slides-list .options
{	
	margin: 4px 4px 0px 2px;	
	text-align: right; 
	height: 20px;
	/*border: solid 1px black;*/
}

/* table */

table.slides-list thead td
{	
	border-bottom: solid 1px #000000;
	line-height: 23px;
	font-weight: bold;
	vertical-align: top;		
	font-family: "Trebuchet MS", Sans-Serif, Verdana, Arial !important;
	font-size: 12px;
	color: #646464;
}

table.slides-list tbody td
{	
	padding: 2px 0px 2px 0px;		
	font-family: "Trebuchet MS", Sans-Serif, Verdana, Arial !important;
	color: #333333;
	font-size: 12px;
}

table.slides-list tbody tr
{	
    cursor: move;	
}

table.slides-list tbody tr input
{	
    cursor:default;    
}

table.slides-list tbody tr td.title
{
	text-transform: capitalize;
}

table.slides-list tbody tr td a:link, 
table.slides-list tbody tr td a:visited
{	
	font-family: "Trebuchet MS", Sans-Serif, Verdana, Arial !important;
    color: #990000 !important;
    font-size: 12px;
}

table.slides-list tbody tr:hover
{	
	background-color:#efefef;
	border:solid 1px #eeeeee;	
}

table.slides-list tbody tr td.options
{	
    padding-top: 3px; 
    text-align:right; 
    white-space:nowrap;	
}

.hardBreaker
{
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */	
}

.delete-slides a:link,
.delete-slides a:visited
{	
	font-family: "Trebuchet MS", Sans-Serif, Verdana, Arial !important;
	color: #646464;
	vertical-align: top;
	font-size: 12px;
}

 .image-button 
 {
    cursor: pointer;
    /*margin-left:2px;
    margin-bottom:2px;*/
    border: 0px;
 }

/*********************************************/
/* End Slides List */
/*********************************************/

.droppable-hover 
{
    border: dashed 1px #900000 !important;
}

.droppable-active 
{
    background-color:#EFEFEF;        
}
