/*****************************************************
Modify this stylesheet to change the colours and appearance
*****************************************************/
.ctrlAdBlocksManager_btnNewAdCategory
{
	background-image: url(../images/btnAddCategory.gif);
}

.ctrlAdBlocksManager_btnNewAd
{
	background-image: url(../images/btnAddAd.gif);
}

.ctrlAdBlocksManager_btnNewImageType
{
	background-image: url(../images/btnAddImageType.gif);
}

.ctrlAdBlocksViewer_imgbEdit
{	
	border: #000000 1px solid;
	display: inline; 
	background: #ffffff; 
	position: absolute;
}

.ctrlAdBlocksViewer_pnlContent
{
	overflow:hidden;
	text-align:left;
}

.ctrlAdBlocksViewer_editContentWindow
{
	padding: 0;
	background:#EFEFEF;
}

.ctrlAdBlocksViewer_titleBar
{
	background: #153F85;
	height:13px;
	padding:2px;
}

.ctrlAdBlocksViewer_lblTitle
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;	
	display:inline;
	float:left;
}

.ctrlAdBlocksViewer_btnCancel
{
	background: #153F85;
	display:inline;
	float:right;
}

.ctrlAdBlocksViewer_pnlAction
{
	background: #EFEFEF;
	text-align:center; 
}

.ctrlAdBlocksViewer_formInputRow /* A row of the form table where the input is placed*/
{
	font-family: Verdana,Tahoma,Arial;
	font-size: 11px;
	border-bottom: dashed 1px #E5E5E5;
}

.ctrlAdBlocksViewer_formInputButtonsRow /* The row of the form table where the buttons are placed */
{
	font-family: Verdana,Tahoma,Arial;
	font-size: 11px;
	border-top: solid 1px #E5E5E5;
}