﻿.labelbold
{
    font-family: verdana,sans-serif;
color: #666666;
font-size: 10px;
letter-spacing: -0.2pt;
word-spacing: 1.8pt; 
}

/* Text Box with Focus: */
.textboxstyle {
    border: 1px solid #888377;
    width: 250px;

}
.textboxstyle:focus {
    background-color: #b2d272;
}

.smalltextboxstyle {
    border: 1px solid #888377;
    width: 100px;

}
.smalltextboxstyle:focus {
    background-color: #b2d272;
}
.normalcheckboxlist td
{
    font-family: Verdana;
    color: #666;
    font-size: 1.1em;
letter-spacing: -0.2pt;
word-spacing: 1.8pt; 
width: 300px;
}
.normalcheckboxlist
{
    width: 100%;
}
.dashboardtitle
{
    font-family: verdana,sans-serif;
color: #666666;
font-size: 0.9em;
letter-spacing: -0.2pt;
word-spacing: 1.8pt;

}
.main_thin_grey
{
    font-family: verdana,sans-serif;
color: #666666;
font-size: 10px;

}