@import url(/styles/live/insideplm/boxmodel.css);
@import url(/styles/live/insideplm/articles.css);
@import url(/styles/live/insideplm/navigation.css);
@import url(/styles/live/thickbox.css);

/* Structure */
html, body {
    margin : 0;
    padding : 0;
    font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size : 12px;
    color : #000000;
    text-align : left;
    line-height: 150%;
    background-color : #E5E5E5;
}

body {

}

.mceVisualAid {
    border : 1px dashed #ffbbbb;
}

p {
    margin: 0;
}

input {
    margin: 0;
}

input.button {
    height: 21px;
    padding: 0 6px;
}

/* Images */
img {
    border: 0;
}

.clear {
    clear: both;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.likenormaltext {
    font-weight: normal;
    font-size: 12px;
    color: #000000;
}

/* Links */
a {
    text-decoration: none;
    color: #777777;

}

a:hover {
    text-decoration: none;
    color: #FF9900;
}

a.speciallink {
    color: #FF9900;
}

a.speciallink:hover {
    color: #777777;
}

/* remove dashed boxes from around links in firefox */
a:focus {
    user-focus: none;
    outline: none;
    -moz-user-focus: none;
    -moz-outline: none;
}

/* Headings */
h1 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 12px;
}

h2 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 12px;
}

h3 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 12px;
}


/* Body - Container */
#container_tb {
    clear: both;
    margin: 0 auto;
    width: 980px;
}

#container {
    clear: both;
    float: left;
    width: 960px;
    padding: 9px 9px 17px;
    margin: 5px 0;
    border: 1px solid #C2C2C2;
    background-color: #FFFFFF;
}

#header {
    clear: both;
    float: left;
    width: 960px;
    height: 85px;
    position: relative;
}

#insideplmlogo {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 171px;
    height: 54px;
}

#insideplmlogobottom {
    display: block;
    position: absolute;
    left: 20px;
    top: 54px;
    width: 17px;
    height: 9px;
    z-index: 99;
}

#langnav {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 11px;
}

#searchsubmitter {
    position: absolute;
    right: 0;
    top: 27px;
    font-size: 11px;
}

#searchsubmitterfield {
    width: 115px;
    padding: 1px 4px;
    color: #777777;
    border: 1px solid #E4E4E4;
    background-color: #FFFFFF;
}

#topnav {
    clear: both;
    position: absolute;
    left: 0;
    top: 54px;
    width: 930px;
    height: 31px;
    padding: 0 15px;
    background-color: #CAC7C7;
}

#sidenavcontentheadimagewrapper {
    clear: both;
    float: left;
    width: 960px;
    padding-top: 10px;
}

#sidenavwrapper {
    clear: both;
    float: left;
    width: 185px;
    height: auto !important;
    height: 10px;
    min-height: 10px;
    padding-right: 15px;
}

#contentheadimagewrapper {
    float: left;
    width: 760px;
}

#headimagewrapper {
    clear: both;
    float: left;
    width: 758px;
    height: 200px;
    border: 1px solid #E4E4E4;
    position: relative;
}

#headimagetext {
    clear: both;
    float: left;
    width: 210px;
    padding: 13px 14px;
    font-size: 11px;
}

#headimagetitle {
    clear: both;
    width: 210px;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #777777;
    padding-bottom: 7px;
}

#headimage {
    display: block;
    float: left;
    width: 520px;
    height: 200px;
    background-position: right center;
    background-repeat: no-repeat;
}

#cclogo {
    display: block;
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 18px;
    height: 18px;
}

#content {
    clear: both;
    float: left;
    width: 550px;
    height: auto !important;
    height: 380px;
    min-height: 380px;
    padding: 10px 10px 0 0;
}

#newsprintsharewrapper {
    float: left;
    width: 200px;
    padding-top: 10px;
}

#footer {
    clear: both;
    float: left;
    width: 934px;
    padding: 0 13px;
    color: #777777;
}

#footercopy {
    clear: both;
    float: left;
    width: 172px;
    height: auto !important;
    height: 10px;
    min-height: 10px;
    padding-right: 15px;
}

#footernav {
    float: left;
    width: 747px;
}

.label {
    display: block;
}

input.field {
    background-color: #CDCDCD;
    border: 1px solid #A0AEC0;
    padding:2px;
}

ul {
    margin: 0;
    padding: 8px 0 8px 17px;
    list-style-position: outside;
}

li {
    padding: 0 0 3px;
}

#sitemap {
    display:block;
    float: left;
    height: 16px;
    width: 16px;
    margin: 5px;
    background-image: url(/images/default/sitemap.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
}

#sitemap:hover {
    background-position: -16px 0px;
}

a.sitemaptop {
    display: block;
    background-image: url(/images/default/sitemapline.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
    width: 300px;
}

a.sitemaplow {
    display: block;
    padding-left: 20px;
    width: 280px;
}
