/*
        Styling for html elements accross all major browsers is reset.
*/

html, body, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input, iframe, table, tr, th, td, caption {
        padding: 0;
        margin: 0;
        font-family:Arial;
}
:focus{
        outline:0;
}
ul, ol{list-style:none;}

#news-toolbar-bottom a{text-decoration:none;}

h1, h2, h3, h4, h5, h6, pre, code, p {
        font-size: 1em;
        line-height: 1;
}
a img, :link img, :visited img {
        border: none;
}
table {
        border-collapse: collapse;
        border-spacing: 0;
}
address {
        font-style: normal;
}
sup {
        position: relative;
        top: -3px;
        vertical-align: top;
        font-size:90%;
}

#news-toolbar{
	font-weight:bold;
}
#news-toolbar li a{
	color:#2F6FA9;
}

/* Start Fix TinyMCE - Internal Only */
body#tinymce p {
margin-bottom: 10px;
}

body#tinymce ul {
list-style-type: disc;
padding-left: 20px;
}

body#tinymce ol {
list-style-type: decimal;
padding-left: 23px;
}
/* End Fix TinyMCE - Internal Only */