/* CSS Document */
body{
margin:0px;
background-image:url(http://www.vbournemouthrocks.com/images/common/background.jpg);
background-position:top;
background-color:#333333;
background-repeat:no-repeat;
background-attachment:scroll;
}
#main_div{
width:1000px;
}
a:link {
	text-decoration: none;
	color:#FFFFFF
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color:#FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.facebook:link {
	text-decoration: none;
	color:#6666FF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.facebook:visited {
	text-decoration: none;
	color: #6666FF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.facebook:hover {
	text-decoration: none;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.facebook:active {
	text-decoration: none;
	color: #6666FF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#header_table{
border-bottom-color:#000000;
border-bottom-style:solid;
border-bottom-width:1px;
}
#header_signup{
padding:2px;
height:25px;
}
#header_signup_button{
background-color:#000000;
color:#CCCCCC;
border-color:#FF33FF;
border-width:1px;
border-style:solid;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
height:20px;
}
#header_signup_box{
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
color:#333333;
}
#menu_item{
background-image:url(../images/common/menu_item_back.png);
background-repeat:no-repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
font-weight:bold;
padding:2px;
text-align:left;
}
#menu_item:hover{
background-image:url(../images/common/menu_item_back_hover.png);
background-repeat:no-repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
font-weight:bold;
padding:2px;
text-align:left;
}
#section_bar{
background-image:url(../images/common/section_bar.jpg);
padding:2px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#FFFFFF;
font-weight:bold;
}
#home_div{
background-color:#666666;
padding:2px;
}
#home_div:hover{
background-color:#333333;
padding:2px;
color:#000000;
}
#photo_box{
background-color:#666666;
padding:3px;
}

.white_small_10{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
}
.white_small_12{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
}
.white_small_14{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#FFFFFF;
}
.black_small_10{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
}
.black_small_12{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}
.black_small_14{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
}
.black_large_20{
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
color:#000000;
}
.white_large_20{
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
color:#FFFFFF;
}
.white_large_28{
font-family:Arial, Helvetica, sans-serif;
font-size:28px;
color:#FFFFFF;
}
.grey_small_10{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#666666;
}
.grey_small_12{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
}
#photo_search{
background-color:#FFCCFF;
font-size:10px;
}
/* BUBBLE TOOLTIP */
a.tt {cursor: help;}
.tt {
  font-size: .9em;
  font-weight: normal;
  text-decoration:none;
  text-align: left;
}
.tt span { display: none; }
/*background:; ie hack, something must be changed in a for ie to execute it*/
.tt:hover {   position:relative;text-decoration:none; z-index:1000; color: #aaaaff; background:transparent;}
.tt:hover span.tooltip {
  color: #111;
  display:block;
  position:absolute;
  top:0px; left:-10px;
  padding: 15px 0 0 0;
  width:200px;
  text-align: left;
  text-decoration:none;
  z-index: 2000;
}
.tt.rightEnd:hover span.tooltip {
	right: -20px; left: auto;
}

.tt:hover span.top {
  display: block;
  padding: 30px 8px 0;
  background: url(../images/common/help_bubble.png) no-repeat top;
}
.tt.rightEnd:hover span.top {
	background: url(../images/common/help_bubble-right.png) no-repeat top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.tt:hover span.middle { /* different middle bg for stretch */
  display: block;
  padding: 0 8px; 
  background: url(../images/common/help_bubble_filler.png) repeat bottom; 
  font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
.tt:hover span.bottom {
  display: block;
  padding:3px 8px 10px;
  color: #548912;
  background: url(../images/common/help_bubble.png) no-repeat bottom;
}
.tt .fakeLink {text-decoration: underline;}
* html .tt:hover span.middle {background: url(../images/common/help_bubble_filler.gif) repeat bottom;}
* html .tt:hover span.top {background: url(../images/common/help_bubble.gif) no-repeat top;}
* html .tt:hover span.bottom {
	background: url(../images/common/help_bubble.gif) no-repeat bottom;
	  z-index:2400;
}
* html .tt.rightEnd:hover span.top {background: url(../images/common/help_bubble-right.gif) no-repeat top;};

#dhtmlgoodies_tooltip{
		background-color:#6666FF;
		border:1px solid #000;
		position:absolute;
		display:none;
		z-index:20000;
		padding:2px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#FFFFFF;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
		
	}
	#dhtmlgoodies_tooltipShadow{
		position:absolute;
		background-color:#FFFFFF;
		display:none;
		z-index:10000;
		opacity:0.7;
		filter:alpha(opacity=70);
		-khtml-opacity: 0.7;
		-moz-opacity: 0.7;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
	}
