/*=== Styles for QSteps control ==========================================*/
.inactive, a.inactive:link, a.inactive:hover, a.inactive:visited
{
	color: #ACA899;
	text-decoration: underline;
	font-weight: normal;
}
.wbborder{ border-bottom:1px solid #DADADA; }
.gloss_h { height:37px; //height:29px; /*IE*/ }

/*=== Styles for Help headers ==========================================*/
.pageTitleLeft, .pageTitleRight
{
	width: 12px;
	height: 36px;
	background-repeat: no-repeat;
}

.pageTitleLeft
{
	background-image: url(../Images/title-l.gif);
}

.pageTitleRight
{
	background-image: url(../Images/title-r.gif);
}

.pageTitleMid
{
	font-size: 16px;
	color: #3f3f3f;
	background-image: url(../Images/title-m.gif);
	background-repeat: repeat-x;
}

.pinkTitleLeft, .pinkTitleRight
{
	width: 12px;
	height: 22px;
	background-repeat: no-repeat;
}

.pinkTitleLeft
{
	background-image: url(../Images/title-pink-l.gif);
}

.pinkTitleRight
{
	background-image: url(../Images/title-pink-r.gif);
}

.pinkTitleMid
{
	text-align:left;
	font-size: 14px;
	color: #7D7D7D;
	background-image: url(../Images/title-pink-m.gif);
	background-repeat: repeat-x;
}

.PageContents, .PageImg0
{
	position: fixed; 
	right: 0px;
	top: 136px;/*155 for IE fix and 225 here - too low on lower resolution screens!*/
	background-color: white;
}
/*=== Styles for the DialEdit and SelectPage controls ===*/
.pmc { width:120px; } /* the width of the PlusMinus column */
.flc { width:187px; } /* the width of the First Language column */
.empt { width:21px; } /* the width of the Language columns spacer */
.slc {  } /* width:131px; the width of the Other Language column - not needed due to corners */

.gloss_t, .gloss_t_cl, .gloss_t_cr {
	background: transparent url(../Images/gloss-full-t.gif) repeat-x top left;
	padding:3px 0px 4px 4px; 
	//padding:3px 0px 4px 4px;/*IE*/
}
.gloss_b, .gloss_b_cl, .gloss_b_cr {
	background: transparent url(../Images/gloss-b.gif) repeat-x bottom left;
	padding:2px 0px 4px 4px; 
} 
.gloss_t,.gloss_b {background-position: top center; padding-left:3px;}
.gloss_t_cr,.gloss_b_cr {background-position: top right;padding-right:3px;//padding-right:5px;/*IE*/}


/*=== Style for the Upload Button in the LogoUploader.ascx, ImagesDataGrid.ascx, etc. controls ===*/
.upload_btn {
	font-weight:bold;
	width:76px;/*Firefox*/
	//width:81px;/*IE7*/
	//height: 20px; /*IE*/
}

.MainTable
{
	//margin-top:3px; /*IE*/
}