.tabbedPanels {
	margin: 0px;
	padding: 0px;
	clear: none;
	width: 98%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/

}


.tabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 20px;
	z-index: 10000;
}


.tabbedPanelsTab {
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font: bold 0.7em sans-serif;
	background-color: #DDD;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}


.tabbedPanelsTabHover {
	background-color: #CCC;
}


.tabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: 1px solid #EEE;
}


.tabbedPanelsTab a {
	color: black;
	text-decoration: none;
}


.tabbedPanelsContentGroup {
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	background-color: #EEE;
	margin-bottom: 5px;
	height: 260px;
}

.tabbedPanelsContent {
	margin: 4px;
	width:98%;
	overflow: auto;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 245px;
}


.tabbedPanelsContentVisible {
}


.editTableTabContainer tr td
{
	padding: 5px 5px 0 5px;
}

.editTableLabel table tr td{
	border-bottom: 1px solid #939393;
}
.editTableLabelh1{
	font-weight: bold;
}
.fileEditPanel{
	padding: 0;
	display:none;
	clear: both;	
	font-size: 10pt;
	color:#000;
	background: #FFF;
	height: 304px;
}
.fileEditPanel a:link, .fileEditPanel a:visited{
	color: #06464E;
}
.fileEditPanel a:hover{
	color: #fff;
}
.fileEditPanel input, .fileEditPanel select{
	vertical-align: middle;
}

.ftrow
{
	 background:#FFFFD6;
}

.ftrow_s
{
	 background:#FCFCB9;
	 cursor:pointer;
}

.ftrow_checked
{
	 background:#FCFC9D;
	 cursor:pointer;
}

.filePanelsContainer{
	overflow: auto;
	overflow: hidden;
	padding: 10px 10px 0px 10px;
	height: 313px;
	border: 1px solid #1f538f;
	
}

.filePanelsContainerSc{
	border: 0px solid #1f538f;
	overflow: auto;
	overflow-y: scroll;
	overflow-x: hidden;
	
	padding: 0;
	height: 311px;
}

.uploadedImgCont
{
	border: 1px solid #1f538f;
	overflow: auto;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 5px;
	height: 185px;
	
	}
.uploadedMessCont
{
	border-left: 1px solid #1f538f;
	border-right: 1px solid #1f538f;
	border-bottom: 1px solid #1f538f;
	overflow: auto;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 5px;
	height: 55px;
	
	}
.selModeContainer
{
	width:21px;
	height:21px;
	}
.sfcontainer{
	width:120px;
	height:200px;
	float:left;
	text-align:center;
	border: 1px solid #ccc;
	padding: 10px;
}
.sfcontainer_info{
	
}
.ctrInputFVInfo{
	width:110px;
}

.error
{
	color:Red;
	text-align:center;
	padding-left: 15px;
}
.editFilePanel tr td{
	padding: 3px;
}

.dispnone
{
	display:none;
	}
.fl_gridview_js{
	width:700px;
	border-collapse: collapse;
	border: 1px solid #a7c8d1;
}
table.fl_gridview_js tr td{
	padding: 3px;
	border: 1px solid #a7c8d1;
}
table.fl_gridview_js tr th{
	padding: 3px;
	background: #d2e7ed;
	color: #06464e;
	border: 1px solid #a7c8d1;

}


.sortImg
{
	text-align:center;
	padding-left:10px;
	//height:20px;
	background: url(images/panel/sortbtn.gif) no-repeat top left;
	min-height: 20px;
}