/* Article display stylesheet. */
div.backLink { margin-top: 10px; text-align: right; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 100%; }

img.noBorder { border: none; }
img.defaultBorder { border: 1px solid; }

td.articleSection { padding-bottom: 10px; padding-top: 7px}
div.articleFooter {
	font-size: 90%;
	font-style: italic;
	text-align: right;
}

table.articleInfo { border: 1px solid #000000; }
td.articleInfoTitle { text-align: right; }
td.articleInfoContent { padding-left: 10px; font-weight: bold; }
td.articleInfoBar2 { padding-left: 30px; }

div.articleEvaluate { font-weight: bold; }

/* Paragraph section. */
div.aspColumnControls {
	background-color: #CCCCCC;
	border: 1px #999999 solid;
	padding: 3px 5px 2px 2px;
	text-align: right;
}

table.paragraph, div.basicParagraph {
	line-height: 1.25em;
}

/**
 * Editing.
 */
table.sectionTools { margin-top: 8px; margin-left: auto; margin-right: 0px; background-color: #FDFAF2; border: 1px solid #CC6600; }
table.sectionTools td { padding: 4px 6px 4px; }

hr.sectionSeparator { border-top: 1px dotted #CCCCCC; margin: 8px 0px; }
/*
 * Page sections 
 */

/* 
 * These styles are also used in form based editing which styles is defined in defaultStyle.xml 
 * And also in FCKeditor museumstyles-*.xml
*/

.HeaderStyle1 {
    font-family: "Futura", Helvetica, Arial, sans-serif; color: #993300; font-weight: normal; font-size: 18px;
}

.HeaderStyle2 {
    font-family: "Futura", Helvetica, Arial, sans-serif; color: #993300; font-weight: normal; font-size: 16px;
}

.HeaderStyle3 {
    font-family: "Futura", Helvetica, Arial, sans-serif; color: #993300; font-weight: bold; font-size: 14px;
}

.HeaderStyle4 {
     font-family: Helvetica, Arial, sans-serif; font-size: 14px; line-height: 14px; font-weight: normal; color: #000000;
}

/* Timeline */
.RightColumn {
     font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333;
     float:right; width:49%;
}
.LeftColumn {
     font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333;
     float:left; width:49%;
}

/* Text */
div.Paragraph {
     font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333;
}
div.ParagraphSmall {
    font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333333;
}
div.ParagraphColor {
    font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #993300;
}

img.ContentImage {
     margin-top: 5px; margin-bottom: 5px; cursor: pointer;
}

img.ContentImageLeft {
    margin-top: 5px; margin-bottom: 5px; margin-right: 15px; cursor: pointer;
    float: left;
}

img.ContentImageRight {
    margin-top: 5px; margin-bottom: 5px; margin-left: 15px; cursor: pointer;
    float: right;
}


/* FIXME:  Don't know howto make these table styles */
.Table1 {
    /*
    font-size: 90%; color: #333333; font-family: Arial;
    border-top: 1px #CFBFB3 solid; border-left: 1px #CFBFB3 solid; border: 1px #CFBFB3 solid;
    */
    font-size: 90%; color: #333333; font-family: Arial;
    border: 1px #CFBFB3 solid
}

td.Table1 {
    border-bottom: 1px #CFBFB3 solid; border-right: 1px #CFBFB3 solid;
}
td.Table2 {
     font-size: 90%; color: #333333; font-family: Arial;
     border: none
}
.Table2 {
    font-size: 90%; color: #333333; font-family: Arial;
    border: none;
}

/*
  <firstRowHighlightColor>#993300</firstRowHighlightColor>
    <firstColumnHighlightColor>#CC9966</firstColumnHighlightColor>
*/



