/* Menu Bar*/
img{
	border:0 !important;
}
div.menubar {
	border-style: solid;
	border-width:3px;
	border-color:#ffffff;
	margin-top: 3px;
	padding:3px;
	width:95%;
	background-color: #ffffff;
	color: #013B63;
	font-weight: bold;
}
ul.nav {
	text-align: center;
	margin-bottom: 0.2em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.2em;
	padding-left: 0;
}
li.nav {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
}
li.nav a {
	margin-top: 0.2em;
	margin-left: 0.1em;
	margin-bottom:0;
	margin-right: 0.1em;
	padding-top: 0.2em;
	padding-left: 0.3em;
	padding-bottom: 0.2em;
	padding-right: 0.3em;
	font-size: 100%;
	text-align: center;
}
li.nav a:link {
	text-align: center;
}
li.nav a:visited {
	text-align: center;
}
ul.nav li {
	background-color: transparent;
	display: inline;
	font-size: 100%;
	margin: 0;
	padding: 0;
}
/* End Menu Bar*/

/* User login Box*/
div.userdetails
{
	margin-top: 3px;
	border-style: solid;
	border-width: 3px;
	border-left-color: #013B63;
	border-right-color: #013B63;
	border-top-color: #013B63;
	border-bottom-color: #013B63;
	width: 80%;
	margin-left:8%;
	margin-right:7%;
	padding: 3px;
}
#login_form label, #login_form input {
	display:block;
	float:left;
	margin-bottom:5px;
	width:150px;
}
#login_form textarea {
	display:block;
	float:left;
	margin-bottom:5px;
}
#login_form label {
	padding-right:20px;
	text-align:right;
	width:130px;
}
#login_form br {
	clear:left;
}

/*#login_form label{
	padding-left:4px;
	padding-right:4px;
	text-align:right;
}
#login_form br {
	display:none;
}*/
/* End User login Box*/



/*insert*/
fieldset.blockoff label, fieldset.blockoff input, .regform label, .regform input {
display:block;
float:left;
margin-bottom:5px;
width:150px;
}
fieldset.blockoff select {
display:block;
float:left;
margin-bottom:5px;
}

fieldset.blockoff textarea, .regform textarea {
display:block;
float:left;
margin-bottom:5px;
}
fieldset.blockoff label, .regform label {
padding-right:20px;
text-align:right;
width:130px;
}
fieldset.blockoff br, .regform br {
clear:left;
}


/* alert text - various uses - mostly error messages*/
.alerttext {
	color: red;
	font-weight: bold;
}
/* succesful text - opposite of above */
.successtext {
	color: green;
}
/* submission stage "not js" warning text style */
.nonjstext
{
    color:#ff0000;
    font-weight:bold;
}

/* Submit Button / Cancel Button, includes colour settings unique to each authority nb. Cancel Button would normally be red in all cases */
input.submitbutton
{
    background-color: #0B3E64;
    font-weight: bold;
    font-size: 12px;
    color: white;
}

#middle a.submitbutton
{
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    border: 2px solid;
    border-color: #EBE9E5 #8F8C86 #8F8C86 #EBE9E5;
    padding-left: 8px;
    padding-right: 8px;
    padding-top:1px;
    padding-bottom:1px;
    background: #0B3E64;
    color: white;
}

#middle a.submitbutton:active
{
    position: relative;
    text-decoration: none;
    top: 1px;
    left: 1px;
    border-color: #EBE9E5 #8F8C86 #EBE9E5 #8F8C86;
    color: white;
}

input.cancelbutton
{
    background-color: red;
    font-weight: bold;
    font-size: 12px;
    color: white;
}

a.cancelbutton
{
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    border: 2px solid;
    border-color: #EBE9E5 #8F8C86 #8F8C86 #EBE9E5;
    padding-left: 3px;
    padding-right: 3px;
    background: red;
    color: white;
}

a.cancelbutton:active
{
    position: relative;
    text-decoration: none;
    top: 1px;
    left: 1px;
    border-color: #EBE9E5 #8F8C86 #EBE9E5 #8F8C86;
    color: white;
}

.center {text-align:center;}

