/* RadAjax - load user controls stylesheet */
.panelHead{
	line-height:30px;
	font-weight:bold;	
	font-size:14px;
	color: #000000;
	display: block;
	padding-top:0px;
}
.panelContainer
{
	background: transparent url(../images/PanelContainer.png) no-repeat left bottom;
	width: 355px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #a6a896;
	margin:0 auto;
	height: 186px;
	padding-top:130px;
	font-size:11px;
}

.tabsContainer
{
	width: 355px;
	height: 72px;
	text-align: center;
}
.modalBackground {
	background-color:Black;
	filter:alpha(opacity=75);
	opacity:0.75;
	
}

.tabsContainer img
{
	border: 0px;
}

.tabsContainer a
{
	margin-right: 1px;
}

.contentContainer
{
	height: 80px;
	min-height: 80px;
	cursor: default;
}

.panelContent
{
	margin-left: 15px;
	margin-top: 18px;
}

.contentContainer .inputText
{
	width: 154px;
	border: solid 1px #7f9db9;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #7f9db9;
}

.contentContainer table
{
	/*font: normal 11px Arial, Verdana, Sans-serif;*/
	color: #7f9db9;
}

.controlsContainer
{
	/*width: 355px;
	height: 64px;*/
}

.exampleButton
{
	width: 85px;
	height: 22px;
	color: #52534b;
	border: 0px;
	background: transparent url(../Images/buttonBg.gif) no-repeat;
	padding: 0px;
	font-size:11px;
}

/* asp:datagrid related */
.callBackDataGrid
{
	border: 0px;
}
.callBackDataGrid tr
{
	background: transparent url(../Images/DataGridBg.gif) repeat-x;
	line-height: 29px;
}
.deleteButton
{
	width: 13px;
	height: 15px;
	cursor: hand;
	cursor: pointer;
}