body {
	background-color: #223377;
	margin: 0pt;
	padding: 10px;
	}

p,td, div  {
	font-family: verdana, arial, helvetica;
	font-weight: normal;
	font-size: 11px;
	color: #222222;
	}

p {
     padding: 0px;
     margin: 0px;
     font-family: verdana, arial, helvetica;
     font-weight: normal;
     color: #222222;
     font-size: 11px;
     line-height: 15px;
    }

h1 {
     padding: 0px;
     margin: 5px 0;
     font-family: verdana, arial, helvetica;
     color: #223377;
     font-size: 14pt;
}

h2 {
     padding-left: 0px;
     padding-bottom: 5px;
     padding-right: 0px;
     padding-top: 6px;
     margin: 0px;
     font-family: verdana, arial, helvetica;
     font-weight: bold;
     color: #007799;
     font-size: 1em;
    }

h3 {
     padding-left: 0px;
     padding-bottom: 5px;
     padding-right: 0px;
     padding-top: 15px;
     margin: 0px;
     font-family: verdana, arial, helvetica;
     font-weight: bold;
     color: #007799;
     font-size: 12px;
    }

h5 {
	font-family: verdana, arial, helvetica, san-serif;
	font-size: 12px;
	color: #223377;
	padding: 0px;
	margin: 0px;
	}


a:link, a:visited {
	color: #223377;
	text-decoration: none;
	font-weight: normal;
	}

a:hover, a:active {
	color: #668800;
	font-weight: normal;
	text-decoration: underline;
	}

input,textarea {
	font-family: verdana, arial, helvetica;
	font-weight: normal;
	font-size: 10px;
	}

select {
	font-family: verdana, arial, helvetica;
	font-weight: normal;
	font-size: 10px;
	}

form {
	padding: 0px;
	margin: 0px;
	}

/* ELEMENTS */

#container {
    margin: 0 auto;
    padding: 10px;
    background-color: #FFFFFF;
}

#logo {
    /*border-bottom: 1px solid #223377;*/
    margin-bottom: 10px;
}

p#success {
    border: 1px solid #090;
    padding: 5px;
    margin: 10px;
    color: #090;
    font-weight: bold;
}
p#error {
    border: 1px solid #f00;
    padding: 5px;
    margin: 10px;
    color: #f00;
    font-weight: bold;
}

.checkbox {
    margin: 0px;
    padding: 0px;
}

.small {
	font-family: arial, verdana, helvetica;
	font-weight: normal;
	color: #ff0000;
	font-size: 10px;
	}

.disclaimer {
	font-size: 9px;
	line-height: 14px;
	}

.submitbutton:hover {
    background-color: #def;
    color: #237;    
}
.submitbutton {
    font-size: 10px;
    background-color: #237;
    color: #fff;
    padding: 2px 5px;
    font-weight: bold;
    border: 1px solid #126;
    cursor: pointer;
    margin: 1px;
}


/** BUTTONS **/

.buttonV1 
{
    display: block;
    width: 124px;
    height: 24px;
    text-align: center;
    cursor: pointer;
    line-height: 24px;
    font-size: 1em;
    background: url("../images/buttonV1.jpg") repeat-x scroll 0 0 transparent;
}

/* correct display type for buttons */
input[type=submit].buttonV1, input[type=button].buttonV1
{
    display: inline;
}

.buttonV1:link, .buttonV1:visited, input[type=submit].buttonV1, input[type=button].buttonV1 
{
    /*background-image: url('../images/buttons/V1.gif');*/
    background-color: #052E6C;
    border: solid 1px #111144;
    color: #FFFFFF;
    text-decoration: none;
	background-repeat:no-repeat;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;	
    background: url("../images/buttonV1.jpg") repeat-x scroll 0 0 transparent;
}

.buttonV1:hover, .buttonV1:active, input[type=submit].buttonV1:hover, input[type=button].buttonV1:hover
{
    /*background-image: url('../images/buttons/V1_over.gif');*/
    background-image: none;
    color: #FFFFFF;
    text-decoration: none;
	/*background-repeat:no-repeat;*/
    border: solid 1px #111144;	
	background-color: #458BD0;
}


/* VALIDATION */

.validation-failed {
    color: red;
}

.validation-advice {
    margin: 0px;
    padding: 0px;
    color : #F00;
    font-size: 11px;
}

.validation-passed {
    color: green;
}

.notification
{
    border: 1px solid rgb(255, 162, 0); 
    padding: 5px; 
    background-color: rgb(255, 211, 0); 
    font-weight: bold;
}

/* add rounded corners to element */
.rounded_corners
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}



