/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.OCRM_Title
{
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    width:210px;
    /*
    height:18px;
    filter: DropShadow(Color=#666666, OffX=1, OffY=1, Positive=1);
    */
    color:white;
}
.Corner
{
    width:16px;
}


.Top_Blue
{
    background-image:url(bg_header_Blue.gif); 
    background-repeat:repeat-x; 
    background-position-x:right;
    background-position-y:top;
    height: 27px;
}
.Top_Left_Blue
{
    background-image:url(bg_header_Blue.gif); 
    background-repeat:repeat-x; 
    background-position-x:left;
    background-position-y:top;
    height: 27px;
}
.Bottom_Blue
{
    background-image:url(bg_footer_Blue.gif); 
    background-repeat:repeat-x; 
    background-position-y:bottom;
    height:27px;
}
.LeftColumn_Blue
{
    background-image:url(bg_left_Blue.gif); 
    background-repeat:repeat-y; 
    background-position-x:left;
    width:16px;
}
.RightColumn_Blue
{
    background-image:url(bg_right_Blue.gif); 
    background-repeat:repeat-y; 
    background-position-x:right;
    width:16px;
}
.Background_Blue
{
    background-color:#ffffff;
}
.Content_Blue
{
    padding:10px 10px 0px 10px;
}


.Top_green
{
    background-image:url(bg_header_green.gif); 
    background-repeat:repeat-x; 
    background-position-x:right;
    background-position-y:top;
    height: 27px;
}
.Top_Left_green
{
    background-image:url(bg_header_green.gif); 
    background-repeat:repeat-x; 
    background-position-x:left;
    background-position-y:top;
    height: 27px;
}
.Bottom_green
{
    background-image:url(bg_footer_green.gif); 
    background-repeat:repeat-x; 
    background-position-y:bottom;
    height:27px;
}
.LeftColumn_green
{
    background-image:url(bg_left_green.gif); 
    background-repeat:repeat-y; 
    background-position-x:left;
    width:16px;
}
.RightColumn_green
{
    background-image:url(bg_right_green.gif); 
    background-repeat:repeat-y; 
    background-position-x:right;
    width:16px;
}
.Background_Green
{
    background-color:#E1E1E1;
}
.Content_green
{
    padding:10px;
}
