.error_msg
{
    color:#FF0000;
	font-style:italic;
}
.success_msg
{
    color: #4DBB26;
    font-style: italic;
}
.warning_msg
{
    color:#ff9b00;
	font-style:italic;
}
.clear
{
    clear: both;
}
.height5px
{
    height: 5px;
}
.height10px
{
    height: 10px;
}
.height20px
{
    height: 20px;
}
.height35px
{
    height:35px;
}
.leftMargin20
{
    margin-left: 20px;
}
.headerSmallThumbAvatar
{
    width: 25px;
    height: 25px;
}
.headerThumbAvatar
{
    width: 95px;
    height: 95px;
}
.default_link 
{
    text-decoration: none;
    color: #32415a;
}
.default_link:hover 
{
    text-decoration: underline;
    color: #32415a;
}
.center_text 
{
	text-align: center;
}
.field_no_margin 
{ 
    margin-left: 0px; 
    display: block; 
    position: relative; 
}
.search_button
{
    position:relative;
    top:2px;
    left:5px;
    height:33px;
}
.img50px
{
    width: 50px;
    height: 50px;
}
.img100And60px
{
    width: 100px;
    height: 60px;
}
.nolist-bullet
{
    list-style-type: none;
}