
#filelist {
	color: #000000;
}
.notelabel {
	display: inline;
	width: 100%;
}
.notelabel span {
	background: #fef7cc;
	color: black;
}
.headerlabel {
	color: #333;
	font-weight: bold;
}
.section {
	position: relative;
	border: 1px solid #a3a3a3;
	width: 280px;
	min-height: 580px;
	height: auto !important;
  	height: 580px;
	float: left;
	padding: 12px;
	margin: 20px 0px;
	background: #fff;
	color: #666;
}
#section2, #section3{
	margin-left: 8px;
	cursor: default;
}
#btnUpload:hover {
	cursor: pointer;
}

#section3 a:hover {
	text-decoration: none;
}
.sectioncontent {
	height: 165px;
}
.section input, .section textarea {
	float: right;
	width: 170px;
	border: 1px solid #c5c5c5;
	color: #666;
}
.section textarea {
	height: 80px;
	resize: none;
}	
.datepicker {
	background: url(images/calendar.png) right no-repeat;
	padding-top: 2px;
}	
#filequeue {
	min-height: 300px;
	height: auto !important;
  	height: 300px;
	padding: 0px 5px;
}
	#filequeue  img {
		background: none;
		border: none;
		padding: 0px;
	}
#file_uploadUploader {
	float: right;
	padding: 3px;
}

#btnUpload {
	text-align: right;
	display: block;
}
#divBtnUpload {
	position:relative;
} 
#divBtnUpload  #imgBtnUpload {
	position: absolute;
	border: none;
	right: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
}
.mandatory {
	background: #fef7cc;
}
.disclaimer {
	font-size: 12px;
	margin-top: 6px;
	display: block;
}
.sec_img {
	margin-left: 80px;
}
label {
	display: block;
	float: left;
	color: ;
	width: 120px;
}
label.info {
	display: block;
	float: left;
	color: ;
	width: 100px;
}
#imgNoJavaScript {
	position:absolute;
	z-index: 100;
	left:0px;
	top:0px;
}

#section1overlay,#section2overlay,#section3overlay {
	position: absolute;
	z-index: 500;
	width: 280px;
	height: 580px;	
	padding: 12px;
	background: url('images/dropbg.png') repeat;
	top: 0px;
	left: 0px;
}

#pagetable {
	width: 940px;
	margin-bottom: 12px;
	background: url(../../layout/admin_images/pagetable_header.png) center top no-repeat;
	border-bottom: 1px solid #c0c0c0;
	color: #333333;
}
	#pagetable tr th {
		font-weight: normal;
		line-height: 25px;
		text-align: left;
		color: #959595;
		padding: 0 5px;
		text-shadow: 0 1px 0 #ffffff;
	}
	#pagetable tr th.sortorder 	{width: 75px;}
	#pagetable tr th.datefield 	{width: 125px;}
	#pagetable tr th.micro		{width: 28px;}
	#pagetable tr th.option 	{width: 140px;}
	
	#pagetable tr th:first-child {
		padding-left: 15px;
	}
	#pagetable tr th:right-child {
		padding-right: 15px;
	}
	#pagetable tr th p, #pagetable tr td p {
		margin: 0;
		padding: 0;
	}
	#pagetable .rightborder {border-right: 1px solid #c0c0c0; padding-right: 15px;}
	#pagetable .leftborder {border-left: 1px solid #c0c0c0; padding-left: 15px;}
	#pagetable tr td {
		text-align: left;
		height: 35px;
		background: #fff;
		padding: 0px 5px;
		border-top: 1px solid #c0c0c0;
	}

	#pagetable tr.dropdown_first td {
		background: #f2f2f2;
	}
	#pagetable tr.dropdown_second td {
		background: #e5e5e5;
	}
	#pagetable tr.dropdown_first .tab {
		background: url(../../layout/admin_images/icon_Dropdown.gif) 0 center no-repeat;
		padding-left: 15px;
	}
	#pagetable tr.dropdown_second .tab {
		background: url(../../layout/admin_images/icon_Dropdown.gif) 15px center no-repeat;
		padding-left: 30px;
	}
	#pagetable img {
		margin: 6px 0 0 0;
	
	}
	#pagetable a.viewdetails {
		color: #279d45;
	}
		#pagetable a.viewdetails span.viewdetails_show {
			padding: 0 12px 0 0;
			background: url(../../layout/admin_images/icon_Show.gif) right center no-repeat;
		}
		#pagetable a.viewdetails span.viewdetails_hide {
			padding: 0 12px 0 0;
			background: url(../../layout/admin_images/icon_Hide.gif) right center no-repeat;
		}
	#pagetable a.editthis {
		color: #3287a9;
	}
	#pagetable a.disabled {
		color: ;
	}
	#pagetable a.deletethis {
		color: #d81f1f;
	}
	#pagetable a.viewdetails:hover, #pagetable a.editthis:hover, #pagetable a.deletethis:hover, #pagetable a.disabled:hover {
		text-decoration: none;
	}
	#pagetable a.viewdetails, #pagetable a.editthis, #pagetable a.deletethis, #pagetable a.disabled {
		text-decoration: none;
		line-height: 35px;
	}
.button_red {
		display: block;
		cursor: pointer;
		font-weight: bold;
		font-size: 14px;
		text-align: center;
		text-decoration: none;
		float: left;
		margin: 0 0 15px 0;
		padding: 0;
		border: none;
		width: 120px;
		height: 30px;
		line-height: 30px;
		color: #fff;
		background: url(images/sm_red_button.png) center top no-repeat;
	}
		.button_red:hover {
			background-position: center bottom;
			text-decoration: none;
			color: white;
		}
.button_yellow {
		display: block;
		cursor: pointer;
		font-weight: bold;
		font-size: 14px;
		text-align: center;
		text-decoration: none;
		float: left;
		margin: 0 0 15px 0;
		padding: 0;
		border: none;
		width: 120px;
		height: 30px;
		line-height: 30px;
		color: #333;
		background: url(images/sm_yellow_button.png) center top no-repeat;
	}
		.button_yellow:hover {
			background-position: center bottom;
			text-decoration: none;
		}
		
.ui-datepicker-div {
	z-index: 10;
}
