/* 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;
}

/* 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: 16px;
}

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

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


/* Body - Container */
#toolboxswitcher2 {
    display: none;
}

#toolboxswitcher2_end {
    display: none;
}

#container_tb {
    clear: both;
    width: 100%;
}

#container {
    clear: both;
    width: 100%;
}

#header {
    clear: both;
    width: 100%;
}

#insideplmlogo {
    clear: both;
    padding-bottom: 25px;
}

#insideplmlogobottom {
    display: none;
}

#langnav {
    display: none;
}

#searchsubmitter {
    display: none;
}

#searchsubmitterfield {
    display: none;
}

#topnav {
    display: none;
}

#sidenavcontentheadimagewrapper {
    clear: both;
    width: 100%;
}

#sidenavwrapper {
    display: none;
}

#contentheadimagewrapper {
    clear: both;
    width: 100%;
}

#headimagewrapper {
    clear: both;
    width: 100%;
}

#headimagetext {
    clear: both;
    width: 100%;
}

#headimagetitle {
    clear: both;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
}

#headimage {
    clear: both;
    padding: 10px 0 30px;
}

#cclogo {
    display: none;
}

#content {
    clear: both;
    width: 100%;
}

.boxwrapper {
    clear: both;
    width: 100%;
    padding-bottom: 20px;
}

#newsprintsharewrapper {
    display: none;
}

#footer {
    display: none;
}

#footercopy {
    display: none;
}

#footernav {
    display: none;
}

.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;
}

.left {
    float: left;
    margin: 0px 15px 5px 0px;
}

.right {
    float: right;
    margin: 0px 0px 5px 10px;
}

.top {
    display: block;
    margin: 0px 0px 5px 0px;
}
