﻿*
{
  font-family: Tahoma, Arial, Helvetica; 
}

body
{
  font-size: 80%;
  margin: 0;  
}

a
{
	color: #000000;
}


H1
{
	font-size: xx-large;
	font-weight: bold;
	color: #ffffff;
}
.Pct
{
	font-size: large;
	font-weight: bold;
	color: #cc0033;
}
	
/* AllPages will allow you to define the width and position of all the pages in the site  */
#allpages
{
	margin: auto;
	width: 760px;
	border: #cc0000 0px solid;
}

/* CurrentSurveySection defines the font, width, and border of the current survey link area */
.CurrentSurveySection
{	
	width: 270px;
}
/* question css class defines the font, width, and border of the question grid for a survey*/
.questions
{
	background-color: #ffffff;
	width: 760px;
	border: solid 0px #cccccc;
}
/* the website's header for all pages */
#header
{
	background-color: #cc0000;
	border: #cc0000 2px solid;
}
/* the navigation formatting for all pages */
#nav
{
	text-align:center;
	background-color: #cc0000;
	border: #cc0000 2px solid;
}
/* the formatting around the main content areas for all pages as they are contained within a master page*/
#maincontent
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	width: 730px;
}

/* the website's footer for all pages */
#footer
{
  margin-top: 30px;
  font-size: smaller;
  text-align : center;
}

#nav
{
	background-color:White;
	
}




.logincontrols {
	color: black;
   font: 10px Arial, Sans-Serif;
}
.photoname {
	color: black;
   font: 10px Arial, Sans-Serif;
}
.photoname A {
	color: black;
   font: 10px Arial, Sans-Serif;
} 
.collectionSurround
{
    border-right: #ccccff 2px groove;
    border-top: #ccccff 2px groove;
    border-left: #ccccff 2px groove;
    border-bottom: #ccccff 2px groove;
   font: 10px Arial, Sans-Serif;
}
.hometext
{
   font: 10px Arial, Sans-Serif;
    width: 450px;
    color: black;
}
.hometext A
{
   font: 10px Arial, Sans-Serif;
    width: 450px;
    color: black;
    text-decoration: underline;
	
}
.hometext A:hover
{
   font: 10px Arial, Sans-Serif;
    width: 450px;
    color: black;
    text-decoration: underline;
	    
}
.viewphoto
{
	border-right: #cc3300 4px inset;
	border-top: #cc3300 4px inset;
	border-left: #cc3300 4px inset;
	border-bottom: #cc3300 4px inset;
	background-color: #ccccff;
}


.viewphototext
{
   font: 10px Arial, Sans-Serif;
    width: 330px;
    color: black;
}
.viewphototitle
{
   font: 10px Arial, Sans-Serif;
    font-weight: bold;
    width: 330px;
    color: black;
}
.grid
{
   font: 10px Arial, Sans-Serif;
}

	
	
	
	