@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background: #94c62d url(mainbg.jpg) no-repeat top center ;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColFixHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    height:100%;
	margin: 5px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.thrColFixHdr #header {
	background: #56a223;
	float:left;
	width:420px;
	height:100px;
	padding:0px 0px;
	font-size: 1px;
	line-height:0px;
}
 
#supportingText {
	background:url(tilebg.gif) center top;
	height:100%;
	padding:0px 10px;
	overflow: hidden;
}

#header h1 span {
	display:none;
}
#header span {
	display:none;
}

/*
.thrColFixHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* 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. */	
/*}
*/
.thrColFixHdr #topbanner {
	background: #56a223;
	float:left;
	width:360px;
	height:100px;
	text-align:center;
}
.thrColFixHdr #topbanner2 {
	background-color:#56a223;
	float:left;
	/*
	width:380px;
	height:140px;
	*/
	width:0px;
	height:0px;
	text-align:center;
	position:relative;
	top:40px;
	left:487px;
}
.thrColFixHdr #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 */
}
.thrColFixHdr #nav-border { 
	background-color:#0a4600;
	height:3px;
	clear:both;
    font-size: 1px;
    line-height: 0px;
}

.thrColFixHdr #featresto { 
	background-color:#56a223;
	height:76px;
    font-size: 10px;
	padding:0px 0px;
}
.featlogo {
	float:left;
	padding:3px 10px 0px 10px;
	margin:0px 0px 0px 1px;
}

.topbox{
	float:left;
	background-color:#488C22;
	padding:5px 0px 0px 0px;
}
.chooselang{
	float:left;
	width:145px;
}
.chooselang img{
	margin:0px 5px 0px 0px;
}
.chooselang a img{
	margin:0px 5px 0px 0px;
}
.loginbox{
	float:left;
	width:635px;
}
.loginbox form{
	background-color:#488C22;
	text-align:left;
	margin:0px;
    padding:0px;
	float:right;
	height:25px;
}

.buttonsfwrap {
	background:transparent url(buttonsf.gif) no-repeat scroll 0 -20px;
	width:auto;
	height:20px;
	float:left;
	margin:0px 5px 0px 0px;
}
.buttonsfwrap span {
	background:transparent url(buttonsf.gif) no-repeat scroll 100% 0;
	float:left;
	display:block;
	position:relative;
	height:20px;	
}
.buttonsfwrap span a{
	color:#005500;
	font-weight:bold;
}

.buttonsf {
	color:#005500;
	font-weight:bold;
	background:transparent none repeat scroll 0 0;
	border:0 none;
	cursor:pointer;
	float:left;
}

.buttonsf1 {
	background:transparent url(buttonsf1.gif) no-repeat scroll left bottom;
	height:25px;
}
.buttonsf1.gray, .buttonsf1.black, .buttonsf1  {
background-position:right bottom;
cursor:pointer;
display:inline;
float:left;
	border:0 none;
margin:0 0 0 12px;
padding:0 11px 0 0;
}

.myinputboxwrap{
	background:transparent url(inputbox.gif) no-repeat scroll 0 -20px;
	padding:0px;
	width:105px;
	height:20px;
	float:left;
	margin:0px 10px 0px 0px;
}
.myinputboxwrap span{
	background:transparent url(inputbox.gif) no-repeat scroll 100% 0;
	padding:0;
	display:block;
	left:5px;
	margin:0;
	height:20px;
	position:relative;
}
.myinputbox {
	background:transparent none repeat scroll 0 0;
	border:0 none;
	width:100px;
	padding:3px 0px 0px 0px;
	text-align:left;
}
.divseparator{
	background:transparent none repeat scroll 0 0;
	width:5px;
	float:left;
}

.sidebar{
	/*background:#faf09e;fcf4ca*/
	background:#9dd968;
	vertical-align:top;
	padding:10px 7px;
}
.maincontent{
	background:#FFFFFF;
	border-left:solid 1px #333333;
	border-right:solid 1px #333333;
	vertical-align:top;
	padding:5px 5px;
}
.maincontentleft{
	background:#FFFFFF;
	border-right:solid 1px #333333;
	vertical-align:top;
	padding:10px 10px;
}
.maincontentright{
	background:#FFFFFF;
	border-left:solid 1px #333333;
	vertical-align:top;
	padding:10px 10px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* 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: #9dd968; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:10px 10px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar1 h1, .thrColFixHdr #sidebar1 h2, .thrColFixHdr #sidebar1 h3{
	font-size:large;
}  

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */	
	width: 170px; /* 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: #9dd968; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 h1, .thrColFixHdr #sidebar2 h2, .thrColFixHdr #sidebar2 h3{
    font:Georgia, "Times New Roman", Times, serif;
	font-size:large;
} 
.thrColFixHdr #mainContent {
	padding: 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: solid 1px;
	border-right: solid 1px;
	background:#FFFFFF;
	margin-top: 0px;
	margin-right: 190px;
	margin-bottom: 0px;
	margin-left: 190px;
} 
.thrColFixHdr #mainContenta {
	padding: 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: solid 1px;
	border-right: solid 1px;
	background:#FFFFFF;
	margin-top: 0px;
	margin-right: 190px;
	margin-bottom: 0px;
	margin-left: 0px;
} 

.thrColFixHdr #mainContent h1, .thrColFixHdr #mainContent h2, .thrColFixHdr #mainContent h3{
    font:Georgia, "Times New Roman", Times, serif;
	font-size:large;
}  

.thrColFixHdr #footer {
	padding: 0px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #488C22 url(footer.jpg) no-repeat center left;
	height: 150px;
} 
.thrColFixHdr #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 */
}
.thrColFixHdr #footershade{
	background:url(footershade.jpg) right;
	width:800px;
	height:10px;
	padding:0px 0px;
	line-height:1px;
	font-size:1px;
}
.errormsg{
	color:#FF0000;
}
/*-- -------------Dining Guide------------- --*/
.diningbar{
	background:url(diningguide.gif) no-repeat top left;
	height:36px;
}
.diningtitle{
	color:#FF2200;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
.diningtitle2{
	/* color:#FF3300;*/
	color:#FF2200;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
.diningguide{
	font-size:9px;
	background:#FFFFFF;
	padding:10px 10px;
}
.diningcombo{
    font-size:10px;
}
.diningbutton{
	padding:5px 0px 0px 0px;
}
.menulink{
	color:#663300;
	text-decoration:none;
}
.menulink:hover{
	color:#00CC00;
	text-decoration:underline;
}
.menulink2{
	color:#009900;
	text-decoration:none;
}
.menulink2:hover{
	color:#00dd00;
	text-decoration:underline;
}
.menulink3{
	color:#FFFFFF;
	text-decoration:none;
}
.menulink3:hover{
	color:#00CC00;
	text-decoration:underline;
}
.dininghelp{
	width:160px;
	background:#FFFF99;
	border:1px solid #000000;
	padding:3px;
	text-align:center;
}

/*-- -------------end of Dining Guide------------- --*/

/*-- -------------Search Result------------- --*/
.thrColFixHdr #mainContent2 {
	background: #fff;
	margin: 0px 190px 0px 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right: solid 1px;
} 
.thrColFixHdr #mainContent3 {
	background: #fff;
	width:559px;
	/*margin: 0px px 0px 190px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 15px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: solid 1px;
	float:right;
	text-align:left;
} 
.thrColFixHdr #mainContent2 h1, .thrColFixHdr #mainContent2 h2, .thrColFixHdr #mainContent2 h3{
	padding:0px 0px;
	display:inline;
}
.titlebar{
	color:#d6e01f;
	background:url(titlebar.gif) no-repeat;
	/*#9dd968;*/
	font-size:16px;
	font-weight:bold;
	margin:0px;
	padding:4px 0px 0px 8px;
	text-align:left;
	height:30px;
}
.titlebar1{
	color:#d6e01f;
	background: url(titlebar_long.gif) no-repeat;
	/*#9dd968;*/
	font-size:16px;
	font-weight:bold;
	margin:0px;
	padding:4px 0px 0px 8px;
	text-align:left;
	height:26px;
}
.titlebar1_orange{
	color:#fff;
	background: url(titlebar_long_orange.gif) no-repeat;
	/*#9dd968;*/
	font-size:16px;
	font-weight:bold;
	margin:0px;
	padding:4px 0px 0px 8px;
	text-align:left;
	height:26px;
}
.sortbar{
	background-color:#FFFFCC;
	color:#663300;
	padding:10px 10px;
}
.sortbar a{
	color:#990000;
}
.sortbar a:hover{
	color:#FF3300;
}
.tableheader {
	background:#ffe065;
	color:#993300;	
	padding:8px 10px;
	font-weight:bold;
	font-size:16px;
	border-left:solid #FFFFCC 1px;
}
.oddrow {
	background: #fff;
	/*border-left: dotted #FF9900 1px;*/
	border-bottom: dotted #FF9900 1px;
	vertical-align:top;
	padding:10px 10px;
}
.oddrow2 {
	background: #fff;
	/*border-left: dotted #FF9900 1px;*/
	border-bottom: dotted #FF9900 1px;
	/*border-right: dotted #FF9900 1px;*/
	vertical-align:top;
	padding:10px 10px;
}
.defaultrow {
	background: #fff;
	border-bottom: dotted #996633 1px;
	vertical-align:top;
	padding:3px 3px 5px 3px;
}
.evenrow {
	background: #ffffdd;
	/*border-left: dotted #FF9900 1px;*/
	border-bottom: dotted #FF9900 1px;
	vertical-align:top;
	padding:10px 10px;
}

.evenrow2 {
	background: #ffffdd;
	/*border-left: dotted #FF9900 1px;*/
	border-bottom: dotted #FF9900 1px;
	/*border-right: dotted #FF9900 1px;*/
	vertical-align:top;
	padding:10px 10px;
}
.oddrow a, .evenrow a, .oddrow2 a, .evenrow2 a{
	color:#3300FF;	
	font-weight: bold;
	font-size:16px;
	text-decoration:none;
}
.oddrow a:hover, .evenrow a:hover, .oddrow2 a:hover, .evenrow2 a:hover{
	color:#0099FF;	
	font-weight: bold;
	font-size:16px;
	text-decoration:underline;	
}
.restologo{
	text-align:center;
}
.restoplace{
	color:#666666;
}
.restocuisine{
	color:#990000;
}
.restosearchbox{
	padding:10px 5px 10px 5px;
	border-bottom: dotted #FF9900 1px;
}
.restotitle{
	color:#996633;
	font-size:18px;
	font-weight:bold;
	/*text-align:center;*/
}
.restotitle a{
	color:#996633;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	text-decoration: none;
}

.linkpromo{
	color:#009900;
}
.linkpromo:hover{
	color:#00FF00;
}

/*-- -------------end of Search Result----------- --*/

/*-- -----------------Profile----------- --*/
.thrColFixHdr #contentpage{
	padding:5px 5px;
	border:solid #e6ffcd 5px;	
}
.thrColFixHdr #tabpage{
	background:#fff;
	margin:5px 5px;
}
.restoname{
	color:#996633;
	background:url(title-yellow.jpg) center repeat-x;
	/*#ffcc00;*/	
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
.restocontent{
	color:#333333;
}
.thrColFixHdr #clearall{
	clear:left;
}
.thrColFixHdr #photos{
	border:solid #CCCCCC 5px;
	float:left;
	overflow:hidden;
	width:160px;
	height:120px;
}
.thrColFixHdr #photos{
	border:solid #CCCCCC 5px;
	float:left;
	overflow:hidden;
	width:160px;
	height:120px;
	text-align:center;
	background:#d9d9d9;
}
.thrColFixHdr #photos:hover{
	border:solid #9dd968 5px;
	float:left;
}
.thrColFixHdr #tablephotos{
	table-layout:auto;
	padding:5px 5px;
}
.thrColFixHdr #tablemenu{
	table-layout:auto;
	border:solid #CC6600 5px;
	padding:5px 5px;
	margin:5px 5px;
}

.thrColFixHdr #tablecomment{
	table-layout:auto;
	border-bottom:dashed #FFFF66 1px;
	padding:5px 5px;
	margin:5px 5px;
}
.restocomment{
	color:#666666;
	font-style:italic;
}
.commentrow{
	background: #eee;
	border: dotted #999999 1px;
	vertical-align:top;
	padding:10px 10px;
}
.rela-title{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	border-bottom:1px solid #006600;
}
.rela-resto{
	padding:0px 10px 10px 10px;
	float:left;
}
.cleardiv {
	clear:both;
	border-bottom:1px dashed #eeeeee;
}
/*-- -------------end of Profile----------- --*/

/*-- -------------Promo-------------- --*/
.promo{
}
.promoodd{
	padding:10px 10px;
	border-bottom:solid #996600 1px;
}
.promoeven{
	padding:10px 10px;
	border-bottom:solid #996600 1px;
	background:#f0ffdd;
}
/*-- -------------end of Promo-------------- --*/

/*-- -------------News&Article-------------- --*/
.newstitle{
	/*background:url(bullet-yellow.gif) no-repeat left top;*/
	font-size:14px;
	color:#993300;
	font-weight:bold;
	padding:5px 0px 0px 0px;
}
.newstitlea a{
	font-size:14px;
	color:#993300;
	font-weight:bold;
	padding:5px 0px 0px 0px;
	text-decoration: none;
}
.newstitlea a:hover{
	font-size:14px;
	color:#993300;
	font-weight:bold;
	padding:10px 0px 0px 0px;
	text-decoration: underline;
}
.newstitlesmall{
	font-size:9px;
	color:#993300;
	font-weight:normal;
	/* padding:0px 5px 0px 5px; */
}
.newstitlesmall a{
	font-size:9px;
	color:#993300;
	font-weight:normal;
	/* padding:0px 5px 0px 0px; */
	text-decoration: none;
}
.newstitlesmall a:hover{
	font-size:9px;
	color:#993300;
	font-weight:normal;
	/* padding:0px 5px 0px 0px; */
	text-decoration: underline;
}
.newscontent{
	color:#333333;
	font-size:11px;
	line-height:18px;
	padding:0px 0px 10px 0px;
}
.newscontent a{
	color:#009900;
	text-decoration:none;
}
.newscontent a:hover{
	color:#00FF00;
	text-decoration:none;
}

.newsdate{
	color:#999999;
	font-size:9px;	
	padding:0px 0px 5px 0px;
}
.newsdatesmall{
	color:#999999;
	font-size:9px;	
	padding:0px 0px 5px 0px;
}
.newswriter{
	color:#5eb13e;
	font-size:11px;
}
.articlepic{
	float: left;
	margin-right: 0.9em;
	margin-top: 0.5em;
	overflow:hidden;
	height:157px;
	width:200px;
	text-align:center;
	background:#d9d9d9;
}
/*-- -------------end of News&Article-------------- --*/

.footertext{
	color:#fff;
	text-align:center;
	padding:20px 0px 10px 0px;
}
.footertext a,.footertext a:link, .footertext a:visited, .footertext a:active{
	color:#FFFFFF;
} 

.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;
}

/* ---- login ----*/
.thrColFixHdr #afterheader{
	clear:both;
}
.thrColFixHdr #login {
	/*background:url(loginback.jpg);*/
	background-color:#488C22;
	text-align:right;
	margin:0px;
	vertical-align:middle;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;	/*clear:both;
	overflow: hidden;*/	
}
.thrColFixHdr #login form2{
	/*background:url(loginback.jpg);*/
	background-color:#488C22;
	text-align:right;
	margin:0px;
    padding:0px;
	vertical-align:middle;
	/*clear:both;
	overflow: hidden;*/	
}

.thrColFixHdr #login form2 a img{
	background-color:#488C22;
	text-align:right;
	margin:0px;
    padding:0px;
	vertical-align:middle;
}

.mylogin {	
	background-color:#488C22;
	text-align:right;
	clear:both;	
}
.loginerror{
	color:#FFFFFF;
	vertical-align:text-bottom;
	float:left;
	width:220px;
	text-align:right;
	margin:3px 0px 0px 0px;
}
.loginerror2{
	color:#FFFFFF;
	float:left;
	width:490px;
	text-align:right;
	margin:3px 0px 0px 0px;
}
.passwd{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	vertical-align:middle;
}
/* ---- tabs ---- */

#tabsC {	
	background:#56a223 none repeat scroll 0%;
	float:left;
	font-size:93%;
	line-height:normal;
	width:100%;
}
#tabsC ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:3px 5px 0pt 5px;
}
#tabsC li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	text-align:center;
	display:inline;
	margin:0pt;
	padding:0pt;
}
#tabsC a {
	/* background:transparent url(tableftC.gif) no-repeat scroll left top; */
	float:left;
	margin:0pt;
	padding:0pt 0pt 0pt 0px;
	text-decoration:none;
}
#tabsC a span {
	width:85px;
	background:transparent url(navmenu.gif) no-repeat scroll center top;
	color:#ab6018;
	display:block;
	float:left;
	padding:11px 1px 10px 1px;
	text-align:center;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsC a span {
	float:none;
}
/* End IE5-Mac hack */

#tabsC a:hover span {
	color:#80ff00;
}
#tabsC a:hover {
	background-position:0% -33px;
}
#tabsC a:hover span {
	background-position:100% -33px;
}
#tabsC span {
	width:85px;
	background:transparent url(navmenu.gif) no-repeat scroll center top;
	color:#FFFFFF;
	display:block;
	float:left;
	padding:10px 1px 10px 1px;
	text-align:center;
	background-position:100% -33px;
}

/* ---- tabs profile---- */

#tabsP {
	float:left;
	width:100%;
	background:#fff;
	font-size:93%;
	line-height:normal;
	
}
#tabsP ul {
	margin:0;
	padding:10px 10px 0 10px;
	list-style:none;
}
#tabsP li {
	display:inline;
	margin:0;
	padding:0;
}
#tabsP a {
	float:left;
	background:url("tableftC.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#tabsP a span {
	float:left;
	display:block;
	background:url("tabrightC.gif") no-repeat right top;
	padding:5px 8px 4px 6px;
	color:#464E42;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsP a span {float:none;}
/* End IE5-Mac hack */
#tabsP a:hover span {
  color:#FFF;
  }
#tabsP a:hover {
  background-position:0% -42px;
  }
#tabsP a:hover span {
  background-position:100% -42px;
  } 
#tabsP span {
	float:left;
	display:block;
	background:url("tabrightC.gif") no-repeat right top;
	padding:5px 8px 4px 6px;
	color:#464E42;
}

#tabsP ul li.tabactive {
	float:left;
	background:url("tableftC.gif") no-repeat;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	background-position:0% -42px;
}

#tabsP ul li.tabactive span{
	float:left;
	display:block;
	background:url("tabrightC.gif") 100% -42px;
	padding:5px 8px 4px 6px;
	color:#FFFFFF;
	background-position:100% -42px;
}
/*-- ---- Round box ---- */
.rbroundbox {
	background:url(round-back.gif) repeat scroll 0%;
}
.rbtop div {
	background:url(round-top-left.gif) no-repeat scroll left top;
}
.rbtop {
	background:url(round-top-right.gif) no-repeat scroll right top;
}
.rbbot div {
	background:url(round-bottom-left.gif) no-repeat scroll left bottom;
}
.rbbot {
	background:url(round-bottom-right.gif) no-repeat scroll right bottom;
}
.rbtop div, .rbtop, .rbbot div, .rbbot {
	font-size:1px;
	height:15px;
	width:100%;
}
.rbcontent {
	/*padding: 0px 14px;*/
	margin:0pt 15px;
}
.rbroundbox {
	margin:auto;
	width:170px;
}
.rbroundbox p {
  margin:1em 0pt 0pt;
  padding:0pt;
}

/*-- ------------end of Dining Box-----------------------------------*/

/*-- ---- Round box ---- */
.diningbox {
	background:url(round-back.gif) repeat scroll 0% 0%;
}
.diningtop div {
	background:url(round-top-left.gif) no-repeat scroll left top;
}
.diningtop {
	background:url(round-top-right.gif) no-repeat scroll right top;
}
.diningbot div {
	background:url(round-bottom-left.gif) no-repeat scroll left bottom;
}
.diningbot {
	background:url(round-bottom-right.gif) no-repeat scroll right bottom;
}
.diningtop div, .diningtop, .diningbot div, .diningbot {
	font-size:1px;
	height:5px;
	/*width:100%;*/
}
.diningcontent {
	font-size:9px;
	padding: 0px 5px;
	/*margin:0pt 10px;*/
}
.diningbox {
	/*margin:auto;*/
	width:170px;
}
.diningbox p {
  /*margin:1em 0pt 0pt;*/
  padding:0pt;
}
.myhr {
	margin: 3px;
}

/*-- ------------end of Dining Box-----------------------------------*/

/*-- -------------Dictionary-------------- --*/
.searchbox{
	background:#dddddd;
	padding:10px 20px;
	border:solid #999999 1px;
}
.DictionaryWord{
	background:url(bullet-yellow.gif) no-repeat left top;
	color:#003399;
	font-weight:bold;
	padding:0px 5px 0px 20px;
}
.DictionaryMeaning{
	color:#333333;
	padding:5px 5px 5px 20px;
}

/*-- -------------end of Dictionary-------------- --*/

/*-- -----------------Table------------------ --*/
.TableRight{
	text-align:right;
	vertical-align:top;
	padding:0px 5px;
}
.TableRightPad{
	text-align:right;
	vertical-align:top;
	padding:5px 5px;
}
.TableCenter{
	text-align:center;
	vertical-align:top;
	padding:5px 5px;
}
.TableLeft{
	text-align:left;
	vertical-align:top;
	padding:5px 5px;
}
.TblLeftBotBorder{
	text-align:left;
	border-bottom:dotted 1px #ddd;
	padding:0px 0px 2px 0px;
}
.TableFacility{
 	border-left:solid 1px #ddd;
	vertical-align:top;
	padding:5px 5px;
}
/*-- -------------end of Table-------------- --*/

/*-- -----------------Member Profile------------------ --*/
.memberbox{
	padding:10px 10px;
	border:solid 1px #CC9900;	
}
.membername{
	font-size:16px;
	font-weight:bold;
	color:#339900;	
}
.likedislike{
	background:#FFFFCC;
	padding: 5px 5px;
	text-align:left;
	vertical-align:top;
	border:dotted 1px #FFFF99;
	color:#663300;
}
.membertitle{
	color:#CC6600;
	font-size:14px;
	font-weight:bold;
	padding:0px 5px 5px 5px;
}
.membercontent{
    color:#333333;
	padding:0px 5px;
}
/*-- -------------end of Member Profile-------------- --*/
/*-- -------------link Forum-------------- --*/
#userlinksguest{ 
	background: #fff7db;
	border: 1px solid #f9eb00;
	margin: 5px 0 5px 0;
	padding: 0 5px 0 5px;
}

#userlinksguest{ 
	background: #fff7db;
	border: 1px solid #f9eb00;
}

#userlinks p,
#userlinksguest p{
	background: transparent !important;
	border: 0 !important;
	font-size: 10px;
	font-weight: bold; 
	letter-spacing: 1px;
	margin: 0 !important;
	padding: 7px 0 7px 0; 
	text-align: right;
}

#userlinks p,
#userlinksguest p{
	font-weight: normal;
	letter-spacing: 0;
}

#userlinksguest p.pcen{
	text-align: Left;
}

#userlinks p.home,
#userlinksguest p.home{
	float: left;
}

/*-- -------------link forum-------------- --*/

/*-- -------------chatbox-------------- --*/

.chatbgodd{
	background:#ffdc4e;
	
}
.chatbgeven{
	background:#feffb6;
	
}
.chattext{
	font-family::Tahoma,Geneva,sans-serif;
	font-size:9px;
	color:#CC9900;	
}
.chattext a{
	font-family::Tahoma,Geneva,sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#336600;
}
.chatmsg{
	font-family::Tahoma,Geneva,sans-serif;
	font-size:9px;
	color:#663300;
}
.chatinput{
	font-size:9px;
}
.chattitle{
	color:#996633;
	font-size:18px;
	padding:0px 5px 0px 5px;
	text-align:center;
}

/*-- -------------member-------------- --*/

.tablecontent{ /*layout*/
	vertical-align:top;
	padding:5px 5px;
}
.tablecontent1{ /*foto*/
	vertical-align:top;
	text-align:left;
	padding:5px 3px 5px 10px;
}
.tablecontent2{ /*gambar*/
	vertical-align:top;
	text-align:center;
	padding:5px 3px 5px 3px;
	border-bottom:1px #BBBBBB dotted;
}
.tablecontent3{ /*text*/
	vertical-align:top;
	text-align:left;
	padding:3px 5px;
	border-bottom:1px #BBBBBB dotted;
}
.tabletitle{
	color:#FFFFFF;
	background:#FF9900;
	font-size:14px;
	font-weight:bold;
	padding:1px 5px;
	text-align:center;
	margin:0px 0px 5px 0px;
}
.myresto{
	overflow:auto;
	width:280px;
	height:200px;
}
.myresto2{
	margin:0px 0px 0px 0px;
}
.lastupdate{
	overflow:auto;
	width:230px;
	height:200px;
}
.lastupdate2{
	margin:0px 0px 0px 0px;
}
.testi{
	overflow:auto;
	width:240px;
	height:200px;
}
.testi2{
	margin:0px 0px 0px 0px;
}
.tablefooter{
	text-align:right;
	border-bottom:#CCCCCC dotted 1px;
	padding:5px 0px 10px 0px;
	margin:5px 0px;	
}
.mytitle{
	color:#0099CC;
	font-weight:bold;
	padding:0px 0px 1px 0px;
}

/*-- -------------messages-------------- --*/
.mailtitle{
	font-size:18px;
	font-weight:bold;
	padding:0px 10px;
}
.buttonbox{
	margin:10px 0pt;	
}
.buttonbox a{
	background-color:#FFFFcc;
	border:1px #CC6600 solid;
	color:#663300;
	font-weight:bold;
	margin:0pt 0px 10px 0pt !important;
	padding:3px 9px;
	white-space:nowrap;
}
.buttonbox a, a:link, a:visited, a:active{
	text-decoration:none;
}
.mailbox{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 10px;
	padding: 0px;
	position: relative;
	text-transform: capitalize;
}
.mailbox ul{
	border-color:#BBBBBB;
	border-style:solid solid none;
	border-width:1px 1px medium;
	margin-bottom:20px;
	position: relative;
}
.mailbox ul li{
	border-bottom:1px solid #c3c3c3;
	padding:3px 10px;
}
.mailbox ol, ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.mailnav{
	text-align:right;
	padding:5px 10px;
	border-bottom:1px solid #DDDDDD;
	vertical-align:top;
}
.mailboxheader{
	background:#E0FFCC;
	border-color:#fff;
	border-style:solid solid none;
	border-width:1px 1px medium;	
	font-size:12px;
	font-weight:bold;
	padding:5px 5px;
}
.maillist{
	background:#FFF;
	padding:5px 5px;
	border-bottom:1px solid #DDDDDD;
}

/*-- -------------view all-------------- --*/

.friendbox{
	border:1px solid #663333;
}
.friendlink{
	text-decoration:none;
	color:#00BB00;
	font-weight:bold;
}
.friendlink a, a:link, a:visited, a:active{
	text-decoration:none;	
}

/*-- -------------view all-------------- --*/
.greenbutton{
	background:#CCFF99;
	color:#004400;
	padding:3px 3px;
	margin:5px 10px 5px 10px;
	border:#002200 1px solid;
}
.tablecontenttesti{ 
	vertical-align:top;
	text-align:left;
	padding:0px 0px;
	border-bottom:1px #BBBBBB dotted;
}
/*-- -------------form-------------- --*/
.forminput{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.alignimage {
	/*
        margin-top: 0;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-left: 0px;
        */
	text-align: center;
}
/*-- -------------form-------------- --*/
a {
	color:#009900;	
}
a:hover{
	color:#00FF00;	
}

/*-- ------------- article comment ------------- */
.commentphoto{
	background:#eee;
	border-right:#FFFFFF 3px solid;	
	text-align:center;
	padding:7px 7px;
	vertical-align:top;
}
.commenttext{
	color:#333;
	background:#eee;
	vertical-align:top;
	padding:7px 7px;
}
.commspace{
	margin:0px 0px 3px 0px;
}

/*-- ------------- other ------------- */
.rand_artc_pic {
	background:#CCCCCC;
	overflow:hidden;
	width:160px;
	height:100px;
	text-align:center;
	margin: 0px 0px 1px 0px;
}
.feat_search_box {
	background:#FFFFCC;
}
.graytext {
	color:#999999;
	margin: 0px 0px 5px 0px;
	
}
