/*
body {
	text-align: center;
	margin: 0px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #BBD4E4;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
}
*/

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	background-image:url(../images/bg.gif);
	background-repeat:repeat;
	padding: 0;
	text-align: center; 
	color: #45475F;
}

a {
	text-decoration: none;
	color: #7fa9c1;
}

.enlarge-link {
	cursor:hand;
}

#wii-universal-nav {
	/*	background:#BCCDDB url(../../../i/v16/t/sprites-t1.gif) repeat-x 0px -280px; */
	color:#CFE9E8;
	clear:both;
	margin:0px;
	height:1%;
	width: 850px;
	white-space:nowrap;
	
}

#wii-universal-nav ul {
	margin:2px 0px 0px 0px;
	padding:0px;
	height:1%;
	white-space:nowrap;
}

#wii-universal-nav li 
{
	float:left;
	overflow:inherit;
	padding:0px 15px 0px 15px;
	white-space:nowrap;
	border-right:#FFFFFF 1px inset;
	list-style-type: none;
}
#wii-universal-nav li a {
	color:#FFFFFF;
	white-space:nowrap;
	display:block;
	padding:4px 0px;
}
#wii-universal-nav li:hover {
	background:#C8D7E3 url(../images/sprites-t1.gif) repeat-x 0px 0px;
}
#wii-universal-nav ul {
	font-family:arial, sans-serif;
	font-size:0.9em;
	font-weight:normal;
	letter-spacing: 1px;
	color: #CFE9E8;
}
#wii-universal-nav ul ul {
	font-size:1em;
}
#wii-universal-nav-top {
	/*	background:#BCCDDB url(../../../i/v16/t/sprites-t1.gif) repeat-x 0px -280px; */
	position: absolute;
	width: 320px;
	height: 21px;
	color:#CFE9E8;
	height:31px;
	width: 340px;
	top: 25px;
	margin-left: 460px;
}
#wii-universal-nav-top ul {
	margin:6px 0px 0px 0px;
	padding:0px;
	height:1%;
}
#wii-universal-nav-top li {
	float:left;
	overflow:inherit;
	padding:0px 1px 0px 0px;
	white-space:nowrap;
}
#wii-universal-nav-top li a {
	color:#339999;
	white-space:nowrap;
	display:block;
	padding:1px 0px;
}
#wii-universal-nav-top li:hover {
}
#wii-universal-nav-top ul {
	font-family:arial, sans-serif;
	font-size:0.7em;
	font-weight:normal;
	top: 2px;
}
#wii-universal-nav-top ul ul {
	font-size:1em;
}

.twoColFixLtHdr #container {
	width: 860px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:35px;
	border: .5px solid #cccccc;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}

.twoColFixLtHdr #header {
	background: #DDDDDD;
	height:98px;
	background-image:url(../images/header.bg.jpg);
	background-repeat: repeat-x;
	padding: 0 10px 0 2px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 245px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 22px 20px 0px 20px;
	margin: 15px 0 0 0;
}
.twoColFixLtHdr #sidebar1 h3 {
	color: #177a65;
}
.twoColFixLtHdr #mainContentHome {
	margin: 10px 0 0 15px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
}
.twoColFixLtHdr #mainContentRing ul {
	margin: 10px 0 0 15px;
}
.twoColFixLtHdr #mainContentRing li {
	margin: 10px 0 0 15px;
	list-style-image: url(../images/ring.gif);
}
.twoColFixLtHdr #mainContentHeart ul {
	margin: 10px 0 0 15px;
}

.twoColFixLtHdr #mainContentHeart li {
	margin: 15px;
	list-style-image: url(../images/heart.gif);
}

.twoColFixLtHdr #mainContent .ListHeader
{
	font-weight: bold;
}

.twoColFixLtHdr #mainContent {
	height: 100%;
	border:#eeeeee 1px outset;
}

.twoColFixLtHdr #mainContent h1 {
	color: #006699;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
}

.twoColFixLtHdr #mainContent h2 {
	color: #006699;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}
.twoColFixLtHdr #mainContent h3 {
	color: #006699;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}
.twoColFixLtHdr #mainContent h4 {
	color: #006699;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.twoColFixLtHdr #mainContent h5 {
	color: #006699;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
}

.twoColFixLtHdr #scheduler h2
{
	font-family: Verdana , Arial, Helvetica, sans-serif;
	color: White;
}



.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#f2f2f2;
	font-size: 9px;
}

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* @group Share */

#pageActions li:hover, #pageActions li.hover {
	position: static;
} /* fix for dropdown getting stuck in IE7 and Safari*/
#pageActions li ul {
	width:auto;
	background:#fff;
	border:1px solid #ccc;
	padding:0 .5em;
	position:absolute;
	left:-999em;
	z-index:999;
	margin: 0;
	font-size: 11px;
	width:7.75em;
}
#pageActions li:hover ul, #pageActions li.sfhover ul {
	left: -50px;
	top: 7px;
}
#pageActions li ul li {
	width:7.75em;
	margin:0;
	padding:0;
	float:none;
}
#pageActions li ul li a {
	text-decoration:none;
	width:auto;
	border:1px solid #fff;
	padding:0 0 0 20px !important;
	display:block;
	text-indent: 0;
	color: #000;
	height: auto;
	line-height: 20px;
}
#pageActions li ul li a:hover {
	text-decoration: underline;
}
#pageActions #digg a {
	background:transparent url(../images/share/icon_digg.gif) no-repeat left center;
}
#pageActions #delicious a {
	background:transparent url(../images/share/icon_delicious.gif) no-repeat left center;
}
#pageActions #newsvine a {
	background:transparent url(../images/share/icon_newsvine.gif) no-repeat left center;
}
#pageActions #facebook a {
	background:transparent url(../images/share/icon_facebook.gif) no-repeat left center;
}
#pageActions #reddit a {
	background:transparent url(../images/share/icon_reddit.gif) no-repeat left center;
}
#pageActions #furl a {
	background:transparent url(../images/share/icon_furl.gif) no-repeat;
}
#pageActions #yahoo a {
	background:transparent url(../images/share/icon_yahoo.gif) no-repeat left center;
}
#pageActions #google a {
	background:transparent url(../images/share/icon_google.gif) no-repeat left center;
}
/* Added whatIsThis page action for blog button help - Dan */
#pageActions #whatIsThis a {
	background:transparent url(../images/share/quark.gif) no-repeat left center;
}
/* @end */

/* @group pageActions */

#pageActions {
	position: absolute;
	top: 47px;
	right:20px;
	padding-top:7px;
	margin: 0;
	width: 26px;
	height: 417px;
	background-repeat: no-repeat;
}

#pageActions li {
	display: inline;
	margin: 0;
}

#pageActions li a {
	display: block;
	position:inherit;
	left:20px;
	height: 19px;
	text-indent: -999em;
	outline: none;
}

#pageActions li.sendToFriend a {
	background: url(../images/btn_sendtofriend.gif) no-repeat center top;
}
#pageActions li.share a {
	background:transparent url(../images/share/share_icons.gif) center no-repeat;
}
#pageActions li.print a {
	background: url(../images/btn_print.gif) no-repeat center top;
}
/* @end */

#login-nav {
	background-image:url(../images/green-block-bkgrnd.gif);
	background-repeat: repeat;
	position: absolute;
	top: 55px;
	margin-left:520px;
	padding-top:7px;
	width: 270px;
	height: 48px;
	position: absolute;
	padding-left: 20px;
}
#login-nav h3 {
	font-size: 10px;
	color:#ffffff;
	font-weight:100;
	line-height:normal;
}
#comingSoon {
	position: absolute;
	top: 10px;
	margin-left:512px;
	padding-top:7px;
	width: 320px;
	height: 21px;
	background-repeat: no-repeat;
}

.AdminButton
{
	color: Red;
	font-size: x-small;
	float: right;
	
}

.AdminPanelHeader
{
	width: 640px;
	border-bottom: dashed 1px gray;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	float: left;
}

.WhiteLinkButton
{
	color: White;
	text-decoration: underline;
}

.OrangeLinkButton
{
	color: #ed7136;
}

.AdminListBox
{
	border: none;
}

.AdminUL
{
	list-style: none;
	margin: 2px 2px 0px 5px;
}
	
.AdminLIUnSelected
{
	background-color: White;
}
	
.AdminLISelected
{
	background-color: #cde2ed;
}	
	
.AdminLIUnSelected:hover
{
	background-color: #cde2ed;
}



/* Vendor Page style */


.VendorPage #mainContent {
	
	height: 100%;
}

.VendorPage #mainContent h1 {
	background-color: #006699;
	color: White;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}

.VendorPage #mainContent h2 {
	color: #006699;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

.VendorPage #mainContent h3 {
	color: #006699;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

.VendorPage #mainContent h4 {
	color: #006699;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.VendorPage #mainContent h5 {
	color: #006699;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
}

.VendorPageLabel
{
	color: #20b28e;
}

.VendorPageCompanyName
{
	background-color: #20b28e;
	color: White;
	border: 1px solid #20b28e;
	vertical-align: middle;
	height: 40px;
	padding-left: 10px;
	
}

.VendorPageImageHeader
{
	border: 1px solid #20b28e;
    height: 40px; 
    width: 350px;
    text-align: center; 
    vertical-align: middle
}

.VendorPageBooking
{
	text-align:center; 
	vertical-align: middle; 
	background-image: url(../images/banner_long_bg.gif)
	
}

.VendorPageBooking1
{
	
	vertical-align: middle;

}

.VendorPageBooking2
{
	color: White;
	font-size: 16pt;
	font-family: Times New Roman;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}

.VendorPage #businessName
{
	font-weight: bold;
}

.VendorPage #MainImageBlock
{
	
}

.VendorPage #SubImage1Block
{
	 
	display: inline; 
	margin-right: 5px
	
}

.VendorPage #SubImage2Block
{
	
	display: inline; 
	margin-right: 5px
}

.VendorPage #SubImage3Block
{
	 
	 display: inline; 
	 
	
}


/* Brooks */


.full-page {
	width: 820px;
	background-color: #FFFFFF;
	margin: 10px;
	padding: 10px;
	
}

.shadow-container {
	position: relative;
	left: 6px;
	top: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
}

.shadow-container-shadow2, .shadow-container-shadow3, .shadow-container-container,
.shadow-container-shadow2-bg, .shadow-container-shadow3-bg, .shadow-container-container-bg  {
	position: relative;
	left: -2px;
	top: -2px;
}

.shadow-container-shadow1 {
	background: #FAFAFA;
}

.shadow-container-shadow2 {
	background: #F1F1F1;
}

.shadow-container-shadow3 {
	background: #EAEAEA;
}

.shadow-container-container {
	background: #ffffff;
	border: 1px solid #d9cfca;
	padding: 0px;
}

.shadow-container-bg {
	position: relative;
	left: 6px;
	top: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
}

.shadow-container-shadow1-bg {
	background-color: #C3DCE9;
}

.shadow-container-shadow2-bg {
	background-color: #BCD3E0;
}

 .shadow-container-shadow3-bg {
	background: #BFCAD7;
}

.shadow-container-container-bg {
	background: #ffffff;
	border: 1px solid #d9cfca;
	padding: 0px;
}

.container-right {
	float: right;
	height: 100%;
	width: auto;
}

.container-left {
	float: left;
	height: 100%;
	width: auto;
}

.gradient-box {
	background-color: #99CDD8;
	background-image: url(../images/light_header_bg.gif);
	background-repeat: repeat-x;
	height: 175px;
	margin: 10px;
}

.right-bg {
	background-color: #FFFFFF;
	background-image: url(../images/flowers.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding-top: 20px;
	padding-left: 20px;
	/*background-position: 370px 240px;*/
	background-position: 380px 260px;
}

.header-bar {
	font-size: 18px;
	color: #FFFFFF;
	background-color: #A1D4DF;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	padding-left: 10px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
}

.padded-box {
	padding-left: 15px;
}

.img-float {
	padding-left: 25px;
	padding-top: 20px;
}

.top-line {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #37A579;
}

.top-line a
{
		font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #37A579;
	text-decoration: none;
}

.learn-more {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #37A579;
}

.learn-more a
{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #37A579;
	text-decoration: none;
}

.top-line-bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	color: #37A579;
	font-weight: bold;
}

.green-text {
	color: #37A579;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
}

.green-link {
	color: #37A579;
	text-decoration: none;
}

.white-header {
	color: #FFFFFF;
	font-size: 28px;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	padding-left: 15px;
	padding-top: 10px;
}

.heart {
	list-style-image: url(../images/icons/heart_white_bg.gif);
	text-align: left;
	line-height: 1.5em;
	padding-left: 15px;
}

.orange-arrow {
	list-style-image: url(../images/icons/arrow_orange.gif);
	text-align: left;
	font-size: x-small;
}


.SearchDropDown
{
	width: 175px;
}

.VendorList
{

	list-style-image: url(../images/icons/arrow_orange.gif);
	margin: 0px
}

.VendorList a
{
	text-decoration: none;
	
}

.VendorList a:hover
{
	text-decoration: underline;
}

.VendorList h1
{
	margin: 0 0 0 0;
}

.VendorList td
{
	padding-bottom: 25px;
}

.AdminGrid
{
	border: 1px solid black;
	border-collapse: collapse;
	
}

.AdminGrid td
{
	margin: 0px;
	padding: 5px;
	border: 1px solid gray;
}



.error-label {
	color: Red;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
}

.errorMessage
{
    font-family:Arial;
    font-size:11px;
    color:Red;
    font-weight:bold;
    margin-left:2px;
    margin-top:6px;
}

.successMessage
{
    font-family:Arial;
    font-size:11px;
    color:Green;
    font-weight:bold;
    margin-left:2px;
    margin-top:6px;
}


div.scroll {
height: 195px;
width: 425px;
overflow: hidden;
/*border: 1px solid #666;
background-color: #ccc;*/
padding: 10px;
text-align:left;
}


.validation
{
    padding-left:25px;
    color:Red;
    font-size:12px; 
}

.validation ul { margin:0px;padding:0px;}

.validation ul li
{
    color:Red;
    font-size:12px;padding:5px 0px;
    font-weight:bold;
}
