/*Stylesheet for new e-moderating course - John Hill University of Gloucestershire July 2006*/

/*Control the style of text displayed in the body area*/
body {
 font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
 font-size: 90%;
 background-color:/*#B7C4DE;*//*#e0e0e0;*//*#d8dff1;*//*#C5CFDE*/#ccc;/*background of page*/
 color:#000;
 text-align:center;
 margin-top: 4px;
 }
 


 div.pageContainer {
	     text-align:left;
		color:#000;
		width:95%;/* width of page container*/
 	    margin:0px auto 0px auto;		
		padding:5px 10px 10px 10px;
		background-color:#fff;
		border:2px solid;
   border-color: #000066;
		}
 
.bold {
font-weight: bold;
}
/* used for profile name */
.name {
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
color:#0000cc;
background-color: #fff;
}

.info {
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
color:#000;
background-color: #fff;
}

.top {
font-family: Geneva, Arial, helvetica, sans-serif;
color:#000;
font-weight: bold;
background-color: #fff;
border:1px solid;
   border-color: #000066;

padding: 5px;
}

.blurb {
font-family: Geneva, Arial, helvetica, sans-serif;
color:#0000cc;
background-color: #fff;
}

/*Used to change the style of e-tivities*/
.work{
 text-align:left;
   font-size: 95%;
   color:#000;
   background-color: #fff;
   margin-left: 5px;
   border:1px solid;
   border-color: #000066;
   margin-top: 20px;
   padding: 10px;
  
}

.personal{
  text-align:left;
   font-size: 95%;
   color:#000;
   background-color: #fff;
   margin-left: 5px;
   border:1px solid;
   border-color: #000066;

   margin-top: 20px;
   padding: 10px;
   
}
/*Top work sites list*/
.twsites{
float: left;
color:#000;
background-color: #fff;
border:1px solid;
margin-left: 5px;
margin-top: 20px;
padding: 10px;
}

/*Top personal sites*/
.tpsites{
float: right;
color:#000;
background-color: #fff;
border:1px solid;
margin-right: 5px;
margin-top: 20px;
padding: 10px;
}



/*Used to change the style of copyright*/
#copyright 
{
clear: both;/*clear next and previous float buttons*/
/*border: solid 1px;*/
font-size: 75%;
color:#999999;
background-color: #fff;
margin-top: 10px;
padding-top: 5px;
/*font-weight: bold;*/
}
#copyright a:link, #navigationFooter a:visited
{
color:#999999;
background-color: #fff;
/*margin-top: 25px;*/
/*font-weight: bold;*/
}
#copyright a:hover
{
color:#000099;
background-color: #fff;
}

.details{
   text-align:left;
   font-size: 95%;
   color:#000;
   background-color: #fff;
   margin-left: 110px;
   border:1px solid;
   border-color: #000066;

   margin-top: 10px;
   padding-left: 10px;
   height: 115px;
   
}

#picture{
			      float:left;
				  margin-left: 5px;
				  border:1px solid;
   border-color: #000099;
				  				  		}
		

#footer {
clear: both;/*clear next and previous float buttons*/
   text-align:center;
   font-size: 65%;
   color:#999999;
   background-color: #fff;
   padding-top: 0px;
}