
/* Tag Specific Styles */
*{font:12px Arial,sans-serif;line-height:150%;}
a{color:#004282;text-decoration:underline;}
a:hover{color:#f2662b;cursor:pointer;text-decoration:underline;}
body{background:#ffffff;margin:10px 0px 10px 0px;}
button{height:21px;font-size:11px;line-height:normal;width:73px;}
input{line-height:normal;}
li{color:#f2662b;line-height:200%;}

h2.paragraphheading{border-bottom:1px #eeeeee solid;font-weight:bold;margin:0px 0px 5px 0px;padding-bottom:5px;}
p.paragraph{margin:0px 0px 20px 0px;text-align:justify;}

table.homepage td{padding:0px 10px 10px 0px;text-align:left;vertical-align:top;}
table.homepage td img{margin-top:3px;}

table.content td{padding:1px 5px 1px 0px;}

table.details{color:#000000;}
table.details td{line-height:200%}
table.details td.label{color:#999999;}

td.mandatory{color:#df3737;}
span.mandatory{color:#df3737;}
span.stopnotice{color:#df3737;line-height:200%;}
span.permanentstopnotice{color:#777777;line-height:200%;}
a.permanentstopnotice{color:#777777;text-decoration:underline;}
a.permanentstopnotice:hover{color:#f2662b;cursor:pointer;text-decoration:underline;}

/* ID Specific Styles */
#navigation{background:url(../../images/000013/navshadow.gif) no-repeat right top;border-bottom:1px #ffc6a5 solid;border-left:1px #ffc6a5 solid;height:350px;padding:0px 0px 0px 20px;text-align:left;vertical-align:top;width:148px;}
#navigation a{background:none;display:block;padding:2px 1px 2px 5px;text-decoration:none;width:123px;}
#navigation a:hover{background:#f1f1f1 url(../../images/000013/navlink.gif) right repeat-y;border:1px #CCCCCC solid;display:block;padding:1px 0px 1px 4px;text-decoration:none;width:123px;}
#navigation span.current{background:#f1f1f1 url(../../images/000013/navlink.gif) right repeat-y;border:1px #CCCCCC solid;color:#999999;cursor:default;display:block;padding:1px 0px 1px 4px;text-decoration:none;width:100%;}

div.blcontainer{background:#ffffff;border:1px #ffc6a5 solid;height:281px;margin-top:10px;overflow:auto;width:566px;}
#browselist{width:587px;}
#browselist a{white-space:nowrap;}
#browselist button{margin:0px;width:65px;}
#browselist td{background:#ffffff;border-right:1px #eeeeee solid;border-bottom:1px #eeeeee solid;cursor:default;padding:1px 7px 1px 7px;white-space:nowrap;}
#browselist th{background:#ffffff url(../../images/000013/tblheader.gif) bottom repeat-x;border-bottom:1px #ffc6a5 solid;border-right:1px #ffc6a5 solid;cursor:default;padding:1px 7px 1px 7px;text-align:center;white-space:nowrap;}

#buttons{margin:20px 0px 10px 0px;}

#contentstrip{background:#ffffff;width:822px;}

#footer{margin-top:10px;width:100%;}
#footer td{color:#999999;text-align:left;vertical-align:middle;}

#header{background:url(../../images/000013/tfcwatermark.gif) no-repeat top right;cursor:default;width:822px;}
#header span.username{color:#f2662b;}
#header td.toolbar{border-left:1px #ffc6a5 solid;border-right:1px #ffc6a5 solid;color:#999999;padding:15px 20px 15px 20px;text-align:left;vertical-align:middle;}
#header td.toolbar a{text-decoration:underline;white-space:nowrap;}
#header td.toolbar a:hover{cursor:pointer;text-decoration:underline;white-space:nowrap;}

#help{margin:0px 0px 20px 0px;}

#messages{color:#267C08;font-size:10pt;margin:0px 0px 10px 0px;}

#title{color:#f2662b;font:22px Arial,sans-serif;font-weight:bold;margin:0px 0px 10px 0px;}

#workspace{background:#ffffff;border-bottom:1px #ffc6a5 solid;border-right:1px #ffc6a5 solid;padding:0px 0px 20px 20px;text-align:left;vertical-align:top;}
#workspace_nonav{background:#ffffff;border-bottom:1px #ffc6a5 solid;border-left:1px #ffc6a5 solid;border-right:1px #ffc6a5 solid;padding:0px 20px 20px 20px;text-align:left;vertical-align:top;}

/* Modal dialog styles */
    .modalBackground
    {
        cursor:not-allowed;
        filter: Alpha(Opacity=10); -moz-opacity:0.10; opacity: 0.10;
        width: 100%;
        height: 100%;
        background-color: #000000;
        position: absolute;
        z-index: 500;
        top: 0px; left: 0px;
    }
    .modalContainer
    {
        cursor:auto;
        position: relative;
        top: 11px;
        z-index: 750;
        width: 615px;
        height: auto;
        padding: 0px;
    }
    .modalWindow
    {
        cursor:auto;
        background:#ffffff;
        border-bottom:1px #e6b395 solid;
        border-left:1px #e6b395 solid;
        border-right:1px #e6b395 solid;
        position: relative;
        margin-bottom:1px;
        top: 0px;
        z-index: 1000;
        width: 615px;
        height: auto;
        padding: 0px;
    }
    .modalWindow td.modalTitle
    { 
       color:#f2662b;
       font:18px Arial,sans-serif;
       text-align:left;
       padding:16px;
    }
    
    .modalWindow td.modalContent
    { 
       text-align:left;
       padding:0px 16px 16px 16px;
    }

    .modalWindow td.modalContent td
    { 
       text-align:left;
       padding:1px 0px 1px 0px;
    }

/* New style for Hover help Jsmith */

a:hover {background:#ffffff; text-decoration:none;} /*BG color is a must for IE6*/
a.tooltip span {display:none; padding:2px 3px; margin-left:8px; width:330px;}
a.tooltip:hover span{display:inline; position:absolute; background:#ffffff; border:1px solid #cccccc; color:#6c6c6c;}











