body {
	background-color: #ffffff;
}
table {
        font-size: 11pt;
        line-height : 1.5em;
}

/* Menus on the left */
td.menuL {
        padding : 8px 0px 0px 0px;
        border-bottom : 2px orange solid;
}
font.menuL {
	color: #ffffff;
	font-weight: bold;
	background-color: orange;
	font-size: 11pt;
	line-height : 1em;
}
a.menuL {
	color: #ffffff;
	text-decoration: none;
}
a.menuL:link {
}
a.menuL:visited {
}
a.menuL:active {
}
a.menuL:hover {
	color: pink;
	background-color: green;
}

img.menuS {
       margin-left : 8px
}
font.menuS {
	color: black;
	font-size: 10.5pt;
}
a.menuS {
	color: #000000;
    text-decoration: none;
}
a.menuS:link {
}
a.menuS:visited {
}
a.menuS:active {
}
a.menuS:hover {
	color: #0000ff;
	background-color: #ffffff;
}
font.menuSS {
	color: black;
	font-size: 10pt;
}

/* Activity Report -> index */
a.actMenu {
	color: #000099;
        text-decoration: none;
        font-weight: bold;
}
a.actMenu:link {
}
a.actMenu:visited {
}
a.actMenu:active {
	color: #009900;
}
a.actMenu:hover {
	color: orange;
}

/* Activity Report -> Events */
table.event{
	border-collapse : collapse;
	line-height : 1.2em;
}
td.event_year {
	background-color: #119900;
	text-align: center;
	font-weight: bold;
	font-size: 150%;
	color: #ffffff;
	border : 1px #003300 solid;
	line-height : 25px;
}
td.event_month {
	background-color: #11bb00;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	height : 20px;
	padding: 0px;
	border-right: 1px #11bb00 solid;
}
td.event_month2 {
	text-align: left;
	height : 20px;
	padding: 0px;
	border-left: 1px #11bb00 solid;
}
td.event_date {
	background-color: #f0f0f0;
	width: 120;
	font-size : 10pt ;
}
td.event_content {
	background-color: #ffffff;
}
td.event_content_mtg {
	background-color: #ffffff;
    color: #707070;
    font-weight : normal;
    font-size: 9pt;
}
td.event_content_int {
	background-color: #ffffff;
	font-weight: bold;
    color: #000099;
}
td.event_content_ext {
	background-color: #ffffff;
    font-weight : normal;
    color: #000000;
}
span.event_content_mtg {
	background-color: #ffffff;
    color: #707070;
    font-weight : normal;
    font-size: 9pt;
}
span.event_content_int {
	background-color: #ffffff;
	font-weight: bold;
    font-size: 11pt;
    color: #000099;
}
span.event_content_ext {
	background-color: #ffffff;
    font-weight : normal;
    font-size: 11pt;
    color: #000000;
}
a.event_content_int {
	font-weight: bold;
    color: #000099;
}
a.event_content_int:link {
}
a.event_content_int:visited {
}
a.event_content_int:active {
}
a.event_content_int:hover {
        color: #990000;
}
a.event_content_ext {
        color: #000000;
}
a.event_content_ext:link {
}
a.event_content_ext:visited {
}
a.event_content_ext:active {
}
a.event_content_ext:hover {
        color: #990000;
}

/* Activity Report -> Reports */
table.reports {
    border-collapse: collapse;
}
td.reports_index {
    background-color: #009900;
    color: #ffffff;
    width: 30;
    text-align: right;
}
td.reports_content {
}
td.reports_date {
    width: 60;
    text-align: center;
}

/* Steps */
img.photo
{ margin : 5px; }
.steps
{ line-height : 25px ; text-align : left }

/* Social_Movements */
.title
{font-size : 14pt ; font-weight : bold ; color : #ffffff ; background-color : #ff9900 ; padding : 3px ; height : 24px}
.title-bor{
border-bottom : 2px #ff9900 solid
}
.pages{
 padding-left : 10px}

.chapter1{
text-align : left ; font-size : 12pt ; font-weight : bold ; color : #000099 ; padding-left : 15px ; border-left : 2px #009900 solid ; border-bottom : 1px #009900 dotted ;
}
.chapter2{
text-align : right ; font-size : 12pt ; font-weight : bold ; color : #000066 ; padding-right : 15px ; border-right : 2px #009900 solid ; border-bottom : 1px #009900 dotted ;
}

p
{text-indent : 1em ; margin : 1px ;}

.t-deco1
{font-weight : bold ; color : #0000cc;}
.t-deco2
{font-weight : bold ; color : #ff6600;}
.t-deco3
{font-weight : bold ; color : #ff9999;}

.t-note
{font-size : smaller ; color : #ff0000;}

a:HOVER{
  text-decoration : underline;
  color : #ff6633;
}
a{
  text-decoration : none;
  color : #000099;
}
