/* Defaults for everything on the entire page */

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
p,blockquote,li,td,th,h1,h2,h3,h4,input,textarea,select,button,div {
	font-family: Verdana,Helvetica,Arial,sans-serif;
}
p,blockquote,li,td,th,input,textarea,select,button,div {
	font-size: 11px;
	line-height: 120%;
}
h1,h2,h3,h4 {
	line-height: 130%;
}
h1 {
	font-size: 110%;
}
h2 {
	font-size: 100%;
}
h3 {
	font-size: 100%;
}
hr {
	border:0;
	margin-bottom:7px;
	color: #ED353F;
	background-color: #ED353F;
	height: 1px;
}
ul {
	padding-bottom: 10px;
}

input.Text {
	height: 21px;
}
input.Text, textarea {
	border: 1px solid #A49B92;
	padding: 3px;
	margin: 0;
}
input.Button {
	cursor: pointer; cursor: hand;
	float:right;
	margin-top:10px;
	padding:1px;
	background-color: #ED353F;
	font-size: 10px;
	color: white;
	border: 1px solid black;
	font-weight: bold;
	text-transform: uppercase;
}

/* Things that should have no margin by default */

form, div {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
img {
	border: 0px;
}
.NoSpace {
	margin: 0px;
	padding: 0px;
}

/* Used to contain and layout forms */

table.Form tr td, table.Form tr th {
	padding: 5px;
}
table.Form tr th {
	text-align: right;
	font-weight: normal;
}
table.Form th.Missing {
	font-weight: bold;
	color: #660033;
}
table.Form tr.Missing th {
	color: #701A35;
	font-weight: bold;
}
table.Form tr td select, table.Form tr td textarea, table.Form tr td input.Text {
	width: 220px;
}


/* Content */

#MainContent {
    padding: 1.3em 0em 2em 2em;
    width: 560px;
}
#MainContent h1 {
    color: #666666;
    font-size: 140%;
}
#MainContent h2 {
    color: #666666;
    font-size: 120%;
    margin-bottom: 2px;
}
#MainContent h2 a {
    text-decoration: none;
}
#MainContent p {
    margin-top: 0px;
    margin-bottom: 1em;
    line-height: 145%;
}
#MainContent ul {
	margin: 10px 5px 3px 38px ;
	padding-left: 0px
}
#MainContent li {
	list-style-type: square;
	margin-bottom:7px;
}
span.Error {
	color: #CC0000;
}
#progress {
	float:right;
	margin-top: 0px;
	padding-top: 6px;
}
#bar {
	width:200px;
	height:15px;
	background: #FFF;
	border: 1px solid black;
	margin: 0;
	padding: 0;
}
#complete {
	height: 11px;
	margin: 2px;
	padding: 0;
	background-color: #ED353F;
}
#title {
	margin-top:20px;
	margin-bottom: 40px;
}

/* Admin */

#Header {
    width: 760px;
}
#MainContentAdmin {
    padding: .5em 0em 0em 1.5em;
    width: 760px;
}
#MainContentAdmin h1 {
    color: #666666;
    font-size: 140%;
}
#MainContentAdmin h2 {
    color: #666666;
    font-size: 120%;
    margin-bottom: 2px;
}
#MainContentAdmin h2 a {
    text-decoration: none;
}
#MainContentAdmin p {
    margin-top: 0px;
    margin-bottom: 1em;
}
table#AdminMenu {
    margin: 0px;
    padding: 0px;
    border-right: 1px solid #6E6358;
    float: right;
}
table#AdminMenu tr td {
    padding: 5px 8px 5px 8px;
    background-color: #EEEEEE;
    text-align: center;
    border-left: 1px solid #6E6358;
    border-bottom: 1px solid #6E6358;
}

table#AdminMenu tr td a {
    text-decoration: none;
}

table#AdminMenu tr td a:hover {
    text-decoration: underline;
}

table.List {
    border-top: 1px solid #D0D0D0;
    border-right: 1px solid #D0D0D0;
}

table.List th {
    border-bottom: 2px solid #666666;
    border-left: 1px solid #D0D0D0;
    text-align: left;
    padding: 0.5em 1em 0.5em 0.5em;
}

table.List td {
    border-bottom: 1px solid #D0D0D0;
    border-left: 1px solid #D0D0D0;
    padding: 0.5em 1em 0.5em 0.5em;
}

table.List td ul {
	padding: 0;
	margin: 0 0 2em 0;
	list-style-type: none;
}
table.List td ul li {
	margin: 3px 0;	
}
table.List td ul li ul {
	padding-left: 1em;
}
table.NestedList th {
	border-right: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	border-left: none;
	font-weight: normal;
}
table.NestedList td {
	border-right: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	border-left: none;
	padding: 0.5em 1em 0.5em 0.5em;
}
table.Form2 {
    border-top: 1px solid #D0D0D0;
    border-right: 1px solid #D0D0D0;
}
table.Form2 th {
    border-bottom: 2px solid #D0D0D0;
    border-left: 1px solid #D0D0D0;
    text-align: left;
    padding: 0.7em 1em 0.7em 0.5em;
}
table.Form2 td {
    border-bottom: 2px solid #D0D0D0;
    border-left: 1px solid #D0D0D0;
    padding: 0.7em 3em 0.7em 0.5em;
}
table.Answers {
    margin-left: 1.5em;
    margin-top: 1em;
}
table.Answers td {
    border-collapse: collapse;
    border: 0px;
    padding: 0em 3px;
}


