﻿/* Popup Rounded Control */
.PopupTopLeft
{
	width: 24px;
	height: 46px;
	background-image: url('images/rounded/popup_top_left.png');
	background-repeat: no-repeat;
}
.PopupTopBack
{
	height: 30px;
	line-height: 30px;
	padding-top: 15px;
	background-image: url('images/rounded/popup_top_back.png');
	background-repeat: repeat-x;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: left;
}
.PopupTopRight
{
	width: 28px;
	height: 46px;
	background-image: url('images/rounded/popup_top_right.png');
	background-repeat: no-repeat;
}

.PopupLeft
{
	width: 24px;
	background-image: url('images/rounded/popup_left.png');
	background-repeat: repeat-y;
}
.PopupBack
{
	background-color: #ffffff;
	padding: 6px;
}
.PopupRight
{
	width: 28px;
	background-image: url('images/rounded/popup_right.png');
	background-repeat: repeat-y;
}

.PopupBottomLeft
{
	width: 24px;
	height: 28px;
	background-image: url('images/rounded/popup_bottom_left.png');
	background-repeat: no-repeat;
}
.PopupBottomBack
{
	height: 28px;
	background-image: url('images/rounded/popup_bottom_back.png');
	background-repeat: repeat-x;
}
.PopupBottomRight
{
	width: 28px;
	height: 28px;
	background-image: url('images/rounded/popup_bottom_right.png');
	background-position: bottom right;
	background-repeat: no-repeat;
}

/* RoundedTable */
.ContentTopLeft
{
	width: 7px;
	height: 30px;
	background-image: url('images/rounded/content_top_left.gif');
	background-repeat: no-repeat;
}
.ContentTopBack
{
	height: 30px;
	background-image: url('images/rounded/content_top_back.gif');
	background-repeat: repeat-x;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: left;
}
.ContentTopRight
{
	width: 7px;
	height: 30px;
	background-image: url('images/rounded/content_top_right.gif');
	background-repeat: no-repeat;
}

.ContentLeft
{
	width: 7px;
	background-image: url('images/rounded/content_left.gif');
	background-repeat: repeat-y;
}
.ContentBack
{
	background-color: #ffffff;
	padding-top: 6px;
}
.ContentRight
{
	width: 7px;
	background-image: url('images/rounded/content_right.gif');
	background-repeat: repeat-y;
}

.ContentBottomLeft
{
	width: 7px;
	height: 7px;
	background-image: url('images/rounded/content_bottom_left.gif');
	background-repeat: no-repeat;
}
.ContentBottomBack
{
	height: 7px;
	background-image: url('images/rounded/content_bottom_back.gif');
	background-repeat: repeat-x;
}
.ContentBottomRight
{
	width: 7px;
	height: 7px;
	background-image: url('images/rounded/content_bottom_right.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
}
