/* Start of CMSMS style sheet 'Aspect-pr : aspect-pr' */
/*
	 CSS Document
	
	Template Stylesheet
	
	Copyrights : JCC - Morris & Chapman Belgium 2007


 */

/* MAIN TAGS */

html, body {
	margin: 0px;
	padding: 0px;
	height: 99%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}

body {
	background-color: #929183;
}


img {
	border: 0;
}

a {
	text-decoration: none;
}

ul {
list-style-image: url('templates/aspect-pr/list.gif');
}

/* COMMON TAGS */

#global {
	width: 770px;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
        margin-top: 25px;
}

#content {
	padding: 4px;
        margin-top: 10px;
        width: 585px;
        padding-bottom:40px;
        padding-right: 10px;
}

#content a {
        color: #60624f;
}

#content a:hover {
text-decoration: underline;
}

#content a:visited {
color: #c7c82d;
}

/* MENU TAGS */

#mainmenu {
}

#mainmenu a {
	text-decoration: none;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
	padding-left: 6px;
}

.mm0 {
	background-color: #B2D234;
	width: 20%;
}

.mm1 {
	background-color: #472950;
	width: 20%;
}

.mm2 {
	background-color: #4ab7b2;
	width: 20%;
}

.mm3 {
	background-color: #60624f;
	width: 20%;
}

.mm4 {
	background-color: #c7c82d;
	width: 20%;
}
.mm5 {
	background-color: #B2D234;
	width: 20%;
}

.mm6 {
	background-color: #472950;
	width: 20%;
}

.mm7 {
	background-color: #4ab7b2;
	width: 20%;
}

.mm8 {
	background-color: #60624f;
	width: 20%;
}

.mm9 {
	background-color: #c7c82d;
	width: 20%;
}

#submenu {
 width: 150px;
}

#submenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left: 12px;
	margin-top: 20px;
	margin-right: 30px;
}

#subm {
        list-style: none;
        list-style-image: none;
}

#subm ul {
        list-style: none;
        list-style-image: none;
}

#submenu ul ul {
        margin: 0px;
       /* margin-left: 5px;*/
}

#submenu li {
	border-top: 1px solid #999999;
	padding: 2px;
}

#submenu li a {
	color: #666666;
	font-weight: bold;
}

#submenu li a.menuactive{
	color: #c7c82d;
}

#submenu li li a {
     font-size: 83%;
     font-weight: normal;
     padding-left: 15px;
display: block;
}

#submenu li li li a {
     padding-left: 25px;
}

#citations { 	
        margin-left: 12px;
	margin-top: 20px;
	margin-right: 30px;
        color: #B2D234;
	font-style:italic;
        font-weight: bold;
}


/* FOOTERS */

#footers {
     color: #FFFFFF;
     font-size: 80%;
     text-align: center;
}

#footers a {
     color: #FFFFFF;
}

/* Extra styles */

h1 {
  font-size: large;
  color: #B2D234;
  font-weight: bold;
}

h2 {
  font-size: medium;
  color: #472950;
  font-weight: bold;
}

h3 {
  font-size: small;
  color: #60624f;
        font-weight: normal;
}

.grey {
  color: #60624f;
}

.green {
  color: #B2D234;
}

.purple {
  color: #472950;
}


.maintitlegrey {
  font-size: large;
  color: #60624f;
  font-weight: bold;
}

.maintitlegreen {
  font-size: large;
  color: #B2D234;
  font-weight: bold;
}

.maintitlepurple {
  font-size: large;
  color: #472950;
  font-weight: bold;
}

.titlegrey {
  font-size: medium;
  color: #60624f;
  font-weight: bold;
}

.titlegreen {
  font-size: medium;
  color: #B2D234;
  font-weight: bold;
}

.titlepurple {
  font-size: medium;
  color: #472950;
  font-weight: bold;
}

.smalltitlegrey {
  font-size: small;
  color: #60624f;
        font-weight: normal;
}

.smalltitlegreen {
  font-size: small;
  color: #B2D234;
        font-weight: normal;
}

.smalltitlepurple {
  font-size: small;
  color: #472950;
        font-weight: normal;
}

.normal {
        font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
        font-weight: normal;
        color: #000000;
}

/* NEWS */

div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  /*border: 1px solid #000; */
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
}

.NewsSummaryPostdate {
  font-size: 70%;
  color: #666;
  /*font-weight: bold;*/
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
float:right;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}

#printzone {
   padding-bottom:10px;
   padding-right:15px;
}

a.noprint, a.noprint:visited, a.noprint:visited:hover {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #000000;
  text-decoration:none;
}

a.noprint:hover{
  text-decoration:underline;
}
/* End of 'Aspect-pr : aspect-pr' */

