/*****************************************************
Modify this stylesheet to change the colours and appearance
*****************************************************/
.Default .AdBlocks .btnNewAdCategory
{
	background-image: url(../images/btnAddCategory.gif);
}

.Default .AdBlocks .btnNewAd
{
	background-image: url(../images/btnAddAd.gif);
}

.Default .AdBlocks .btnNewImageType
{
	background-image: url(../images/btnAddImageType.gif);
}

.Default .AdBlocks .SlideShowImage
{
}

.Default .AdBlocks .SlideShowControlCell
{
    background-image: url(../images/ToolbarBkg.png);
    font-size:9px;
    height:18px;
}

.Default .AdBlocks .SlideShowButton
{
    margin-top:2px;
    cursor:pointer;
}

.Default .AdBlocks .SlideShowControlEdit
{
    width:20px;
	background-image: url(../images/ToolbarBkg.png);
    height:18px;
}

.Default .AdBlocks .SlideShowTitleCell
{
    width:570px;
	background-image: url(../images/ToolbarBkg.png);
    height:18px;
    font-size:12px;
}


.Default .AdBlocks .imgbEdit
{	
	border: #000000 1px solid;
	background: #ffffff;
	/* position: absolute;*/
	/* z-index:1000;*/
}

.Default .AdBlocks .pnlSlideShowControl
{	
	position: absolute;
	z-index:50;
    height:18px;
    width:690px;
}

.Default .AdBlocks .pnlContent
{
	overflow:hidden;
	text-align:left;
}

.Default .AdBlocks .editContentWindow
{
	padding: 0;
	background:#EFEFEF;
}

.Default .AdBlocks .titleBar
{
	background: #153F85;
	height:13px;
	padding:2px;
}

.Default .AdBlocks .lblTitle
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;	
	display:inline;
	float:left;
}

.Default .AdBlocks .btnCancel
{
	background: #153F85;
	display:inline;
	float:right;
}

.Default .AdBlocks .pnlAction
{
	background: #EFEFEF;
	text-align:center; 
}

.Default .AdBlocks .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;
}

.Default .AdBlocks .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;
}