﻿/**************************
Frame default (white on white)
***************************/
.frame_default
{
	border: none;
	text-align: left;	
}
.frame_default .top_left
{
	background-image: url(images/frame1_top_left.gif);
	background-repeat: no-repeat;
	width: 5px;
	height: 25px;
}
.frame_default .title_left
{
	background-image: url(images/frame1_title_left.gif);
	background-repeat: no-repeat;
	width: 15px;
	height: 25px
}
.frame_default .title
{
	background-image: url(images/frame1_title.gif);
	background-repeat: repeat-x;
	height: 25px;
}
.frame_default .title p
{
	margin: 4px 0px 0px 2px;
	font-weight: bold;
	color: #515E73;
}
.frame_default .title_right
{
	background-image: url(images/frame1_title_right.gif);
	background-repeat: no-repeat;
	width: 5px;
	height: 25px
}
.frame_default .top_right
{
	background-image: url(images/frame1_top_right.gif);
	background-repeat: no-repeat;
    width: 5px;
    height: 25px;
}
.frame_default .left
{
	background-image: url(images/frame1_left.gif);
    background-repeat: repeat-y;
    width: 5px;
}
.frame_default .right
{
	background-image: url(images/frame1_right.gif);
    background-repeat: repeat-y;
    width: 5px;
}
.frame_default .content
{
	background-color: #FFFFFF;
	width: auto;
}
.frame_default .bottom_left
{
	background-image: url(images/frame1_bottom_left.gif);
    background-repeat: no-repeat; 
    height: 10px;
}
.frame_default .bottom
{
	background-image: url(images/frame1_bottom.gif);
    background-repeat: repeat-x;
    height: 10px;
}
.frame_default .bottom_right
{
	background-image: url(images/frame1_bottom_right.gif); 
	background-repeat: no-repeat;
	height: 10px; 
}

.frame_default .top_left2
{
	background-image: url(images/frame1_top_left2.gif);
    background-repeat: no-repeat; 
    width: 5px;
    height: 10px;
}
.frame_default .top2
{
	background-image: url(images/frame1_top2.gif);
    background-repeat: repeat-x;
    width: auto;
    height: 10px;
}
.frame_default .top_right2
{
	background-image: url(images/frame1_top_right2.gif); 
	background-repeat: no-repeat;
	height: 10px; 
	width: 5px;
}
