/* Camp Wilmot Style Sheet
   Design: Pablo Boron
   (Adapted from Massiveweb style sheet)
   Originally Created: 19 March 2004
   Adapted: 27 October 2004*/


body {
	background-color: #000000;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: -2px;
}


a:link {  color: #FF6600; font-family: Verdana, Arial, Helvetica, sans-serif}
a:hover {  color: #FF6600; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif}
a:visited {
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
td, textarea, input, select {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small;}

.sectionHead { font-size: 16px;	line-height: 30px; font-weight: bold; color: #000000;}
.tableDetail { background-color: #CCCCCC;}
.tableHeading {
	color:#FFFFFF;
	background-color: #424973;
	font-size: x-large;
	font-weight: bold;
}
.infoTableStyle {
    border: 0px;
	padding-left: 20px;
    padding-top:20px;
	background-color: #0000FF;
}

.commentHeading { color:#FFFFFF; font-weight: bold ; background-color: #424973; font-size: 12px}

.tablefonts {
    font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: medium;
}
.hilite {
	font-style: normal;
	font-weight: bolder;
	color: #9900FF;
	background-color: #FFFFFF;
}

/*styles for formatting toolbar for updateBlog.php */
#toolbar 	{	
			margin: 0;
			padding: 0;
			width: 400px;
			background: ButtonFace;
			border-top: 1px solid ButtonHighlight;
			border-left: 1px solid ButtonHighlight;
			border-bottom: 1px solid ButtonShadow;
			border-right: 1px solid ButtonShadow;
			text-align:left;
		  	}
			
.button 	{
			background: ButtonFace; 
			border: 1px solid ButtonFace;
			margin: 1px; 
			}
			
.raised		{ 
			border-top: 1px solid ButtonHighlight;
			border-left: 1px solid ButtonHighlight;
			border-bottom: 1px solid ButtonShadow;
			border-right: 1px solid ButtonShadow;
			background: ButtonFace;
			margin: 1px;
			}
			
.pressed	{
			border-top: 1px solid ButtonShadow;
			border-left: 1px solid ButtonShadow;
			border-bottom: 1px solid ButtonHighlight;
			border-right: 1px solid ButtonHighlight;
			background: ButtonFace;
			margin: 1px;
			}
  
  .tdClass
  {
    padding-left: 3px;
    padding-top:3px;
  }
.tablebody {
	/*background-attachment: fixed;*/
	/*allows background image to be seen in Mozilla etc*/
	background-attachment: scroll;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.navbarspacer {
	background-image: url(fworks/bottomspacer.gif);
	background-repeat: repeat-y;

}

.imgtxtalign {
  vertical-align:middle;
}

.bottomlinks {
	font-size: small;
}
.designedBy {
	font-size: x-small;
	color: #FFFFFF;
}
.sectionHeading {
	font-size: large;
	font-weight: bold;
}
