.AlignRight
{
	text-align: right;
	width: 50px;
}

.UploadedThumbnails
{
	list-style-type: none;
}

.UploadedThumbnails li
{
    display: inline;
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
    list-style-type: none;
    border: solid 1px #ccc;
}

.UploadedThumbnails li table td.image
{	
	padding: 6px 6px 3px 6px;
}

.UploadedThumbnails li table td.control
{	
	padding: 3px 6px 6px 6px;
}

.progressWrapper {
	width: 200px;
	overflow: hidden;
	float:left;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
	position:relative;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.flash {
    position:relative;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}




#organizer {
	font-family: Arial, sans-serif;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#organizer li {
	cursor: move;
	position: relative;
	float: left;
	margin: 2px 2px 2px 2px;
	padding: 3px 4px 3px 4px;
	width: 100px;
	border: 1px solid #ccc;
	text-align: center;
	padding-top: 5px;
	background-color: #eeeeff;
	list-style-type: none;
}

.Section-Item-Alternate TD
{} 

.Section-Item TD
{
	background-color: #ffffcc;	
}



/*************************
******** Arrows **********
**************************/	
div.jMyCarousel .prev{
	background: url('Images/left.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}
div.jMyCarousel .next{
	background: url('Images/right.png') center center no-repeat;
	width:40px;
	height:61px;
	border:0px;
}
div.jMyCarousel .up{
	background: url('Images/up.png') center center no-repeat;
	width:61px;
	height:40px;
	border:0px;
}

div.jMyCarousel .down{
	background: url('Images/down.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}


/** carousel 1 **/
div.jMyCarousel ul li{
	border:0px solid #ffffff;
	line-height:0px;
	list-style-type:none;
	display: inline-block;
	overflow: hidden; 
	position: relative;
}

div.jMyCarousel ul li a{ /* in case of link */
	display: inline-block;
	border:0px;
	list-style-type:none;
	overflow: hidden; 
	position: relative;
}

div.jMyCarousel ul li a img{
	display: inline-block;
	border:0px;
	list-style-type:none;
	overflow: hidden; 
	position: relative;
}








.accordion
{
	width: 800px;
	padding: 0px;
}
.accordion dt
{
	cursor: pointer;
	display: block;
	margin-top: 0;
	text-decoration: none;
	font-size: 12px;
	clear: both;
	padding-left: 0px;
	padding-bottom: 10px;
}

.accordion dd
{
	padding-left: 0px;
	padding-bottom: 20px;
	margin: 5px;
}