@charset "utf-8";

#workBord_{

	width: 474px;

	overflow: scroll;

}
.loader{
	position: fixed;
	top: 0px;
	right: 50%;
}
.gridView{

	position: static;

	overflow: hidden;

}

.gridBody {

	overflow: scroll;

	height: auto;

	width: 200px;

}

.gridHeader {

	font-size: 12px;

	font-weight: bold;

	color: #FFFFFF;

	background-color: #1EAADF;

	text-align: center;

	width: 30px;

}

.gridRowEven {
	background-color: #345;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#fff;
}

.gridRowOdd {
	background-color: #FFFFFF;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.gridRowAction, .gridRowAction a{

	background-color: #3A3A3A;

	color: #FFFFFF;

	height: 18px;

	width: auto;

	text-decoration: none;

	text-align: center;

	vertical-align: middle;

}

.gridRowAction a:hover{

	color: #0000FF;

}

.gridHeaderCellsSeparator {

	width: 2px;

	/*background-color: #FFFFFF;*/

	cursor: e-resize;

}

.gridCellsSeparator {

	width: 1px;
	background-color:#345;
	border-right:1px solid #fff;
}

.gridCell{

	overflow:hidden;

	position: static;

}


.holder{

	width: 800px;

	position: absolute;

	border-top-style: outset;

	border-right-style: outset;

	border-bottom-style: outset;

	border-left-style: outset;

	border-top-width: 2px;

	border-right-width: 2px;

	border-bottom-width: 2px;

	border-left-width: 2px;

	border-top-color: #CCCCCC;

	border-right-color: #999999;

	border-bottom-color: #999999;

	border-left-color: #CCCCCC;

}

.holderTitleBar {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.holderCpanel,.holderCpanel a {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	background-color: #A3B2CC;

	color: #F5F5F5;

	text-decoration: none;

}

.holderBody {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	background-color: #345;

	width:800px;

	overflow: hidden;

}

.holderFoot,.holderFoot  a {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	background-color: #CCCCCC;

	padding: 4px;

	color: #000000;

	text-decoration: none;

}

.gridNav,.gridNav a{

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	background-color: #CCCCCC;

	padding: 2px;

	color: #000000;

	text-decoration: none;

	margin: 2px;

	vertical-align: middle;

	font-weight: normal;

}

.resizeCorner{

	position: relative;

	cursor: nw-resize;

	right: 0px;

	text-align: right;

	display: inline;

}
.holderTitleBar a:hover{
color:#345;
}
