/*Telerik RadGrid Default Skin*/

/*global*/

.RadGrid_RadHSForms
{
    /*border:1px solid #828282;*/
    background:#DADADA;
    color:#9d3493 !important;
}

.RadGrid_RadHSForms,
.RadGrid_RadHSForms .rgMasterTable,
.RadGrid_RadHSForms .rgDetailTable,
.RadGrid_RadHSForms .rgGroupPanel table,
.RadGrid_RadHSForms .rgCommandRow table,
.RadGrid_RadHSForms .rgEditForm table,
.GridToolTip_RadHSForms
{
    font:12px/16px "segoe ui",arial,sans-serif;
}

.RadGrid_RadHSForms .rgMasterTable,
.RadGrid_RadHSForms .rgDetailTable
{
    border-collapse:separate;
}

.RadGrid_RadHSForms .rgRow,
.RadGrid_RadHSForms .rgAltRow,
.RadGrid_RadHSForms .rgHeader,
.RadGrid_RadHSForms .rgResizeCol,
.RadGrid_RadHSForms .rgPager,
.RadGrid_RadHSForms .rgGroupPanel,
.RadGrid_RadHSForms .rgGroupHeader
{
	cursor:default;
}

.RadGrid_RadHSForms input[type="image"]
{
	cursor:pointer;
}

.RadGrid_RadHSForms .rgRow td,
.RadGrid_RadHSForms .rgAltRow td,
.RadGrid_RadHSForms .rgEditRow td,
.RadGrid_RadHSForms .rgFooter td,
.RadGrid_RadHSForms .rgFilterRow td,
.RadGrid_RadHSForms .rgHeader,
.RadGrid_RadHSForms .rgResizeCol,
.RadGrid_RadHSForms .rgGroupHeader td
{
	/*padding-left:7px;
	padding-right:7px;*/
	color:#808080;
}

.RadGrid_RadHSForms .rgAdd,
.RadGrid_RadHSForms .rgRefresh,
.RadGrid_RadHSForms .rgEdit,
.RadGrid_RadHSForms .rgDel,
.RadGrid_RadHSForms .rgFilter,
.RadGrid_RadHSForms .rgPagePrev,
.RadGrid_RadHSForms .rgPageNext,
.RadGrid_RadHSForms .rgPageFirst,
.RadGrid_RadHSForms .rgPageLast,
.RadGrid_RadHSForms .rgExpand,
.RadGrid_RadHSForms .rgCollapse,
.RadGrid_RadHSForms .rgSortAsc,
.RadGrid_RadHSForms .rgSortDesc,
.RadGrid_RadHSForms .rgUpdate,
.RadGrid_RadHSForms .rgCancel,
.RadGrid_RadHSForms .rgUngroup
{
	width:16px;
	height:16px;
	border:0;
	margin:0;
	padding:0;
	background-color:transparent;
	background-image:url('Grid/sprite.gif');
	background-repeat:no-repeat;
	vertical-align:middle;
	font-size:1px;
	cursor:pointer;
}

.RadGrid_RadHSForms .rgGroupItem input,
.RadGrid_RadHSForms .rgCommandRow img,
.RadGrid_RadHSForms .rgHeader input,
.RadGrid_RadHSForms .rgFilterRow img,
.RadGrid_RadHSForms .rgFilterRow input,
.RadGrid_RadHSForms .rgPager img
{
	vertical-align:middle;
}

/*header*/

.RadGrid_RadHSForms .rgHeaderDiv
{
	background:#eee 0 -5900px repeat-x url('Grid/sprite.gif');
}
.rgTwoLines .rgHeaderDiv
{
	background-position:0 -6200px;
}

.rgNoScrollImage .rgHeaderDiv
{
	background-image:none;
}

.RadGrid_RadHSForms .rgHeader,
.RadGrid_RadHSForms th.rgResizeCol
{
	border:0;
/*	border-bottom:1px solid #828282;*/
	padding-top:5px;
	padding-bottom:4px;
	/*background: #eaeaea 0 -2300px repeat-x url('Grid/sprite.gif');*/
	background-color:#808080;
	text-align:left;
	font-weight:normal;
}

.RadGrid_RadHSForms th.rgSorted
{
	background-color:#808080;
	background-position:0 -2600px;
}

.RadGrid_RadHSForms .rgHeader,
.RadGrid_RadHSForms .rgHeader a
{
    color:#FFF;
    text-decoration:none;
    font-weight:bold;
    padding:5px;
	background:#808080;

}

.RadGrid_RadHSForms .rgCheck
{
	height:15px;
	margin:0;
	padding:0;
}

/*rows*/

.RadGrid_RadHSForms .rgRow td,
.RadGrid_RadHSForms .rgAltRow td,
.RadGrid_RadHSForms .rgEditRow td,
.RadGrid_RadHSForms .rgFooter td
{
	/*border:0;
	border-bottom:1px solid;
	padding:5px;
	padding-bottom:3px;*/
}

.RadGrid_RadHSForms .rgRow td
{
	border-color:#fff;
	border:solid 1px #fff;
	padding:5px;
}

.RadGrid_RadHSForms .rgAltRow
{
	/*background:#f2f2f2;*/
}

.RadGrid_RadHSForms .rgAltRow td
{
	/*border-color:#f2f2f2;*/
	border-color:#fff;
	border:solid 1px #fff;
	padding:5px;
}

.RadGrid_RadHSForms .rgRow .rgSorted
{
	border-bottom-color:#f2f2f2;
	background-color:#CDCDCD;
}

.RadGrid_RadHSForms .rgAltRow .rgSorted
{
	/*border-bottom-color:#e6e6e6;
	background-color:#e6e6e6;*/
}

.RadGrid_RadHSForms .rgSelectedRow .rgSorted,
.RadGrid_RadHSForms .rgActiveRow .rgSorted,
.RadGrid_RadHSForms .rgHoveredRow .rgSorted,
.RadGrid_RadHSForms .rgEditRow .rgSorted
{
	background-color:transparent;
}

.RadGrid_RadHSForms .rgRow a,
.RadGrid_RadHSForms .rgAltRow a,
.RadGrid_RadHSForms .rgEditRow a,
.RadGrid_RadHSForms .rgFooter a,
.RadGrid_RadHSForms .rgEditForm a
{
	/*color:#000;*/
}

.RadGrid_RadHSForms .rgSelectedRow
{
    background:#828282 0 -3900px repeat-x url('Grid/sprite.gif');
    color:#fff;
}
*+html .RadGrid_RadHSForms .rgSelectedRow .rgSorted{background-color:#828282}
* html .RadGrid_RadHSForms .rgSelectedRow .rgSorted{background-color:#828282}

.RadGrid_RadHSForms .rgSelectedRow a
{
	color:#fff;
}

.RadGrid_RadHSForms .rgActiveRow,
.RadGrid_RadHSForms .rgHoveredRow
{
    background:#c5c5c5 0 -2900px repeat-x url('Grid/sprite.gif');
    color:#333;
}
*+html .RadGrid_RadHSForms .rgActiveRow .rgSorted,
*+html .RadGrid_RadHSForms .rgHoveredRow .rgSorted{background-color:#c5c5c5}
* html .RadGrid_RadHSForms .rgActiveRow .rgSorted,
* html .RadGrid_RadHSForms .rgHoveredRow .rgSorted{background-color:#c5c5c5}

.RadGrid_RadHSForms .rgEditRow
{
	background:#fff 0 -4900px repeat-x url('Grid/sprite.gif');
}
*+html .RadGrid_RadHSForms .rgEditRow .rgSorted{background-color:#fff}
* html .RadGrid_RadHSForms .rgEditRow .rgSorted{background-color:#fff}

.RadGrid_RadHSForms .rgActiveRow td,
.RadGrid_RadHSForms .rgActiveRow td.rgSorted,
.RadGrid_RadHSForms .rgHoveredRow td,
.RadGrid_RadHSForms .rgHoveredRow td.rgSorted
{
	border-bottom-color:#9e9e9e;
}

.RadGrid_RadHSForms .rgSelectedRow td,
.RadGrid_RadHSForms .rgSelectedRow td.rgSorted
{
	border-bottom-color:#6c6c6c;
}

/*footer*/

.RadGrid_RadHSForms .rgFooterDiv,
.RadGrid_RadHSForms .rgFooter
{
	background:#eee;
}

.RadGrid_RadHSForms .rgFooter td
{
	border-top:1px solid #828282;
	border-bottom:1px solid #fff;
}

/*status*/

.RadGrid_RadHSForms .rgPager .rgStatus
{
	width:35px;
	border:1px solid;
	border-color:#828282 #c9c9c9 #eee #c9c9c9;
	border-left:0;
	padding:3px 0 2px;
}

.RadGrid_RadHSForms .rgStatus div
{
	width:24px;
	height:24px;
	overflow:hidden;
	border:0;
	margin:0 auto;
	padding:0;
	background:transparent center center no-repeat url('Grid/loading.gif');
	text-indent:-2222px;
}

/*pager*/

.RadGrid_RadHSForms .rgPager
{
	background:#fff;
}

.RadGrid_RadHSForms .rgPager td
{
	padding:0;
}

.RadGrid_RadHSForms .rgPager .rgPagerCell
{
	/*border:1px solid;*/
	border-top:3px solid #eeeeee;
	padding:3px 0 2px;
}

.RadGrid_RadHSForms .rgWrap
{
	float:left;
	padding:2px 10px;
	line-height:26px;
	white-space:nowrap;
}

.RadGrid_RadHSForms .rgArrPart1
{
	padding-right:0;
	line-height:22px;
}

.RadGrid_RadHSForms .rgArrPart2
{
	padding-left:0;
	line-height:22px;
}

.RadGrid_RadHSForms .rgInfoPart
{
	float:right;
	color:#8a8a8a;
}

.RadGrid_RadHSForms .rgInfoPart strong
{
	font-weight:bold;
	color:#4c4e54;
}

.RadGrid_RadHSForms .rgSEO .rgArrPart1,
.RadGrid_RadHSForms .rgSEO .rgArrPart2
{
	line-height:24px;
}

.RadGrid_RadHSForms .rgWrap a img
{
	margin:0 8px;
}

.RadGrid_RadHSForms .rgPageFirst,
.RadGrid_RadHSForms .rgPagePrev,
.RadGrid_RadHSForms .rgPageNext,
.RadGrid_RadHSForms .rgPageLast
{
	width:22px;
	height:24px;
}

.RadGrid_RadHSForms .rgPageFirst
{
	background-position:0 -549px;
}
.RadGrid_RadHSForms .rgPageFirst:hover
{
	background-position:0 -599px;
}
.RadGrid_RadHSForms .rgPagePrev
{
	background-position:0 -699px;
}
.RadGrid_RadHSForms .rgPagePrev:hover
{
	background-position:0 -749px;
}
.RadGrid_RadHSForms .rgPageNext
{
	background-position:0 -849px;
}
.RadGrid_RadHSForms .rgPageNext:hover
{
	background-position:0 -899px;
}
.RadGrid_RadHSForms .rgPageLast
{
	background-position:0 -999px;
}
.RadGrid_RadHSForms .rgPageLast:hover
{
	background-position:0 -1049px;
}

.RadGrid_RadHSForms .rgPagerButton
{
	height:22px;
	border:1px solid;
	border-color:#d0d0d0 #aeaeae #8b8b8b;
	margin:0 14px 0 0;
	padding:0 4px 2px;
	background:#e8e8e8 repeat-x 0 -1550px url('Grid/sprite.gif');
	color:#000;
	font:12px/12px "segoe ui",arial,sans-serif;
	vertical-align:middle;
	cursor:pointer;
}

.RadGrid_RadHSForms .rgNumPart
{
	padding:2px 0;
}

.RadGrid_RadHSForms .NumericPages .rgNumPart
{
	padding:2px 10px;
}

.RadGrid_RadHSForms .rgNumPart a:hover,
.RadGrid_RadHSForms .rgNumPart a:hover span,
.RadGrid_RadHSForms .rgNumPart a.rgCurrentPage,
.RadGrid_RadHSForms .rgNumPart a.rgCurrentPage span
{
	background:no-repeat url('Grid/sprite.gif');
}

.RadGrid_RadHSForms .rgNumPart a
{
	float:left;
	line-height:22px;
	margin:0;
	padding:0 5px 0 0;
	color:#4C4E54;
	text-decoration:none;
}

.RadGrid_RadHSForms .rgNumPart span
{
	float:left;
	padding:0 0 0 5px;
}

.RadGrid_RadHSForms .rgNumPart a:hover
{
	background-position:100% -1250px;
}

.RadGrid_RadHSForms .rgNumPart a:hover span
{
	background-position:0 -1150px;
	cursor:pointer;
}

.RadGrid_RadHSForms .rgNumPart a.rgCurrentPage,
.RadGrid_RadHSForms .rgNumPart a.rgCurrentPage:hover
{
	background-position:100% -1450px;
	cursor:default;
}

.RadGrid_RadHSForms .rgNumPart a.rgCurrentPage span,
.RadGrid_RadHSForms .rgNumPart a.rgCurrentPage:hover span
{
	background-position:0 -1350px;
	cursor:default;
}

.RadGrid_RadHSForms .NextPrevNumericAndAdvanced .rgAdvPart
{
	float:none;
	text-align:center;
}

.RadGrid_RadHSForms .rgPager .RadSlider
{
	float:left;
	margin:2px 10px 0 0;
}

.RadGrid_RadHSForms .rgPagerLabel,
.RadGrid_RadHSForms .rgPager .RadComboBox,
.RadGrid_RadHSForms .rgPager .RadInput_RadHSForms
{
	margin:0 4px 0 0;
	vertical-align:middle;
}

.RadGrid_RadHSForms .rgPager .RadComboBox
{
	margin-top:-1px;
}
*+html .RadGrid_RadHSForms .rgPager .RadComboBox{margin-top:-2px;}
* html .RadGrid_RadHSForms .rgPager .RadComboBox{margin-top:-2px;}

* html .RadGrid_RadHSForms .rgPager .RadComboBox{padding:1px 0;}

.RadGrid_RadHSForms .rgPagerTextBox
{
	text-align:center;
}

/*sorting, reordering*/

.RadGrid_RadHSForms .rgHeader .rgSortAsc
{
	background-position:3px -248px;
	height:10px;
}

.RadGrid_RadHSForms .rgHeader .rgSortDesc
{
	background-position:3px -198px;
	height:10px;
}

.GridReorderTop_RadHSForms,
.GridReorderBottom_RadHSForms
{
	width:9px !important;
	height:9px !important;
	margin-left:-5px;
	background:0 0 no-repeat url('Grid/sprite.gif');
}

.GridReorderBottom_RadHSForms
{
	background-position:0 -50px;
}

/*filtering*/

.RadGrid_RadHSForms .rgFilterRow
{
	background:#eee;
}

.RadGrid_RadHSForms .rgFilterRow td
{
    border-bottom:1px solid #828282;
    padding-top:4px;
    padding-bottom:7px;
}

.RadGrid_RadHSForms .rgFilter
{
	width:22px;
	height:22px;
	margin:0 0 0 2px;
	background-position:0 -300px;
}

.RadGrid_RadHSForms .rgFilter:hover
{
	background-position:0 -350px;
}

.RadGrid_RadHSForms .rgFilterActive,
.RadGrid_RadHSForms .rgFilterActive:hover
{
	background-position:0 -400px;
}

.RadGrid_RadHSForms .rgFilterBox
{
	border:1px solid;
	border-color:#8e8e8e #c9c9c9 #c9c9c9 #8e8e8e;
	padding:2px 1px 3px;
	font:12px "segoe ui",arial,sans-serif;
	color:#333;
	vertical-align:middle;
}

/*grouping*/

.RadGrid_RadHSForms .rgGroupPanel
{
	height:24px;
	border:0;
	border-bottom:1px solid #828282;
	background:#eee 0 -1900px repeat-x url('Grid/sprite.gif');
}

.RadGrid_RadHSForms .rgGroupPanel td
{
	border:0;
	padding:3px 4px;
}

.RadGrid_RadHSForms .rgGroupPanel td td
{
	padding:0;
}

.RadGrid_RadHSForms .rgGroupPanel .rgSortAsc
{
	background-position:4px -144px;
}

.RadGrid_RadHSForms .rgGroupPanel .rgSortDesc
{
	background-position:4px -94px;
}

.RadGrid_RadHSForms .rgUngroup
{
	background-position:0 -6998px;
}

.RadGrid_RadHSForms .rgGroupItem
{
	border:1px solid;
	border-color:#c4c4c4 #c4c4c4 #9e9e9e;
	padding:0 2px 1px 3px;
	background:#c6c6c6 0 -6500px repeat-x url('Grid/sprite.gif');
	line-height:20px;
	font-weight:normal;
	vertical-align:middle;
}

.RadGrid_RadHSForms .rgMasterTable td.rgGroupCol,
.RadGrid_RadHSForms .rgMasterTable td.rgExpandCol
{
	border-color:#fff;
	background:#d9d9d9 none;
}

.RadGrid_RadHSForms .rgGroupHeader
{
    background:#d9d9d9;
    font-size:1.1em;
    line-height:21px;
	color:#000;
}

.RadGrid_RadHSForms .rgGroupHeader td
{
	border-top:1px solid #828282;
	border-bottom:1px solid #d9d9d9;
	padding-top:0;
	padding-bottom:0;
}

.RadGrid_RadHSForms .rgGroupHeader td.rgGroupCol
{
	border-top-color:#828282;
}

.RadGrid_RadHSForms .rgExpand
{
	background-position:5px -496px;
}

.RadGrid_RadHSForms .rgCollapse
{
	background-position:3px -444px;
}

.RadGrid_RadHSForms .rgGroupHeader td p
{
    display:inline;
    margin:0;
    padding:0 10px;
}

.RadGrid_RadHSForms .rgGroupHeader td div div
{
	top:-0.8em;
	padding:0 10px;
}

.RadGrid_RadHSForms .rgGroupHeader td div div div
{
	top:0;
	padding:0;
	border:0;
}

/*editing*/

.RadGrid_RadHSForms .rgEditForm
{
	border-bottom:1px solid #828282;
}

.RadGrid_RadHSForms .rgUpdate
{
	background-position:0 -1800px;
}

.RadGrid_RadHSForms .rgCancel
{
	background-position:2px -1848px;
}

/*hierarchy*/

.RadGrid_RadHSForms .rgDetailTable
{
	border:1px solid #828282;
	border-right:0;
}

/*command row*/

.RadGrid_RadHSForms .rgCommandRow
{
	background:#c5c5c5 0 -2099px repeat-x url('Grid/sprite.gif');
	color:#000;
}

.RadGrid_RadHSForms .rgCommandRow td
{
	border:1px solid;
	border-color:#999 #f2f2f2;
	border-top:0;
	padding:0;
}

.RadGrid_RadHSForms tfoot .rgCommandRow td
{
	border-top:1px solid;
	border-bottom:0;
}

.RadGrid_RadHSForms tr.rgCommandRow td td
{
	border:0;
	padding:3px 7px 4px;
}

.RadGrid_RadHSForms tr.rgCommandRow td td td
{
	padding:1px;
}

.RadGrid_RadHSForms .rgCommandRow table
{
	border:0;
	border-top:1px solid #fdfdfd;
	border-bottom:1px solid #e7e7e7;
}

.RadGrid_RadHSForms .rgCommandRow table table
{
	border:0;
}

.RadGrid_RadHSForms .rgCommandRow a
{
	color:#000;
	text-decoration:none;
}

.RadGrid_RadHSForms .rgAdd
{
	margin-right:3px;
	background-position:0 -1650px;
}

.RadGrid_RadHSForms .rgRefresh
{
	margin-right:3px;
	background-position:0 -1600px;
}

.RadGrid_RadHSForms .rgEdit
{
	background-position:0 -1700px;
}

.RadGrid_RadHSForms .rgDel
{
	background-position:0 -1750px;
}

/*multirow select*/

.GridRowSelector_RadHSForms
{
	background:#4c4e54;
}

/*row drag n drop*/

.GridItemDropIndicator_RadHSForms
{
    border-top:1px dashed #666;
}

/*tooltip*/

.GridToolTip_RadHSForms
{
	border:1px solid #828282;
	padding:3px;
	background:#fff;
	color:#333;
}

/*rtl*/

.RadGridRTL_RadHSForms .rgHeader,
.RadGridRTL_RadHSForms .rgResizeCol
{
	text-align:right;
}

.RadGridRTL_RadHSForms .rgPager .rgStatus
{
	border-right:0;
	border-left-width:1px;
}

.RadGridRTL_RadHSForms .rgWrap
{
	float:right;
}

.RadGridRTL_RadHSForms .rgInfoPart
{
	float:left;
}

.RadGridRTL_RadHSForms .rgNumPart
{
	width:220px;
}

.RadGridRTL_RadHSForms .rgNumPart a
{
	float:right;
}

.RadGridRTL_RadHSForms .rgDetailTable
{
	border-right:1px solid;
	border-left:0;
}
.imageborder{
		border:1px solid #999;
}
.itemholder{
		margin-bottom:15px;
}
img.imageborder{
		border:1px solid #8cc63f !important;
		padding:2px;
}
.galleryimage{
		border:1px solid #8cc63f !important;
		padding:2px;
}
.gallerydetailslist{
		margin:0 30px 30px 0 !important;
}
.viewimglink{
		padding:5px 0 0 0;
}
.viewimglink a:hover{
		color:#9d3493;
}
.image-list1{
		width:180px;
}
.image-list1 img{
		border:1px solid #8cc63f !important;
		padding:2px;
}
a.exhibitor {
color:#7A7A7A;
text-decoration:underline;
text-transform:uppercase;
}
a.exhibitor:hover{
text-decoration:none;
}

