﻿/* Blue Box */
.topLeft
{
	border-top: 1px none rgb(139, 139, 139); 
	border-left: 1px none rgb(139, 139, 139); 
	border-bottom: 1px none rgb(198, 198, 198); 
	background-color: transparent; 
	background-image: url(rptl.gif); 
	background-repeat: no-repeat;
}

.topCenter
{
	border-top: 1px none rgb(139, 139, 139); 
	border-bottom: 1px none rgb(198, 198, 198); 
	padding: 0px; 
	background-color: rgb(80, 130, 194); 
	height: 1%; 
	background-repeat: repeat-x; 
	vertical-align: top; 
	white-space: nowrap; 
	background-image: url(hbg.gif);
}

.topRight
{
	border-top: 1px none rgb(139, 139, 139); 
	border-right: 1px none rgb(139, 139, 139); 
	border-bottom: 1px none rgb(198, 198, 198); 
	background-color: transparent; 
	background-image: url(rptr.gif); 
	background-repeat: no-repeat;
}

.middleLeft
{
	border-left: 1px none rgb(139, 139, 139); 
	background-color: rgb(80, 130, 194); 
	background-image: url(bg.gif); 
	background-repeat: repeat-x;
}

.middleCenter
{
	padding: 0px 5px 2px 4px; 
	background-color: rgb(80, 130, 194); 
	width: 100%; 
	vertical-align: top; 
	background-image: url(bg.gif); 
	background-repeat: repeat-x;
}

.middleRight
{
	border-right: 1px none rgb(139, 139, 139); 
	background-color: rgb(80, 130, 194); 
	background-image: url(bg.gif); 
	background-repeat: repeat-x;
}

.bottomLeft
{
	width: 9px; 
	height: 10px;
}

.bottomCenter
{
	border-bottom: 1px none rgb(139, 139, 139);
	background-color: rgb(80, 130, 194);
}

.bottomRight
{
	width: 9px; 
	height: 10px;
}