﻿.gridtable{
    width:100%;
    background-color:#a3b2cc;
}
.gridtable th
{
    background:#E0F0FD url('../images/bgl.jpg');
	text-align:center;
	line-height:25px;	
}
.gridtable tr
{
     background-color:#ffffff;
     height:20px;
     cursor:default;
 }
.hidden
{
     display:none;
}

.toolbar 
{	width:100%;
	BORDER-BOTTOM: #c0c0c0 1px solid;
	height: 26px; 
	BACKGROUND-COLOR: #efefef;
	padding-left: 8px; 
}
.roleButtons 
{	padding-left:3px;
	padding-right:3px;
    padding-top:6px;	
	BORDER-RIGHT: gray 0px solid; 
	BORDER-TOP: gray 0px solid; 
	FONT-SIZE: 11px; 
	BORDER-LEFT: gray 0px solid; 
	CURSOR: hand; 
	BORDER-BOTTOM: gray 0px solid; 
	BACKGROUND-COLOR: #efefef ;
}
.ListContent {
	height: 300px;
	width: 97%;
	border: 3px solid #6B8EB5;
}

.roleList {
	height: 22px;
	line-height: 22px;
	margin: 2px;
	background-color: #DEDEDE;
	text-align: center;
	cursor: pointer;
}
