/* @override http://seaview-services.co.uk/css/main.css */

body {
    background-image : url(/images/head-fill.gif);
    background-repeat : repeat-x;
	background-color : #FFFFE1;
    color : #006600;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 0.8em;
    margin-top : 0px;
  }


form fieldset {
    background-color : #E1EAFF;
  }


form legend {
    font-weight: bold;
    font-variant: small-caps;
    color: #ffffff;
    background-color: #CC00CC;
    padding: 2px 6px;
    margin-bottom: 8px;
  }


form label {
		padding-left: 22px;
    display: inline;
    float: none;
  }

form label.flX {
    display : inline;
    float : none;
    font-weight : normal;
    line-height : normal;
		margin-top: .2em;
    margin-right : 10px;
    position : relative;
    text-align : right;
    vertical-align : middle;
    width : 100px;
  }

form label.fl {
		background-repeat: no-repeat;
		background-position: 3px 0px;
		padding-left: 22px;
    display : block;
    float : left;
    font-weight : bold;
    line-height : normal;
		margin-top: .2em;
    margin-right : 10px;
    position : relative;
    text-align : right;
    vertical-align : middle;
    width : 200px;
  }

form label.flBlank {
		background-image: url(/css/blank.gif);
		background-repeat: no-repeat;
		background-position: 3px 0px;
		padding-left: 22px;
    display : block;
    float : left;
    font-weight : bold;
    line-height : normal;
		margin-top: .2em;
    margin-right : 10px;
    position : relative;
    text-align : right;
    vertical-align : middle;
    width : 200px;
}

form label.flComplete {
		background-image: url(/css/complete.gif);
		background-repeat: no-repeat;
		background-position: 3px 0px;
		padding-left: 22px;
    display : block;
    float : left;
    font-weight : bold;
    line-height : normal;
		margin-top: .2em;
    margin-right : 10px;
    position : relative;
    text-align : right;
    vertical-align : middle;
    width : 200px;
}

form label.flCaution {
		background-image: url(/css/caution.gif);
		background-repeat: no-repeat;
		background-position: 3px 0px;
		padding-left: 22px;
    display : block;
    float : left;
    font-weight : bold;
    color: #FF0000;
    line-height : normal;
		margin-top: .2em;
    margin-right : 10px;
    position : relative;
    text-align : right;
    vertical-align : middle;
    width : 200px;
}

form label.flRequired {
		background-image: url(/css/required.gif);
		background-repeat: no-repeat;
		background-position: 3px 0px;
		padding-left: 22px;
    display : block;
    float : left;
    font-weight : bold;
    line-height : normal;
		margin-top: .2em;
    margin-right : 10px;
    position : relative;
    text-align : right;
    vertical-align : middle;
    width : 200px;
}

form input.formInputText {
    font-size: .8em;
    color: #666666;
    background-color: #ffeeee;
    padding: 2px;
    border: solid 1px #006600;
    margin-right: 5px;
    margin-bottom: 5px;
    height: 15px;
  }


form input.formInputText:hover {
    background-color: #ccffff;
    border: solid 1px #ff6666;
    color: #000000;
  }


form input.formInputText:focus {
    color: #000000;
    background-color: #ffffff;
    border: solid 1px #ff6666;
  }


form select.formSelect {
    font-size: .8em;
    color: #666666;
    background-color: #ffeeee;
    padding: 2px;
    border: solid 1px #006600;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    width: 20em;
  }


form select.formSelect:hover {
    background-color: #ccffff;
    border: solid 1px #ff6666;
    color: #000000;
  }


form select.formSelect:focus {
    color: #000000;
    background-color: #ffffff;
    border: solid 1px #ff6666;
  }


.highlight {
    font-weight: bold;
  }


a:link, a:visited, a:active {
    font-weight: bold;
    text-decoration: none;
    color: #009900;
    background-color: #FFFFCC;
    padding-right: 0.3em;
    padding-left: 0.3em;
  }


a:hover, a.current:link, a.current:visited {
    font-weight: bold;
    color: #CC3300;
    text-decoration: none;
    background-color: #FFFFCC;
    padding-right: 0.3em;
    padding-left: 0.3em;
  }


ul {
    list-style: disc outside;
  }


.ulMainNav {
    margin: 0px;
    padding: 0px;
    clear: both;
  }


.ulMainNav li {
    display: inline;
    float: left;
    list-style-type: none;
  }


.ulMainNav a:link, .ulMainNav a:visited, .ulMainNav a:active {
    background-image : url(/images/butt-fill-1.gif);
	background-repeat:repeat-y;
	background-color: #009900;
	font-size: 12px;
	display: block;
	width: 115px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 2px;
	border: thin solid #006600;
  }


.ulMainNav a:hover, .ulMainNav a.current:link, .ulMainNav a.current:visited {
    background-image : url(/images/butt-fill-2.gif);
	background-repeat:repeat-y;
    background-color: #CC3300;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
	border: thin solid #006600;
  }


.ulAdminNav {
    margin: 0px;
    padding: 0px;
    clear: both;
  }


.ulAdminNav li {
    padding-top: 2px;
    padding-bottom: 2px;
    display: inline;
    float: left;
    list-style-type: none;
  }


.ulAdminNav a:link, .ulAdminNav a:visited, .ulAdminNav a:active {
    font-size: 12px;
    display: block;
    width: 115px;
    text-align: center;
    font-weight: normal;
    background-color: #009900;
    color: #FFFFFF;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    padding: 2px;
  }


.ulAdminNav a:hover, .ulAdminNav a.current:link, .ulAdminNav a.current:visited {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #CC3300;
  }

h1 {
    clear: both;
    font-size: 1.6em;
    text-align: left;
  }

h2 {
    clear: both;
    font-size: 1.4em;
    text-align: right;
  }

h3 {
    clear: both;
    font-size: 1.2em;
    text-align: left;
  }


.floatImgLeft {
    clear: both;
    float: left;
    padding: 3px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
  }


.floatImgRight {
    clear: both;
    float: right;
    padding: 3px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 10px;
  }


p.error {
    background-color : #ff0000;
    font-weight: bold;
    color : #ffffff;
    font-size: 1.2em;
    padding: 3px;
  }


p.debug {
    background-color : #0000C0;
    font-weight: bold;
    color : #FFFF00;
    font-size: 1.2em;
    padding: 3px;
  }


table.form {
    font-size: 0.75em;
    background-color : #FFFFC0;
  }


.sold {
    color: #FF0000;
    text-decoration: line-through;
  }


p.small {
    font-size: 0.7em;
  }

p.clear {
    clear: both;
  }
