html {
  padding:0px;
  color:#444;
  font-size:10pt;
  font-family: helvetica, arial, sans-serif;
}

body {
  margin:0px;
  padding:0px;
}

div.container {
  margin:0px;
  height:100%;
  width:100%;
}

.rightColumn {
  width:100%;
  float:right;
  margin-left:-150px;
  padding:0px;
}

div.content {
  padding:10px;
  border: none;
  margin-left:150px;
  position:relative;
  float:none;
  background: #fff url('../images/bottomleftcorner.png') no-repeat bottom left;
}

.middle {
  padding:0px;
  width:75%;
}

.right {
  float:right;
}

.floatLeft {
  float:left;
  margin-right:5px;
  clear:none;
}

.inline {
  display:inline;
}

div.nav {
  color:#666;
  font-size:9pt;
  width:130px;
  overflow:hidden;
  line-height:15px;
  z-index:5;
  margin-bottom:10px;
  float:none;
  background: #fff url('../images/toprightcorner.png') no-repeat top right;
  padding: 20px 0 0 10px;
}

.header {
  height:70px;
  background: #b9d9f4 url('../images/headEfct.gif') no-repeat top right;
}

.footer {
  text-align:center;
  font-size:8pt;
  clear:both;
}

.clearer {
  clear:both;
  height:1px;
  margin:0;
  padding:0;
}

.captions {
  clear:both;
}

img {
  border:none;
}

.imgright {
  float:right;
  margin:15px;
  margin-right:6px;
  clear:both;
}

.imgleft {
  float:left;
  margin:15px;
  margin-left:6px;
  clear:left;
}

a:link, a:active, a:visited {
  text-decoration:none;
  color:#0F7CE8;
}

a:hover {
  color:#57A9FB;
  text-decoration:underline;
}

a.white:link, a.white:active, a.white:visited {
  color:#fff;
  text-decoration:underline;
}

a.white:hover {
  text-decoration:underline;
}

.navP {
  margin:0px;
}

table, td {
  border-spacing:1px;
  border:none !important;
  font-size:10pt;
}

.quarter {
  width:25%;
}

p {
  font-size:10pt;
  line-height:135%;
  margin-right:7px;
  margin-left:7px;
}

p.header {
  font-size:18pt;
  color:#9AD21E;
}

p.error {
  color:red;
}

.white {
  color:white;
  margin:0px;
  margin-top:2px;
  margin-left:2px;
  padding:0px;
}

.quote {
  padding:5px;
  font-weight:bold;
  color:#666;
  margin-top:10px;
  float:left;
  width:22.9%;
  background: #fff url('../images/quo.gif') no-repeat top right;
}

h1 {
  color:#66A000;
  font-size:150%;
  font-weight:bold;
  margin:10px 7px 0 7px;
}

.headLine {
  font-size:220%;
  font-weight:bold;
}

h2 {
  font-size:120%;
  color:#666;
  margin:0 7px 0 7px;
}

h2.white {
  color:#FFF;
  font-size:13pt;
}

h3 {
  margin:0px;
  font-size:8pt;
  color:#aaa;
}

h4 {
  margin:0 0 0 7px;
  font-size:8pt;
  font-weight:normal;
  color:#aaa;
  display:inline;
}

h5 {
  color:#444;
  font-size:11pt;
  margin:0 7px 0 7px;
}

.sideBox {
  width:30%;
  color:#444;
  float:right;
  clear:right;
  margin:0 15px 15px 15px;
  padding:15px;
  padding-top:10px;
  background: #fff url('../images/topleftcorner.png') no-repeat;
}

.sideHeader {
  margin:0 7px 0 0;
}

.tabs {
  width:97%;
  float:left;
  border-bottom:solid 1px #9BD731;
  padding-right: 5px;
  margin:0 7px 15px 7px;
}

.tabs h4 {
  margin-bottom:0;
  float: left;
	position: relative;
	bottom:-5px;
}

.tabs ul {
  margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 8pt;
	font-weight:bold;
	color:#666;
	padding-top: 2px;
	position:relative;
	list-style:none;
}

.tabs li {
  margin: 0 2px -1px 0;
	padding: 5px 0px 5px 0px;
	background:#fff url(../images/tabs1.png) no-repeat center -32px;
	float: right;
	border-bottom: 1px solid #9BD731;
  text-align: center;
  display:block;
  width:83px;
}

.tabs li:hover {
  background-position: center -64px !important;
}

.tabs li.rate {
  background-image:url(../images/tabs2_rate.png) !important;
}

.tabs li.chat {
  background-image:url(../images/tabs2_chat.png) !important;
}

.tabs li.this, .tabs li.this:hover {
  background-position: center 1px !important;
  border-bottom: 1px solid #fff !important;
  position:relative;
}

.tabs a, .tabs a:visited, .tabs a:active {
  color:#555;
  text-decoration:none;
}

.tabs a:hover {
  color:#333;
}

.halfPageLeft {
  float:left;
  width:45%;
}

.halfPageRight {
  float:right;
  width:52.5%;
  background: #fff url('../images/topleftcorner.png') no-repeat 0 0;
  padding-left:10px;
}

.noBG {
  background: #fff;
}

p.side {
  margin-left:0px;
}

hr {
  width:100%;
  color:#ccc;
  background-color:#ccc;
  height: 1px;
  border: 2px #ccc;
}

.center {
  margin-right:auto;
  margin-left:auto;
  text-align:center;
}

.shade1 {
  border:solid 1px #fff;
  background:#999;
  height:25px;
  vertical-align:middle;
}

.shade2 {
  border:solid 1px #fff;
  background-image: url('../images/shade.gif');
  vertical-align:middle;
  height:23px;
  padding:0px;
  margin:0px;
}

.shade3 {
  border:solid 1px #fff;
  background-color:#ccc;
  height:25px;
  vertical-align:middle;
}

.shade4 {
  border:solid 1px #fff;
  background-color:#F9F9F9;
}

.shade5 {
  border:solid 1px #fff;
  background-color:#eee;
}

div.form {
  float:left;
  width:125px;
  margin-right:10px;
  margin-left: auto;
}

fieldset {
  padding:15px;
  border:solid 1px #ddd;
}

.rateBtn {
  width: 53px;
  height: 22px;
  background: #fff url(http://www.fishezine.co.uk/images/rate.gif) no-repeat;
  border:none;
  display:inline-block;
  vertical-align:middle;
  list-style:none;
}

.rateBtn:hover {
  background: #f9f9f9 url(http://www.fishezine.co.uk/images/rate.gif) no-repeat 0 -22px;
}

.textEditor {
  border: none;
  padding:0px;
  margin:0px;
  width:25%;
  text-align:center;
}

input, textarea {
  margin-bottom:2px;
  margin-right: auto;
}

.article {
  width:450px;
}

form {
  margin:0px;
  margin-right:auto;
  margin-left:auto;

}

form.article {
  width:590px;
}

form.pb {
  width:350px;
}

form.small {
  width:290px;
}

.weight {
  width:2em;
}

.radioB {
  width:1em;
}

checkbox {
  width:1em;
}

.submit {
  width:60px;
  margin-top:5px;
  margin-left:45%
}

.bold {
  font-weight:bold;
}

.italic {
  font-style:italic;
}

.underline {
  text-decoration:underline;
}

.big {
  font-size:140%;
  color:#555;
}

dt {
  font-size:110%;
  margin-right:7px;
  margin-left:7px;
  margin-top:0px;
  font-weight:bold;
}

dd {
  margin-left:7px;
}

.articleInfo dl {
  font-size:100%;
  margin-top:0;
  margin-bottom:0;
}

.articleInfo dt {
  float:left;
  clear:left;
  display:block;
  height:20px;
  width:6em;
}

.articleInfo dd {
  display:block;
  height:21px;
}

.discussion {
  clear:both;
  position:relative;
}

.discussion dl {
  list-style:none;
  padding:0;
  margin:10px 7px 10px 7px;
  background:#D8E4EE url('../images/comment_corner_tr.gif') no-repeat top right;
}

.discussion dt {
  background:url(../images/comment_corner.gif) no-repeat 0 0;
  margin:0px;
  padding:5px;

}

.discussion dd {
  margin:0 0 10px 0;
  padding:10px;
  background:#F2F5F8 url('../images/comment_corner_br.gif') no-repeat 100% 100%;
}

/*album styles*/

#album td img {
  margin:3px auto 3px auto;
}

#album td h2 {
  font-size:9pt;
  margin:0;
}

#album td {
  font-size:8pt;
  padding:25px;
}

#album td input {
  font-size:8pt;
}