body,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input,textarea,select,table,caption,blockquote,img,dl,dt,dd {
   padding:0;
   border:0;
   margin:0;
}
body {
   background-color: #FFFFFF;
   color: #555555;
}
body,textarea {
   font-family:Tahoma, Arial, Helvetica, sans-serif;
   font-size:0.9em;
}

/*MAIN STYLES*/

.blue { color:#47ADE1; }
.purple { color:#751C6E; }
.orange { color:#E75F23; }
.green { color:#1A911C; }

a {
   color: #282fbb;
}
a:hover {
   color: #1a181d;
   text-decoration: none;
}

li {
   margin-top:4px;
}
dl dt {
   color:#282fbb;
}
dl dt.dark {
   color:#333333;
}

h1,h2,h3,h4,h5,h6 {
   clear:both;
	 color:#1a181d;
	 margin:1.5em 0 0.3em 0;
}
h1 {
   font-size:2em;
}
h2 {
   font-size:1.4em;
	 text-transform:lowercase;
}
h3 {
   font-size:1.2em;
	 color:#282fbb;
}
.greyh3 {
   color:#555555;
}

h4 {
   font-size:1em;
}

dt {
	 font-weight:bold;
	 margin:1.5em 0 0.3em 0;
}

blockquote {
   padding:0.3em;
   clear:both;
   margin:1em 0;
	 border:1px solid #DDDDDD;
}
blockquote p {
   margin:0;
   padding:1em 0;
}
blockquote.valid,blockquote.invalid {
	 padding-left:4em;
	 background-repeat:no-repeat;
	 background-position:top left;
}
blockquote.valid {
   background-image:url(../img/tick1.gif);
}
blockquote.invalid {
   background-image:url(../img/cross1.gif);
}


/* NAVIGATION */


.menubuttons {
   width:100%;
}
.menubuttons ul,ul.inline,#headernav ul {
   list-style:none;
   margin:0;
   padding:0;
}
.menubuttons ul {
   width:100%;
}
.menubuttons li a {
   display:block;
   padding:0.4em 0 0.4em 20px;
	 background-position:center left;
	 background-repeat:no-repeat;
	 background-image:url(../img/arrow_darkblue1.gif);
	 clear:both;
	 color:#282fbb;
}
* html .menubuttons li a {
	 float:left;
}
.menubuttons li a:hover {
   color:#1a181d;
}
.menubuttons li.active a {
   color:#1a181d;
   font-weight:bold;
}

#headernav ul
{
list-style:none;
margin:0;
padding:0;
border:0;
}
#headernav li
{
display:inline;
}
#headernav li a
{
float:left;
color:#FFFFFF;
display:block;
text-decoration:none;
background-image:url(../img/line1.gif);
background-repeat:no-repeat;
background-position:top right;
height:32px;
padding:0 16px;
position:relative;
font-size:0.9em;
}
#headernav li a span.text
{
position:relative;
top:8px;
}
#headernav li a:hover
{
color:#C0E6F9;
}
#headernav li.active a
{
color:#19171D;
font-weight:bold;
background-image:url(../img/tab1.gif);
background-repeat:no-repeat;
background-position:top left;
}
#headernav li.active a:hover
{
color:#282fbb;
}
span#tabright
{
position:absolute;
right:-1px;
top:0px;
width:7px;
height:38px;
display:block;
background-image:url(../img/tab2.gif);
background-repeat:no-repeat;
}
ul.inline {
   padding-bottom:10px;
	 clear:both;
	 float:left;
	 display:block;
	 width:100%;
}
ul.inline li {
   display:inline;
}
ul.inline li a {
   display:block;
   float:left;
   padding:0.2em 30px;
   border-right:1px solid #CCCCCC;
	 color:#888888;
	 background-image:none;
}
ul.inline li a:hover {
   color:#000000;
}
ul.inline li.active a {
   font-weight:bold;
	 color:#1a181d;
}


/* LAYOUT */


#body {
   width:100%;
   float:left;
   text-align:center;
}
#container,#header,#content,#footer {
   width:900px;
}
#container {
   margin:0px auto;
   text-align:left;
   clear:both;
}
#header {
   position: relative;
   float:left;
   height: 178px;
   clear:left;
   background-image:url(../img/header1.gif);
   background-repeat:no-repeat;
	 background-position:0px 20px;
}
#popupheader
{
width:100%;
height:80px;
background-image:url(../img/popup_header1.gif);
background-repeat:no-repeat;
}
#footer {
   position: relative;
   clear: both;
	 border-top:1px solid #DDDDDD;
	 font-size:0.8em;
	 color:#888888;
}
#footer p {
   line-height:1.8em;
	 padding:1.5em 0;
	 margin:0;
}
#footerlogos {
   position:absolute;
	 right:0px;
	 top:1em;
	 width:400px;
	 text-align:right;
}
#footerlogos p {
   margin:0;
	 padding:0 0 1em 0;
	 line-height:1.4em;
	 font-size:0.9em;
}
#content {
   float:right;
   padding: 0px;
   min-height:300px;
}
* html #content {
   height:300px;
}
#accessibility {
   position:absolute;
   top:4px;
   left:30px;
   text-align:right;
	 font-size:0.8em;
}
#accessibility a {
	 color:#999999;
}
#headernav {
   position:absolute;
   top:134px;
   left:14px;
	 height:32px;
}
#headersearch {
   position:absolute;
   top:20px;
   left:526px;
}
#headerstatus {
   position:absolute;
   top:47px;
   left:467px;
   width:433px;
	 height:65px;
	 font-size:0.9em;
}
#headerstatus a {
   color:#3fa4d8;
}
#headerstatus p {
   margin:0;
	 padding:0;
	 position:absolute;
	 top:12px;
	 left:60px;
	 line-height:1.6em;
}
#headerlock {
   position:absolute;
	 top:8px;
	 left:0px;
	 width:44px;
	 height:57px;
	 background-repeat:no-repeat;
}
.leftthin,.rightthin {
   width:220px;
}
.leftwide,.rightwide {
   width:580px;
}
.leftmid,.rightmid {
   width:400px;
}
.leftthin,.leftwide,.leftmid {
   float:left;
}
.rightthin,.rightwide,.rightmid {
   float:right;
}
.padder {
   padding-bottom:4em;
	 float:left;
	 width:840px;
	 position:relative;
	 left:30px;
}

/*FORMS*/
form {
   clear:both;
}
select,textarea,.textbox1 {
   background-color:#FFFFFF;
   border:1px solid #1a181d;
   color:#1a181d;
}
form fieldset {
   border:1px solid #DDDDDD;
   padding:0.5em;
}
fieldset.gradient {
   background-image:url(../img/g3.gif);
   background-repeat:repeat-x;
	 background-position:bottom left;
}
form legend {
   background-color:#FFFFFF;
   color:#1a181d;
   padding:0.3em;
}
form label {
   font-weight:bold;
   display:block;
   padding:0.7em 0 0.2em 0;
   color:#1a181d;
}
form label span {
   display:block;
	 font-weight:normal;
}
.textbox1 {
   width:100%;
   height: 22px;
}
.imagebutton,.imagebuttonwide {
   float:right;
   border:0;
	 margin:5px 0 0 5px;
	 background-repeat:no-repeat;
	 height:22px;
}
.imagebutton  {
	 width:98px;
}
.imagebuttonwide  {
	 width:130px;
}
.imagebutton a {
   float:right;
   border:0;
	 background-repeat:no-repeat;
	 width:100px;
	 height:24px;
   display:block;
}
.imagebutton span {
   display:none;
}
textarea {
   font-size:1em;
   width:100%;
   height:200px;
}
select.wide,select.multiple1 {
   width: 100%;
}
select.multiple1 {
   height:10em;
}


/*TABLES*/

table {
   width:100%;
   font-size:1em;
   text-align:left;
   border-collapse:collapse;
   clear:both;
}
table caption {
   padding:0.8em 0.2em;
	 background-color:#DDDDDD;
	 text-align:left;
	 border-top:1px solid #BBBBBB;
}
table tr,table td,table th {
   border-bottom:1px dotted #BBBBBB;
   padding:0.4em 0.2em;
}
table tr,table td {
	 background-image:url(../img/g2.gif);
   background-position:bottom left;
	 background-repeat:repeat-x;
}
table th,table th a {
   background-color:#282fbb;
	 background-image:none;
   color:#FFFFFF;
}


/*EXTRAS*/

.smallbutton a {
   display:block;
	 float:left;
	 clear:both;
	 width:98px;
	 height:22px;
	 background-repeat:no-repeat;
}
.smallbutton a span {
   display:none;
}
#smallbutton1 { background-image:url(../img/about1.gif); }
#smallbutton2 { background-image:url(../img/continue6.gif); }
#smallbutton3 { background-image:url(../img/continue2.gif); }
#smallbutton4 { background-image:url(../img/overview1.gif);margin-top:15px; }
.moredetails { background-image:url(../img/moredetails1.gif);float:right !important;padding-bottom:10px; }
.viewevent { background-image:url(../img/viewevent1.gif);float:right !important;padding:10px 0 10px 0; }

* html #smallbutton2 { margin-top:20px; }

.gbox {
   background-color:#666666;
	 clear:both;
	 width:100%;
	 color:#FFFFFF;
	 float:left;
	 margin:1em 0;
	 font-size:0.9em;
}
.gbox p {
   margin:0;
	 padding:6px;
}
.gbox a {
   color:#FFFFFF;
	 font-weight:bold;
}

#imagebutton1 { background-image:url(../img/edit_details1.gif); }
#imagebutton2 { background-image:url(../img/view1.gif); }
#imagebutton3 { background-image:url(../img/cancel1.gif); }

.alert { color:#FF0000; }
.tiny { font-size:0.8em; }

.smallnote {
   clear:both;
	 padding:1em;
	 margin-top:1em;
	 flotT:left;
	 font-size:0.9em;
	 background-color:#EEEEEE;
	 border:1px solid #DDDDDD;
}
.smallnote p {
   padding:0;
	 margin:0;
}