html {
		margin:0;
		padding:0;
}	

body {
	background-color: #F0EAE0;
	background-image: url(/images/body_top_gradient.gif);
	background-repeat: repeat-x;
	background-position: top;
	min-width:750px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#homelink{
width:319px;
height:101px;
position: absolute;
	margin-top: 13px;
	margin-left: 23px;

}

#homelink a{
width:319px;
height:101px;
position: absolute;
text-decoration:none;
}
#homelink a i{
visibility:hidden;
}

#container {
		background:#FFFFFF;
		margin:10px auto auto;
		width:750px;
	
	}
	
#header {
	background:#FFFFFF url(/images/header.gif) no-repeat top;
	height: 115px;
	width: 750px;
	position: relative;
	}
	
#main {
	padding: 10px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #34802A;
	border-bottom-color: #34802A;
	border-left-color: #34802A;
	width: 724px;
	position: relative;	
	min-height:300px;
}	
/*
#leftcol{
	float:left;
		width:360px;

}*/

#leftcol {
float:left;
padding-left:10px;
width:350px;
}

#leftcol p{
/*width:350px;*/
}

h1{
	font-size: 16px;
	color: #327B28;
	margin-bottom: 5px;
}

h2{
	font-size: 14px;
	color: #327B28;
	margin-bottom: 5px;
}

h3{
	font-size: 12px;
	color: #327B28;
	margin-bottom: 5px;
	font-weight:bold;
}


p{
margin-top: 5px;
margin-top: 0px;
}
/*
#rightcol{	
	float:right;
		width:360px;
}
*/
#rightcol {
float:right;
margin-right:8px;
width:340px;
}
	
#footer {
color: #3A2315;
	text-align: center;
	}
	
#footer a {
	color: #3A2315;
}

#navmenu{
	vertical-align: bottom;
	/*position: relative;*/
	position:absolute;
	margin-right: 10px;
	/*float: right;*/
	bottom:0px;
	right: 10px;
	/*top: 92px;*/

}


#eventbox {
	border: 1px solid #37872C;
	width: 320px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#eventboxheader{
	background-color: #C7E2B8;
	padding: 3px;
	color: #37872C;
	font-size: 14px;
	font-weight: bold;
}

#eventboxmain{
padding: 3px;
}


#signupbox {
	border: 1px solid #37872C;
	width: 320px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 8px;
}

#addfriend{
	font-size: 10px;
	text-align: center;
		border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #37872C;
}

#signupbox input, select{
font-size: 10px;
}
#signupbox .alert{
	font-weight: bold;
	color: #D20E21;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
#signupboxheader{
	background-color: #C7E2B8;
	padding: 3px;
	color: #37872C;
	font-size: 14px;
	font-weight: bold;
}

#signupboxmain{
padding: 3px;
}

#friendbox {
	border: 1px solid #37872C;
	width: 320px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#friendbox a{
color:#37872C;
text-decoration:none;
}

#friendbox a:hover{
text-decoration:underline;
}

#friendbox td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #37872C;
	height: 20px;
	vertical-align: middle;
}

#friendbox .delete{
	float: right;
	clear: none;
}
#friendbox .alert{
	font-weight: bold;
	color: #D20E21;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
#friendboxheader{
	background-color: #C7E2B8;
	padding: 3px;
	color: #37872C;
	font-size: 14px;
	font-weight: bold;
}

#friendboxmain{
padding: 3px;
}


#restaurantbox {
	border: 1px solid #37872C;
	width: 320px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#restaurantbox .delete{
	float: right;
	clear: none;
}

#restaurantbox .restaurantName{
text-decoration:none;
font-weight: bold;
font-size: 10px;
}

.restaurantName a{
color:#327B28;
text-decoration:none;
}

.restaurantName a:hover{
text-decoration:underline;
}


#restaurantbox .alert{
	font-weight: bold;
	color: #D20E21;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
#restaurantboxheader{
	background-color: #C7E2B8;
	padding: 3px;
	color: #37872C;
	font-size: 14px;
	font-weight: bold;
}

#restaurantboxmain{
padding: 3px;
}

#restaurantbox td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #37872C;
}

#searchbox {
	border: 1px solid #37872C;
	width: 320px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#searchbox .enterfield {
	width: 308px;
	margin-bottom: 8px;
}

#searchbox .labels {
	font-size: 10px;
	color: #666666;	
}
#searchbox .right {
	float: right;
	clear: right;
}

#searchbox .submitbutton {
	width: 120px;
	float: right;
	margin-top: 5px;
}
#searchboxheader{
	background-color: #C7E2B8;
	padding: 3px;
	color: #37872C;
	font-size: 14px;
	font-weight: bold;
}

#searchboxmain{
padding: 3px;
}

#searchresult {
	background-image: url(/images/search_result_gradient.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #37872C;
	width: 314px;
	margin-top: 3px;
	margin-bottom: 5px;
	padding: 3px;
	font-size: 10px;
	color: #333333;
	position: relative;
	display: block;
}



#searchresult .restaurantName{
	/*color: #37872C;*/
	font-size: 12px;
	font-weight: bold;
}

#searchresult .addButton{
	right: 3px;
	position: absolute;
}

.voteresult {
	background-image: url(/images/search_result_gradient.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #37872C;
	width: 314px;
	margin-top: 3px;
	margin-bottom: 5px;
	padding: 3px;
	font-size: 10px;
	color: #333333;
	position: relative;
	display: block;
}

.voteresult input.votebox{
	width:3em;
	position: absolute;
	top: 2px;
	right: 2px;
}

.restaurantName{
	/*color: #37872C;*/
	font-size: 12px;
	font-weight: bold;
}
.colheadimg {
	text-align: center;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
.maplink {
	font-size: 10px;
}

#login{
	font-size: 10px;
	text-align: right;
	width: 348px;
	right: 20px;
	position: absolute;
	top: 10px;
}


#login .textinput{
	width: 120px;
	font-size: 10px;
	margin-bottom: 3px;
}

.welcome{
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 10px;

}
.welcome a{
	color: #FFFFFF;
	text-decoration: none;
	background-position: -17px;
}
.welcome a:hover{
	text-decoration:underline;
}


.resetPass, .resetPass a{
	color: #FFFFFF;
	text-decoration: none;

}
.resetPass a:hover{
	text-decoration:underline;
}

.deletebutton{
	float: right;
	clear: none;
	/*
	background-image: url(/images/delete_button_combo.gif);
	height: 17px;
	width: 17px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	*/
}

a.deletebutton{
display: block;
	float: right;
	clear: none;
	background-image: url(/images/delete_button_combo.gif);
		height: 17px;
	width: 17px;
	text-decoration: none;
}

a:hover.deletebutton{
	float: right;
	clear: none;
	background-image: url(/images/delete_button_combo.gif);
	background-position: 0px -17px;
		height: 17px;
	width: 17px;
}
.kinks {
	font-size: 10px;
	color: #666666;
	margin-bottom: 6px;
}
.kinks a{
	color: #666666;
	text-decoration: none;
}
.kinks a:hover{
	color: #003399;
	text-decoration: underline;
}
#fullpage {
	width:600px;
	font-size:10px;
	margin-right: auto;
	margin-left: auto;
}
#fullpage p{
margin-top:2px;
margin-bottom:7px;
}
#fullpage h1{
	font-size: 16px;
	font-weight: bold;	
}
#fullpage h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom:7px;
}


/* ---------------------- datepicker -------------------- */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
#eventBuildStatus {
	margin-right: auto;
	margin-left: auto;
	width: 255px;
	margin-bottom: 10px;
}
.showevent p.fieldLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin-top: 5px;
		margin-bottom: 0px;
}

.fieldLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 0px;
}

.showevent {
	border: 1px solid #37872C;
	width: 320px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.showevent .indent{
margin-left:10px;
}

.showevent p{
margin-top:0px;
margin-bottom:0px;
}
.showevent td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #37872C;
	height: 12px;
	vertical-align: middle;
}
.showeventtab{
	background-color: #C7E2B8;
	padding: 3px;
	color: #37872C;
	font-size: 12px;
	font-weight: bold;
	margin-bottom:0px;
	border: 1px solid #37872C;
	border-bottom:none;
	display: table;
/*display: table-cell;*/
}

.showeventheader{
	background-color: #C7E2B8;
	padding: 3px;
	color: #37872C;
	font-size: 14px;
	font-weight: bold;
}

.showeventheader a{
color: #37872C;
	text-decoration:none;
}

.showeventheader a:hover{
text-decoration:underline;
}
.showevent .delete{
	float: right;
	clear: none;
}



.showeventmain{
padding: 3px;
}


.box2 {
	border: 1px solid #37872C;
	width: 320px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.box2 td{
	vertical-align: middle;
}


.box2 .alert{
	font-weight: bold;
	color: #D20E21;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
.box2header{
	background-color: #C7E2B8;
	padding: 3px;
	color: #37872C;
	font-size: 14px;
	font-weight: bold;
}

.box2main{
padding: 3px;
}

.fineprint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin-top: 0px;
		margin-bottom: 0px;
}

.alert{
	font-weight: bold;
	color: #D20E21;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

.alert a{
color: #D20E21;

}
.searchpage{
	text-align: center;
	width: 314px;
}

.searchpage a{
color:#37872C;
text-decoration:none;
}

.searchpage a:hover{
text-decoration:underline;
}

.searchpage .selected{
font-weight:bold;
color:#B81F2D;
}

.comment{
font-size:10px;
margin-left:auto;
margin-right:auto;
margin-bottom:4px;
width:300px;
padding:3px;
background-color:#C7E2B8;
}

.comment p{
margin-top:3px;
margin-bottom:0px;
}

.restaurant_comment{
font-size:10px;
margin-left:auto;
margin-right:auto;
margin-bottom:4px;
padding:3px;
background-color:#C7E2B8;
}

.restaurant_comment p{
margin-top:3px;
margin-bottom:0px;
}


.greenlink a{
color:#327B28;
text-decoration:none;
}

.greenlink a:hover{
text-decoration:underline;
}
#detail_left {
	float:left;
		width:250px;
}
#detail_right {
	float:right;
		width:470px;
}
.nobr {
	white-space: nowrap;
}

.dividingLine {
	border-bottom:1px dotted #337D29; 
	width:95%; 
	margin:0px auto 5px auto;
}
