﻿/*styles for page in general*/
body 
{
    font-family:Tahoma;
    font-size:11px;
    margin:0px;
}
.display
{
    width:600px;
    height:600px;
    background-color:white;
    overflow:auto;
    
}
/*styles for sections*/
.section
{
    font-family:Tahoma;
    font-size:18px;
    font-weight:bold;
}

/*styles for question*/
.questionText
{
    font-family:Tahoma;
    font-size:12px;
    font-weight:bold;
}

/*styles for anwers*/
.responseTextbox
{
    width:450px;
    height:200px;
}
.responseOptions
{
    padding-left:30px;
    padding-top:5px;
}

/*styles for menu*/
.menuLink
{
    font-family:Tahoma;
    font-size:11px;
    text-decoration:none;
    color:black;
}
.menuLink:hover
{
    color:red;
}

/*Master Styles*/
.menuContainer
{
    background-color:#C7C7C7;
    vertical-align:top;
    padding-left:10px;
    padding-top:10px;
}
.contentContainer
{
    vertical-align:top;
    padding-left:10px;
    padding-top:10px;
    text-align:left;
}
.footer
{
    text-align:center;
}
.header
{
    text-align:left;
     border-bottom:solid 2px #525252;
     background-color:#B0B0B0;
}
.logo
{
   border-bottom:1px solid gray;
   text-align:center;
}
a
{
	text-decoration:none;
	color:Black;
}
a:hover
{
	text-decoration:none;
	color:red;
}
.ImagesHelp, .ImagesHelp:visited
{
	color:Blue;text-decoration:none;
}
.ImagesHelp:hover
{	
	color:Red;text-decoration:none;	
} 
.EditField
{
    font-size:10px
}

.PreviewPane
{
	background-repeat:no-repeat;
	
}

.PagerDefault
{
	font-family:Arial;
	font-style:normal;
	font-size:30px;	
	
}
.PagerSelected
{
	font-family:Arial;
	font-style:normal;
	font-size:40px;	
}
.error
{
    color: Red;
    font-weight: bold;
    font-size: 15px;
}
.recentprojects
{    
    border:solid 1px black;
    
    /*background-color: Red;*/
    width:50%;
}
.title
{
    font: arial;
    font-size: 16px;
}
.project
{
    clear:both;
    padding:10px;
    display:block; 
}
.projectRight
{
    float: left;    
    /*background-color:Green;*/
}
.projectLeft
{
    float: left;    
    /*background-color:Orange;*/
}
.projectImage
{
    margin-right:20px;
    margin-bottom:5px;
}