﻿
body
{
}


/**********************************-------------- LEFT PART --------------*********************************/




/**********************************------------- MIDDLE PART -------------*********************************/
#div_middle
{
	position: relative;
	border-radius: 5px;
    min-height: 400px;
    margin-top: 10px;
    /*background: Yellow;*/
    /*border: solid 1px #C8D6FF;/*#3B80EE;*/
    
    -webkit-touch-callout: none;
    -webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}




/***************************** !!! ******************************/
.Label_ResultCountTitle
{
	position: relative;
	float: left;
	margin: 2px 0px 10px 5px;
	font-weight: bold;
	font-size: x-small;
}
.Label_ResultCount
{
	position: relative;
	float: left;
	margin: 0px 0px 10px 0px;
	padding-left: 5px;
	padding-right: 0px;
	font-weight: bold;
	font-size: small;
	color: Red;
}

.div_GVR_Size
{
	position: relative;
	float: right;
	/*background: Pink;*/
	display: none;
}
.DropDownList_GVR_Size
{
	position: relative;
	float: left;
	top: -1px;
	width: 70px;
	font-size: 12px;
	font-weight: bold;
}
.span_GVR_Size
{
	position: relative;
	float: left;
	margin: 0px 5px 0px 5px;
	font-size: x-small;
}




/***************************** GRIDVIEWRESULT ******************************/

.div_UpdateProgress
{
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	visibility: visible;
	vertical-align: middle;
	text-align: center;
	cursor: wait;
    background: #F6F8FA;
    opacity: 0.4;
    filter: alpha(opacity=40);
    z-index: 99999;
}
.img_UpdateProgress
{
	position: fixed;
	top: 47%;
	left: 49%;
}

#div_GridViewResult
{
	position: relative;
	width: 800px;
	min-height: 10px;
	margin: 10px 0px 10px 0px;
	text-align: left;
	/*background: Gray;*/
}

.div_GVR_Title
{
	position: relative;
	border-top-left-radius: 6px; border-top-right-radius: 6px;
	width: 100%;
	height: 24px;
	margin-top: 5px;
	background: url('../images/result/headbar.png');
	display: none;
}
.Label_GVR_Title
{
	position: relative;
	float: left;
	top: 1px;
	width: 100%;
	text-align: center;
    /*font-weight: bold;*/
	font-size: 13px;
	color: White;
}

.div_NoResult
{
	width: 600px;
	padding: 20px 20px 20px 20px;
	margin: 10px auto 20px;
	text-align: center;
	border: 1px solid #CCCCCC;
	border-bottom-left-radius: 8px; border-bottom-right-radius: 8px;
	color: #333333;
	font-size: 11px;
	background-color: #F3D991;
	background: -moz-linear-gradient(#FDEFCA 0%, #EFCA6C 90%)repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, 0% 0%, 0% 90%, from(#FDEFCA), to(#EFCA6C)) repeat scroll 0 0 transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FDEFCA, endColorstr=#EFCA6C);
	clear: both;
	overflow: hidden;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
	z-index: 100000;
	display: none;
	/*background: #FFE8AA;
	border: solid 1px Orange;*/
}
.Label_NoResult
{
	font-size: 14px;
}

.GridViewResult
{
	position: relative;
	border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;
	margin-left: auto;
    margin-right: auto;
    width: 800px; /*780px;*/
    text-align: left;
    background: White;
    border: solid 1px #EAEAEA;
}

.div_CustomPaging_GVR
{
	position: relative;
	float: left;
	min-width: 100px;
	height: 35px;
	margin-top: 5px;
	text-align: center;
	/*background: Pink;*/
}
#div_Paging_Navigation_Back
{
	position: relative;
	float: left;
	width: 80px;
	/*background: Violet;*/
}
.div_Paging_Number_Buttons
{
	position: relative;
	float: left;
	min-width: 100px;
	margin-top: 2px;
	/*background: Green;*/
}
.div_Paging_Number_Buttons_Only
{
	position: relative;
	min-width: 100px;
	/*background: Green;*/
}
.Button_GVR_Paging
{
	position: relative;
	height: 29px;
	min-width: 32px;
	_width: 29px;
	margin-left: 3px;
	font-size: 13px;
	cursor: pointer;
	/*color: #1168FF;
	border: none; border: 0;*/
}
.Button_GVR_Paging_selected
{
	position: relative;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-khtml-border-radius: 2px;
	-o-border-radius: 2px;
	height: 29px;
	min-width: 32px;
	_width: 32px;
	margin-left: 3px;
	font-size: 13px;
	font-weight: bold;
	cursor: text;
	/*border: none; border: 0;*/
	border: inset 1px Silver;
	background: #F6F8FA;
	color: Gray;
}
#div_Paging_Navigation_Forward
{
	position: relative;
	float: left;
	width: 80px;
	margin-left: 4px;
	/*background: Violet;*/
}

.div_CustomPaging_GVR_2
{
	position: relative;
	border-radius: 5px;
	float: left;
	width: 570px;
	height: 30px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	/*background: Pink;*/
}
.Button_PagingGVR2
{
	width: 120px;
	height: 30px;
}