body {
    font-family: Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: .9em;
    background-color: #ff83cd;
    margin: 0;
    padding: 0;
}

.main {
    margin-top: 0px;
    padding-top: 20px;
    margin-left: 100px;
    padding-left: 20px;
    margin-right: 100px;
    padding-right: 20px;
    border-left: 2px solid #ff0072;
    border-right: 2px solid #ff0072;
    background-color: #ffffff;
	padding-bottom:30px;
	border-bottom:2px solid #ff0072;
}

.survey {
	padding-bottom:20px;
	margin-bottom:10px;
	border-bottom: 1px dashed #ff0072;
	margin-left:-20px;
	margin-right:-20px;
	margin-top:-15px;
	padding-left: 20px;
	padding-right: 20px; 
}


.header {
    padding: 8px;
    border-bottom: 1px dashed #ff0072;
    text-align: center;
    background-color: #ffffff;
}

.entry_title {
    font-weight: bold;
}

a.entry_title {
    text-decoration: underline;
}

.entry {
    padding-bottom: 10px;
    border-bottom: 1px dotted #FFC2DF;
    margin-bottom: 15px;
}

.entry_image {
    padding: 2px;
    margin: 2px;
    border-width: 0px;
}

.entry_image:hover {
    border: 1px solid #ff0072;
    margin: 1px;
}

a {
    color: #bf0055;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.subdue {
    color: gray;
}

.subdue a:link, .subdue a:visited {
    color: #bf0055;
    text-decoration: none;
}

.subdue a:hover {
    color: #bf0055;
    text-decoration: underline;
}


.summary {
    color: black;
    font-size: 93%;
    width: 80%;
    padding: 3px;
}

.takenote {
    border: 1px solid orange;
    padding: 4px;
    background: #FFF8C6;
}

.warning {
    border: 2px solid red;
    padding: 5px;
    background: #ffdddd;
    color: red;
    font-weight: bold;
    text-align: center;
    font-size: 12pt
}

.error {
    color: red;
    font-weight: bold;
}


#header_navigation {
    white-space: nowrap;
    line-height: 25px; 
    list-style: none;
    margin: 0px;
    padding: 0px 0px;
    position: absolute;
    text-align: right;
    top: 1px;
    right: 5px;    
}

#header_navigation li {
    list-style-type: none;
    display: inline;
}

#header_navigation a {
   /* padding: 3px 10px; */
   padding: 0px 3px;
}


#footer_navigation {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

#footer_navigation a {
    padding: 0px 3px;
}

#footer_navigation li {
    list-style-type: none;
    display: inline;
}

#question_title {
	font-weight:bold;
	text-align:center;
	font-size:1.1em;
}

#question {
	text-align:center;
}

#answer {
	background-color: #f8d9e8;
	width:80%;
	margin-left:10%;
	margin-right:10%;
	padding:8px;
	margin-bottom:5px;
	text-align:center;
}

.note {
	background-color: #f8d9e8;
	width:80%;
	margin-left:10%;
	margin-right:10%;
	padding:8px;
	margin-bottom:5px;
	text-align:center;
	border: 1px solid #ff0072;
	font-weight:bold;
}

.correct {
	font-weight:bold;
	color:green;
}

.wrong {
	font-weight:bold;
	color:red;
}

.poll_container{
  margin-top:3px;
  border:2px solid #ee367d;
  background-color:#ffffff;
  height:16px;
  width:200px;
  overflow:hidden;
  text-align:left;
}

.poll_value{
  height:16px;
  background-color:#ee367d;
  overflow:hidden;
}

.form_section_header{
	font-weight:bold;
	font-size:1em;
	border-bottom: 2px solid #ff0072;
	width:800px;
	padding-top:10px;
	margin-bottom:10px;
	
}

.pinkbutton {
	background-color:#ff83cd;
}

