﻿.oftopleft
{
    height: 10px;
    width: 10px;
    background-image: url('images/crn/tl_white_gray_10.png');
    background-repeat: no-repeat;
}
.oftopright
{
    
    height: 10px;
    width: 10px;
    background-image: url('images/crn/tr_white_gray_10.png');
    background-repeat: no-repeat;
}

.ofbotleft
{
     background-position: bottom;
    height: 10px;
    width: 10px;
    background-image: url('images/crn/bl_white_gray_10.png');
    background-repeat: no-repeat;
}
.ofbotright
{
    background-position: bottom;
    height: 10px;
    width: 10px;
    background-image: url('images/crn/br_white_gray_10.png');
    background-repeat: no-repeat;
}

.iftopleft
{
    width: 10px;
    height: 10px;   
    background-image: url('images/crn/tl_yellow_gray_10.png');
    background-repeat: no-repeat;
}

.iftopright
{
    padding: 0px;
    height: 10px;
    width: 10px;
    background-image: url('images/crn/tr_yellow_gray_10.png');
    background-repeat: no-repeat;
}

 .ifbotleft
{
    background-position: bottom;
    height: 10px;
    width: 10px;
    background-image: url('images/crn/bl_yellow_gray_10.png');
    background-repeat: no-repeat;
}
 .ifbotright
{
    background-position: bottom;
    height: 10px;
    width: 10px;
    background-image: url('images/crn/br_yellow_gray_10.png');
    background-repeat: no-repeat;
}

/* thin frame */

#fp .iftopleft
{
    width: 5px;
    height: 5px;   
    background-image: url('images/crn/tl_yellow_gray_10.png');
    background-repeat: no-repeat;
}

#fp .iftopright
{
     background-position: right;
    padding: 0px;
    height: 5px;
    width: 5px;
    background-image: url('images/crn/tr_yellow_gray_10.png');
    background-repeat: no-repeat;
}

#fp .ifbotleft
{
    background-position: bottom;
    height: 5px;
    width: 5px;
    background-image: url('images/crn/bl_yellow_gray_10.png');
    background-repeat: no-repeat;
}
#fp .ifbotright
{
    background-position: bottom;
    height: 5px;
    width: 5px;
    background-image: url('images/crn/br_yellow_gray_10.png');
    background-repeat: no-repeat;
}

/* header frame */
.iftoplefth
{
    width: 10px;
    height: 10px;   
    background-image: url('images/crn/tl_gray_blue_10.png');
    background-repeat: no-repeat;
}

.iftoprighth
{
    padding: 0px;
    height: 10px;
    width: 10px;
    background-image: url('images/crn/tr_gray_blue_10.png');
    background-repeat: no-repeat;
}

 .ifbotlefth
{
    height: 10px;
    width: 10px;
    background-image: url('images/crn/bl_gray_blue_10.png');
    background-repeat: no-repeat;
}
 .ifbotrighth
{
    height: 10px;
    width: 10px;
    background-image: url('images/crn/br_gray_blue_10.png');
    background-repeat: no-repeat;
}



.ifcaption
{
    font-size: 12px;
    text-align: center;
    border-bottom-style: solid;
    padding-top: 0px;
    background-color: #071F81;
    color: #FFFFFF;
}

.ifpagecaption
{
    border-color: #CCCCCC;
    border-width: 1px;
    font-size: 12px;
    text-align: left;
    border-bottom-style: solid;
    padding-top: 5px;
}