body 
{
    text-align:left;
}

.up
{
    background-color: #61E761;
}
.down
{
    background-color: #E76161;
}

#waitDialog
{
    width: 250px;
    vertical-align: middle;
}
#waitDialog .bd
{
    height: 130px;
    vertical-align: middle;
}
#waitDialog .bd span
{
    text-align:left;
}
#progressbar
{
   position: relative;
   width: 225px;
   height: 18px;
   border: 1px solid black;
   overflow: hidden;
   text-align: left;
}
#progressbar div
{
   float: left;
   background: #316AC5;
   width: 0;
   height: 100%;
}
#percentComplete
{
   width: 225px;
   text-align: center;
   margin: 0px;
   padding: 0px;
}
#statusMessage
{
   width: 225px;
   text-align: left;
}
.complete
{
   color: Green;
}

.innerpage-content
{
    border:1px solid #808080;
    padding:10px;
}

.innerpage-header
{
    background:#C7C6E3 url(http://yui.yahooapis.com/2.6.0/build/assets/skins/sam/sprite.png) repeat-x scroll 0 -1300px;
    border:1px solid #808080;
    color:#211F3F;
}
#top1
{
	margin-left: 9px;
	margin-top:0px;
}
#top1 h3
{
    margin-top: 20px;
    margin-bottom: 14px;
    font-family: 'Trebuchet MS';
    font-size: 20pt;
    font-weight: 700;
    text-decoration: none;
    line-height: 3px;
    color: #0C2569;
}
#top1 h3 .sep
{
    font-family: Cambria;
    font-weight: 400;
    text-decoration: none;
    color: #94A2B1;
    font-size: 80%;
}   

#top1 .overlined
{
    text-decoration: overline;
}

.largeSuper 
{
	margin-top: 20px;
	margin-bottom: 15px;
	font-family: 'Century Gothic';
	font-size: 11pt;
	font-weight: 900;
	line-height: 3px;
}

.smallText
{
    font-size: 85%;
}

.spacer7px
{
    border: none;
    padding: 0px;
    height: 7px;
}

#menu-list
{
	margin-left: 4px;
	margin-top: 15px;
}
#menu-list li
{
	margin:3px;
}

.dataTable
{
    font-size: 90%;
}
#pagerContainer
{
	height:35px;
	width:100%;
	margin:2px;
	margin-left:5px;
    font-size: 95%;
}

.delete-button {
    cursor: pointer;
    background: transparent url(images/delete.png) no-repeat center center;
    width: 16px;  height: 16px;
}
.insert-button {
    cursor: pointer;
    background: transparent url(images/add.png) no-repeat center center;
    width: 16px;  height: 16px;
}

.my-highlight-row {
	background:#C7C6E3;
}

.yui-skin-sam .yui-layout-unit-left .yui-layout-hd 
{
	background:#C7C6E3 url(http://yui.yahooapis.com/2.6.0/build/assets/skins/sam/sprite.png) repeat-x scroll 0 -1303px;
	height:21px;
}
.yui-skin-sam .yui-layout-unit-right .yui-layout-hd 
{
	background:#C7C6E3 url(http://yui.yahooapis.com/2.6.0/build/assets/skins/sam/sprite.png) repeat-x scroll 0 -1303px;
	height:21px;
}
.yui-layout-unit-top div.yui-layout-hd 
{
	height: 0px;
}
.yui-skin-sam .yui-layout-unit-top .yui-layout-bd
{
	 background-position: 0 bottom;
	 background: #C7C6E3 url(http://yui.yahooapis.com/2.6.0/build/assets/skins/sam/sprite.png) repeat-x scroll 0 -1300px;
	 border: 1px solid #808080;
	 color: #211F3F;
}

.yui-layout-unit-bottom div.yui-layout-hd {
	height: 0px;
}

div.siteWideDescForSeo /* */ span{
	 display/* set display to not show */:none;
}

.nav-container {
    font-weight: bold;
}

.nav-container a {
    font-size:larger;
    font-weight: bold;
}

.nav-container .selected {
    border-color:#304369;
    background-position:0 -1400px;
    color: #FFFFFF;
}
.nav-container .selected .first-child a {
    color: #FFFFFF;
    cursor: default;
}