body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
	color: #000000;	 
/*	font: small Arial, Helvetica, Verdana, sans-serif;*/
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: .8em;
}
#red a:hover{text-decoration: none; color: red  ;}
#red a:link {text-decoration: none; color:  red ;}
#red a:visited {text-decoration: none; color: red ;}
#red a:active {text-decoration: none; color: red ;}

a:hover{text-decoration: none; color: #4795c1;}
a:link {text-decoration: none; color: #4795c1;}
a:visited {text-decoration: none; color: #4795c1;}
a:active {text-decoration: none; color: #4795c1;}
a img{ 
border:0; 
} 

form {
	margin 0px;
	padding 0px;
}
#clear { 
	clear:both; 
}
.clear { 
	clear:both; 
}

/* General Classes */
.font75 { font-size: 75%; }
.font50 { font-size: 50%; }
.textleft { text-align: left;}
.textcenter {text-align: center;}
.textright {text-align: right;}

/* Paragraph Classes */
p.headtitletext {
	font-weight: bold;
	font-size: 20px;
}
p.titletext {
	font-weight: bold;
	font-size: 16px;
}
p.bigtext {
	font-size: 14px;
}

/* End Paragraph Classes */

/* Header */
#header {
	padding-bottom: 0px;
	padding-top: 5px;
	height: 75px; 
	width: 960px;
	margin-left: auto;
	margin-right: auto;	
}

#header-text {
	font-weight: bold;
	font-size: .95em;
	float: right;
	margin: 12px 0 0 0;
	padding: 0px;
	text-align: right;
}

#header-skinny-bar {
	background: #bfbfbf; 
	height: 10px;
	margin-bottom: 10px;
}

#header img {
	float: left;
}
#header ul {
	margin: 0px;
	padding: 10px 20px ;
	text-align: right;
/*	color: #4795c1; */
/*	color: #59a7d2;  */
}
#header li {
	display: inline;
}
#header a:link, #header a:visited {
 text-decoration: none;
 color: #4795c1;

/* color: #59a7d2; */
}

/* Footer */
#footer {
	background: #fff; 
	margin-top: 0px;
	padding: 5px;
	border-top: 10px solid #bfbfbf; 
/*	border-top: 1px dotted #b9d2e3; */
/*	border-bottom: 1px dotted #b9d2e3; */
	/*height: 40px;*/
	/*width: 100%;*/
	clear: both;
}
#footer ul {
	margin: 0px;
	padding: 10px 20px ;
	text-align: center;
/*	color: #4795c1;*/
/*	color: #59a7d2; */
}
#footer li {
	display: inline;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #4795c1;
	font-weight: bold;
	/* color: #59a7d2; */
}

/* Main */
#main {
	/* background-color: red; */
 	color: black;
 	width:960px;
 	padding:0px;   
 	margin-left: auto;
 	margin-right: auto;
} 

#message {
	padding: 0px;
	margin: 10px auto;
	text-align: center;
	text-weight: bold;
	/*border: 1px dotted #000000;*/
	background-color: #f69f2a;	
}
#passwordmessage {
	padding: 0px;
	margin: 10px auto;
	text-align: center;
	font-weight: bold;
	/*border: 1px dotted #000000;*/
	background-color: #f69f2a;	
}

/* Content Pane */
#contentpane {
	/* background-color: green; */
 	color: white;
 	width:715px;
 	margin-top: 5px;   
 	margin-bottom: 5px;   
 	padding: 0px;
 	float: left;
}
/* Content Pane WIDE */
#contentpane-wide {
	/* background-color: green; */
 	color: white;
 	width:100%;
 	margin-top: 5px;   
 	margin-bottom: 5px;   
 	padding: 0px;
 	float: left;
}




/* Side bar */
#sidebar {
	/* background-color: blue;  */
 	color: white;
	margin-top: 5px;   
 	margin-bottom: 5px;     /* 5px top and bottom, centered right and left */
 	padding: 0;
 	width: 240px; 
 	float: right;
}

/* search bar */
#search-header-wrapper {
/*	background-color: red;*/
	margin: 0px
	padding: 0px;
	width: 100%;
	background: #bfbfbf; 
/*	border: 1px solid #ff002d; 	*/

}
#search-header {
	background-color: yellow;
	/*border: 1px dotted #b9d2e3; */
	color: black;
/*	margin: 0px auto 0 auto ;*/
	padding: 0px;
	width: 960px;
/*	height: 40px;*/
}

/* END search header */

#searchbox {
	/*background-color: yellow; */
/*	border: 1px dotted #b9d2e3; */
	border: 5px solid #dddddd; 
	color: black;
	margin-bottom: 10px;
	margin-right: 10px;
/*	padding: 5px 0 0 0;*/
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	/*height: 300px; */
	text-align: left;

}
 
#browsebox {
 	border: 5px solid #dddddd; 
	color: black;
	font-size: .9em;	
	margin: 0px 10px 10px 0px;
	padding: 0px 20px 20px 20px;
	text-align: left;
	
}

#browseboxlinks {
	font-weight: bold;
}

.browseboxlinks {
	font-weight: bold;
}

#browsebox ul {
	margin: 0px;
	padding: 0px;
}
#browsebox li{
	display: inline;
}

#launchbox {
	/* background-color: yellow; */
/*	border: 1px dotted #b9d2e3; */
	border: 5px solid #f69f2a; 
	color: black;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-top: 10px;
	height: 25px;
}


#postsignupbox {
	border: 5px solid #dddddd; 
	color: black;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 10px;
	height: 300px;
}

#postsignupbox img.button {
	padding: 15px;
}

#privacybox {
	border: 5px solid #dddddd; 
	color: black;
	margin: 5px;
	padding-top: 10px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 40px;
	height: 1800px;
	text-align:left;
}
#aboutbox {
/*	background: #f2f2f2;*/
	border: 5px solid #dddddd; 
	color: black;
	margin: 5px;
	padding-top: 10px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 40px;

	text-align:left;
}
#aboutbox img.bubble {
	float: right;
	padding: 10px;
}
#aboutbox img.bio {
	float: left;
	padding-top: 5px;
	padding-right: 25px;	
}

/* NEWS PAGE STUFF */
#newsbox {
/*	background: #f2f2f2;*/
	border: 5px solid #dddddd; 
	color: black;
	margin: 5px;
	padding-top: 10px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 40px;
	text-align:left;
}
#newsbox img.bubble {
	float: right;
	padding: 10px;
}

/*
#newsbox img.newslogo {
	float: left;
	padding-top: 5px;
	padding-right: 25px;	
}
*/

#newsbox #genbox {
/*	background-color: yellow;*/
	width:100%;
	height:60px;
/*	padding-top: 10px;*/
	padding-bottom: 10px;
	margin-top: 10px;
/*	border-top: 1px solid #bfbfbf;*/
}

#newsbox #genbox #logo{
/*	background: #a2a2a2;*/
/*	padding: 0px;*/
	float: left;
}

#newsbox #genbox #blurb{
/*	background: #f2f2f2;*/
/*	font-size: .90em;*/
	width: 630px;
	padding: 0px;
	text-align: left;
	float: right;
}

/* END NEWS PAGE STUFF */


#contactForm {
	float: left;
	font-weight: bold;
	font-size: 0.75em;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}
#contactbox {
/*	background: #f2f2f2;*/
	border: 5px solid #dddddd; 
	color: black;
	margin: 5px;
	padding: 40px;
	height: 500px;
	text-align:left;
}
#contactbox img.bubble {
	float: right;
	padding: 10px;
}
#thankyoubox {
/*	background: #f2f2f2;*/
	border: 5px solid #dddddd; 
	color: black;
	margin: 5px;
	padding: 40px;
	height: 500px;
	text-align:center;
}
#thankyoubox img.bubble {
	float: right;
	padding: 10px;
	margin: auto;
}

#thankyoubox #sharesharebox {
	float: left;
	width: 535px;
	text-align: center;
	/*background-color: yellow;*/
	color: #4795c1;
	border-top: 5px solid #dddddd; 
	margin-top: 30px;
	padding-top: 10px;
	padding-bottom: 5px;
}
#thankyoubox #sharesharebox h3{
	margin: 0px;
	padding: 0px;
	font-size: 1.3em;

}


#thankyoubox #lastbox{
	width: 100%;
	float: left;
	font-size: 0.8em;
	text-align: left;

	margin: 5px;
	padding: 0px;

}

#thankyoubox #posttofacebookbox {
	float: left;
	width: 535px;
	text-align: center;
	/*background-color: yellow;*/
	color: #000000;
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 15px;
}
#thankyoubox #posttofacebookbox h3 {
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
}

#thankyoubox #posttotwitterbox {
	float: left;
	width: 535px;
	text-align: center;
	/*background-color: yellow;*/
	color: #000000;
	border-bottom: 5px solid #dddddd; 
	padding-top: 15px;
	padding-bottom: 5px;
}
#thankyoubox #posttotwitterbox #test{
	float:left;		
	background-color:blue;
	height: 100px;
	font-size: 1.3em;
}


#thankyoubox #posttotwitterbox h3 {
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
}

#thankyoubox #posttotwitterbox img {
	margin: 0px;
	padding: 0px;
}

#advertisebox {
/*	background: #f2f2f2;*/
	border: 5px solid #dddddd; 
	color: black;
	margin: 5px;
	padding: 40px;
	height: 500px;
	text-align:left;
}
#advertisebox img.bubble {
	float: right;
	padding: 10px;
}
#launchpartybox {
/*	background: #f2f2f2;*/
	border: 5px solid #dddddd; 
	color: black;
	margin: 5px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
/*	height: 500px;*/
	text-align:left;
}
#launchpartybox img.bubble {
	float: right;
	padding-right: 20px;
	padding-top: 10px;
}
#launchpartybox img.bubbleleft {
	float: right;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 10px;
}
#TOSbox {
	border: 5px solid #dddddd; 
	color: black;
	margin: 5px;
	padding-top: 10px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 40px;
	height: 2300px;
	text-align:left;
}

#popularracebox {
	/*	background-color: yellow; */
/*	border: 1px dotted #b9d2e3; */
	border: 5px solid #dddddd; 
	color: black;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 20px;
/*	height: 320px;*/
	text-align: left;
}

#joinbox {
	color: black;
	margin-bottom: 10px;
	padding: 10px;
}
#viralbox {
	border: 1px solid #bfbfbf; 
	color: black;
	margin-bottom: 10px;
	padding: 0px;
}
#viralbox #title {
	font-weight: bold;
	font-size: 1.25em;
}

#viralbox .title {
	font-weight: bold;
	font-size: 1.25em;
}

#viralbox img{
	margin: 0px;
	padding: 0px;
}

#viralbox h3 {
	text-align:center;
	padding: 10px 0px 5px 0px;
	margin: 0px;
}

#viralbox img.button {
	padding: 10px;
}

#newestmembersbox {
	border: 1px solid #bfbfbf; 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	text-align: center;
	width: 100%;
	height: 315px;
	background-color: white;
}

.newestmembersbox {
	border: 1px solid #bfbfbf; 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	text-align: center;
	width: 100%;
	height: 315px;
	background-color: white;
}


#newestmembersbox h3 {
	color: black;
	background-color: white;	
	margin: 8px 0px 7px 0px;
	padding: 0px 0px 0px 0px;
}

.newestmembersbox h3 {
	color: black;
	background-color: white;	
	margin: 8px 0px 7px 0px;
	padding: 0px 0px 0px 0px;
}

#newestmembersbox  #newestmemberscontainer {
	margin: 15px auto;
	width: 236px;
	height: 240px;
	background-color: white;
}

.newestmembersbox  .newestmemberscontainer {
	margin: 15px auto;
	width: 236px;
	height: 240px;
	background-color: white;
}

#newestmembersbox  #newestmemberscontainer #newmember{ 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.newestmembersbox  .newestmemberscontainer .newmember{ 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#newestmembersbox #newestmemberscontainer #newmember #newmemberimg {
	border: 1px solid grey;
	margin: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	height: 62px;
	width: 55px;
	float: left;
	background-color: white;
}
.newestmembersbox .newestmemberscontainer .newmember .newmemberimg {
	border: 1px solid grey;
	margin: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	height: 62px;
	width: 55px;
	float: left;
	background-color: white;
}
#newestmembersbox #newestmemberscontainer #newmember #newmemberimg img.userpic {
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	height: 62px;
	width: 55px;
}
.newestmembersbox .newestmemberscontainer .newmember .newmemberimg img.userpic {
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	height: 62px;
	width: 55px;
}

.newestmembersbox .newestmemberscontainer .newmember .newmemberimg img.userpic {
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	height: 62px;
	width: 55px;
}

#upcomingRacesBox {
	border: 1px solid #bfbfbf; 
	color: black;
	margin: 0px 0px 10px 0px;	
}
#upcomingRacesBox h3 {
	text-align:center;
	padding: 8px 0px 8px 0px;
	margin: 0px;
}

#upcomingRacesBox #race {
	margin: 3px;
	padding: 0px;
}
#upcomingRacesBox #race #state{
	float: left;
	width: 20px;
}
#upcomingRacesBox #race #title{
	
}
#upcomingRacesBox #race .title{
	
}

#upcomingRacesBox .race {
	margin: 3px;
	padding: 0px;
}
#upcomingRacesBox .race #state{
	float: left;
	width: 20px;
}
#upcomingRacesBox .race .title{

}

#upcomingRacesBox ul {
	font-size: .85em;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#upcomingRacesBox div {
	font-size: .93em;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#upcomingRacesBox li {
	list-style : none;
	margin-bottom: 5px;
}



#recentreviewsbox-contentpane {
	/*	background-color: yellow; */
/*	border: 1px dotted #b9d2e3; */
	border: 5px solid #dddddd; 
	color: black;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 20px;
/*	height: 320px;*/
	text-align: left;
}

#recentreviewsbox-contentpane table{
	margin: 10px 0px;
	padding: 0px 0px;
	width: 100%;
}

#recentreviewsbox-contentpane table td{
	margin: 10px 10px;
	padding: 0px 0px;
	vertical-align: top;
}

#recentreviewsbox-contentpane #reviewtext{
	/*border: 1px solid yellow;*/
	/*background-color: grey;*/
	font-size: .80em;
	margin: 10px 10px;
	padding: 0px 0px;
	vertical-align: top;
}
#recentreviewsbox-contentpane .reviewtext{
	/*border: 1px solid yellow;*/
	/*background-color: grey;*/
	font-size: .80em;
	margin: 10px 10px;
	padding: 0px 0px;
	vertical-align: top;
}
#recentreviewsbox-contentpane img.userpic {
	float: left;
	border: 1px solid #bfbfbf; 
	padding: 3px;
	margin-right: 5px;
	height: 60px;
}







#recentreviewsbox {
	/*background-color: grey;*/
	border: 1px solid #bfbfbf; 
	color: black;
	margin: 0px 0px 20px 0px;
	padding: 0px 20px 10px 20px;
}

#recentreviewsbox #recentreview {
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
	width: 100%;
	/*background-color : yellow ;*/
	text-align: left;
}
#recentreviewsbox img.userpic {
	float: left;
	border: 1px solid #bfbfbf; 
	padding: 3px;
	margin-right: 5px;
}
#recentreviewsbox #recentreview #reviewtext{
	font-size: 90%;
}
#recentreviewsbox #recentreview .reviewtext{
	font-size: 90%;
}
#recentreviewsbox #recentreview p{
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}
#registerbox {
 	border: 5px solid #dddddd; 
	color: black;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
/*	height: 400px;*/
	text-align: center;
/*	float: left;*/
}

#registerbox form table{
	/*background-color: blue;*/
	margin-left: auto;
	margin-right: auto;
	font-size: 130%;
	text-align: center;
}

#alreadyhaveanaccountbox {
	height: 150px;
	border: 1px solid #bfbfbf; 
	padding: 10px;
	margin-bottom: 10px;
	color: black;
}

#advancedsearchbox {
	/* background-color: yellow; */
	border: 5px solid #dddddd; 
	color: black;
/*	margin: 5px;
	padding: 5px;*/
	height: 300px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	text-align: left;
}

#mapbox {
	border: 1px solid #bfbfbf;	
	padding: 5px;
	float: right;
	margin-left: 40px;
}

#advanced {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#advanced #search-button{
	margin-top: 10px;
	padding: 0px;
	width: 100%;
}
#advanced .search-button{
	margin-top: 10px;
	padding: 0px;
	width: 100%;
}
#advanced #search-form {
	/* background-color: blue; */
	text-align: center;
	width: 100%;
}
#advanced #search-form form table {
	margin: auto;
/*	text-align: left;*/
	/*background-color: purple;*/
}


#advanced1 {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#advanced1 #category {
	width: 100px;
	float: left;
	text-align: left;
	margin-left:10px;
	font-size: 1.25em;	
}
#advanced1 .category {
	width: 100px;
	float: left;
	text-align: left;
	margin-left:10px;
	font-size: 1.25em;	
}
#advanced1 #options {
	float: left;
	text-align: left;
}
#advanced1 .options {
	float: left;
	text-align: left;
}
#advanced1 #search-form #citystate {
	/*border-bottom: 1px solid blue;*/
	/*background-color: blue; */
	margin: 20px 0px 0px 0px;
	height: 45px;
}

#advanced1 #search-form #dates {
	/* background-color: yellow; */
	height: 45px;
}
#advanced1 #search-form #racechoices {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 45px;
}
#advanced1 #search-form #racechoices  #options{
	/*background-color: blue;*/
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
}
#advanced1 #search-form #racechoices  .options{
	/*background-color: blue;*/
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
}
#advanced1 #search-form #racechoices  #options p{
	/*background-color: red;*/
	margin: -3px 0px 17px 0px;
	padding: 0px 0px 0px 0px;
}
#advanced1 #search-form #racechoices  .options p{
	/*background-color: red;*/
	margin: -3px 0px 17px 0px;
	padding: 0px 0px 0px 0px;
}

#advanced1 #search-button{
	margin-top: 20px;
	padding: 0px;
	width: 100%;
}
#advanced1 .search-button{
	margin-top: 20px;
	padding: 0px;
	width: 100%;
}
#advanced1 #search-form {
	/* background-color: blue; */
	text-align: center;
	width: 100%;
}
#advanced1 #search-form form table {
	margin: auto;
/*	text-align: left;*/
	/*background-color: purple;*/
}


#advanced1 #advancedformboxes {
  text-align:   center;
  margin:	0px 5px;
  padding:	0px 5px;
  font-size: 	1.25em;
  width:  	210px;
  color:	 #999999;
  border: 	2px solid #7a7a7a;
  vertical-align: middle;
}

#advancedformboxes {
  margin:5px;
  padding:2px;
  font-size : 1.25em;
  width:  150px;
  color: #999999;
  border: 3px solid #7a7a7a;
  vertical-align: middle;
  text-align: center;
}

#advanced1 .advancedformboxes {
  text-align:   center;
  margin:	0px 5px;
  padding:	0px 5px;
  font-size: 	1.25em;
  width:  	210px;
  color:	 #999999;
  border: 	2px solid #7a7a7a;
  vertical-align: middle;
}

.advancedformboxes {
  margin:5px;
  padding:2px;
  font-size : 1.25em;
  width:  150px;
  color: #999999;
  border: 3px solid #7a7a7a;
  vertical-align: middle;
  text-align: center;
}



/* Search CSS */

#searchbox h1 {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 1em;
}
#searchbox ul {
	margin: 0px;
	text-align: right;
}
#searchbox li {
	display: inline;
}
#searchbox a:link, #header a:visited {
 text-decoration: none;
 color: #59a7d2; 
}
#search-body-header {
/*  background-color: cyan;*/
/*  margin:10px;*/
  height:50px;
  padding-top:13px;
}
#search-body-homepage {
/*  background-color: red;*/
/*  margin:10px;*/
  height:60px;
/*  padding-top:20px;*/
}
#search-form-homepage {
/*   background-color: red; */
  margin:0px;
/*  padding: 10px ;*/
  float: left; 
/*  margin-left: auto;*/
/*  margin-right: auto;*/
}
#search-form {
/*   background-color: red; */
/*  padding-top: 10px;*/
/*    margin-top: 20px;*/
/*  padding-bottom: 10px;*/
/*  float: left; */
  margin-left: auto;
  margin-right: auto;
}
#searchsimple {
  margin:0px;
  padding:4px;
  font-size : 1.5em;
  width:  520px;
  color: #999999;
  border: 3px solid #7a7a7a;
  vertical-align: middle;
}
#exampleSearches {

  margin: 3px 0 0 15px;
  padding:0px;
	color: grey;
	font-size : 0.75em;
	text-align: left;
}

#search-button {
  /*background-color : blue;*/
  margin: 0px auto;
  padding: 5px 0px 0px 0px ; 
  text-align: center;
/*  width: 110px;*/
  float: right;
}

.search-button {
  /*background-color : blue;*/
  margin: 0px auto;
  padding: 5px 0px 0px 0px ; 
  text-align: center;
/*  width: 110px;*/
  float: right;
}

#search-button a:link, #search-button a:visited {
 text-decoration: none;
 color: #59a7d2; 
}

.search-button a:link, .search-button a:visited {
 text-decoration: none;
 color: #59a7d2; 
}


/*  Login/Register Page */

#reset-password-box {
 	border: 5px solid #dddddd; 
	color: black;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	text-align: center;
/*	float: left;*/
}

#reset-password-box table {
 	/*border: 5px solid #dddddd; */
	/* center the table */
	margin: 0px auto;
}
#login-register-box {
 	border: 5px solid #dddddd; 
	color: black;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	height: 400px;
	text-align: center;
/*	float: left;*/
}


#login-register-box img.bubble {
	float: right;
	padding: 10px;
	height: 100;
}

#login-register-box table{
	margin-left: auto;
	margin-right: auto;
	font-size: 130%;
	text-align: center;
}

#password {
  margin:0px;
  padding:4px;
  font-size : 1.5em;
  width:  350px;
  color: #999999;
  border: 3px solid #7a7a7a;
}
#email {
  margin:0px;
  padding:4px;
  font-size : 1.5em;
  width:  350px;
  color: #999999;
  border: 3px solid #7a7a7a;
}


#not-registered-box {
	height: 130px;
	border: 1px solid #bfbfbf; 
	padding: 10px;
	margin-bottom: 10px;
	color: black;
}

/*
#not-registered-box {
	height: 270px;
	border: 5px solid #dddddd; 
	padding-top: 20px;
	padding: 0% 1%;
	width: 460px;
	float: right;
	margin-top: 10px;
	margin-bottom: 20px;
}
*/

/* Autocomplete */


.autocomplete-item {
  color:#000;
  font-family:helvetica,arial,sans-serif;
  font-size:14px;
  margin:0;
  padding:4px 2px 0px 0px;
  text-align: left;
  float: left;
  width: 400px;
}

/* autocomplete */
.ac_results {
  padding: 0px;
	border: 1px dashed WindowFrame;
/*	background-color: Window;*/
	background-color: white;
	overflow: hidden;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}
.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}
.ac_loading {
	background: url('images/indicator.gif') 437px center no-repeat;
}
.ac_over {
	background-color: #dddddd;
/*	color: HighlightText;*/
}
/* end autocomplete */

/*  Search Results Page */
#searchresultsbox {
	border: 5px dotted grey; 
	/*height: 500px;*/
	margin-bottom: 10px;
}

#racestitlebar {
	margin: 5px 5px 10px 5px;
	padding: 0px;
	/*
	background-color: green;
	color: yellow;
	*/
	border-bottom: 1px solid #b9d2e3; 
}

#racestitlebar #left {
	width: 45%;
	float: left;
	text-align: left;
	/*background-color: yellow;*/
	/*color: blue;*/
}
#racestitlebar #right {
	width: 45%;
	float: right;
	text-align: right;
	/* background-color: yellow; */
	/* color: blue; */
}

#sortracesbox {
	text-align: left;
	font-size: 85%;
	color: black;
	margin:0px 0px 5px 0px;
	padding: 0px;
}
#raceresultsbox {
	border: 5px solid #dddddd;
	color: black;
	margin: 0px 10px 10px 0px;
	padding: 0px 20px 20px 20px;
}
.raceresult {
	background-color: white;
	color: black;
	border-bottom: 1px solid #bfbfbf; 
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 10px 0px;
}
.raceresult #left {
	background-color: white;
	color: black;
	width: 450px;
	float: left;
	text-align: left;
}
.raceresult #right {
	background-color: white;
	color: black;
	width: 200px;
	float: right;
	text-align: right;
	/*margin-top: 2px;*/
	 /*background-color: yellow; 
	/* color: blue; */
}
.raceresult h2 {
	background-color: white;
	color: black;
	margin: 0px 0px 10px 0px;
	font-size: 1.1em;
}
.raceresult #right h2 {
	margin: 10px 0px 10px 0px;	
	font-size: 1.1em;
}

.raceresult p {
	font-size: 90%;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
}
.raceresult #right #star {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px;
	background-color: grey;
	color: black
}
	
#missingracebox {
	border: 1px solid #bfbfbf; 
	color: black;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;	
	text-align: center;
	width: 100%;
}

#missingracebox #contactForm {
	margin: 10px auto;
	width: 100%;
	padding: 0px;
}
	
#missingracebox p {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

#missingracebox h3 {
	text-align:center;
	padding: 10px 0px 5px 0px;
	margin: 0px;
}

#adbox {
	border: 1px solid #bfbfbf; 
	color: black;
	margin-bottom: 10px;
	padding: 10px;
}

/*profile*/
#profilename {
	/*
	position: relative;
	left: 0px;
	top: 5px;
	*/
	text-align: left;
/*	border: 1px dotted #000000;*/
	border: 5px solid #dddddd;
	margin-bottom: 10px;
	padding: 3px 0px 3px 5px;
	background-color: white;
}


#profilename p{
	font-size: 150%;
	margin: 0px;
	padding: 0px;
}

#profileshowbar {
	text-align: left;
	width: auto;
	background-color: white;
 	border: 1px dotted #000000;
	margin: -3px 5px -6px 5px;
	padding: 0px 0px 0px 5px;
}
#profileshowbar p{
	font-size: 90%;
	margin: 0px;
	padding: 1px;
}

#profiletitlebar {
	margin: 5px 5px 10px 5px;
	padding: 0px;
	/*
	background-color: green;
	color: yellow;
	*/
	border-bottom: 1px solid #b9d2e3; 
}
#profiletitlebar h2 {
	padding: 0px;
	margin: 0px;
	font-size: 120%;
}

#profiletitlebar #left {
	float: left;
	text-align: left;
	/*
	background-color: yellow;
	color: blue;
	*/
}

#profiletitlebar #right {
	float: right;
	text-align: right;
	/* background-color: yellow; */
	/* color: blue; */
}

/* Displaying Races */
#raceswrapper {
	background-color: white;
	border: 5px solid #dddddd; 
	color: black;
	margin: 0px 10px 10px 0px;
	padding: 10px 20px 20px 10px;
}
#raceswrapper h2 {
	font-size: 120%;
	margin: 0px;
	padding: 0px;
}

#raceswrapper img.button {
	float: right;
	padding: 5px;
}

#profilebox {
	border: 1px solid #bfbfbf; 
	color: black;
	margin-bottom: 10px;
	padding: 10px;
}
#profilebox p {
	margin-top: 10px;
	margin-left: 10px;
	padding: 0px;
	font-size: 90%;
	text-align: left;
}

#profilebox img.profilepic {
	border: 1px solid #bfbfbf; 
	padding: 3px;
}

/* PROFILE EDIT PAGE */
#profileeditbox {
 	border: 5px solid #dddddd; 
	color: black;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	text-align: left;
}
#profileinput {
  margin:5px;
  padding:2px;
  font-size : 1.25em;
  width:  400px;
  color: #999999;
  border: 3px solid #7a7a7a;
  vertical-align: middle;
  text-align: center;
}
.profileinputclass {
  margin:5px;
  padding:2px;
  font-size : 1.25em;
  width:  400px;
  color: #999999;
  border: 3px solid #7a7a7a;
  vertical-align: middle;
  text-align: center;
}
#profileinputsmallyear {
  margin:5px;
  padding:2px;
  font-size : 1.25em;
  width:  80px;
  color: #999999;
  border: 3px solid #7a7a7a;
  vertical-align: middle;
  text-align: center;
}
#profileinputsmall {
  margin:5px;
  padding:2px;
  font-size : 1.25em;
  width:  40px;
  color: #999999;
  border: 3px solid #7a7a7a;
  vertical-align: middle;
  text-align: center;
}
/* END PROFILE EDIT PAGE */


/* REVIEW PAGE */

#reviewdropdown {
/*  background-color:red;*/
  margin:5px;
  padding:2px;
  font-size : 1.25em;
  width:  150px;
  color: #999999;
  border: 3px solid #7a7a7a;
  vertical-align: middle;
  text-align: center;
}

#reviewtipbox {
	/* background-color: grey; */
	border: 1px solid #bfbfbf; 
	color: black;
/*	margin-left: 20px;*/
	margin-bottom: 10px;
	padding: 10px;
/*	height: 250px;*/
	text-align: left;
}


/* END REVIEW PAGE */

/* ADD RACE TO PROFILE PAGE */

#addracetoprofilebox {
 	border: 5px solid #dddddd; 
	color: black;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	/*height: 600px; */
	text-align: center;
}

#addracetoprofileinput {
  margin:5px;
  padding:2px;
  font-size : 1.25em;
  width:  400px;
/*  color: #999999;*/
  color: #000;
  border: 3px solid #7a7a7a;
  vertical-align: middle;
  text-align: center;
}

#addracetoprofilebox table{
	margin-left: auto;
	margin-right: auto;
	font-size: 130%;
	text-align: center;
}

/* END ADD RACE TO PROFILE PAGE */

/* EVENT PAGE */
#eventinfobox {
 	border: 5px solid #dddddd; 
	color: black;
	margin: 0px 10px 10px 0px;
	padding: 0px 0px;
}
#eventinfobox #geninfobox {
	margin: 5px;
	background-color: white;
	color: black;	
}
#eventinfobox #geninfobox-buttons {
	padding-top: 10px;
	padding-bottom: 5px;
/*	background-color: cyan;*/
	color: black;	
}
#eventinfobox #geninfobox-buttons img.button {
	margin-right: 10px;
	margin-left: 10px;
}
#eventinfobox #geninfobox img.racelogo {
	margin-top: 20px;
	margin-right: 5px;
	margin-left: 10px;
	float: right;
}

#eventinfobox #geninfobox #right{
	width: 100px;
	margin-right: 20px;
	padding-right: 20px;
	background-color: orange;
	float: right;
}

#eventinfobox #geninfobox #left{
	width: 520px;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
	/*background-color: yellow;*/
	float: left;	
	text-align: left;
	border-bottom: 1px dashed #bfbfbf;
}

#eventinfobox #geninfobox #left #eventtitle{
	border-bottom: 1px dashed #bfbfbf;
	margin-bottom: 10px;
}
#eventinfobox #geninfobox #left #eventtitle h1{
	margin-top: 10px;
	padding: 0px;
}

#eventinfobox #geninfobox #left #eventdetailsbox {
	font-size: 1.0em;
	width:100%;
	/*background-color: red;*/
}

#eventinfobox #geninfobox #left #eventdetailsbox h3 {
	font-size: 1.05em;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}

#eventinfobox #geninfobox #left #eventdetailsbox #eventdetails{
	font-size: .90em;
	margin: 3px 3px 0px 8px;
	padding: 0px;
	/*background-color: blue;*/
}
#eventinfobox #geninfobox #left #eventdetailsbox #eventdetails #title{
	float: left;
	width: 150px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*background-color: purple;*/
}
#eventinfobox #geninfobox #left #eventdetailsbox #eventdetails .title{
	float: left;
	width: 150px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*background-color: purple;*/
}
#eventinfobox #geninfobox #left #eventdetailsbox #eventdetails #description{
	float: left;
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 0px 0px;
	/*background-color: yellow;*/
}












#eventinfobox #geninfobox #left-general{
	width: 100%;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
	/*background-color: yellow;*/
	float: left;	
	text-align: center;
}

#eventinfobox #geninfobox #left-general #eventtitle{
	margin-bottom: 10px;
}
#eventinfobox #geninfobox #left-general #eventtitle h1{
	margin-top: 10px;
	padding: 0px;
}

#eventinfobox #geninfobox #left-general #eventdetailsbox {
	font-size: 1.0em;
	width:100%;
	/*background-color: red;*/
}

#eventinfobox #geninfobox #left-general #eventdetailsbox h3 {
	font-size: 1.05em;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}

#eventinfobox #geninfobox #left-general #eventdetailsbox #eventdetails{
	font-size: .90em;
	margin: 3px 3px 0px 8px;
	padding: 0px;
	/*background-color: blue;*/
}
#eventinfobox #geninfobox #left-general #eventdetailsbox #eventdetails #title{
	float: left;
	width: 150px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*background-color: purple;*/
}
#eventinfobox #geninfobox #left-general #eventdetailsbox #eventdetails .title{
	float: left;
	width: 150px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*background-color: purple;*/
}
#eventinfobox #geninfobox #left-general #eventdetailsbox #eventdetails #description{
	float: left;
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 0px 0px;
	/*background-color: yellow;*/
}




















#eventinfobox #geninfobox #nittygrittybox{
	margin: 15px 10px 0px 10px;
	width: 520px;
	border-bottom: 1px dashed #bfbfbf;
	padding: 0px 0px 10px 0px;
	float: left;	
	text-align: left;
	font-size: 0.9em;
	/*background-color: blue;*/
}
#eventinfobox #geninfobox #nittygrittybox h3{
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	font-size: 1.0em;
}

#eventinfobox #geninfobox #nittygrittybox #ngdetails{
	font-size: .90em;
	margin: 3px 3px 0px 8px;
	padding: 0px;
	width: 100%;
}
#eventinfobox #geninfobox #nittygrittybox #ngdetails #title{
	float: left;
	width: 150px;
}
#eventinfobox #geninfobox #nittygrittybox #ngdetails .title{
	float: left;
	width: 150px;
}
#eventinfobox #geninfobox #nittygrittybox #ngdetails #description{
	float: left;
	margin-left: 25px;
}

#eventinfobox #geninfobox h1 {
	font-size: 1.5em;
}
#eventinfobox #geninfobox h2 {
	margin: 5px;
	padding: 0px;
	text-align: left;
}
#eventinfobox #geninfobox ul {
	list-style: none;
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
	text-align: left;
}
#eventinfobox #geninfobox li.inline{
	display: inline;
}



/* EVENT PAGE REVIEWS  */
#reviewsbox {
	background-color: white; 
 	border: 5px solid #dddddd; 
	color: black;
	margin: 0px 10px 10px 0px; 
	padding: 0px 5px;
	text-align: left;
}

#reviewsbox h2 {
	margin: 5px;
	padding: 0px;
	text-align: left;
	font-size: 120%;
}
#review {
/*	background-color: pink;*/
	border-bottom: 1px solid #bfbfbf;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#review #left {
	padding: 0px 0px 0px 0px;
	margin: 5px 5px;
	width: 100px;
	float: left;
}

#review #left img.profilepic {
	border: 1px solid #bfbfbf; 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px; 
}
#review #left p {
	font-size: 80%;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#review #right {
	text-align: left;
	float: right;
	width: 540px;
}
#review #right p.reviewastext{
	color: #7f7f7f;
}
#review #right p.datetext{
	color: #7f7f7f;
}
#ratingsbox {
	border: 1px solid #bfbfbf; 
	color: black;
	margin-bottom: 10px;
	padding: 10px;
}
#ratingsbox h2 {
	font-size: 1.25em;
	margin: 5px 0px 12px 0px;
	padding: 0px;
}

#spacer {
	height: 8px;
}
#ratingsbox #rating {
	width: 215px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
	font-size: 0.9em;
}

#ratingsbox #rating #category {
	float: left;
	width: 60px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

#ratingsbox #rating .category {
	float: left;
	width: 60px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

#ratingsbox #rating #value {
	float: right;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#ratingsbox #rating #value img{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#ratingsbox table{
	padding: 0px;
	margin: auto;
}

#map_canvas {
	border: 1px solid #bfbfbf;
	color: black;
	margin-bottom: 10px;
        height: 300px;
}


#alsoranbox {
	height: 200px;
	width: 100%;
	margin: 5px 0px;
	background-color: blue;
	border: 1px black dotted;
	padding: 0% 1%;
	float: right;
}

#sametimeracesbox {
	border: 1px solid #bfbfbf; 
	color: black;
	margin-bottom: 10px;
	padding: 10px;
	height: 200px;
/*	background-color: blue;*/
}

#addraceresultsbox {
/*	background-color: blue;*/
	border: 5px solid #dddddd; 
	color: black;
	text-align: center;
}

#addraceresultsbox table{
	margin-left: auto;
	margin-right: auto;
	font-size: 130%;
	text-align: center;
}


#timeinput {
  margin:10px;
  padding:4px;
  font-size : 2em;
  width:  75px;
  color: #999999;
  border: 3px solid #7a7a7a;
  vertical-align: middle;
  text-align: center;
}


#addracebuttonsbox {
	background-color: yellow;
	color: black;
	width: 100%;
	height: 50px;
}



#vinewallbox {
 	border: 0px solid #000000; 
	border-top: 5px solid #dfdfdf;
	color: black;
	margin: 0px auto;
	padding: 10px 0px;
}

#vinewallbox #container{
 	border: 0px solid #dddddd; 
	/*background-color: yellow;*/
	color: black;
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#vinewallbox #container #pic{
 	border: 1px solid #000000; 
	background-color: blue;
	color: black;
	height: 100px;
	width: 100px;
	margin: 10px 10px;
	padding: 0px;
}
#vinewallbox #container #divpic{
 	border: 1px solid #dddddd; 
	/*background-color: purple;*/
	color: black;
	height: 140px;
	width: 110px;
	margin: 10px 10px;
	padding: 0px;
	float: left;
}
	
#vinewallbox #container #divpic #name{
	padding: 0px;
	margin: 0px;
	/*background-color: yellow;*/
	height: 15px;
	width: 100%;
	font-size : 0.8em;
}

#vinewallbox #container #divpic #location{
	padding: 0px;
	margin: 0px;
	/*background-color: red;*/
	height: 15px;
	width: 100%;	
	font-size : 0.8em;
}

	
img.vinethumbnail {
	margin: 10px;
	border: 1px solid #dddddd;
}
#wallofvinebox #thumbnail {
	height: 100px;
	width: 100px;
	border: 8px solid #dddddd;
	margin: 0px;
	padding: 20px;
}




/*---------------- GIVEAWAY PAGE CSS -------------------*/

/* Giveaway Details box */
#giveawaydetailsbox {
 	border: 5px solid #dddddd; 
	color: black;
	margin: 0px 10px 10px 0px;
	padding: 0px 0px;
}

#giveawaydetailsbox #mapbox {
	border: 1px solid #bfbfbf;	
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
/*	float: left;*/
/*	margin-left: 40px;*/
}


#giveawaydetailsbox #geninfobox {
	margin: 5px;
	background-color: white;
	color: black;	
}
#giveawaydetailsbox #geninfobox img.racelogo {
	margin-top: 20px;
	margin-right: 5px;
	margin-left: 10px;
	float: right;
}
#giveawaydetailsbox #geninfobox #left{
	width: 650px; 
	margin: 0px 10px 10px 10px; 
	padding: 0px 0px 10px 0px;
	/*background-color: yellow;*/
	float: left;	
	text-align: left;
/*	border-bottom: 1px dashed #bfbfbf;*/
}

#giveawaydetailsbox #geninfobox #left #eventtitle{
	border-bottom: 1px dashed #bfbfbf;
	margin-bottom: 10px;
}
#giveawaydetailsbox #geninfobox #left #eventtitle h1{
	margin-top: 10px;
	padding: 0px;
}
#giveawaydetailsbox #geninfobox #left #eventdetailsbox {
	font-size: 1.0em;
	width:100%;
	/*background-color: red;*/
}

#giveawaydetailsbox #geninfobox #left #eventdetailsbox h3 {
	font-size: 1.05em;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}

#giveawaydetailsbox #geninfobox #left #eventdetailsbox #eventdetails{
	font-size: 1.0em;
	margin: 3px 3px 0px 8px;
	padding: 0px;
	/*background-color: blue;*/
}
#giveawaydetailsbox #geninfobox #left #eventdetailsbox #nittydetails{
	font-size: .85em;
	margin: 3px 3px 0px 8px;
	padding: 0px;
	/*background-color: blue;*/
}
#giveawaydetailsbox #geninfobox #left #eventdetailsbox #nittydetails-shopping{
	font-size: 1.0em;
	margin: 3px 3px 0px 30px;
	padding: 0px;
	/*background-color: blue;*/
}
#giveawaydetailsbox #geninfobox #left #eventdetailsbox #eventdetails #title{
	float: left;
	width: 150px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*background-color: purple;*/
}
#giveawaydetailsbox #geninfobox #left #eventdetailsbox #eventdetails .title{
	float: left;
	width: 150px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*background-color: purple;*/
}
#giveawaydetailsbox #geninfobox #left #eventdetailsbox #eventdetails #description{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*background-color: yellow;*/
}
#giveawaydetailsbox #geninfobox h1 {
	font-size: 1.5em;
}
#giveawaydetailsbox #geninfobox h2 {
	margin: 5px;
	padding: 0px;
	text-align: left;
}

/* END Giveaway Details box */



/* PRIZE BOX */

#prizebox {
 	border: 5px solid #dddddd; 
	color: black;
	margin: 0px 10px 10px 0px;
	padding: 0px 10px;
}
#prizebox #geninfobox {
	margin: 5px;
	background-color: white;
	color: black;	

}
#prizebox #geninfobox #left #eventtitle{  
}
#prizebox #geninfobox #left #eventtitle h2{
	margin-top: 15px;
	padding: 0px;
}
#prizebox #geninfobox #left #eventdetailsbox {
	font-size: 1.0em;
	width:100%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	border-top: 1px solid #bfbfbf;
}

#prizebox #geninfobox #left #eventdetailsbox h3 {
	font-size: 1.25em;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	width: 500px;
	text-align: left;
	float: right;

}
#prizebox #geninfobox #left #eventdetailsbox #nittydetails{
	font-size: .85em;
	margin: 3px 3px 0px 0px;
	padding: 0px;
}

#prizebox #geninfobox #left #logo{
	font-size: .90em;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	float: left;
}
#prizebox #geninfobox #left #logo img.racelogo{
	width: 100px;
}
#prizebox #geninfobox #left #blurb{
	font-size: .90em;
	width: 500px;
	padding: 0px;
	text-align: left;
	float: right;
}

/* END PRIZE BOX */

/*---------------- END OF GIVEAWAY PAGE CSS -------------------*/

/*---------------- STORE CSS -------------------*/

#storedetailsbox {
 	border: 5px solid #dddddd; 
	color: black;
	margin: 0px 10px 10px 0px;
	padding: 0px 0px;
}

#storedetailsbox #geninfobox {
	margin: 5px;
	padding: 0px 0px 5px 0px;
	background-color: white;
	color: black;	
}

#storedetailsbox #geninfobox #left{
	width: 650px; 
	margin: 0px 10px 10px 10px; 
	padding: 0px 0px 10px 0px;
	/*background-color: yellow;*/
	float: left;	
	text-align: left;
/*	border-bottom: 1px dashed #bfbfbf;*/
}

#storedetailsbox #geninfobox #left #eventtitle{
	border-bottom: 1px dashed #bfbfbf;
	margin-bottom: 10px;
}
#storedetailsbox #geninfobox #left #eventtitle h1{
	font-size: 1.5em;
	margin-top: 10px;
	padding: 0px;
}

#storedetailsbox #geninfobox #left #eventdetailsbox {
	font-size: 1.0em;
	width:100%;
/*	background-color: red;*/
	height: 350px; 

}

#storedetailsbox #geninfobox #left #eventdetailsbox h3 {
	font-size: 1.5em;
	margin: 3px 3px 0px 235px;
	margin-bottom: 5px;
	padding: 0px;
/*  	background-color: yellow;*/

}

#storedetailsbox #geninfobox #left #eventdetailsbox #nittydetails-shopping{
	font-size: 1.0em;
	margin: 3px 3px 0px 250px;
	padding: 0px;
/*	background-color: blue;*/
}

#storedetailsbox #geninfobox #left #eventdetailsbox #nittydetails-cart{
	font-size: 1.0em;
	margin: 3px 3px 0px 235px;
	padding: 0px;
/*	background-color: blue;*/
}

#storedetailsbox #geninfobox #left #eventdetailsbox #nittydetails-button{
	font-size: 1.0em;
	margin: 3px 3px 0px 240px;
	padding: 0px;
/*	background-color: blue;*/
}

/*-- Stuff from master.css --*/

#pic {
	background-color: #FFFFFF;
	left: 10px;
	position: relative;
	top: 10px;
	width: 135px;
}

#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic a img {
	border: 0;
}

/* properties for the default image */
#pic a.p1, #pic a.p1:visited {
	background: #FFFFFF;
/*	border: 10px solid #000000;*/
/*	display: block;*/
	float: left;
	height: 10px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 135px;
}

/* properties for background of the hover image */
#pic a.p1:hover {
/*	background-color: #8C97A3;*/
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
}

/* properties for the actual hover image */
#pic a.p1:hover .large {
	border: 1px solid #000000;
	display: block;
	position: absolute;
	left: 220px; /* pixels from the left side */
	top: 0px; /* pixels from the top */
	width: 415px;
	height: 365px;

}

#top {
	margin-left: 80px;
}

/*-- END Stuff from master.css --*/
#slideshow{
    width:500px;
    float:left;
    margin-bottom:15px;
}


#caption{
    text-align:left;
    width:500px;
    margin-left:64px;
}

#controls{

}

.prev{
    margin-top:140px;
    float:left;
}

.next{
    margin-top:140px;
    float:right;
}
#thumbs{
    margin-top:30px;
    margin-left:80px;
}
ul.thumbs {
	margin: 0;
	clear: both;
	padding: 0;
        width:480px;


}

ul.thumbs li {
	float: left;

	padding: 0;

	margin: 5px 10px 5px 0;

	list-style: none;

}

a.thumb {

	padding: 2px;

	display: block;

	border: 1px solid #ccc;

}

ul.thumbs li.selected a.thumb {

	background: #000;

}

a.thumb:focus {

	outline: none;

}

ul.thumbs img {

	border: none;

	display: block;

}
div.pagination {
	clear: both;
        text-align:center;
}

div.navigation div.top {

	margin-bottom: 12px;

	height: 11px;

}

div.navigation div.bottom {

	margin-top: 12px;

}

div.pagination a, div.pagination span.current, div.pagination span.ellipsis {

	display: block;

	float: left;

	margin-right: 2px;

	padding: 4px 7px 2px 7px;

	border: 1px solid #ccc;

}

div.pagination a:hover {

	background-color: #eee;

	text-decoration: none;

}

div.pagination span.current {

	font-weight: bold;

	background-color: #000;

	border-color: #000;

	color: #fff;

}

div.pagination span.ellipsis {

	border: none;

	padding: 5px 0 3px 2px;

}

a.thumbCustomized {

	padding: 2px;

	display: block;

        float:left;

	border: 1px solid #ccc;

}

/*/  Envio de Invitaciones /*/
tr.thTableHeader {
	font-weight: bold;
	font-size: 14px;
}
tr.thTableEvenRow {
	background: #E5E5E5;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}
tr.thTableOddRow {
	background: #FFFFFF;
	border: 1px solid #BFBFBF;
	border-collapse: collapse;
}
.thTableRow txtfld_new{
color:#3D3B3B; font:Verdana, Arial, Helvetica, sans-serif;font-size:12px;}
.normal_text{
color:#3D3B3B; font:Verdana, Arial, Helvetica, sans-serif;font-size:12px;
}


.inviteLeft{
    float:left;
    overflow:scroll;
    width:550px;
    height:300px;
}
.inviteRight{
    float:right;
    overflow:hidden;
    width:400px;
}
.thTableSelect{
    border:1px solid #CCCCCC;
    padding-top:3px;
    padding-bottom:3px;
}
.thTableSelect label{
    color: blue;
    cursor:pointer;
}

.thLabelSelect label{
    cursor:pointer;
}