/*****************************************************
Modify this stylesheet to change the colours and appearance
*****************************************************/
.BannersManager .btnNewAdCategory
{
	background-image: url(../images/btnAddCategory.gif);
}

.BannersManager .btnNewAd
{
	background-image: url(../images/btnAddAd.gif);
}

.BannersManager .btnNewImageType
{
	background-image: url(../images/btnAddImageType.gif);
}

.BannersRotatorViewer .imgbEdit
{	
	border: #000000 1px solid;
	display: inline; 
	background: #ffffff; 
	position: absolute;
}

.BannersRotatorViewer 
{
	margin-bottom:10px;
	float:left;
	display:inline;
}

.BannersRotatorViewer .pnlContent
{
	overflow:hidden;
	margin-bottom:10px;
	display:inline;
}

.BannersRotatorViewer .editContentWindow
{
	padding: 0;
	background:#EFEFEF;
}

.BannersRotatorViewer .titleBar
{
	background: #153F85;
	height:13px;
	padding:2px;
}

.BannersRotatorViewer .lblTitle
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;	
	display:inline;
	float:left;
}

.BannersRotatorViewer .btnCancel
{
	background: #153F85;
	display:inline;
	float:right;
}

.BannersRotatorViewer .pnlAction
{
	background: #EFEFEF;
	text-align:center; 
}

.BannersRotatorViewer .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;
}

.BannersRotatorViewer .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;
}

.BannersRotatorViewer .pnlInvisible
{
	display:none;
}

.BannersRotatorViewer .pnlVisible
{
	display:block;
}

.BannersRotatorViewer .ImageContainer
{
    width:inherit;
    padding:3px;
    background-color:#EAEAEA;
    border:dashed 1px #AAAAAA;
    text-align:center;
}