/*
CSS by Matt Hinchliffe > www.maketea.co.uk
*/

/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}

/* body */
body {
font-size:72%;
font-family:Verdana, Geneva, sans-serif;
color:#333;
text-align:center;
}

/* type */
a { color:#81C2DC; text-decoration:none; }
a:visited { color:#999; }
a:hover { color:#36A8CD; text-decoration:underline; }
a:hover.external { color:#E03438; }

p, ul, ol, blockquote, code, pre, table {
line-height:1.75em;
margin:1.75em 0;
}

h1,h2,h3,h4,h5,h6 {
font-weight:bold;
}
h1 {
font-size:1em;
margin:0.5em 0;
font-style:italic;
line-height:1em;
}
h2 {
font-size:2em;
margin-bottom:1.25em;
line-height:1em;
}
h3 {
font-size:1.5em;
margin:1em 0;
line-height:1.25em;
}
h4,h5,h6 {
font-size:1.5em;
margin-bottom:1em;
line-height:1.25em;
}

big, .big { font-size:1.5em; }
small, .small { font-size:0.85em; }

strong { font-weight:bold; }
em { font-style:italic; }

/* forms */
fieldset {
padding:5px;
display:block;
width:100%;
}
fieldset div {
display:block;
padding-top:18px;
}
label {
display:block;
padding-bottom:2px;
line-height:1.25em;
}
label span {
color:#aaa;
font-size:0.8em;
}
input[type=text], textarea, button {
clear:none;
display:inline;
border:1px solid #555;
padding:5px;
background:#ddd url(gradient.png) repeat-x 0px -50px;
color:#000;
}
input:focus, textarea:focus, button:hover {
background-color:#fff;
background-position:0 -80px;
}
input[type=hidden] {
border:none;
padding:0;
}
textarea {
width:380px;
}
select {
clear:none;
display:inline;
max-width:300px;
}
select option {
padding:1px;
}
button {
margin:0 auto;
padding:8px;
cursor:pointer;
}
button img {
display:block;
}

/* validation */
.LV_validation_message {
height:20px;
line-height:20px;
}
.LV_valid {
padding-left:25px;
background:url(accept.png) no-repeat 5px 5px;
font-size:18px;
color:#fff;
}
.LV_invalid {
padding-left:10px;
color:#f00;
}

/* Autocomplete */
#ajax_listOfOptions{
position:absolute;
width:340px;
max-height:200px;
overflow:auto;
border:1px solid #555;
background:#fff;
text-align:left;
z-index:100;
}
#ajax_listOfOptions div{
margin:0px;
padding:3px;
cursor:pointer;
font-size:13px;
}
#ajax_listOfOptions .optionDivSelected{
background-color:#eee;
color:#36A8CD;
}
#ajax_listOfOptions_iframe{
background-color:#fff;
position:absolute;
z-index:5;
}

/* classes */
.float-left{ float:left; padding-right:30px; }
.float-right { float:right; }
.align-left{ text-align:left; }
.align-right {text-align:right; }
.align-centre {text-align:center; }
.clear { clear:both;display:block; }
.grey{ color:#BFBFBF; }
.important { font-weight:bold;color:red; }

/* layout */
#head, fieldset {
width:530px;
margin:10px auto;
text-align:left;
}
#edu, #eduOut {
display:none;
}
