﻿/** Rounded Corners **/
.divRounded
{
	padding-bottom: 4px;
	width: 825px;
	text-align: left;
}
.corner{display:block}
.corner *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#f0eded}
.corner1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #f8f7f7;
  border-right:1px solid #f8f7f7;
  background:#f3f1f1}
.corner2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fdfdfd;
  border-right:1px solid #fdfdfd;
  background:#f2f0f0}
.corner3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #f2f0f0;
  border-right:1px solid #f2f0f0;}
.corner4{
  border-left:1px solid #f8f7f7;
  border-right:1px solid #f8f7f7}
.corner5{
  border-left:1px solid #f3f1f1;
  border-right:1px solid #f3f1f1}
.cornerfg{
  background:#f0eded;
  padding: 6px 6px 6px 6px;}
.divRoundedBlue
{
	padding-bottom: 4px;
	width: 100%;
	text-align: left;
}
cornerII{display:block}
.cornerII *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#3c7faf}
.cornerII1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #a2bdd2;
  border-right:1px solid #a2bdd2;
  background:#699abe}
.cornerII2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #dee2e6;
  border-right:1px solid #dee2e6;
  background:#5e93ba}
.cornerII3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #5e93ba;
  border-right:1px solid #5e93ba;}
.cornerII4{
  border-left:1px solid #a2bdd2;
  border-right:1px solid #a2bdd2}
.cornerII5{
  border-left:1px solid #699abe;
  border-right:1px solid #699abe}
.cornerIIfg{
  background:#3c7faf}

.liquid-round { 
width:100%;
margin:0px auto; 
background:#fff url('/Themes/EngagedPublic/EPBudgets/Images/Corners/leftside.gif') repeat-y left top;
} 

.top { 
width:100%; 
height:20px; 
background:url('/Themes/EngagedPublic/EPBudgets/Images/Corners/top.gif') no-repeat left top; 
} 
.top span { 
display:block; 
position:relative; 
height:20px; 
background:url(/Themes/EngagedPublic/EPBudgets/Images/Corners/top-right.gif) no-repeat right top; 
} 
.center-content { 
position:relative; 
background:url(/Themes/EngagedPublic/EPBudgets/Images/Corners/rightside.gif) repeat-y right top; 
padding:1px 20px 1px 25px; 
margin:-1px 0 -50px 0; 
} 
.center-content500 { 
position:relative; 
height: 565px;
background:url(/Themes/EngagedPublic/EPBudgets/Images/Corners/rightside.gif) repeat-y right top; 
padding:1px 20px 1px 25px; 
margin:-1px 0 0 0; 
} 
.center-content400 { 
position:relative; 
height: 405px;
background:url(/Themes/EngagedPublic/EPBudgets/Images/Corners/rightside.gif) repeat-y right top; 
padding:1px 20px 1px 25px; 
margin:-1px 0 0 0; 
} 
.center-content300 { 
position:relative; 
height: 335px;
background:url(/Themes/EngagedPublic/EPBudgets/Images/Corners/rightside.gif) repeat-y right top; 
padding:1px 20px 1px 25px; 
margin:-1px 0 0 0; 
} 
.center-content200 { 
position:relative; 
background:url(/Themes/EngagedPublic/EPBudgets/Images/Corners/rightside.gif) repeat-y right top; 
padding:1px 20px 1px 25px; 
margin:-1px 0 0 0; 
} 
.center-content200 div { position:relative;z-index:999;}
.bottom { 
height:60px; 
background:url(/Themes/EngagedPublic/EPBudgets/Images/Corners/bottom.gif) no-repeat left bottom; 
} 
.bottom span { 
display:block; 
position:relative; 
height:60px; 
background:url(/Themes/EngagedPublic/EPBudgets/Images/Corners/bottom-right.gif) no-repeat right top; 
} 