﻿/* Default CSS Stylesheet for a new Web Application project */
h1 {margin-left:80px}
table,td {border:none;margin:0}
.main_table
{
	margin:0 auto;
}


.checkboxes
{
	font-size: 11px;
	font-family: Arial;
	font-weight: normal;
}
.tab
{
	background-color: White;
}
.tabselected
{
	background-color: #a4001e;
}
	.tabselected a {color:#fff;}

.href
{
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	color: Maroon;
}
.bighref
{
	font-size: 1.4em;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	color: #a4001e;
}
	.bighref, #StartOverButtonTop,#StartOverButtonBottom {
		background:#eee;
		border:1px solid #ccc;
		padding:5px;
		display:block;
	}
	#StartOverButtonTop:hover,#StartOverButtonBottom:hover, .bighref:hover{background:#a4001e;color:#fff}

.criteria_text
{
	font-size: 12px;
	font-family: Arial;
	color: Black;
}

.resultprogram
{
	font-size: 12px;
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
}
.resulttable
{
	font-size: 11px;
	font-family: Arial;
}
.resultlabel
{
	font-size: 11px;
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
	color: Maroon;
}
.resultvalue
{
	font-size: 11px;
	font-family: Arial;
	text-decoration: none;
	font-weight: normal;
}
.resultlist
{
	display: inline;
	margin: 0;
	padding: 0;
	list-style-position: inside;
	list-style-type: circle;
}

/*.resultlist ul{


float: left;
width: 80%; /*width of menu
border: 1px solid #564c66; /*dark purple border
border-width: 1px 0;
}

.resultlist ul li{
display: inline;

}

.resultlist ul li a{
float: left;
color: white; /*text color
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items
}
*/

.question
{
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	color: #a4001e;
}
#ResultList1_DataList1_ctl00_CountLabel {background:#490;font-size:1.4em;color:#fff;display:block}
.question_details
{
	font-size: 11px;
	font-family: Arial;
	font-weight: normal;
	color: Black;
}

.city
{
	font-size: 11px;
	font-family: Arial;
	font-weight: normal;	
	border-style: none;
	/*border-color: white;	
	border-width: 2px;*/
	background-color: White;
	text-align:left;
}
.country
{
	font-size: 12px;
	font-family: Arial;
	text-align: left;
	font-weight: bold;
	border-style: none;
	background-color: #ccc; /*e7c7a0; /* delete */
	border-color: #ccc;  /* delete */
}
.country_table
{
	border-style: solid;
	border-width: 2px;	
	background-color: #ccc;  /* delete */
	border-color: #ccc;  /* delete */
}

.disclaimer
{
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
}

