/* CSS Document */
/* PFSCM Website - Modified from StyleSub.css (scms.pfscm.org) */
/* jleiner - 05-MAR-2010 */
/* gstafford - adding styles 09-SEP-2013 */
/* gstafford - adding styles 23-DEC-2013 */
/* sburke - adding styles 23-JUN-2014 */

/* HTML TAG STYLES */

* {padding: 0px; margin: 0px;}


html, body, HTML, BODY
{
    border: 0px;
    margin: 0px;
    /*padding:0;*/
    padding-left: 0px;
    padding-right: 0px;
    font-family: Arial, Helvetica, sans-serif;
    /* font-family: Arial Narrow, Helvetica, sans-serif; */
    font-size: 12px;
    /*color: #363c43;*/
}


DIV, div, h1, a, P, p, th, td, ol, li, form, H1, A, TH, TD, OL, LI, FORM, * {
    font-family: Arial, Helvetica, sans-serif;
    /*font-size: 12px;*/
    /*color: #363c43;*/
}

TH, TD  {
    font-size: 12px;
}

ul, UL {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 2.5em;
    /*text-indent: 1.25em;*/
}

ol, OL {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 2.5em;
    /*text-indent: 1.25em;	*/
}

img {
    border: 0;
    vertical-align: top; /* important for html strict mode */
}

/* h1, H1 {

} */

h2, H2 {
    /*font-family: Georgia, "Times New Roman", serif;*/
    font-size: 25px;
    color: #014180;
    font-weight: bold;
    /*height: 30px;*/
    margin: 0 0px 10px 0;
    padding: 0 0 10px 0;
    background-repeat: no-repeat;
    background-position:  bottom;
    min-height: 30px;
    /*border-bottom: 1px black solid;*/
}

h2.pagetitle, H2.pagetitle {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    color: #014180;
    font-weight: bold;
    height: 30px;
    margin: 10px 0px 5px 10px;
    background-repeat: no-repeat;
    background-position:  bottom;
    min-height: 30px;
}

h2 a {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px !important;
}

h3, H3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
}

.headerBlue {
    font-size: 17px;
    color: #014180;
    /*color: #424A52;*/
    font-family: Georgia, "Times New Roman", serif;
    margin: 0px 0px 0px 0px;
}

.headerBlue a:link, .headerBlue a:visited {
    color: #096eb0;
    text-decoration: none ;
    font-family: Georgia, "Times New Roman", serif;
    font-size:17px;
}

.headerBlue a:hover {
    color: #05436c;
    text-decoration: none;
    font-family: Georgia, "Times New Roman", serif;
    font-size:17px;
}

.headerBlue a:active {
    color: #154068;
    text-decoration: none;
    font-family: Georgia, "Times New Roman", serif;
    font-size:17px;
}



strong, STRONG {
    /*color: #25292e;*/
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px 0px 0px 0px;
}



.redhead {
    font-size: 16px;
    color: #B32A0C;
    font-weight: bold;
    margin: 5px 0px 5px 0px;
}

h4, H4
{
    font-family: Arial, Helvetica, sans-serif;
    color: #80293D;
    font-size: 12px;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
}

.grayhead {
    font-size: 16px;
    color: #666666;
    font-weight:bold;
    margin: 0px 0px 5px 0px;
}

.homepagesection
{
    padding-left: 10px;
    padding-right: 5px;
}

.homepagesection select
{
    width: 200px;

}


.titleorimageid1siteid0
{

    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #421502;
    font-weight: bold;
}

hr, HR {

    color: #8896a0;

}

HR.double, hr.double {
    border: none 0;
    border-top: 1px solid #E9EAEC;
    border-bottom: 1px solid #E9EAEC;
    height: 3px;
    margin: 5px auto 0 0;
    text-align: left;
    background-color: #ffffff;
    color: #ffffff;
}


/* ------------------ LINKS ----------------------*/
a:link {
    color: #096eb0;
    /*font-weight: bold;*/
    text-decoration: none ;
    /*font-size:12px;*/
}

a:visited {
    /*color: #8896a0;*/
    color: #096eb0;
    text-decoration: none;
    /*font-size:12px;*/
}

a:hover {
    /*color: #421502;*/
    color: #05436c;
    text-decoration: none;
    /*font-size:12px;*/
}

a:active {
    /*color: #421502;*/
    color: #154068;
    /*font-weight: bold;*/
    text-decoration: none;
    /*font-size:12px;*/
}


/*.learnMore {*/
    /*!*text-align: left; *!*/
    /*background-image: url(http://scms.pfscm.org/portal/page/portal/scms/media/img/blueArrow.gif);*/
    /*background-position: 0px 3px;*/
    /*vertical-align:middle;*/
    /*background-repeat: no-repeat;*/
    /*padding-top: 0px;*/
    /*padding-left: 6px;*/
/*}*/

/*.learnMoreBrown {*/
    /*!*text-align: left; *!*/
    /*color: #421402;*/
    /*background-image: url(http://scms.pfscm.org/portal/page/portal/scms/media/img/arrow.gif);*/
    /*background-position: 0px 3px;*/
    /*vertical-align:middle;*/
    /*background-repeat: no-repeat;*/
    /*padding-top: 0px;*/
    /*padding-left: 6px;*/
/*}*/

/*A.learnMoreBrown, A.learnMoreBrown:hover, A.learnMoreBrown:visited, A.learnMoreBrown:active, A.learnMore, A.learnMore:hover, A.learnMore:visited, A.learnMore:active {*/
    /*font-size: 12px;*/
/*}*/

/*.arrowGold {*/
    /*!*text-align: left; *!*/
    /*background-image: url(http://scms.pfscm.org/portal/page/portal/scms/media/img/arrowGold.gif);*/
    /*background-position: 0px 0px;*/
    /*vertical-align:Top;*/
    /*background-repeat: no-repeat;*/
    /*padding-top: 0px;*/
    /*padding-left: 8px;*/
/*}*/

/*.toolTitle {*/
    /*background-image: url(http://scms.pfscm.org/portal/page/portal/scms/media/img/blueArrow.gif);*/
    /*background-position: 0px 3px;*/
    /*vertical-align:middle;*/
    /*background-repeat: no-repeat;*/
    /*padding-top: 0px;*/
    /*padding-left: 6px;*/
    /*font-size:11px;*/

/*}*/


/* Collapsible Content */
.save {
    behavior:url(#default#savehistory);
}

a.dsphead {
    text-decoration:none;
    margin-left:2px;
}

a.dsphead:hover {
    text-decoration:none;
}

a.dsphead span.dspchar {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight:normal;
}

.dspcont {
    display:none;
    margin-left:2px;
}


/* LAYOUT */


#container, #branding, #nav, #contentTable, #contentTD, #subContentTD, #subnavTD, #logoBlock {
    background-color: #ffffff;
}

body, BODY
{
    /* background-color: #455B74; */
    background-image:url('../images/background.jpg');
}


#masterwrap
{
    width:950px;
    margin-left:auto;
    margin-right:auto;
    text-align:left; /* to put contents of page back left-aligned */
}

.topbarholder, .bottombarholder, #wrap
{
    position:absolute;
}


.topbarholder
{
    top:20px;
    height:7px;
    min-height:7px;
    width:950px;
}

.bottombarholder
{
    height:7px;
    min-height:7px;
    width:950px;
}

#wrap
{
    width:950px;
    top:5px;
    padding-left:0px;
    padding-right:0px;
    background-color:#FFFFFF;
}


#editTD {
    text-align:left;
    border: 0;
    background-color: #ffffff;
    padding: 10px;
}

#branding .logo {
    padding: 0px 100px 0px 0px;
    float:left;
}

#branding .gflogo {
    float:right;
    padding-top:25px;
    padding-right:10px;
}

/*Image Replacement technique - used on logo*/
/*#branding h1, H1 {*/
    /*padding-top: 72px;*/
    /*margin: 0 0 13px 18px;*/
    /*width: 159px;*/
    /*background-image: url(http://scms.pfscm.org/portal/page/portal/scms/media/fimg/logo.jpg);*/
    /*background-repeat: no-repeat;*/
    /*overflow: hidden;*/
    /*height: 35px;*/
    /*voice-family: "\"}\"";*/
    /*voice-family: inherit;*/
    /*height: 0;*/
/*}*/

/*#branding a:link,*/
/*#branding a:active,*/
/*#branding a:visited,*/
/*#loginBlock a:link,*/
/*#loginBlock a:active,*/
/*#loginBlock a:visited  {*/
    /*font-size: 12px;*/
    /*font-weight: normal;*/
    /*text-decoration: none;*/
    /*padding: 0px 5px 0px 5px;*/
/*}*/

/*#branding a:hover,*/

#loginBlock a:hover{
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
}

#loginBlock {
    text-align:right;
    padding-right:10px;
}

/*.nav-skip, a.lir-link {*/
    /*position: absolute;*/
    /*overflow: hidden;*/
    /*width: 0px;*/
    /*height: 0;*/
/*}*/

/*#subnavTD {*/
    /*vertical-align:top;*/
    /*width: 120px;*/
    /*!*background: #fff url(http://scms.pfscm.org/portal/page/portal/scms/media/fimg/gradient_subnav_bg.jpg) repeat-y;*!*/
/*}*/

/*#subnavTD .contentItem {*/
    /*padding: 15px;*/
    /*margin-bottom: 10px;*/
/*}*/

/*#subnavTD .contentItemTitle {*/
    /*font-weight: bold;*/
    /*color: #145795;*/
    /*margin-bottom: 5px;*/
/*}*/

/*#subnav ul {*/
    /*margin-top: 0px;*/
    /*list-style: none;*/
/*}*/

/*#subnav ul li {*/
    /*!*border-bottom: 1px solid #eaeaea;*!*/
    /*padding: 0px 5px 5px 8px;*/
/*}*/

/*!* Added Sub1 & Sub2 for SubMenus *!*/
/*#subnav ul li.sub1{*/
    /*padding: 0px 5px 5px 13px;*/
/*}*/

/*#subnav ul li.sub2{*/
    /*padding: 0px 5px 5px 18px;*/
/*}*/


/*#subnav ul li a:link, #subnav ul li a:active, #subnav ul li.sub1 a:link, #subnav ul li.sub1 a:active,  #subnav ul li.sub2 a:link, #subnav ul li.sub2 a:active {text-decoration: underline;}*/

/*#subnav ul li a, #subnav ul li.sub1 a, #subnav ul li.sub2 a {*/
    /*font-size:12px;*/
/*}*/

/*#subnav ul li a:link, #subnav ul li.sub1 a:link, #subnav ul li.sub2 a:link{*/
    /*color: #154068;*/

/*}*/

/*#subnav ul li a:visited, #subnav ul li.sub1 a:visited, #subnav ul li.sub2 a:visited {*/
    /*color: #999999;*/
    /*text-decoration: underline;*/
/*}*/


/*#subnav ul li a:hover, #subnav ul li.sub1 a:hover, #subnav ul li.sub2 a:hover {*/
    /*color: #B32A0C;*/
    /*text-decoration: underline;*/
/*}*/

/*#subnav ul li.current, #subnav ul li.currentSub1, #subnav ul li.currentSub2 {*/
    /*font-size: 12px;*/
    /*font-weight: bold;*/
    /*!*color: #ee8b20;*!*/
    /*color: #B32A0C;*/
    /*text-decoration: none;*/
    /*!*background-image: url(http://scms.pfscm.org/portal/page/portal/scms/media/img/arrow.gif);*/
    /*background-position: 8px 3px;*/
    /*background-repeat: no-repeat;*/
    /*padding: 0px 10px 9px 16px; *!*/
/*}*/

/*#subnav ul li.current {*/
    /*background-image: url(http://scms.pfscm.org/portal/page/portal/scms/media/img/arrow.gif);*/
    /*background-position: 8px 3px;*/
    /*background-repeat: no-repeat;*/
    /*padding: 0px 10px 9px 16px;*/
/*}*/

/*#subnav ul li.currentSub1 {*/
    /*background-image: url(http://scms.pfscm.org/portal/page/portal/scms/media/img/arrow.gif);*/
    /*background-position: 13px 3px;*/
    /*background-repeat: no-repeat;*/
    /*padding: 0px 10px 9px 21px;*/
/*}*/

/*#subnav ul li.currentSub2 {*/
    /*background-image: url(http://scms.pfscm.org/portal/page/portal/scms/media/img/arrow.gif);*/
    /*background-position: 18px 3px;*/
    /*background-repeat: no-repeat;*/
    /*padding: 0px 10px 9px 26px;*/
/*}*/

/*#subnav ul li.menuTitle, #subnav ul li.menuTitle1, #subnav ul li.menuTitle2*/
/*{*/
    /*font-size:12px;*/
/*}*/

/*#contentTable {*/
    /*border: 0px;*/
    /*background-color: #ffffff;*/
/*}*/

/*#sidebarTD {*/
    /*vertical-align: top;*/
    /*width: 250px;*/
/*}*/

/*#sidebar {*/

/*}*/

/*#contentTD {*/
    /*vertical-align: top;*/
    /*width: 516px;*/
/*}*/


/*#subContentTD {*/
    /*vertical-align: top;*/
    /*width: 616px;*/
/*}*/

/*#subContentTDWide {*/
    /*vertical-align: top;*/
    /*width: 700px;*/
/*}*/


/*#subContentTD .introtext {*/
    /*font-size: 14px;*/
    /*font-weight: bold;*/
    /*color: #999999;*/
/*}*/

/*#content {*/
    /*padding: 10px;*/
/*}*/


/* NAVIGATION */

/*#search {*/
    /*!*background: #fff url(http://scms.pfscm.org/portal/page/portal/scms/media/fimg/scms_lightblue_290u.jpg) repeat-y;*!*/
    /*font-family: Helvetica, sans-serif;*/
    /*font-size: 12px;*/
    /*font-weight: bold;*/
    /*color: #6B3F0F;*/
    /*!*background-color: #B42A0D;*!*/
/*}*/

/*#search input.text {*/
    /*width: 159px;*/
    /*height: 20px;*/
    /*font-size: 12px;*/
    /*font-weight: normal;*/
    /*color: #505050;*/
    /*vertical-align: center;*/
    /*!*border: 0px solid #CDCDCD;*!*/
/*}*/

/* FOOTER */

#footer {
    text-align: left;
    font-size: 11px;
    color: #7F7F7F;
    padding: 17px;
    /* text-indent:5px; */
    /*background: #FCFCFC;*/
}

.footerText {
    font-size: 11px;
    color: #536069;
}

.belowfooter {
    text-align: left;
    /* padding: 0px; */
    margin: 0px 5px 0px 5px;
    font-size: 10px;
    color: #ffffff;
    background-color:#455B74;
    vertical-align: top;
}

.belowfooter a {
    color: #ffffff;
    text-decoration: underline;
    font-size: 10px;
}


#footer a:link, #footer a:active, #footer a:visited {
    font-size: 11px;
    font-weight: normal;
    color: #7F7F7F;
    text-decoration: none;
    padding: 0px 5px 0px 5px;
}

#footer a:hover {
    font-size: 11px;
    font-weight: normal;
    color: #7F7F7F;
    text-decoration: underline;
}


#footer .linkDivider {
    font-size: 9px;
    color: #624A21;
    text-decoration: none;
}

.footerDivider {
    height: 1px;
    background: #fff url(http://scms.pfscm.org/portal/page/portal/scms/media/fimg/div_gray_solid.gif) repeat-x bottom left;
    margin: 0px 0px 10px 0px;
}

/* CONTENT STYLES */
/*#content a:link, #content a:active, #content a:visited,*/
/*#sidebar a:link, #sidebar a:active, #sidebar a:visited,*/
/*#subContentTD a:link, #subContentTD a:active, #subContentTD a:visited  {*/
    /*color: #421502;*/
    /*text-decoration: underline;*/
/*}*/

/*#content a:hover, #sidebar a:hover, #subContentTD a:hover {*/
    /*color: #421502;*/
    /*text-decoration: none;*/
/*}*/

/*#content .header {*/
    /*font-family: Arial, Helvetica, sans-serif;*/
    /*font-size: 18px;*/
    /*font-weight: bold;*/
    /*color: #ed8a21;*/
/*}*/

/*#content .subheader {*/
    /*font-family: Arial, Helvetica, sans-serif;*/
    /*font-size: 16px;*/
    /*font-weight: bold;*/
    /*color: #ed8a21;*/
/*}*/

/*#subContentTD .calloutTan {*/
    /*width: 250px;*/
    /*float: right;*/
    /*background-color: #f8f3eb;*/
    /*padding: 10px;*/
    /*margin: 0px 0px 10px 10px;*/
/*}*/

/*#subContentTD .calloutLightBlue {*/
    /*width: 250px;*/
    /*float: right;*/
    /*background-color: #edf2f8;*/
    /*padding: 10px;*/
    /*margin: 0px 0px 10px 10px;*/
/*}*/

/* COMMON ELEMENTS */

/*.blueDividerThin {*/
    /*height: 1px;*/
    /*background: #fff url(http://scms.pfscm.org/portal/page/portal/scms/media/fimg/div_blue_solid.gif) repeat-x bottom left;*/
    /*margin: 10px 0px 10px 0px;*/
/*}*/

/*.grayDividerThin {*/
    /*height: 1px;*/
    /*background: #fff url(http://scms.pfscm.org/portal/page/portal/scms/media/fimg/div_gray_solid.gif) repeat-x bottom left;*/
    /*margin: 10px 0px 10px 0px;*/
/*}*/

/*.headerUtilityLinks {*/
    /*background: #fff url(http://scms.pfscm.org/portal/page/portal/scms/media/fimg/gradient_bg_lightblue1.jpg) repeat-y;*/
    /*text-align: center;*/
    /*padding: 5px;*/
/*}*/

/*.morelink {*/
    /*text-align: right;*/
    /*padding-right: 5px;*/
/*}*/

ul.arrow, ul.arrowBrown {
    padding: 5px 10px 10px 20px;
}

ul.arrow li {
    text-align: left;
    list-style: none;
    font-size: 12px;
    background-image: url(http://scms.pfscm.org/portal/page/portal/scms/media/img/blueArrow.gif);
    background-position: 0px 12px;
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-left: 10px;
}

ul.arrowBrown li {
    text-align: left;
    list-style: none;
    font-size: 12px;
    background-image: url(http://scms.pfscm.org/portal/page/portal/scms/media/img/arrow.gif);
    background-position: 0px 12px;
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-left: 10px;
}

ul.brownDot li {
    color: #421402;
    text-align: left;
    list-style: none;
    font-size: 12px;
    background-image: url(http://scms.pfscm.org/portal/page/portal/scms/media/img/bulletBrown.gif);
    background-position: 0px 12px;
    background-repeat: no-repeat;
    vertical-align: top;
    padding-top: 6px;
    padding-left: 10px;
}


/*p.breadcrumb {*/
    /*font-size: 8px;*/
    /*margin: 5px 0px 9px 0px;*/
/*}*/

/*p.breadcrumb a {font-size: 8px;}*/

/*!* Callout Boxes *!*/
/*#callout_blue*/
/*{*/
    /*width: 192px;*/
    /*margin-left: 3px;*/
    /*margin-bottom: 3px;*/
    /*color: #000000;*/
    /*background: #E3E7EA;*/
    /*padding-bottom: 15px;*/
/*}*/

/*#callout_blue .detail*/
/*{*/
    /*color: #000000;*/
    /*padding-top: 15px;*/
    /*padding-left: 10px;*/
    /*padding-right: 5px;*/
/*}*/

/*#callout_blue .detail P, #callout_blue .detail B, #callout_blue .detail a, #callout_blue .detail Strong,*/
/*#callout_blue .detail em, #callout_blue .detail i*/
/*{*/
    /*color: #000000;*/
/*}*/


/*!* Rounded Borders *!*/

/*#rounded_gp, #rounded_rp, #rounded_ql, #rounded_wn, #rounded_join, #rounded_sr*/
/*{*/
    /*width: 192px;*/
    /*margin-left: 3px;*/
    /*margin-bottom: 3px;*/
    /*color: #421402;*/
    /*padding-bottom: 15px;*/
/*}*/

/*#rounded_gp .detail, #rounded_rp .detail, #rounded_ql .detail, #rounded_wn .detail, #rounded_join .detail, #rounded_sr .detail*/
/*{*/
    /*color: #421402;*/
    /*padding-top: 15px;*/
    /*padding-left: 10px;*/
    /*padding-right: 5px;*/
/*}*/

/*#rounded_wn .detail P, #rounded_wn .detail B, #rounded_wn .detail a, #rounded_gp .detail P, #rounded_gp .detail B, #rounded_gp .detail a, #rounded_rp .detail P, #rounded_rp .detail B, #rounded_rp .detail a, #rounded_ql .detail P, #rounded_ql .detail B, #rounded_ql .detail a, #rounded_join .detail P, #rounded_join .detail B, #rounded_join .detail a, #rounded_sr .detail P, #rounded_sr .detail B, #rounded_sr .detail a, #rounded_gp .detail Strong, #rounded_rp .detail Strong, #rounded_ql .detail Strong, #rounded_wn .detail Strong, #rounded_join .detail Strong, #rounded_sr .detail Strong,*/
/*#rounded_gp .detail em, #rounded_rp .detail em, #rounded_ql .detail em, #rounded_wn .detail em, #rounded_join .detail em, #rounded_sr .detail em,*/
/*#rounded_gp .detail i, #rounded_rp .detail i, #rounded_ql .detail i, #rounded_wn .detail i, #rounded_join .detail i, #rounded_sr .detail i*/
/*{*/
    /*color: #421402;*/
/*}*/

/*#rounded_rp .detail*/
/*{*/
    /*padding-top: 10px;*/
/*}*/

/*!* Global Partnerships *!*/
/*#rounded_gp {*/
    /*background: #D9B577 url(http://scms.pfscm.org/portal/page/portal/scms/media/img/gpBottom.gif) no-repeat bottom center;*/
/*}*/

/*#rounded_gp .detail {*/
    /*background: transparent url(http://scms.pfscm.org/portal/page/portal/scms/media/img/gpTop.gif) no-repeat top center;*/
/*}*/

/*!* Rounded - Join *!*/
/*#rounded_join {*/
    /*background: #F4BD10 url(http://scms.pfscm.org/portal/page/portal/scms/media/img/jcBottom.gif) no-repeat bottom center;*/
/*}*/

/*#rounded_join .detail {*/
    /*background: transparent url(http://scms.pfscm.org/portal/page/portal/scms/media/img/jcTop.gif) no-repeat top center;*/
/*}*/


/*!* Rounded - Quick Links *!*/
/*#rounded_ql {*/
    /*background: #E9D2A4 url(http://scms.pfscm.org/portal/page/portal/scms/media/img/qlBottom.gif) no-repeat bottom center;*/
/*}*/

/*#rounded_ql a {*/
    /*font-weight:bold;*/
/*}*/

/*#rounded_ql .detail {*/
    /*background: transparent url(http://scms.pfscm.org/portal/page/portal/scms/media/img/qlTop.gif) no-repeat top center;*/
/*}*/

/*!* Rounded - Our Progress *!*/
/*#rounded_rp {*/
    /*background: #CE9A36 url(http://scms.pfscm.org/portal/page/portal/scms/media/img/rpBottom.gif) no-repeat bottom center;*/
/*}*/

/*#rounded_rp .detail {*/
    /*background: transparent url(http://scms.pfscm.org/portal/page/portal/scms/media/img/rpTop.gif) no-repeat top center;*/
/*}*/

/*#rounded_rp .performance*/
/*{*/
    /*background: transparent url(http://scms.pfscm.org/portal/page/portal/scms/media/img/rpWhiteBck.gif) no-repeat top center;*/
    /*text-align: center;*/
    /*min-width: 60px;*/
    /*height: 80px;*/
/*}*/

/*#rounded_rp .performanceNumber*/
/*{*/
    /*font-size: 32px;*/
    /*font-weight: bold;*/
    /*color: #B32A0C;*/
    /*min-width: 60px;*/
/*}*/

/*#rounded_rp .performanceText*/
/*{*/
    /*font-size: 10px;*/
    /*color: #B32A0C;*/
    /*min-width: 60px;*/
/*}*/


/*!* Whats New *!*/
/*#rounded_wn {*/
    /*background: #F4BD10 url(http://scms.pfscm.org/portal/page/portal/scms/media/img/wnBottom.gif) no-repeat bottom center;*/
/*}*/

/*#rounded_wn .detail {*/
    /*background: transparent url(http://scms.pfscm.org/portal/page/portal/scms/media/img/wnTop.gif) no-repeat top center;*/
/*}*/

/*!* Search Resources *!*/
/*#rounded_sr {*/
    /*background: #D9B577 url(http://scms.pfscm.org/portal/page/portal/scms/media/img/srBottom.gif) no-repeat bottom center;*/
/*}*/

/*#rounded_sr .detail {*/
    /*background: transparent url(http://scms.pfscm.org/portal/page/portal/scms/media/img/srTop.gif) no-repeat top center;*/
/*}*/

.Divider {
    height: 1px;
    background: #fff url(http://scms.pfscm.org/portal/page/portal/scms/media/fimg/div_gray_solid.gif) repeat-x bottom left;
    margin: 6px 0px 10px 0px;
    max-width: 542px;
}

A.headerLink, A.headerLink:hover, A.headerLink:visited, A.headerLink:active {
    font-size: 14px;
}

/* the following block of code is for the resource center page.  Headings bolded with no underline */
A.linkNO, A.linkNO:link, A.linkNO:visited, A.linkNO:active {
    color: #154068;
    font-weight: bold;
    text-decoration:underline;
    font-size:14px;
}

A.linkNO:hover {
    color: #154068;
    font-weight: bold;
    text-decoration:none;
    font-size:14px;
}

/* End of common block code */

/*.articleCaption {*/
    /*font-size: 10px;*/
/*}*/

/*.sourceType {*/
    /*font-size: 10px;*/
    /*color: #421402;*/
/*}*/

/*!* News Styles Below Here *!*/

/*!* Registration Breadcrumbs *!*/

/*.BreadCrumbContainer*/
/*{*/
    /*color:#4e88c0;*/
    /*padding-bottom:10px;*/
/*}*/

/* Registration Form */
.RegistrationText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}

.errors
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ff0000;
}

.RegistrationLabel
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    font-weight:bold;
    /* margin-bottom:3px; */
}

.RegistrationValue
{
    font-size:12px;
    font-weight:normal;
    font-family: Arial, Helvetica, sans-serif;
    color:#000000;
}

.RegistrationInput
{
    font-size:12px;
    margin-top:3px;
    margin-bottom:3px;
}

.RegistrationTitle
{
    font-size: 13px;
    color: #145795;
    font-weight:bold;
}

.RegistrationTestimonialContainer
{
    padding:8px;
    background-color:#f8f3eb;
    color:#145795;
    width:200px;
    font-weight:bold;
    font-size:13px;
}

.RegistrationTestimonialName
{
    font-size:12px;
    font-style:oblique;
}

.RegistrationTestimonialOrganization
{
    font-size:12px;
    font-weight:normal;
    font-style:oblique;
}

/* My Account */

.AccountList
{
    list-style-type:none;
}
.AccountList li
{
    font-size:12px;
    font-weight:normal;
    font-style:oblique;
}
.ActivityList
{
    list-style-type:none;
}
a.AccountActivity:link
{
    font-size:12px;
}
a.AccountActivity:visited
{
    font-size:12px;
}

/* Confirmation */

.ConfirmationImageContainer
{
    padding-right:10px;
}

/* Login Area */

.LoginContainer
{
    background-color:#f8f3eb;
    padding:10px;
}
/* gstafford utility styles */
.alignRight
{
    text-align:right;
}


.alignLeft
{
    text-align:left;
}

.alignCenter
{
    text-align:center;
}


/* shipment details */
#leftcol,#rightcol {
    margin:0 20px 5px;
}

#leftcol {
    float:left;
}

#rightcol {
    float:right;
    margin-top:20px;
}

#milestoneBlock, #invBlock, #corBlock {
    margin:20px 5px 0px 5px;
    clear:both;
}

/* OrderStatus, Delivery Status */
#filterblock {
    margin:20px 5px;
}
#grants {
    margin:5px;
}
#mainFilterBlock {
    display:inline-block;
}
#mainFilterBlock p {
    font-weight:bold;
}

#statusFilter,
#prodCatFilter,
#dateFilter, #countryFilter, #grantsFilter {
    margin:5px;
    display:inline-block;
}

td.deliveredText {
    background-color: #0C8FE5;
}

td.atportText {
    background-color: #5ABEFF;
}

#expButtonBlock, #corButtonBlock {
    text-align:right;
    margin:5px;
}

div.tabledata {
    width: 925px;
    margin: 0 auto;
}

#myordersTable {
    display: block;
    max-width: 100%;
    overflow: auto;
}

#transitDetailsTable {
    display: block;
    max-width: 100%;
    overflow: auto;
}

#deliveryStatusTable {
    /*table-layout: fixed;*/
    display: block;
    max-width: 100%;
    overflow: auto;
}

#deliveryConfirmTable {
    /*table-layout: fixed;*/
    display: block;
    max-width: 100%;
    overflow: auto;
}

a.confirmShipment {
    background: rgba(255, 255, 0, .4);
}

a.accordion-toggle span.ng-binding {
    font-size: 14px !important;
}