

body, td {
    font-family: Arial,Verdana,sans-serif;
    font-size: 14px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

.PerfumeMatchDDL
{
	width:300px;
}

.PerfumeMatchButton {
    width: 90px;
    background-color: #00b6e8;
    font-weight: bold;
    color: #fff;
}
.LoginButton
{
	width:75px;
	background-color:#cccc99;
	font-weight:bold;
}

.PerfumeMatchWarning
{
	color:Red;
	font-weight:bold;
}
.ErrMessage
{
	color:Red;
	font-weight:bold;
}

.PerfumeMatchListBox {
    font-family: Arial,Verdana,sans-serif;
    font-size: 14px;
}
.IndexPageColor
{
	background-color:#cccc99;
}
.HeaderMenu
{
	background-color:#cccc99;
	font-size:14px;
	font-weight:bold;
}

.LibraryCell
{
	height:35px;
	width:50%;
}

/*added by Limbaji- Start*/

body {
    background-color: #EDEDED;
    color: #333333;
    font-family: Arial,Verdana,sans-serif;
    margin: 0;
    font-size: 0.9em;
}

table.dataTable tbody tr.selected {
    color: #FFFFFF !important;
    background-color: #428bca !important;
}

table.dataTable thead tr {
    color: White;
    background-color: #666666;
}

table.dataTable thead th {
    padding: 2px!important;
}

/*added by Limbaji- Close*/