#registration-form
{
 padding: 10px;
}

#registration-form label
{
  float: left;
  width: 180px;
  line-height: 16px;
  font-weight: bold;
}

#registration-form input
{
  float: left;
  width: 200px;
  height: 16px;
  background: white;
  border: 1px solid #dddddd;
  padding-left: 7px;
}

#registration-form select
{
  float: left;
  padding: 0px;
  background: white;
  border: 1px solid #dddddd;
  padding-left: 7px;
}

#registration-form input.required
{
  float: left;
  width: 200px;
  height: 16px;
  background: white;
  background-image: url('/images/required-field-background.jpg');
  background-repeat: no-repeat;
}

#registration-form .form_error
{
  margin-top: 10px;
  padding-left: 180px;
  text-align: left;
}

#registration-form .submit
{
  border: none;
  padding: 0px;
  text-decoration: none;
  color: white;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  font-family:Arial;
  float: left;
  width: 100px;
  font-weight: bold;
  background-image: url('/images/link-button-background.jpg');
}

#registration-form .form-row
{
  float: none;
  width: 100%;
  height: 15px;
  margin-top: 10px;
  margin-bottom: 3px;
}

#registration-form fieldset
{
  padding-left: 5px;
  padding-bottom: 5px;
  margin-top: 10px;
  border: 1px solid #cccccc;
}

#registration-form legend
{
  background: #edeedc;
  border: 1px solid #cccccc;
  padding: 2px;
  height: 12px;
  line-height: 10px;
}

#edit-form
{
 padding: 10px;
}

#edit-form label
{
  float: left;
  width: 180px;
  line-height: 16px;
  font-weight: bold;
}

#edit-form input
{
  float: left;
  width: 200px;
  background: white;
  border: 1px solid #dddddd;
  padding-left: 7px;
}

#edit-form textarea
{
	width: 300px;
	height: 100px;
	border: 1px solid #dddddd;
	float: left;
}

#edit-form select
{
  float: left;
  background: white;
  border: 1px solid #dddddd;
  padding-left: 7px;
}

#edit-form input.required
{
  float: left;
  width: 200px;
  background: white;
  background-image: url('/images/required-field-background.jpg');
  background-repeat: no-repeat;
}

#edit-form .form_error
{
  margin-top: 10px;
  padding-left: 180px;
  text-align: left;
}

#edit-form .submit
{
  border: none;
  padding: 0px;
  text-decoration: none;
  color: white;
  font-size: 12px;
  height: 20px;
  float: left;
  width: 100px;
  font-weight: bold;
  background-image: url('/images/link-button-background.jpg');
}

#edit-form input[type="file"]
{
  float: left;
  width: 200px;
  background: white;
  border: 1px solid #dddddd;
  padding-left: 7px;
  margin-right: 45px;
}

#edit-form .form-row
{
  float: none;
  width: 100%;
  height: 15px;
  margin-top: 10px;
  margin-bottom: 3px;
}

#edit-form .form-row-textarea
{
  float: none;
  width: 100%;
  height: 100px;
  margin-top: 10px;
  margin-bottom: 3px;
}

#edit-form fieldset
{
  padding-left: 5px;
  padding-bottom: 5px;
  margin-top: 10px;
  border: 1px solid #cccccc;
}

#edit-form legend
{
  background: #edeedc;
  border: 1px solid #cccccc;
  padding: 2px;
  height: 12px;
  line-height: 10px;
}

#ship-form
{
 padding: 10px;
}

#ship-form label
{
  float: left;
  width: 220px;
  line-height: 16px;
  font-weight: bold;
}

#ship-form input
{
  float: left;
  width: 200px;
  height: 20px;
  background: white;
  border: 1px solid #dddddd;
  padding-left: 7px;
}

#ship-form textarea
{
  width: 300px;
  height: 100px;
  border: 1px solid #dddddd;
  padding-left: 7px;
  float: left;
}

#ship-form textarea.big
{
  width: 520px;
  height: 200px;
  border: 1px solid #dddddd;
  padding-left: 7px;
  float: left;
  background: white;
  background-image: url('/images/required-field-background.jpg');
  background-repeat: no-repeat;
}

#ship-form textarea.required
{
  width: 300px;
  height: 100px;
  border: 1px solid #dddddd;
  background-image: url('/images/required-field-background.jpg');
  background-repeat: no-repeat;
  float: left;
}

#ship-form select
{
  float: left;
  height: 20px;
  background: white;
  border: 1px solid #dddddd;
  font-size: 12px;
  padding-left: 7px;
}

#ship-form input.required
{
  float: left;
  width: 200px;
  height: 20px;
  background: white;
  background-image: url('/images/required-field-background.jpg');
  background-repeat: no-repeat;
}

#ship-form .form_error
{
  margin-top: 10px;
  padding-left: 220px;
  text-align: left;
}

#ship-form .submit
{
  border: none;
  padding: 0px;
  text-decoration: none;
  color: white;
  font-size: 12px;
  height: 20px;
  float: left;
  width: 100px;
  font-weight: bold;
  background-image: url('/images/link-button-background.jpg');
}

#ship-form input[type="checkbox"]
{
  border: none;
  padding: 0px;
  text-decoration: none;
  background: white;
  height: 20px;
  float: left;
  width: 20px;
}

#ship-form .form-row
{
  float: none;
  width: 100%;
  height: 20px;
  margin-top: 10px;
  margin-bottom: 3px;
}

#ship-form .form-row-textarea
{
  float: none;
  width: 100%;
  height: 100px;
  margin-top: 10px;
  margin-bottom: 3px;
}

#ship-form .form-row-textarea-big
{
  float: none;
  width: 100%;
  height: 220px;
  margin-top: 10px;
  margin-bottom: 3px;
}

#ship-form fieldset
{
  padding-left: 5px;
  padding-bottom: 5px;
  margin-top: 10px;
  border: 1px solid #cccccc;
}

#ship-form legend
{
  background: #edeedc;
  border: 1px solid #cccccc;
  padding: 2px;
  height: 12px;
  line-height: 10px;
}

#properties-container
{
	float: left;
	height: 280px;
}

.nobold
{
	font-weight: normal;
}

.message
{
	color: green;
}

.error
{
  color: red;
}

#photo-form
{
 padding: 10px;
}

#photo-form label
{
  float: left;
  width: 220px;
  line-height: 16px;
  font-weight: bold;
}

#photo-form input
{
  float: left;
  width: 200px;
  height: 20px;
  background: white;
  border: 1px solid #dddddd;
  padding-left: 7px;
}

#photo-form textarea
{
  width: 300px;
  height: 100px;
  border: 1px solid #dddddd;
  padding-left: 7px;
}

#photo-form textarea.required
{
  width: 300px;
  height: 100px;
  border: 1px solid #dddddd;
  background-image: url('/images/required-field-background.jpg');
  background-repeat: no-repeat;
}

#photo-form select
{
  float: left;
  height: 20px;
  background: white;
  border: 1px solid #dddddd;
  font-size: 12px;
  padding-left: 7px;
}

#photo-form input.required
{
  float: left;
  width: 200px;
  height: 20px;
  background: white;
  background-image: url('/images/required-field-background.jpg');
  background-repeat: no-repeat;
}

#photo-form .form_error
{
  margin-top: 10px;
  padding-left: 220px;
  text-align: left;
}

#photo-form .submit
{
  border: none;
  padding: 0px;
  text-decoration: none;
  color: white;
  font-size: 12px;
  height: 20px;
  float: left;
  width: 100px;
  font-weight: bold;
  background-image: url('/images/link-button-background.jpg');
}

#photo-form input[type="checkbox"]
{
  border: none;
  padding: 0px;
  text-decoration: none;
  background: white;
  height: 20px;
  float: left;
  width: 20px;
}

#photo-form .form-row
{
  float: none;
  width: 100%;
  height: 20px;
  margin-top: 10px;
  margin-bottom: 3px;
}

#photo-form .form-row-textarea
{
  float: none;
  width: 100%;
  height: 100px;
  margin-top: 10px;
  margin-bottom: 3px;
}

#photo-form fieldset
{
  padding-left: 5px;
  padding-bottom: 5px;
  margin-top: 10px;
  border: 1px solid #cccccc;
}

#photo-form legend
{
  background: #edeedc;
  border: 1px solid #cccccc;
  padding: 2px;
  height: 12px;
  line-height: 10px;
}

.ship-photo
{
	border: 1px solid #cccccc;
	padding: 11px;
	margin: 10px;
	width: 570px;
}

.halfwidthcolumnuser-small
{
  width: 290px;
  height: 50px;
  padding: 3px;
  float: left;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-right: 5px;
  border: 1px dotted #cccccc;
  list-style-type: none;
}

.halfwidthcolumnuser
{
  width: 290px;
  height: 255px;
  padding: 5px;
  float: left;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-right: 5px;
  border: 1px dotted #cccccc;
  list-style-type: none;
}

.halfwidthcolumnuser h3
{
	background: #f2f2e6;
	margin: 0px;
	padding: 0px;
}

.avatar-left
{
	float: left;
	margin-right: 5px;
}

.payment-warning
{
	border: 1px solid red;
	background: #eecccc;
	margin: 10px;
	padding: 5px;
	font-weight: bold;
}

#photo-limit
{
  margin: 10px;
}

.calendar
{
  margin-left: auto;
  margin-right: auto;
}

.calendar *
{
  font-size: 14px;
  text-align: right;
  font-weight: bold
}

.calendar td
{
  padding: 0px;
}

.reserved
{
  background-image: url('/images/calendar/reserved.png');
}

.free
{
  background-image: url('/images/calendar/free.png');
}

.unknown
{
  background-image: url('/images/calendar/unknown.png');
}

.empty
{
  background-image: url('/images/calendar/empty.png');
}

.calendar-half-width-column
{
  width: 50%;
  padding: 0px;
  border: 0px;
  float: left;
  margin: 0px;
}

.calendar a
{
	text-decoration: none;
	color: black;
  width: 25px;
  height: 35px;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 35px;
  display: block;
  border: 0px;
}

.calendar-legend-item
{
  margin: 0px;
  padding-left: 25px;
  border: 0px;
  float: left;
  width: 25%;
  font-weight: bold;
  line-height: 35px;
}

.calendar-legend-item img
{
  float: left;
}

.user-gallery-photo
{
	float: left;
  margin: 0px;
  border: 1px solid #f2f2e6;
	width: 170px;
	text-align: center;
	margin: 3px;
	height: 170px;
	padding: 10px;
}

.lightbox-title
{
	font-size: 14px;
}

ul.right-column
{
	font-size: 12px;
  padding: 0px 5px 0px 15px;
}

ul.right-column li
{
}

.register-now-container
{
	text-align: center;
	clear: both;
	float: none;
	padding: 5px 5px 5px 75px;
}

#login-form
{
 padding: 10px;
 width: 400px;
 margin: auto;
}

#login-form label
{
  float: left;
  width: 150px;
  line-height: 16px;
  font-weight: bold;
}

#login-form input
{
  float: left;
  width: 200px;
  height: 16px;
  background: white;
  border: 1px solid #dddddd;
  padding-left: 7px;
}

#login-form .form_error
{
  margin-top: 10px;
  padding-left: 148px;
  text-align: left;
}

#login-form .submit
{
  border: 0px;
  padding: 0px;
  text-decoration: none;
  color: white;
  font-size: 12px;
  height: 20px;
  float: left;
  width: 100px;
  font-weight: bold;
  background-image: url('/images/link-button-background.jpg');
  font-family: Arial, sans-serif;
}

#login-form .form-row
{
  float: none;
  width: 100%;
  height: 15px;
  margin-top: 10px;
  margin-bottom: 3px;
}

#login-form fieldset
{
  padding-left: 5px;
  padding-bottom: 5px;
  margin-top: 10px;
  border: 1px solid #cccccc;
}

#login-form legend
{
  background: #edeedc;
  border: 1px solid #cccccc;
  padding: 2px;
  height: 12px;
  line-height: 10px;
}

#forgot-password-form
{
 padding: 10px;
 width: 400px;
 margin: auto;
}

#forgot-password-form label
{
  float: left;
  width: 150px;
  line-height: 16px;
  font-weight: bold;
}

#forgot-password-form input
{
  float: left;
  width: 200px;
  height: 16px;
  background: white;
  border: 1px solid #dddddd;
  padding-left: 7px;
}

#forgot-password-form .form_error
{
  margin-top: 10px;
  padding-left: 148px;
  text-align: left;
}

#forgot-password-form .submit
{
  border: 0px;
  padding: 0px;
  text-decoration: none;
  color: white;
  font-size: 12px;
  height: 20px;
  float: left;
  width: 100px;
  font-weight: bold;
  background-image: url('/images/link-button-background.jpg');
  font-family: Arial, sans-serif;
}

#forgot-password-form .form-row
{
  float: none;
  width: 100%;
  height: 15px;
  margin-top: 10px;
  margin-bottom: 3px;
}

#forgot-password-form fieldset
{
  padding-left: 5px;
  padding-bottom: 5px;
  margin-top: 10px;
  border: 1px solid #cccccc;
}

#forgot-password-form legend
{
  background: #edeedc;
  border: 1px solid #cccccc;
  padding: 2px;
  height: 12px;
  line-height: 10px;
}

a.right-column-link
{
  display: block;
  margin: 0px;
  padding: 5px;
  padding-left: 20px;
  font-size:12px;
  color:#336699;
  text-decoration:none;
  font-weight:bold;
  background-image: url('/images/fishipedia-button-background.jpg');
  width: 275px;
  height: 36px;
  margin-bottom: 5px; 
  line-height: 36px;
  }
  
.light-photo
{
	display: block;
	width: 280px;
	height: 210px;
	text-align: center;
	background: #eee;
	padding: 0px;
	margin: auto;
}
