@charset "utf-8";

body {
    color: #333;
    /*text-align: center;*/
    margin: 0;
    padding: 0;
    font: 62.5% Arial, Helvetica, sans-serif;
}

img { border: none; }

input, select, th, td {
    font-size: 1em;
}
a:link, a:visited {
    color: #36F;
}
a:hover, a:active {
    color: #03F;
}

#pageWrapper {
    background: #fff;
    width: 1064px;
    margin: 5px auto 30px;
    border: 8px solid #D2D2D2;
}
#pageWrapper > div.border {
    border: solid 1px #bbb;
}

#header {
    position: relative;
    height: 100px;
    margin: 0 auto 0;
    background: #fff;
}

#logo {
    position: absolute;
    top: 10px;
    left: 13px;
    width: 280px;
    height: 70px;
    text-align: left;
}

#tagline {
    position: absolute;
    top: 78px;
    left: 13px;
    width: 350px;
    font-size: 14px;
    font-weight: bolder;
    color: #999;
    text-align: left;
}


#rightNavLinks {
    position: absolute;
    top: 10px;
    right: 7px;
    font-size: 11px;
    text-align: right;
    border-color: #f3f4f4;
    border-style: solid;
    border-width: 2px;
    background-color: #f6f7f7;
    padding-right: 8px;    
    padding-left: 8px;   
    height: 24px;

}
#rightNavLinks a:link, #rightNavLinks a:visited {
    color: #808183;
    text-decoration: none;
    margin: 8px 8px 8px 8px;
    border-bottom: 1px solid #808183;
}
#rightNavLinks a:hover, #rightNavLinks a:active {
    color: #FC0;
    text-decoration: none;
    border-bottom: 1px solid #09F; 
}
.loggedInAsLabel {
    margin: 0 2px 0 8px;
    color: #808183;
}
.gearImage
{
    margin-top: 3px;
    float: left;
}
span.username, span.userrole {
    margin: 6px 4px 6px 0;
    font-weight: normal;
    color: #2c2d2d;
    display: inline-block;
    text-overflow:ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #2c2d2d;
}
span.userrole {
	margin-right: 8px;
	border-bottom: none;
}
span.logoutLink a:link, .logoutLink a:visited {
    margin: 0 10px 0 2px;
    font-weight: bolder;
    color: #FF0;	
}
span.logoutLink a:hover, .logoutLink a:active {
    color: #FC0;	
}
#buttonBar {
    position:relative;
    height: 30px;
    margin: 0 auto 0;
    background: #eaeaea url(../images/page/buttonbar_tile_bg.jpg) repeat-x;
    border-right: 1px solid #bbb;
    border-left: 1px solid #bbb;
    line-height: 30px;
}
div.buttonLink {
    float: left;
    width: 100px;
    height: 20px;
    margin: 4px 3px 0 0;
    background: url(../images/controls/button_2states.jpg) no-repeat -100px 0;
}
div.buttonLink.first {
    margin-left: 13px;
}
div.buttonLink a {
    display: block;
    margin: 0;
    padding:0;
    width:100%;
    height:100%;
    overflow:hidden;
    color:#36F;
    text-decoration: none;
    background: url(../images/controls/button_2states.jpg) 0 0 no-repeat;
    font-size: 11px;
    line-height: 20px;
    font-weight: bolder;
}
div.buttonLink.redText a {
    color: #F00;
}
div.buttonLink span {
    display: block;
    margin:0 auto 0;
    padding: 0;
}
div.buttonLink a:hover {
    background-image: none;
    color: #39F;
}
div.buttonLink a:active {
    color: #333;
}
div.buttonLink.redText a:hover {
    color: #F60;
}
div.buttonLink.redText a:active {
    color: #900;
}
#systemText {
    position: absolute;
    top: 0;
    right: 13px;
    width: 300px;
    height: 24px;
    font-size: 10px;
    text-align: right;
    color: #666;	
}
.systemData {
    font-size: 12px;
    font-weight: bolder;
    color: #333;
}

#infoText {
    position: absolute;
    top: 0;
    right: 13px;
    width: 300px;
    height: 24px;
    font-size: 12px;
    text-align: right;
    color: #666;	
}
.infoData {
    font-size: 14px;
    font-weight: bolder;
    color: #06F;
}
#tabsSection {
    position:relative;
    height: 25px;
    margin: 0 auto 0;
    border-right: 1px solid #bbb;
    border-bottom: 4px solid #C7E8F9;
    border-left: 1px solid #bbb;
    line-height: 20px;
}
div.tabsLink {
    float: left;
    width: 120px;
    height: 20px;
    margin: 4px 3px 0 0;
    background: url(../images/controls/tablink_bg.jpg) -120px 0 no-repeat;
}
div.tabsLink.first {
    margin-left: 13px;
}
div.tabsLink a {
    display: block;
    margin: 0;
    padding:0;
    width:100%;
    height:100%;
    overflow:hidden;
    color:#666;
    text-decoration: none;
    background: url(../images/controls/tablink_bg.jpg) 0 0 no-repeat;
    font-size: 11px;
    line-height: 20px;
    font-weight: bolder;
}
div.tabsLink.currentTab a {
    background: url(../images/controls/tablink_bg.jpg) -120px 0 no-repeat;
    color: #36C;
}
div.tabsLink.redText a {
    color: #F00;
}
div.tabsLink span {
    display: block;
    margin:0 auto 0;
    padding: 0;
}
div.tabsLink a:hover {
    background-image: none;
    color: #333;
}
div.tabsLink a:active {
    color: #333;
}
div.tabsLink.redText a:hover {
    color: #F60;
}
div.tabsLink.redText a:active {
    color: #900;
}
#searchSection {
    position: absolute;
    top: 0;
    left: 13px;
    width: 300px;
    font-size: 11px;
    text-align: left;
}
input.searchTextBox {
    color: #333;
    font-size: 12px;
    font-weight: bolder;
    padding-left: 5px;
    border-top: 1px solid #09F;
    border-right: 1px solid #06F;
    border-left: 1px solid #09F;
    border-bottom: 1px solid #06F;
}
#searchSection label {
    color: #666;
    font-weight: bold;
}
#content {
    position: relative;
    margin: 0 auto 0;
    text-align: left;
    clear: both;
}
#footer {
    position: relative;
    height: 21px;
    background: #eaeaea url(../images/page/footer_tile_bg.jpg) repeat-x;
}
#appVersion, #copyright {
    position: absolute;
    top: 0;
    width: 400px;
    height: 21px;
    font-size: 9px;
    line-height: 21px;
    color: #999;
}
#appVersion {
    left: 13px;
    text-align: left;
}
#copyright {
    right: 13px;
    text-align: right;
}
#topLink {
    position: relative;
    top: 3px;
    width: 85px;
    height: 15px;
    margin: 0 auto 0;
    font-size: 10px;
    font-weight: bold;
    background: #ccc;
    border: solid 1px #fff;
    text-align: center;
}
#topLink a:link, #topLink a:visited {
    text-decoration: none;
    border-bottom: 1px solid #6FF;
}
/* List Screens */
#displayBar {
    position:relative;
    height: 25px;
    margin: 0 auto 0;
    background: #eaeaea url(../images/page/displaybar_tile_bg.jpg) repeat-x;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #bbb;
    line-height: 25px;
    color: #666;
}
#categoryFilterSection {
    position: absolute;
    top: 0;
    left: 320px;
    text-align: left;
}
#rowsDisplaySection {
    position: absolute;
    top: 0;
    left: 650px;
    width: 140px;
    text-align: left;
}
.listTable {
    width: 948px;
    margin: 0 auto 0;
}
.listTable th {
    background: #eaeaea url(../images/page/columns_bar_bg.jpg) repeat-x;
    border: 1px solid #666;
    font-size: 10px;
    padding: 2px 2px 3px;
    margin: 0;
    color: #FF0;
}
.listTable td {
    background: #eaeaea url(../images/page/list_table_td_bg.jpg) repeat-x;
    border: 1px solid #DBDBDB;
    font-size: 12px;
    padding: 2px 5px 3px;
    margin: 0;
}
.listTable tr:hover {
    background: #FFF8D9;
    border: 1px solid #DBDBDB;
    font-size: 12px;
    padding: 2px 5px 3px;
    margin: 0;
}
.datesCell {
    font-size: 10px!important;	
}
.linkedDataCell {
    font-weight: bolder;
    color: #06F;
}
.leftJustifiedCell {
    text-align: left;	
}
.rightJustifiedCell {
    text-align: right;	
}
/* Misc. */
.clearBoth {
    clear: both;
    height: 1px;
}

