a {
}

table.pictureingress {
	border: 0px;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-collapse: collapse;
        width: 100%;
        float: left;
}

table.pictureingress img {
	border: 0px;
	padding: 0px;
	margin: 0px;
	margin-right: 5px;
}

table.pictureingress td a {
    text-decoration: none;
}

table.pictureingress td a:hover {
    text-decoration: underline;
}

table.program {
	border: 0px;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
        xwidth: 100%;
}

table.program td {
    text-align: center; font-size:9px;
    width: 107px;
}

table.program img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

table.program td a {
    text-decoration: none;
}

table.program td a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, p {
    padding: 0px;
    margin: 0px;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
    color: #6A6D66;
    text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 18pt;
    xmargin-bottom: 10px;
}

h2 {
    font-size: 14pt;
    font-weight: normal;
    margin-bottom: 2px;
color: #6A6D66;
}

h3 {
    margin-bottom: 2px; 
}

h4 {
    margin-bottom: 2px; 
}

h5 {
    margin-bottom: 2px; 
}

p {
    margin-bottom: 10px;    
}

.article {
        clear: both;
    xdisplay: block;
        z-index: 10000;
        padding: 0;
        font-family: Arial, Helvetica, sans-serif;
        color: #000;
}

.article img {
    border: 0px;
}

.article h1, 
.article h2 {
        float: left;
        width: 100%;
}

.article img.summaryPic {
        width: 85px;
        float: left;
        padding: 3px 0.5em 0.5em 0;
}

p.summaryText {
        clear: both;
        float: left;
        width: 100%;
        margin-bottom: 4px;
}

.right img.summaryPic {
        float: right;
        padding: 3px 0 0.5em 0.5em;
}

.right p.summaryText {
        clear: both;
        float: left;
        width: 100%;
        margin-bottom: 4px;
}

.readMore {
        clear: both;
        float: left;
        width: 100%;
        xmargin: 0 !important;
        margin-bottom: 20px !important;
        margin: 0;
}

.readMore img {
    margin-right: 5px;
}

.readMore a {
    font-weight: bold;
    xcolor: #F26F19;
    text-decoration: none;
}

.readMore a:hover {
    text-decoration: underline;
}

div.line {
        clear: both;
        float: left;
        font-size: 1px;
        border-top: 1px solid #d3d6ce;
        margin: 0 -10px 6px -10px;
        height: 1px;
}

#mainContent div.line {
        clear: both;
        font-size: 1px;
        border-top: 1px solid #d3d6ce;
        margin: -8px -10px 10px -10px !important;
        height: 1px;
}

#mainContent > div.line {
        margin: 6px -10px 6px -10px !important;
}

.article-full h1, 
.article-full h2 {
        clear: both;
        float: left;
        width: 100%;
}

.article-full div.summaryText {
        clear: both;
        float: left;
        width: 100%;
        font-size: 10pt;
        font-weight: bold;
        margin-bottom: 4px;
}

.article-full .about {
        clear: both;
        float: left;
        width: 100%;
        font-size: 8pt;
        margin-bottom: 9px;
        }

.article-full .article-content {
        clear: both;
        width: 100%;
        margin: 0 0 1em 0;
        }

.article-full .article-content .right-floated {
        float: right;
        width: 50%;
        }

.article-full .article-content .right-floated img {
        float: right;
        width: 100%;
        margin: 4px 0 0.5em 0.5em;
        }
/*
.article-content div[style~="WIDTH: 222px"] {
        float: right;
        width: 100%;
        margin: 4px 0 0.5em 0.5em;
        }*/


/* IPS standards */
div.user-box {
    background-color: #DFEAF0;
    border: 1px solid #B2D2E3;
    padding: 5px;
    width: 250px;
}

table.user-table td {
    padding: 2px;
}

.inline-article {
    border: 2px dashed #000000;
    padding: 3px;
}

.inline-file-attachment {
  border: 1px solid silver;
  padding: 6px;
  margin: 5px 0;
  width: 250px;
  min-height: 35px; /* Firefox and Opera, IE couldn't care less */
}

.inline-file-attachment a {
    display: block;
}

.inline-file-attachment a img {
    vertical-align: top;
    text-decoration: none;
    margin-right: 8px;
    float: left;
    display: block;
}

/* Artikkel.xsl */

table.user-table {
   margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

table.bordered-user-table {
   border: 1px solid #000000;
    border-collapse: collapse;
}

table.bordered-user-table tr td {
    border: 1px solid #000000;
    padding: 4px;
}

/* bilder fra ips */
div.embedded-img-div {
}

.left-floated {
    margin-right: 10px;
    float: left;
}

.right-floated {
    margin-left: 10px;
    float: right;
}

.none-floated {
    float: none;
}

div.embedded-img-div[class] {
    display: table;
    min-width: 10px;
}

div.embedded-img-description {
    font-size: 9pt;
    font-style: italic;
    background: #E6EAEE; /*EFEFEF*/
    margin: 0px;
}

div.embedded-img-description p {
    padding: 2px 4px;
    margin: 0px;    
    clear: both;
}