
br.clear
{
    clear: both;
}

fieldset
{
    border: 1px solid #AAAAAA;
    border-left: none;
    border-bottom: none;
    padding: 5px;
    -moz-border-radius: 10px;
}

fieldset legend
{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #AAAAAA;
}

div.window p
{
    line-height: 20px;
    font-size: 14px;
}

div.actions-container
{
    height: auto;
    display: table-cell;
}
div.actions-container .hovers ul li
{
    
    clear: both;
}



div.actions-container label
{
    display: table-cell !important;
    float: left;
    width: 50px;
    white-space: nowrap;
    text-align: right;
    height: auto;
    margin-top: 8px;
    margin-right: 0px;
    padding-right: 9px;
    padding-top: 5px;
    border-top: 2px dotted #004579;
    font-weight: bold;
}
div.actions-container div.right-box
{
    display: table-cell !important;
    float: left !important;
    width: 291px !important;
    text-align: left;
    height: auto;
    margin-top: 0px;
    padding-left: 3px;
    padding-top: 0px;
    border: none;
    min-height: 18px;
}

div.actions-container fieldset
{
    float: left;
    display: block;
    margin-right: 5px;
    height: 100%;
    -moz-border-radius: 10px;
}

div.actions-container fieldset legend
{
    font-size: 11px;
    margin-bottom: 5px;
}

div.actions-container div input
{
    vertical-align: top;
}

div.actions-container ul li a
{
    font-size: 10px;
    font-weight: bold;
}

div.actions-container ul li 
{
   margin: 0 0 0 0;
   padding: 0 0 0 0;
}


div.actions-container br
{
    clear: both;
}



.hovers ul, .controlpanel ul
{
    list-style: none outside none;
    margin-left: 0px;
    border: none important!;
}

.hovers ul li a, .controlpanel ul li a
{
    display: block;
    padding: 2px 6px;
    vertical-align: baseline;
    text-decoration: none;
    border: none important!;
}

.hovers ul li, .controlpanel ul li
{
    list-style-type: none;
    float: left;
    margin: 0 0 0 12px;
    margin-left: 3px;
    padding: 0;
    width: auto;
    border: none important!;
}

.hovers ul li a, .controlpanel ul li a
{
    border: none !important;
    margin-left: 6px;
    background-image: none;
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 7px;
    padding-left: 0px;
}

.hovers ul li, .controlpanel ul li
{
    background-image: none;
    background-position: left;
    background-repeat: no-repeat;
}

.hovers ul li a:hover, .controlpanel ul li a:hover
{
    background-image: url(/app/content/theme4/images/btn2.jpg) !important;
}

.hovers ul li:hover, .controlpanel ul li:hover
{
    background-image: url(/app/content/theme4/images/btn1.jpg) !important;
}

select
{
    font-size: 12px;
    color: #444;
    border: 1px solid #A7CBD9;
    height: 22px;
    width: auto !important;
}

input[type="text"]
{
    border: 1px solid #A7CBD9;
}

div.tbl-wrapper
{
    border: 1px solid #A7CBD9;
    padding: 4px;
    display: inline-block;
    margin-bottom:20px;
}

table.tbl
{
    border: none;
    background-image: url(/app/content/theme4/images/form-back.jpg);
    display: inline-table;
}
.tbl td.c1
{
    width: 150px;
    text-align: right;
    padding-right: 5px;
    padding-top: 5px;
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 12px;
    border-bottom: 1px dotted #c0c0c0;
    color: #004579;
    vertical-align: top;
}

.tbl td.c2
{
    text-align: left;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-top: 5px;
    border-bottom: 1px dotted #c0c0c0;
    width: 400px;
}


div.frmcommon
{
    text-align: center;
}
div.frmcommon div.subheader
{
    font-size: 18px;
    font-weight: bold;
    color: #004579;
    margin-bottom: 4px;
    margin-left: 20px;
}


.btn1
{
    height:21px;
    background-image: url(/app/content/theme4/images/btn-back1.gif);
    background-repeat: no-repeat;
    display:inline-block;
    
   
}

.btn2
{
    height:21px;
    background-image: url(/app/content/theme4/images/btn-back2.gif);
    background-repeat: no-repeat;
    background-position:right;
    float:right;
    display:block;
    color: White;
    padding: 0px;
    text-align:center;
    vertical-align:middle;
    line-height:20px;
    font-weight:bold;
    cursor: pointer;
}

div.list_page a, div.list_page span.current, div.list_page span.disabled
{
    text-decoration: none;
    width: 30px;
    height: 30px;
    border: 2px solid transparent;
    padding:2px;
    margin:1px;
}

div.list_page a:hover
{
    border: 2px solid #c0c0c0;  
}

div.list_page span.current
{
    border: 2px solid #004579;
    font-weight: bolder;
    color: #004579;
}
div.list_page span.disabled
{
    cursor: default;
    font-weight: normal;
    color: #c0c0c0;
}

table.tblcommon 
{
    
    
}

table.tblcommon tr td
{
   padding: 5px;
   padding-right: 10px;
   padding-left: 10px;
   font-size: 12px;
   border-right: 1px dotted #c0c0c0;
    
}

table.tblcommon thead tr th
{
   padding: 5px;
   font-size: 14px;
   font-weight: bold;
   border-right: 1px dotted #c0c0c0;
   background-color: #223A75;
   color: White;
   text-align: center;
   padding-right: 20px;
   padding-left: 20px;
   white-space:nowrap;
   
    
}

table.tblcommon tr.alt td
{
    background-color: #E7F8F9;
 
    
}

div#contacts_container table.tblcommon
{
    width: 100%;
}

cite
{
    font-size: 9px;
    font-weight: normal;
    clear:both;
    display: block;
}







