/* Non Admin Styles */

.galleryImage {
	width: 110px;
	height: 130px;
	margin: 2px;
	float: left;
	text-align: center;
	padding: 2px;
	border: 2px solid #fdf;
	font-size: 8pt;
}

.galleryImage .container {
	margin: 0px;
	padding: 0px;
}

.galleryImage .title {
	margin: 5px;
	text-align: center;
}

.galleryImage .imageBox {
	width: 100px;
	height: 100px;
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}


fieldset {
/*	border:  1px solid #afe14c;
	margin: 5px 0;
	padding: 20px 10px;*/
}

/* IE6 FIX */
html fieldset {
	position: relative;
	margin-top:1em;
}
/* IE6 FIX */
html legend {
	position:absolute;
	top: -0.5em;
	left: .5em;
}

fieldset.flash {
	width: 375px;
	margin: 10px 5px;
	border:1px solid #D9E4FF;
}

legend {
	font: 700 14px Arial, Helvetica, sans-serif;
	padding: 0 5px;
	margin: 0 10px;
	color: #73b304;
}

button,
input,
select,
textarea {
	border-width: 1px;
	margin-bottom: 10px;
	padding: 2px 3px;
}

input[disabled]{ border: 1px solid #ccc } /* FF 2 Fix */


label {
	width: 150px;
	text-align: right;
	display:block;
	margin-right: 5px;
}

#btnSubmit { margin: 0 0 0 155px ; }

/* -- Table Styles ------------------------------- */
td {
	font: 10pt Helvetica, Arial, sans-serif;
	vertical-align: top;
}

.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.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;
}
/* 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;
}

.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;
}


/* Sorting / Dragging */

.helper {
	list-style: none;
	border:none; float: left;
	opacity: 0.3;
	filter: alpha(opacity = 30);
	margin: 4px;
	padding: 3px;
}

.dropactive {
	background-color: #fc9;
}

.drophover  {
	background-color: #ffc;
	background-color: #99ccff;
}
.drophover1  {
	background-color: #fcc;
}

.file {
	width: 108px;
	height: 130px;
	margin: 2px;
	float: left;
	text-align: center;
	padding: 2px;
	border: 2px solid #fdf;
	font-size: 8pt;
}

.fileremove {
	position: absolute;
	right: 1px;
	top: 1px;
	border: 0px;
}

.fileimageCont {
	width: 100px;
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	position: relative;
}

.fileimage {
	width: 100px;
	height: 100px;
	margin: 0px;
	padding: 0px;
}

.directory {
/*	text-align: center; */
/*	overflow: hidden; */
}

.directory.listview {
	width: 97%;
	height: 20px;
	margin: 3px;
	padding: 3px;
	border: 1px solid #ddd;
}

.directory.defview {
	width: 86px;
	height: 100px;
	margin: 4px;
	float: left;
	text-align: center;
	padding: 5px;
	border: 2px solid #faf;
	overflow: hidden;
}

.directory.listview .dirIconCont {
	text-align: center;
	float: left;
	width: 25px;
}
.directory.listview .dirIcon {
	height: 22px;
}
.directory.listview .dirText {
	margin: 4px;
	text-align: left;
	float:left;
	width: 80%;
}

.directory.defview .dirIconCont, .directory.defview .dirText {
	margin: 5px;
	text-align: center;
}

.selecteditem {
	border: 2px solid #f00;
}

.selecthelper {
	background-color: #000;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}

.helper1 {
	background: #ddd;
	border: 1px dashed #aaa;
}

.helper {
	background: #fff;
	border: 2px dashed #000;
	overflow: hidden;
	width: 108px !important;
	height: 130px !important;
}

#photoSort, #fileList {
	width: 100%;
	overflow: auto;
	padding-bottom:5px;
}

#clipDiv {
	float:        right;
	border:       1px solid #ddd;
	border-top:   none;
	background:   #ffffcc;
	padding:      3px;
	width:        92px;
	text-align:   center;
}

#togleMode {
	float:        right;
	border-left:  1px solid #ddd;
	margin-right: 1px;
	width:        88px;
	text-align:   center;
}


/* Tooltip styles */

#tooltip {
	position: absolute;
	z-index: 999;
	border: 1px solid #aaa;
	background-color: #eee;
	padding: 3px;
	opacity: 0.9;

}
#tooltip h3, #tooltip div { margin: 0; font-size:11px; font-weight:normal;}

.searchItem{
	float:left; 
	display:inline;
	width: 346px;

	margin:0 5px 5px 0; 	
}

.searchItem1{

	background:			#ffffff url("../images/gallery_box_bg.gif") repeat-x top;
	border-right:		1px solid #bdcad1;
	border-bottom:		1px solid #bdcad1;
	border-top:			1px solid #e9f3f7;
	border-left:		1px solid #e9f3f7;

	float:left; 
	width:142px; 
	height:142px; 
	margin:0; 
	padding:0; 
	position:relative; 
	overflow:hidden; 
	clear:left;
	vertical-align: middle;
}
.searchItem1 td{
	vertical-align: middle;
	text-align: center;
	width:142px; 
	height:142px; 
}
.searchItem1 a{
	vertical-align: middle;
	text-align: center;
}
.searchItem1 img{
	vertical-align: middle;
	text-align: center;
}



.searchItem2{
 	float: left;
	margin-left: 10px;
	width: 190px;
}

.searchItem img{
	background-color:#ffffff;
	padding:2px;
	border: 1px solid #d4d4d4;
}


h4 b{
font-size:12px;
font-weight:normal;
color:#666666;

}
