/* CSS Document */
.leftpanel
{
width:100px;
height:auto;
float:left;
}
.rightpanel
{
text-align:left;
float:left;
}
.blue_heading_center {
background-image:url(img/blue_heading_center.png);
background-repeat:repeat-x;
height:27px;
width:100%;
}
.blue_heading_left {
background-image:url(img/blue_heading_left.png);
background-position:left 0px;
background-repeat:no-repeat;
height:27px;
width:100%;
}
.blue_heading_right {
background-image:url(img/blue_heading_right.png);
background-position:right 0px;
background-repeat:no-repeat;
height:27px;
vertical-align:middle;
width:100%;
}
.componentheadingblue {
color:#FFFFFF;
font-size:14px;
height:27px;
padding-top:4px;
vertical-align:middle;
text-align:center;
padding-left:4px;
padding-right:4px;
overflow:visible;
}
.componentheadingblue1 {
color:#FFFFFF;
font-size:20px;
height:27px;
padding-left:12px;
text-align:left;
vertical-align:middle;
}
.labelstyle
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
}
.textboxstyle
{
width:150px;
}
.selectliststyle
{
width:150px;
}
.mailmsgstyle
{
color:#2D73B9;
font-family:georgia,times,"times new roman",serif;
font-size:15px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
background-color:#EAF1F3;
margin:20px 0px 6px 30px;
}