﻿                
.regularlabel
{
    font-family: Sans-Serif;
    font-size: 12px;
    color: Black;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
}   

.smallfont{
	font-family:Sans-Serif ; 
    Font-Size:11px;    
    color:Black;
}

.warningMsg{
	font-family:Sans-Serif ; 
    Font-Size:11px;
    color: red ;
    FONT-WEIGHT:bold;
    LETTER-SPACING: normal;
    border-style:none;
    TEXT-TRANSFORM: none;
    WORD-SPACING:normal
}

.normalMsg{
	font-family:Sans-Serif ; 
    Font-Size:11px;
    color: black ;
    FONT-WEIGHT:bold;
    LETTER-SPACING: normal;
    border-style:none;
    TEXT-TRANSFORM: none;
    WORD-SPACING:normal
}
.goodMsg{
	font-family:Sans-Serif ; 
    Font-Size:11px;
    color:Green;
    FONT-WEIGHT:bold;
    LETTER-SPACING: normal;
    border-style:none;
    TEXT-TRANSFORM: none;
    WORD-SPACING:normal
}

.bluebox{
	border:solid 1px #c6cfe1;
	background:#dfe4ee;
	padding:10px;
	color:#333333;
	margin-bottom:20px;
}
.blueboxlabel
{
    display: block;
    float: left;
    padding-right: 6px;
    width: 90px;
    text-align: right;
    font-weight: bold;
    vertical-align: middle;
}

.leftalign {
    float:left;
    width:300px;
    padding:5px;
    text-align:left;
}

.rightalign {
    float:right;
    width:105px;
    padding:5px;
    text-align:right;
}

.clear
{
clear:both;
}

.rightlabel
{
    display: block;
    float: left;
    padding-right: 6px;
    width: 125px;
    text-align: right;
    font-weight: bold;
    vertical-align: middle;
}
.padbottom
{
    padding-bottom: 5px;
    padding-top: 5px;
}
.border
{
    border-right: purple thin solid;
    border-top: purple thin solid;
    border-left: purple thin solid;
    border-bottom: purple thin solid;
}
.smallgrid{
	font-family:Sans-Serif ; 
	background-color:White;
	text-align:center;
    Font-Size:11px;   
    color:Black;
    border-color:silver;
    FONT-WEIGHT:normal;
    LETTER-SPACING: normal;
    border-style:Solid;
    border-width:1px;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal    
}
.GridButton
{
    font-family: Sans-Serif;
    color: Black;
    background-image: url(img/bg_gray.gif);
    font-weight: normal;
    border-width: 1px;
    font-size: 11px;
    border-style: solid;
    cursor: hand;
} 
.rightlabeltop
{
    display: block;
    float: left;
    padding-right: 6px;
    width: 125px;
    text-align: right;
    font-weight: bold;
    vertical-align: top;
}