* {
margin:0;
padding:0;
border:0;
}

body {
font-family:Arial, Helvetica, sans-serif;
font-size:62.5%;
line-height:1.2em;
color:#333;
padding:0 10px 20px 10px;
}

a {color:#044D91;}
a:hiver {color:#000;}

hr {
clear:both;
border:1px solid silver;
margin:20px 0 20px 0;
}


p {
font-size:1.2em;
line-height:1.2em;
padding-bottom:10px;
}

p.error {
color:#FF0000;
}

h1 {
clear:both;
color:#044D91;
font-size:2.2em;
line-height:1.2em;
font-weight:normal;
height:50px;
}

h2 {
clear:both;
color:#044D91;
font-size:1.8em;
line-height:1.2em;
font-weight:normal;
height:30px;
}

legend {
display:block;
font-size:1.6em;
color:#044D91;
padding-bottom:20px;
}

label {
display:block;
clear:both;
font-size:1.4em;
padding:5px 0 5px 0;
}

input {
display:block;
clear:both;
border:1px solid silver;
padding:2px 4px 2px 4px;
}

select {
border:1px solid silver;
}

#signup label {
float:left;
width:120px;
}

#signup input {
clear:none;
float:left;
}

#menu {
height:40px;
}

#menu li {
list-style:none;
float:left;
}

#menu li a {
padding:3px 7px 3px 7px;
background:#4689c7;
color:#fff;
border-right:1px solid white;
text-decoration:none;
}

#menu li a:hover {
background:#044D91;
}

#discounts {
padding-bottom:20px;
}

#discounts h2 {
color:#FF0000;
}

#discounts ul {
padding-left:20px;
font-size:1.2em;
line-height:1.2em;
}



.classitem {
float:left;
width:360px;
margin:0 15px 20px 0;
border:1px solid #999;
}

.classitem h3 {
color:#333;
background:#eee;
font-size:1.2em;
line-height:1.2em;
padding:5px 0 5px 5px;
}

.classitem p {
width:230px;
padding:7px 0 0 5px;
float:left;
}

.classitem em {
display:block;
float:right;
font-style:normal;
width:120px;
height:25px;
text-align:center;
background:#ccc;
font-size:1.2em;
line-height:2em;
font-weight:bold;
color:#000;
}

.classitem a {
display:block;
clear:right;
float:right;
font-style:normal;
width:120px;
height:25px;
text-align:center;
font-size:1.2em;
line-height:2em;
font-weight:bold;
color:#fff;
background:#4689c7;
text-decoration:none;
}

.classitem a:hover {
background:#044D91;
}

.classitem a.registerinterest {
background:#ea6363;
}

.classitem a.registerinterest:hover {
background:#FF0000;
}

table {
width:100%;
border-collapse: collapse;
}

tr.heading {
background:#eee;
font-weight:bold;
}

tr:hover {
background:#eee;
}

td {
border:1px solid #ccc;
padding:5px;
font-size:1.2em;
line-height:1.2em;
}


/* ADMIN */

body.admin {
padding:20px 20px 20px 20px;
}

#logo {
display:block;
padding:0 0 20px 0;
}

body.admin ul{
padding-left:20px;
font-size:1.2em;
line-height:1.2em;
padding-bottom:20px;
}


.confirmeditem {
margin:0 15px 20px 0;
border:1px solid #999;
}

.confirmeditem h3 {
color:#333;
background:#eee;
font-size:1.2em;
line-height:1.2em;
padding:5px 0 5px 5px;
}

.confirmeditem p {
padding:7px 0 10px 5px;
}