﻿

.page_left_panel
{
    width: 300px;
    float: left;
    margin-left: 50px;
    background-color: transparent;
    margin-top: 5px;
}

.page_left_panel h5
{
   font-size: 80%;
    clear: both;
    width: 200px;
    float: left;
    margin-top: 10px;
}

h6 a

{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    clear: both;
    font-size: 110%;
    font-weight: bold;
    color: blue;
    float: left;
    margin-left: 0px;
    margin-top: 0px;
}
 
h6 a:hover
{
    color: #000066;
}



.hline
{
	width: 130px;
	height: 2px;
	float: left;
	margin-top: 10px;
	background-position: center center;
	background-image: url(images/hline_blu.jpg);
	background-repeat: repeat-x;
}

.page_right_panel
{
    width: 365px;
    float: left;
    position: relative;
    margin-top: -100px;
    margin-left: 10px;
    background-color: transparent;
    } 

.page_right_panel h5
{
    color: #000066;
    line-height: 16px;
    margin-top: 0px;
    margin-bottom: 50px;
} 

.officeLists
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    float: left;
    width: 200px;
    list-style: none;
    font-size: 80%;
    line-height: 14px;
    margin-left: 0px;
    margin-top: 2px;
}

.lbl_format_bold
{   font-size: 11px;
    color: #000066;
    font-weight:bold;
    float: left;
    margin-left: 0px;

}

.control_format
{   width :225px;
    background-color: rgb(245,253,255);
    float: left;
    margin-left: 1px;
    border: rgb(115,159,171) 1px solid;

}


.msg_format
{   
    background-color: rgb(245,253,255);
    margin-left: 0px;
    border: rgb(115,159,171) 1px solid;
}

.error_msgs
{
    float: left;
    position: static;
    width: 300px;
    clear: both;
    margin-top: 12px;
}

.reqd_fld_note
{
    float: left;
    clear: both;
    font-size: 65%;
    font-style: italic;
    text-align: center;
    color: #000066;
    font-weight: bold;
    margin-top: 5px;
}

