﻿/* MasterPage Style*/
.body
{
    background-image:url(DXR.axd.jpg);
    background-repeat:repeat-x;
    background-color:#EEF1FA;
    }
/*End Style*/


.GridContent
{
  
 
  font-family:Arial;
  font-size:19PX;

  	
	
}
.GridHeader
{
  
  font-weight:bold;
  font-family:Arial;
  font-size:10PX;
	
	
}
.BoatNames
{
  
 
  font-family:Arial;
  font-size:22PX;
  font-weight:bold;
  	
	
}


/* Links Styles*/

A.Link

{ 
    font-size:12pt;
    color: White;
 text-decoration:none;
    background-image:url(btn3_1.jpg);
    vertical-align:middle;
     text-align:center;
}

A.Link:active

{ 
    font-size:12pt;
    color:white;
 text-decoration:none;
     background-image:url(btn3_1.jpg);
vertical-align:middle;
 text-align:center;
}

A.Link:hover

{
    color:  White;
vertical-align:middle;
    font-size:12pt;
 text-decoration:none;
    background-image:url(btn4_1.jpg);
    text-align:center;
    
}

.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 660px;
	height:90px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
.items div {
	float:left;
}
