﻿/**************************
Frame white on blue
***************************/
.frame_white
{
	border: none;
	text-align: left;
}
.frame_white .top_left
{
	background-image: url(images/frame3_top_left.gif);
	background-repeat: no-repeat;
	width: 5px;
	height: 25px;
}
.frame_white .title_left
{
	background-image: url(images/frame3_title_left.gif);
	background-repeat: no-repeat;
	width: 15px;
	height: 25px
}
.frame_white .title
{
	background-image: url(images/frame3_title.gif);
	background-repeat: repeat-x;
	height: 25px;
}
.frame_white .title p
{
	margin: 4px 0px 0px 2px;
	font-weight: bold;
	color: #515E73;
}
.frame_white .title_right
{
	background-image: url(images/frame3_title_right.gif);
	background-repeat: no-repeat;
	width: 5px;
	height: 25px
}
.frame_white .top_right
{
	background-image: url(images/frame3_top_right.gif);
	background-repeat: no-repeat;
    width: 5px;
    height: 25px;
}
.frame_white .left
{
	background-image: url(images/frame3_left.gif);
    background-repeat: repeat-y;
    width: 5px;
}
.frame_white .right
{
	background-image: url(images/frame3_right.gif);
    background-repeat: repeat-y;
    width: 5px;
}
.frame_white .content
{
	background-color: #FFFFFF;
	width: auto;
}
.frame_white .bottom_left
{
	background-image: url(images/frame3_bottom_left.gif);
    background-repeat: no-repeat; 
    height: 10px;
}
.frame_white .bottom
{
	background-image: url(images/frame3_bottom.gif);
    background-repeat: repeat-x;
    height: 10px;
}
.frame_white .bottom_right
{
	background-image: url(images/frame3_bottom_right.gif); 
	background-repeat: no-repeat;
	height: 10px; 
}
.frame_white .top_left2
{
	background-image: url(images/frame3_top_left2.gif);
    background-repeat: no-repeat; 
    height: 10px;
}
.frame_white .top2
{
	background-image: url(images/frame3_top2.gif);
    background-repeat: repeat-x;
    height: 10px;
    width: auto;
}
.frame_white .top_right2
{
	background-image: url(images/frame3_top_right2.gif); 
	background-repeat: no-repeat;
	height: 10px; 
}