﻿/********************************************************************** MASTER RESET */
* {
	margin:0;
	padding:0;
}

html, body, form {
    height:100%;
}

html  {
    overflow-y: scroll;
}

/********************************************************************** BODY */
body {
    font:0.8em  Tahoma, Helvetica, sans-serif;
	background:url(../Images/Background.jpg) top left repeat-x;
	background-color:#E5E5E5;
	color:#444444;
}

/********************************************************************** LINKS */
a {
	color:#0066cc;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:none;
}

/********************************************************************** DISABLED */
.aspNetDisabled{
  color: #777777 !important;
  background-color: #ffffff !important;
  border-color: #dddddd !important;
}

/********************************************************************** PAGE */
#page {
	width:1100px;
	min-height:100%;
	margin:0 auto;
	position:relative;
	background:url(../Images/Page.png) top center repeat-y;
}

/********************************************************************** HEADER */
#header {
	position:relative;
	height:150px;
	background:url(../Images/Header.png) top center no-repeat;
}

/********************************************************************** MAIN */
#main {
	position:relative;
    margin-top:20px;
	padding:0px 30px;
	overflow:auto;
	padding-bottom:50px;
}

/********************************************************************** FOOTER */
#footer {
	position:relative;
	margin:0 auto;
	margin-top:-25px;
	height:25px;
	clear:both;
	width:1100px;
	text-align:center;
	font-size:0.8em;
	color:#CCCCCC;
}

/********************************************************************** CONTENT */
#main #content {
	float:left;
	width:840px;
}

#main #content h1 {
	font-size:2.2em;
	font-weight:normal;
	margin-bottom:30px;
}

#main #content p {
	margin-bottom:15px;
	font-size:1.1em;
}

#main #content p.button {
	width:840px;
	margin:auto;
	margin-top:20px;
	padding:10px 0;
	font-size:1.5em;
	text-align:center;
	background-color:#F0F0F0;
}

#main #content ul {
	margin-bottom:15px;
	font-size:1.1em;
}

#main #content ul li {
	margin-left:20px;
    margin-bottom:15px;
}

/********************************************************************** SIDEBAR */
#main #sidebar {
	float:right;
	width:160px;
	padding-top:100px;
}

#main #sidebar h3 {
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:1px dashed #cccccc;
	font-size:1.3em;
}
#main #sidebar span {
    display:block;
	padding-left:22px;
	margin-left:5px;
	margin-bottom:5px;
}
#main #sidebar span.done {
	background:url(../Images/Icons/action_check.png) center left no-repeat;
}
#main #sidebar span.current {
	font-weight:bold;
	background:url(../Images/Icons/arrow_next.png) center left no-repeat;
}
#main #sidebar span.toDo {
	background:url(../Images/Icons/Grey/arrow_next.png) center left no-repeat;
	color:#aaaaaa;
}
#main #sidebar span.skip {
	background:url(../Images/Icons/Grey/action_remove.png) center left no-repeat;
	color:#aaaaaa;
}
#main #sidebar span.extra {
	background:url(../Images/Icons/Grey/time.png) center left no-repeat;
	color:#aaaaaa;
}

/********************************************************************** FORM */
#main #content #theForm {
	position:relative;
	margin-top: 30px;
	text-align:center;
}

#main #content #theForm label, #main #content #theForm .label {
	position:relative;
	display:block;
	width:750px;
	margin:auto;
	clear:both;
	border:1px solid #DEDEDE;
	padding:5px;
	font-size:1.3em;
	line-height:33px;
	margin-bottom:5px;
	z-index:10;
}

#main #content #theForm label.submit, #main #content #theForm .label.submit {
	border:none;
	margin-top:30px;
	z-index:1;
}

#main #content #theForm label.error, #main #content #theForm .label.error {
	background:#fff1f1;
	margin-top:15px;
}

#main #content #theForm label.success, #main #content #theForm .label.success {
	background:#f1fff4;
	margin-top:15px;
}

#main #content #theForm label.question, #main #content #theForm .label.question {
	text-align:left;
    padding-left:15px;
    width: 740px;
}

#main #content #theForm label.fullWidth, #main #content #theForm .label.fullWidth {
	text-align:left;
    padding-left:15px;
    width: 740px;
}

#main #content #theForm label.fullWidth input, #main #content #theForm .label.fullWidth input {
    float: none;
    width: 96%;
}

#main #content #theForm label.gcse, #main #content #theForm .label.gcse {
	text-align:center;
}

#main #content #theForm label.question p, #main #content #theForm .label.question p {
	font-size:0.9em;
	line-height:1.5em;
}

#main #content #theForm label.question h3, #main #content #theForm .label.question h3 {
	font-size:0.9em;
    font-weight:bold;
	line-height:1.5em;
    margin-bottom:15px;
}

#main #content #theForm label.question ul, #main #content #theForm .label.question ul {
	font-size:0.85em;
    line-height:1.20em;
}

#main #content #theForm label.question ul li, #main #content #theForm .label.question ul li {
	margin-bottom:10px;
}

#main #content #theForm label.question span.list, #main #content #theForm .label.question span.list {
	display:block;
	margin:10px;
	padding:5px 10px;
	border:none;
	font-size:0.9em;
    line-height:25px;
}

#main #content #theForm label.question span.list label, #main #content #theForm .label.question span.list label {
	position:relative;
	display:inline;
	border:none;
	padding:0;
	padding-left:10px;
	font-size:1em;
	text-align:left;
	line-height:25px;
}

#main #content #theForm label input, #main #content #theForm .label input {
	width:400px;
	height:20px;
	float:right;
	padding:6px 7px;
	font:1em Tahoma, Helvetica, sans-serif;
	color:#444444;
	border:1px solid #AFAFAF;
	background:#F9FCFF;
}

#main #content #theForm label textarea, #main #content #theForm .label textarea {
	width:400px;
	height:105px;
	float:right;
	padding:6px 7px;
	font:1em Tahoma, Helvetica, sans-serif;
	color:#444444;
	border:1px solid #AFAFAF;
	background:#F9FCFF;
}

#main #content #theForm label.question input, #main #content #theForm .label.question input {
	width:auto;
	height:auto;
	float:none;
	padding:none;
	border:none;
	background:none;
}

#main #content #theForm label.question input.signature, #main #content #theForm .label.question input.signature {
	width:90%;
	height:20px;
    margin:0 20px 20px 20px;
	padding:6px 7px;
	font:1em Tahoma, Helvetica, sans-serif;
	color:#444444;
	border:1px solid #AFAFAF;
	background:#F9FCFF;
}

#main #content #theForm label.submit span, #main #content #theForm .label.submit span {
	display:block;
	float:right;
	width:415px;
	border:1px solid #AFAFAF;
	background:#FAFAFA;
}

#main #content #theForm label.submit span.halfSize, #main #content #theForm .label.submit span.halfSize {
	width:204px;
	margin-left:4px;
}

#main #content #theForm label.submit span input, #main #content #theForm .label.submit span input {
	height:auto;
	width:100%;
	background:none; 
    border:none;
    padding:6px 10px;
    margin:0;
    cursor:pointer;
}

#main #content #theForm label select, #main #content #theForm .label select {
	width:416px;
	height:35px;
	float:right;
	padding:4px 7px;
	font:1em Tahoma, Helvetica, sans-serif;
	color:#444444;
	border:1px solid #AFAFAF;
	background:#F9FCFF;
}

#main #content #theForm label select.date, #main #content #theForm .label select.date {
	width:135px;
	margin-left:5px;
}

#main #content #theForm label select.gcse, #main #content #theForm .label select.gcse {
	width:205px;
	margin-left:5px;
}

/***********************************************************************/

#main #content #theForm label select.address, #main #content #theForm .label select.address {
	width:100px;
	margin-left:5px;
}

#main #content #theForm label span.address,#main #content #theForm .label span.address {
    float:right;
	width:90px;
	margin-left:15px;
	text-align:left;
}

/***********************************************************************/

#main #content #theForm .label .element50 {
	width:50px;
	margin-left:5px;
    margin-right:365px;
}

#main #content #theForm .label .element100 {
	width:100px;
	margin-left:5px;
    margin-right:315px;
}

#main #content #theForm .label .element150 {
	width:150px;
	margin-left:5px;
    margin-right:265px;
}
#main #content #theForm .label .element200 {
	width:200px;
	margin-left:5px;
    margin-right:215px;
}



/********************************************************************** COURSE LIST */

#main #content #theForm label table.courseList, #main #content #theForm .label table.courseList {
	width:100%;
}

#main #content #theForm label table.courseList input, #main #content #theForm .label table.courseList input {
	width:5%;
	height:20px;
	float:left;
	padding:5px;
	color:#444444;
	border:none;
	background:none;
	margin-top:6px;
	clear:left;
    cursor:pointer;
}

#main #content #theForm label table.courseList label, #main #content #theForm .label table.courseList label {
	width:auto;
	height:auto;
	display:block;
	border:none;
	padding:5px;
	font-size:1em;
	text-align:left;
	line-height:20px;
	margin-bottom:0;
	clear:none;
    cursor:pointer;
}
