/* offers */
.offerHolder {
	background-color:#C3E2E9;
	float:right;
	margin-right:10px;
	padding:10px 10px 0;
	width:120px;
}
.offer {
	margin-bottom:15px;
}
#offer {
	width:250px;
}
.offerHeader {
	border-bottom:1px solid white;
	color:white;
	font-weight:bold;
	letter-spacing:1px;
	margin-bottom:10px;
	text-transform:uppercase;
}

.baitBox {
	height:300px;
	overflow-y:scroll;
	border:1px solid #CCCCCC;
}

.resultTable {
	height:322px;
}

.tdMember {
	width: 60px;
	overflow: hidden;
}

.tdDate {
	white-space:nowrap;
}

.baitBox td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.infoBottom {
	background-image: url(../../../pics/info_bottom.gif);
	background-repeat: no-repeat;
	height: 12px;
	clear:both;
	line-height: 0px;
	font-size: 0px;
}
.infoHolder {
	float: right;
	width: 220px;
	background-color: #D7EED7;
	background-image: url(../../../pics/info_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
}
.infoPadding {
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.standardDiv {
	background-color: #FFFFCC;
	height: 200px;
	display: block;
	width: 906px;
}

/* ag baits and fish*/

.baitImage {
	width:132px;
	height:80px;
	background-position:center;
	background-repeat:no-repeat;
	border:1px solid #9B9A9A;
}

.baitColor {
	width:50px;
	height:34px;
	background-position:center 25%;
	background-repeat:no-repeat;
	border:1px solid #9B9A9A;
}

/* thumb bait */

.baitThumbImage {
	width:132px;
	height:80px;
	background-position:center;
	background-repeat:no-repeat;
}

.baitThumbImageHolder {
	background-color:#FFFFFF;
	width:132px;
	height:80px;
	border:1px solid #9B9A9A;	
	cursor:pointer;
	margin-bottom:3px;
}

.baitThumbZoom {
	width:63px;
	height:37px;
	float:left;
	padding-right:3px;
	padding-top:3px;
	text-align:right;
}

.baitThumbBaitbox {
	width:66px;
	height:40px;
	float:left;
}

.baitThumbColor {
	width:65px;
	height:39px;
	background-position:center 25%;
	background-repeat:no-repeat;
	border:1px solid #9B9A9A;
}

.baitThumbColorHolder {
	background-color: #FFFFFF;
	margin-left:66px;
	float:left;
}

/* mini bait */

.baitMiniImage {
	width:27px;
	height:19px;
	background-position:center;
	background-repeat:no-repeat;
	padding-left:40px;
	padding-top:21px;	
}

.baitMiniImageHolder {
	background-color: #FFFFFF;
	width:67px;
	height:40px;
	cursor:pointer;	
}

.baitMiniImageBorder {
	width:67px;
	height:40px;
	background-position:center;
	background-repeat:no-repeat;
	border:1px solid #9B9A9A;
}

.baitMiniColor {
	width:25px;
	height:17px;
	background-position:center 25%;
	background-repeat:no-repeat;
	border:1px solid #9B9A9A;
}

.baitMiniColorHolder {
	background-color: #FFFFFF;
}

/* */

.detailImageHolder {
	width:270px;
	height:200px;
	background-position:center;
	background-repeat:no-repeat;
	border:1px solid #9B9A9A;
}

.browseFishDiv {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	color: #000000;
	padding: 4px;
	width: 134px;
	text-align: left;
	text-decoration: none;
	display: block;
	position:relative;
}

.fishDiv {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	color: #000000;
	padding: 4px;
	width: 134px;
	text-align: left;
	text-decoration: none;
	display: block;
}

.fishDiv:hover {
	padding: 2px;
	border: 2px solid #999999;
	text-decoration:none;
}

.fishDivSelected {
	border: 2px solid #CC0000;
	font-weight: bold;
	background-color: #B6FF2F;
	position:relative;
}

.fishDivUnSelected {
	border: 2px solid #FFFFFF;
	position:relative;
}

.fishDivAG {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	color: #000000;
	padding: 6px;
	width: 134px;
	text-align: left;
	text-decoration: none;
	display: block;
}

.fishDivAG:hover {
	text-decoration:none;
}

.weatherDiv {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	color: #000000;
	padding: 6px;
	width: 110px;
	text-align: center;
	text-decoration: none;
	display: block;
}

.weatherDiv:hover {
	padding: 4px;
	border: 2px solid #999999;
	text-decoration:none;
}

.weatherDivSelected {
	border: 2px solid #CC0000;
	display: block;
	font-weight: bold;
	background-color: #B6FF2F;
}

.weatherDivUnSelected {
	display: block;
	margin: 2px;
}

.descriptionFish {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	color: #000000;
	display: block;
	width: 884px;
	padding: 10px;
	background-color: #E8E8E8;
	/*height: 42px;*/
}

.btnNext {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-image: url(../../../pics/btn_next.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 104px;
	display: block;
	padding-top: 13px;
	padding-right: 43px;
	text-align: right;
	float: right;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 20px;	
}

h2 {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 20px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

h2 a {
	color: #194A83;
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

.grey {
	color: #CCCCCC;
}

.red2 {
	color: #CC0000;
}

.fileUploadStyle {

	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.descriptionInfo {

	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	color: #000000;
	float: right;
	display: block;
	width: 220px;
	padding: 10px;
	background-color: #E8E8E8;
	/*height: 280px;*/
}
.textInfo {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.infoDiv {
	/*height: 300px;*/
	width: 654px;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
}
.sayYes {
	color: #009900;
	font-size: 12px;
	font-weight: bold;
}

.sayNo {
	color: #CC0000;
	font-weight: bold;
	font-size: 12px;
}
.copyDiv {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	width: 134px;
	text-align: center;
	margin: 0px;
}
.copyDiv img {
	margin-bottom: 3px;
}
.textInfoNormal {

	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	color: #000000;
}

/*//////////////////////////////// SCROLL TABLES SIZE */

.scrollTable {
	height: 200px;
	overflow: auto;
}

/*//////////////////////////////// STANDARD TABLES */

.tableStandard {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.tableStandard th {
	background-color: #E8E8E8;
	text-align: left;
	vertical-align: bottom;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

.tableStandard td {
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: normal;
}


/*//////////////////////////////// CATCH DETAILS */


.infoWindowLeft {
	width: 80px;
	height: 80px;
	float: left;
	border: 1px solid #CCCCCC;
	padding: 2px;
	font-size: 0px;
	background-repeat: no-repeat;
	background-position: center center;
}
.infoWindowRight {
	width: 125px;
	float: right;
	text-align: left;
}
.infoWindow {
	width: 220px;
	text-align: center;
}
.detailImage {
	text-align: center;
}
.detailImage img {
	border: 1px solid #CCCCCC;
	padding: 4px;
	line-height: 0px;
}
.detailExtra {
	clear: both;
	padding: 5px;
	text-align: center;
}

.detailHeadline {
	padding: 10px;
	font-size: 20px;
	font-weight: bold;
}
.detailSubline {
	padding-right: 10px;
	padding-left: 10px;
}
.detailHolderRight {
}

/*//////////////////////////////// SEARCH BOXES */

.mfmBox {
	border: 1px solid #CCCCCC;
	width: 191px;
	float: left;
	/*height: 50px;*/
	background-color: #F4F4F4;
	margin-right: 6px;
	margin-bottom: 6px;
	font-size: 11px;
}
.mfmBoxHeadline {
	background-color: #DDDDDD;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.mfmBoxField {
	width: 170px;
	font-size: 11px;
}
.mfmBoxButton {
	font-size: 11px;
}
.mfmBoxFieldSmall {
	width: 58px;
	font-size: 11px;
}
.tabTd {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.tabTdInner {
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.tabTdLeft {
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.tabTdRight {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}.infoarrow {
	background-image: url(../../../pics/infoarrow.gif);
	height: 49px;
	width: 163px;
	padding-top: 30px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	padding-right: 15px;
	background-repeat: no-repeat;
	float: left;
	margin-right: 15px;
}
.infoarrow .number {
	font-size: 36px;
	font-weight: bold;
	color: #339933;
	width: 30px;
	float: left;
	line-height: 48px;
	text-align: center;
}
.infoarrow .arrowtext {
	padding-top: 10px;
}

#myExtra {
	width:305px;
	height:100px;
}


.group_action:hover {
	background-color:#FFFFFF;
}

.group_action {
	background-color:#EEEEEE;
	border:1px solid silver;
	font-weight:bold;
	margin:3px;
	padding:5px;
	width:122px;
	float:left;
	height:15px;
}