
/*Homepage Boat List Box styles*/

.finetable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
}

.finetable a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: blue;
}

.finetable a:hover{
	text-decoration: none;
	color: red;
}

.blackborder{
border: 1px solid #000000;
}

.headercell {
	font-size: 110%;
	font-weight: bold;
	color: #003399;
	padding: 3px;
	background-color: #DEEFFF;
	border: 1px solid #5995DE;
}

.cell_tblr {
	font-size: 100%;
	padding: 5px;
	border: 1px solid #5995DE;
}

.cell_blr {
	font-size: 100%;
	padding: 5px;
	
	border-top-style: none;
	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #3366CC;
	
	border-left-color: #3366CC;
	border-left-width: 1px;
	border-left-style: solid;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3366CC;
}

.cell_tbr {
	font-size: 100%;
	padding: 5px;
	
	border-top-color: #3366CC;
	border-top-width: 1px;
	border-top-style: solid;	

	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #3366CC;

border-left-style: none;

	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3366CC;
}

.cell_lr {
	font-size: 100%;
	padding: 5px;
	
	border-top-style: none;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3366CC;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3366CC;
	
	border-bottom-style: none;
}


.cell_bl {
	font-size: 100%;
	padding: 5px;
	
	border-top-style: none;
	
	border-bottom: 1px solid #3366CC;
	border-left: 1px solid #3366CC;
	
	border-right-style: none;
}


.cell_br {
	font-size: 100%;
	padding: 5px;
	
	border-top-style: none;
	
	border-bottom: 1px solid #3366CC;
	border-right: 1px solid #3366CC;
	
	border-left-style: none;
}

.cell_l {
	font-size: 100%;
	padding: 5px;
	
	border-top-style: none;
	border-bottom-style: none;

	border-left: 1px solid #3366CC;
	
	border-right-style: none;
}

.cell_r {
	font-size: 100%;
	padding: 5px;
	
	border-top-style: none;
	border-bottom-style: none;

	border-right: 1px solid #3366CC;
	
	border-left-style: none;
}

.cell_b {
	font-size: 100%;
	padding: 5px;
	
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;

	border-bottom: 1px solid #3366CC;
}


.boldred{
font-weight: bolder;
color: #990000;
}


.boldblue{
font-weight: bolder;
color: #003399;
text-align: bottom;
}

.rightthumb{
float: right;
padding: 4px;
background: #F4F4F4;
text-align: center;
}

.finerule{
border: none;
height: 1px;
width: 95%;
color: #5A96DE;
background-color: #5A96DE;
}

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