body {
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #000000;
    /*background-color: #cbccce;*/
    background-color: #fafafa;
	background-repeat: repeat-y;
	background-position: center;
	text-align:center;
}

body.actor {
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #000000;
    /*background-color: #cbccce;*/
    background-color: #fafafa;
	background-repeat: repeat-y;
	background-position: center;
	text-align:center;
}

a:link {
    text-decoration: none;
    color: #000000;
}

a:visited {
    text-decoration: none;
    color: #000000;
}

a:hover {
    text-decoration: underline;
    color: #000000;
}

a:active {
    text-decoration: underline;
    color: #000000;
}

h1 {
    font-size: 12pt;
    font-weight: bold;
    margin: 0em 0em 0.5em 0em;
    padding: 0;
}

p {
    margin: 0px;
    padding: 0em 0em 0.5em 0em;
}

#contentarea {
    width: 920px;
    margin: 0px auto;
    overflow: hidden;
    text-align:left;
}

#head {
    width: 920px;
    height: 169px;
    overflow: hidden;
}

body.actor #head {
    width: 920px;
    height: 124px;
    overflow: hidden;
}

#menu {
    width: 900px;
    height: 30px;
    background-repeat: no-repeat;*/
    overflow: hidden;
    padding: 0px 10px;
    line-height: 22px;
    font-family: "Times New Roman", Times, serif;
    text-align: center;
}

#content {
    width: 590px;
    min-height:44px;
    padding: 30px 0px;
    overflow: visible;
    margin: 0px auto;
}

body.actor #content {
    width: 905px;
    min-height:44px;
    padding: 10px 10px;
    background-position: top;
    overflow: visible;
}

.date {
    color: #aaaaaa;
    font-size: 8pt;
}

.author {
    color: #aaaaaa;
    font-size: 8pt;
}

.newsitem {
    margin: 0em 0em 1em 0em;
    clear: both;
}

#footer {
    clear: both;
	border-top: 1px solid #e91310;
    color: grey;
    font-size: 8pt;
}

#footer a {
    color: grey;
}

.user-person-pi2 #personcontent {
    margin: 10px 0px;
    width: 460px;
    float: left;
}

.user-person-pi2 #image {
    float: right;
    width: 400px;
    margin: 10px 0px;
    text-align: right;
}

.user-person-pi2 #personcontentend {
    clear: both;
}

.user-person-pi2 #name {
    margin-top: 10px;
}

.user-person-pi2 #navigation {
	height: 75px;
	border-bottom: 1px solid #e91310;
    padding-bottom: 5px;
}

.user-person-pi2 #navigation .left {
	float: left;
}

.user-person-pi2 #navigation .right {
	float: right;
}

.user-person-pi2 #navigation .right {
	margin: 10px 5px;
}

.user-person-pi2 #navigation .right a img {
	margin: 1px;
	-moz-box-shadow: 2px 2px 4px #000;
	-webkit-box-shadow: 2px 2px 4px #000;
	box-shadow: 2px 2px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000');
}


.user-person-pi2 #navigation .right a:hover img {
	margin: 0px;
	border: 1px solid #e91310;
	-moz-box-shadow: 2px 2px 4px #000;
	-webkit-box-shadow: 2px 2px 4px #000;
	box-shadow: 2px 2px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000');
}


img.newsimg {
    float: left;
    margin: 3px;
}

div.archive {
    clear: both;
}

div.backlink {
    clear: both;
    text-align: center;
}

.txtblack12 {

}
.txtorange12 {
	color: #e91310;
}

.user-person-pi1 {
	margin-left: 55px;
}

td {
	vertical-align: top;
}

.user-person-pi2 .tx-flvplayer2-pi1 {
	text-align: center;
}

/* Left, center and right alignment of text in paragraphs and cells.*/
p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, td.align-left { text-align: left; }
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, td.align-center { text-align: center; }
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, td.align-right { text-align: right; }

/* Two frame examples taken from the example CSS file of CSS Styled Content extension and applied to p and table block elements.*/
p.csc-frame-frame1, table.csc-frame-frame1 { background-color: #EDEBF1; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
p.csc-frame-frame2, table.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px solid #333333; }

/* Bullet styles for unordered lists.*/
ul.component-items { color: #186900; list-style-type: circle; }
ul.action-items { color: #8A0020; list-style-image: url(img/red_arrow_bullet.gif); }

/* Numbering styles for ordered lists.*/
ol.component-items-ordered { color: #10007B; list-style-type: lower-roman; }
ol.action-items-ordered { color: #8A0020; list-style-type: lower-greek; }

/* Three inline text colors taken from the color scheme of CSS Styled Content extension.*/
span.important { color: #8A0020; }
span.name-of-person { color: #10007B; }
span.detail { color: #186900; }

/* Selectors for the default configuration of the link accessibity feature.*/
a.external-link {}
a.external-link-new-window {}
a.internal-link {}
a.internal-link-new-window {}
a.download {}
a.mail {}

#content object {
    margin: 10px 92px;
    #margin: 0px auto;
}

.credits {
	color: grey;
	font-size: 7.5pt;
	text-align: right;
}
