﻿body
{
	font-family: Verdana;
	margin: 0px;
	color: #666666;
	font-size:11px;
}
div.Round
{
	max-height:100%;
	max-width:100%;	
}
div.Round div.innerRound
{
	z-index: 3;
	margin-right: 0 !important;
	width: 100%;
	height:100%;
	/*max-height:100%;*/
	border-right: #00599D 2px solid;
	border-top: #00599D 2px solid;
	border-left: #00599D 2px solid;
	border-bottom: #00599D 2px solid;
}
div.Round div.innerRound .topLeft
{
	background-position: right top;
	background-image: url(../Images/Round/00599D/topRight.gif);
	top: -2px;
	right:-4px;
	float: right;
}
div.Round div.innerRound .botRight, div.Round div.innerRound .topLeft
{
	display: block; /*opera*/
	display: inline-block; /*ie*/
	margin: 0;
	width: 100%;
	height: 21px;
	background-repeat: no-repeat;
	background-color: transparent; 
	position:relative;
}
div.Round div.innerRound .botRight
{
	font-size: 0;
	line-height: 0;
	background-position: left bottom;
	background-image: url(../Images/Round/00599D/tr1_10.gif);
	bottom: -4px;
	left:-5px;
	clear:both;
}

div.Round div.innerRound .topLeft .Title
{
	height: 35px;
	width: 215px;
	color:#00599D;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana;
	text-align: center;
	vertical-align: bottom;
	position: relative;
	float: left;
	top: -12px;
	left: 5px;
	PADDING-TOP: 10px;
	background-position: left top;
	background-image: url(../Images/TitleBG.gif);
	background-repeat: no-repeat;
}


div.Round div.innerRound div.Content
{
	width: 94%;
	padding-right: 21px;
	padding-left: 21px;
	font-family:Verdana;
}