﻿
.gridFrameMultiSect
{
	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
	border-left: #999999 1px solid;
	border-bottom: #999999 1px solid;
	
	font-weight: normal;
	font-size: 11px;
	cursor: default;
	font-family: Verdana,Arial;
	background-color: #D5E3F0;	 
}

.gridRowSelectorMultiSelect
{
	border-right: #ffffff 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: #ffffff 1px solid;
	
	color: #333333;
	background-color: #E8E1D7;
	width:14px; 
	height:19px; 
}

.gridHeaderMultiSelect
{
	border-right: #ffffff 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: #ffffff 1px solid;
	
	background-color: #E8E1D7;
	font-weight: bold;
	font-size: 11px;
	color: #333333;
	font-family: Verdana,Arial;
	height:19px; 	
}


.gridRowAlternateMultiSelect
{
	border-right: #ffffff 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: #6D6D6D 1px solid;
	
	font-weight: normal;
	font-size: 11px;
	color: #333333;
	font-family: Verdana,Arial;
	background-color: #FEF9F3;
	height:19px; 	
}

.gridRowMultiSelect
{
	border-right: #ffffff 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: #6D6D6D 1px solid;
	
	font-weight: normal;
	font-size: 11px;
	color: #333333;
	font-family: Verdana,Arial;
	background-color: #EBF2F8;
	height:19px; 	
}


.gridRowSelectedMultiSelect
{
	 border-color:#FFFFFF;
	 border-style:solid;
	 border-width:1px;
   	 
   	 background-color:#84CFEC;
   	 color:#333333;
	 font-family:Verdana,Arial;
	 font-size:11px;
	 font-weight:normal;
	 height:19px; 	
}

.frameStyleMultiSelect
{
	border-right: #000000 1px outset;
	border-top: #000000 1px outset;
	font-size: 11px;
	border-left: #000000 1px outset;
	color: #000000;
	border-bottom: #000000 1px outset;
	font-family: Verdana,Arial;
	background-color: buttonface;
}