/*
** ConnectedText Style Sheet (c) 2005 ConnectedText
*/

body {
  margin:0;
  padding: 10px 20px;
  font:x-small Georgia,Serif;
  background: #f9f9f9;
  color:#333;
  font-size:small;
  }

p {
  color:#000000;
  text-align: justify;
  }

h1, h2, h3, h4, h5 {
  color: black;
  background: none;
  font-weight: normal;
  font:"Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  margin: 0;
  color: #6495ED;
  padding-top: .5em;
  padding-bottom: .17em;
  }
  
h1 {
  font-size:188%; 
  border-bottom: 1px solid #aaa;
  }
  
h2 {
  font-size:150%; 
  border-bottom: 1px solid #aaa;
  }
  
h3 {
  font-size:132%; 
  font-weight:bold; 
  }
  
h4 {
  font-size:116%; 
  font-weight:bold; 
  }
  
h5 {
  font-size:100%; 
  font-weight:bold; 
  margin-bottom: 0;
  }
  
ul {
  list-style-type: square;
  margin: 0.3em 0 0 1.5em;
  padding:0;
  list-style-image: url("bullet.gif");
  } 
 
li {
  margin: 0 0 0.5em 0;
  } 
  
table     {font-size:100%;}
dl,ul,ol  {margin-top: 2pt; margin-bottom: 2pt;}
dt        {font-weight: bold;}

tt, pre {
  font-family:"Lucida Console,Courier New,Courier,monospace"; 
  color:#666666; 
  background-color:#ffffff;
  }
  
pre.code {
  margin-top: 8pt;
  margin-bottom: 8pt;
  background-color: #F5F5F5;
  white-space:pre;
  border-style: dotted;
  border-width:1px;
  border-color:#999999;
  color:#333333;
  padding:10px;
  width:100%;
  }

.highlite {
  background-color:#ffff66;
  }
  
.tabletext {
  text-decoration: none;
  }  

.invalidlink {
  color:blue; 
  text-decoration: line-through;
  }    

.invalidfile {
  color:red; 
  text-decoration: line-through;
  }    


.editsection {
  float: right;
  margin-left: 5px;
}

  
/*
** topic link
*/
  
a:link {
  color: #4682B4; 
  text-decoration:none;
  }
  
a:visited {
  color: #4682B4; 
  text-decoration:none;
  }
  
a:active {
  color: #4682B4; 
  text-decoration:none;
  }
  
a:hover {
  background:#ffffaa;
  }

/*
** link to empty topic
*/

a.emptytopic:Link {
    font-weight: bold;
    background-color: #F8F8F8;
    color: #FF2222;
}
a.emptytopic:Active {
    background-color: #F8F8F8;
    color: #FF2222;
}
a.emptytopic:Visited {
    background-color: #F8F8F8;
    color: #FF2222;
}
a.emptytopic:Hover {background:#ffa;}

/*
** External link
*/

a.external:Link {
  color: #6495ED; 
  text-decoration:none;
  }
  
a.external:Visited {
  color:purple; 
  text-decoration:none
  }
  
a.external:Active {
  color:purple; 
  text-decoration:none;
  }
  
a.external:Hover {
  color:#000000; 
  text-decoration:underline;
  }
  
/*
** Email link
*/

a.email:Link {
  color: #6495ED; 
  text-decoration:none;
  }
  
a.email:Visited {
  color:purple; 
  text-decoration:none
  }
  
a.email:Active {
  color:purple; 
  text-decoration:none;
  }
  
a.email:Hover {
  color:#000000; 
  text-decoration:underline;
  }  
  
/*
** interlink
*/

a.interlink:Link {
  color: #3CB371; 
  text-decoration:none;
  }
  
a.interlink:Visited {
  color:purple; 
  text-decoration:none
  }
  
a.interlink:Active {
  color:purple; 
  text-decoration:none;
  }
  
a.interlink:Hover {
  color:#000000; 
  text-decoration:underline;
  }  
  
/*
** link to file
*/

a.file:Link {
  color: #778899; 
  text-decoration:none;
  }
  
a.file:Visited {
  color:purple; 
  text-decoration:none
  }
  
a.file:Active {
  color:purple; 
  text-decoration:none;
  }
  
a.file:Hover {
  color:#000000; 
  text-decoration:underline;
  }  

/*
** table of content styles
*/

.tocarea { 
  text-align: center; 
  }

#toc {
  border:1px solid #aaaaaa;
  background-color:#f5f5f5;
  font-size: 95%;
  margin-left: auto;
  margin-right: auto;
  }

#toc .tocinside { text-align: left; }  
#toc .toctitle { background: #E6E6FA;  text-align: center; }  
#toc .tocline { margin-bottom: 0px; }
#toc li { margin-left: 10px; margin-right: 10px; }
  
/*
** Category links
*/

#catlinks {
  border: 1px solid #aaa;
  color: black;
  background-color: #f5f5f5;
  padding: 5px;
  margin-top: 1em;
  clear: both;
  }

/* 
** Thumbnails 
*/

.thumbcaption {
  font: x-small sans-serif;
  color: Black;
  padding: 0;
  margin-right: 2px;
}

.thumbright {
  border:1px solid #cccccc;
  padding: 3px;
  background-color:#f9f9f9;
  margin: 0.5em 0 0.5em 0.5em;
  overflow: hidden;
  float : right;
}

.thumbleft {
  border:1px solid #cccccc;
  padding: 3px;
  background-color:#f9f9f9;
  margin: 0.5em 0.5em 0.5em 0;
  overflow: hidden;
  float : left;
}

.thumbcenter {
  border:1px solid #cccccc;
  padding: 3px;
  background-color:#f9f9f9;
  overflow: hidden;
  float : none;
  margin-top: 15px;
}

/* 
** Calendar 
*/

.Calendar {
  width:13em;
  background:#c3d9ff;
  padding: 0 5px 5px 5px;
  line-height:1em;
  float: right;
  margin: 5px;
} 

.MonthTable {
  text-align: center;
  width: 100%;
  background:#fff;
  padding: 0;
  border-bottom:1px #A2BBDD solid;
  font-size:80%;
  font-family: Verdana, Tahoma, Arial, sans-serif;
} 

.MonthHeading {
  background:#c3d9ff ;
  color:#112ABB;
  vertical-align: middle;
} 

.DayName {
  background:#c3d9ff;
  font-size: 78%;
  border-bottom:1px #A2BBDD solid;
  font-family:  Verdana, Tahoma, Arial, sans-serif;
} 

.MonthCurr {
  font: bold 78%/1em Verdana,Sans-serif;
  padding-bottom:4px;
  text-align:center;
} 

.MonthPrev {
  font-size:125%;
  padding-bottom:6px;
  text-align: right;
} 

.MonthNext {
  font-size:125%;
  padding-bottom:6px;
  text-align: left;
} 

.Weekday {
  background:#fff;
  font-size: 78%;
} 

.WeekdaySel {
  background:#ace;
  font-size: 78%;
} 

.Weekend {
  background:#E8EEF7;
  border-left: 1px solid #A2BBDD;
  border-right: 1px solid #A2BBDD;	 
  font-size: 78%;
} 

.WeekendSel {
  background:#9bd;
  border-left: 1px solid #A2BBDD;
  border-right: 1px solid #A2BBDD;	 
  font-size: 78%;
} 
