﻿/* 16x16 Images */
.enabledimage
{
	background-image: url(images/enabled.png);
}
.disabledimage
{
	background-image: url(images/disabled.png);
}
.statsimage
{
	background-image: url(images/stats.png);
}
.okimage
{
	background-image: url(images/ok.png);
}
.sysCreated
{
	background-image: url(images/sysCreated.png);
}
.sysModified
{
	background-image: url(images/sysModified.png);
}
.EditButton
{	
	background-image: url(images/edit.png);
}
.DeleteButton
{	
	background-image: url(images/delete.png);
}
.enabledimage, .disabledimage, .statsimage, .okimage, .sysCreated, .sysModified, .EditButton, .DeleteButton
{	
	/* 16px background images */
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	/* Next set of properties are to make <asp:Button /> controls lose their style ;) */
	background-color: Transparent;
    border:none;
    display: inline;
}
.enabledimage, .disabledimage, .downloadgroup_Not_Allocated, .downloadgroup_Applications,.downloadgroup_Beta_s, .downloadgroup_Sourcecode, .downloadgroup_Document,.downloadgroup_Multi_Media,.downloadgroup_Game_related
{
	/* RadioButton/RadioCheck Change to allow image in front of text */
	padding-left: 20px;
    background-repeat:no-repeat;
    font-size: 14px;
}