﻿DIV.Item
{
	background-repeat: repeat-x;
	background-position: center bottom;
	float: left;
	margin: 1px;
	margin-bottom: 30px;
	padding: 5px;
}

DIV.Informational
{
	padding-top: 2px;
	text-align: right;
}

DIV.Hover
{
	background-image: url(images/HoverBG.gif);
	border: solid 1px #D8F0FA;
	padding: 4px;
}

DIV.Selected
{
	background-image: url(images/selectedBG.gif);
	border: solid 1px #99DEFD;
	padding: 4px;
}

DIV[class~="Hover"][class~="Selected"]
{
	background-image: url(images/SelectedHoverBG.gif);
	border: solid 1px #B6E6FB;
	padding: 4px;
}

DIV.Focus, DIV[class~="Hover"][class~="Selected"][class~="Focus"]
{
	border: dotted 1px #090402;
	padding: 4px;
}

DIV.Dragging
{
	background-color: #E8F6FD;
	background-image: url(images/SelectedHoverBG.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
	border: solid 1px #B6E6FB;
	filter: alpha(opacity=70);
	opacity: .7;
	position: absolute;
}

DIV.Dragging DIV.Item, DIV.Dragging DIV.Focus
{
	background-color: Transparent;
	background-image: none;
	border: solid 1px black;
	padding: 1px;
}

.Rubberband
{
	border: solid 1px #000099;
	background-color: #3399FF;
	filter: alpha(opacity=40);
	opacity: .4;
	position: absolute;
}

DIV.ImageContainer, DIV.DropContainer, DIV.CollectionImageContainer, DIV.ImageTray
{
	padding: 1px;
	cursor: default
}

DIV.DropContainer
{
	height: 110px;
	overflow: auto;
}

DIV.Inactive IMG.Thumbnail
{
	filter: alpha(opacity=40);
	opacity: .4;
	
}


IMG.Thumbnail
{
	border: solid 1px lightgrey;
	height: 54px;
	width: 54px;
}

DIV.Item
{
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 13px;
	margin-bottom: 13px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 13px;
	padding-bottom: 13px;
}

DIV.Selected
, DIV.Hover
, DIV.Focus
, DIV[class~="Hover"][class~="Selected"]
, DIV[class~="Hover"][class~="Selected"][class~="Focus"]
{
	margin-left: 14px;
	margin-right: 14px;
	margin-top: 12px;
	margin-bottom: 12px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 13px;
	padding-bottom: 13px;
}

* HTML DIV.Selected
, * HTML DIV.Hover
, * HTML DIV.Focus
{
	margin-left: 14px;
	margin-right: 14px;
	margin-top: 12px;
	margin-bottom: 12px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 13px;
	padding-bottom: 13px;
}

DIV.Dragging DIV.Item, DIV.Dragging DIV.Focus
{
	border: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

DIV.Dragging DIV.Informational, DIV.DropContainer DIV.Informational
{
	display: none;
}


DIV.DropContainer IMG.Thumbnail
{
	height: 27px;
	width: 27px;
}

DIV.DropContainer DIV.Item
{
	padding: 4px;
	margin: 2px;
}

DIV.DropContainer DIV.Selected
, DIV.DropContainer DIV.Hover
, DIV.DropContainer DIV.Focus
, DIV.DropContainer DIV[class~="Hover"][class~="Selected"]
, DIV.DropContainer DIV[class~="Hover"][class~="Selected"][class~="Focus"]
{
	margin: 2px;
	padding: 3px;
}


* HTML DIV.DropContainer DIV.Selected
, * HTML DIV.DropContainer DIV.Hover
, * HTML DIV.DropContainer DIV.Focus
{
	margin: 2px;
	padding: 3px;
}

TABLE.DetailTable DIV.Item
{
	float: none;
}

.PageLinks A
{
	margin: 0px 3px;
}

DIV.Active .Thumbnail
{
	cursor: move;
}

DIV.CollectionImageContainer, DIV.ImageTray
{
	background-color: White;
}

DIV.ImageTray
{
}

DIV.CollectionImageContainer DIV.Item
{
	margin: 3px 5px;
	padding: 3px 5px;
}


DIV.CollectionImageContainer DIV.Selected
, DIV.CollectionImageContainer DIV.Hover
, DIV.CollectionImageContainer DIV.Focus
, DIV.CollectionImageContainer DIV[class~="Hover"][class~="Selected"]
, DIV.CollectionImageContainer DIV[class~="Hover"][class~="Selected"][class~="Focus"]
{
	margin: 2px 4px;
	padding: 3px 5px;
}

* HTML DIV.CollectionImageContainer DIV.Selected
, * HTML DIV.CollectionImageContainer DIV.Hover
, * HTML DIV.CollectionImageContainer DIV.Focus
{
	padding: 2px 4px;
}

DIV.CollectionImageContainer IMG.Thumbnail
, DIV.ImageTray IMG.Thumbnail
{
	height: 60px;
	width: 60px;
}

DIV.CollectionImageContainerTitle
{
	/*background-image: url(../../images/constants/content_hr_grey.gif); */
	color: #666666; 
	font-size: 14px;
	font-weight: bolder;
	height: 33px;
}

DIV.ImageTray DIV.Item
{
	display: inline;
	margin: 3px 3px;
	padding: 3px 3px;}

DIV.ImageTray DIV.Selected
, DIV.ImageTray DIV.Hover
, DIV.ImageTray DIV.Focus
, DIV.ImageTray DIV[class~="Hover"][class~="Selected"]
, DIV.ImageTray DIV[class~="Hover"][class~="Selected"][class~="Focus"]
{
	margin: 2px 2px;
	padding: 3px 3px;
}


* HTML DIV.ImageTray DIV.Selected
, * HTML DIV.ImageTray DIV.Hover
, * HTML DIV.ImageTray DIV.Focus
{
	padding: 2px 2px;
}

DIV.DropFocus
{
	background-color: #EEEEFF;
	border: 1px solid #0000FF;
	padding: 0px;
}