﻿/**************************
Frame blue on white
***************************/
.frame_blue
{
	border: none;
	text-align: left;
}
.frame_blue .top_left
{
	background-image: url(images/frame2_top_left.gif);
	background-repeat: no-repeat;
	width: 5px;
	height: 25px;
}
.frame_blue .title_left
{
	background-image: url(images/frame2_title_left.gif);
	background-repeat: no-repeat;
	width: 15px;
	height: 25px
}
.frame_blue .title
{
	background-image: url(images/frame2_title.gif);
	background-repeat: repeat-x;
	height: 25px;
}
.frame_blue .title p
{
	margin: 4px 0px 0px 2px;
	font-weight: bold;
	color: #FFFFFF;
}
.frame_blue .title_right
{
	background-image: url(images/frame2_title_right.gif);
	background-repeat: no-repeat;
	width: 5px;
	height: 25px
}
.frame_blue .top_right
{
	background-image: url(images/frame2_top_right.gif);
	background-repeat: no-repeat;
    width: 5px;
    height: 25px;
}
.frame_blue .left
{
	background-image: url(images/frame2_left.gif);
    background-repeat: repeat-y;
    width: 5px;
}
.frame_blue .right
{
	background-image: url(images/frame2_right.gif);
    background-repeat: repeat-y;
    width: 5px;
}
.frame_blue .content
{
	background-color: #C7D0E2;
	width: auto;
}
.frame_blue .bottom_left
{
	background-image: url(images/frame2_bottom_left.gif);
    background-repeat: no-repeat; 
    height: 10px;
    width: 5px;
}
.frame_blue .bottom
{
	background-image: url(images/frame2_bottom.gif);
    background-repeat: repeat-x;
    height: 10px;
    width: auto;
}
.frame_blue .bottom_right
{
	background-image: url(images/frame2_bottom_right.gif); 
	background-repeat: no-repeat;
	height: 10px; 
	width: 5px;
}
.frame_blue .top_left2
{
	background-image: url(images/frame2_top_left2.gif);
    background-repeat: no-repeat; 
    height: 10px;
}
.frame_blue .top2
{
	background-image: url(images/frame2_top2.gif);
    background-repeat: repeat-x;
    height: 10px;
    width: auto;
}
.frame_blue .top_right2
{
	background-image: url(images/frame2_top_right2.gif); 
	background-repeat: no-repeat;
	height: 10px; 
}

