/**
 * Css for controlling the title bar. This use to be in the mainpage.css but it is also
 * required on the dialog popups. Split into separate file to avoid duplication or
 * carrying around unsused css
 */
.titleBarTopLeft,.titleBarMd,.titleBarMdr,.titleBarTopRight,.titleBarCross{
	overflow:hidden;padding:0px;margin:0px
}

.titleBarMiddle{
	background-image:url(../../images/mainpagePanelTitlebar/titleTop.jpg);
	background-repeat:repeat-x;
	background-color:#444;
	color:white;
	font-weight:bold;
	font-size:10pt
}

.titleBarMiddleClaro{
	background-image:url(../../images/mainpagePanelTitlebar/titleTop.jpg);
	background-repeat:repeat-x;
	background-color:#444;
	color:white;
	font-weight:bold;
	font-size:10pt;
	width:100%;
}


.titleBarTopLeft{
	width:12px;
	background-image:url(../../images/mainpagePanelTitlebar/titleTop.jpg);
	background-repeat:no-repeat;
	background-color:#444
}

.titleBarMiddleSpacer{
	background-image:url(../../images/mainpagePanelTitlebar/titleTop.jpg);
	background-repeat:repeat-x;
	width:21px;
	color:white;
	font-weight:bold;
	font-size:10pt;
	background-color:#444
}

.titleBarTopRight{
	width:5px;
	background-image:url(../../images/mainpagePanelTitlebar/titleTopR.gif);
	background-repeat:no-repeat;
	background-color: #444;
}

.titleBarCross{
	background-image:url(../../images/mainpagePanelTitlebar/cross.jpg);
	background-repeat: no-repeat;
	background-color: #444;
}

.dialogContentContainer{
	border-style:solid;
	border-width:1px;
	border-color:#aaa;
	background-color:white;
	padding:0px;
	margin:0px
}