@charset "utf-8";
/* CSS Document */
/* ------------------------------------*/
/* ------ Added by Wayan for OBS ------*/
/* ------------------------------------*/



/* ------------------------------------*/
/* global.css 							*/
/* ------------------------------------*/
/** Footer box **/
.subLinks ul li strong {
	font-weight: normal;
}


/* ------------------------------------*/
/* extra.css				  		   */
/* ------------------------------------*/
/*** Top Box Area ***/
.topcontentBox .rightSide .pagination {
	height: 0;
	display: none;
	visibility: hidden;
	overflow: hidden;
}

.hideThis {
	display: none;
	height: 0;
	left: -5000px;
	visibility: hidden;
	position: absolute;
}

/* Homepage comments */
#commentsTGT {
	height: 85px;
	margin-bottom: 20px;
	overflow: hidden;
	width: 165px;
}
#commentsTGT .commentArea {
	height: 85px;
	margin-bottom: 20px;
	overflow: hidden;
	width: 165px;
}
#commentsTGT .commentArea .recipeComments {
	font-size:1.3em;
	font-style:italic;
	overflow: hidden;
	width: 165px;
	/*max height*/
	max-height: 55px;
	height: auto !important;
	height: expression( document.body.clientHeight > 55 ? "55px" : "auto" );		
}
#commentsTGT .commentArea .commentator {
	font-size:1.3em;
	font-style:italic;
	height: 18px;
	margin-top: 5px;
	overflow: hidden;
	width: 165px;
}
#commentsTGT .commentArea .commentator .nameCommenter,
#commentsTGT .commentArea .commentator .dateCommenter {
	font-size: 0.8em;
	font-style: normal;
}

.submissionText,
.minheight {
	/*Min height set*/
	height:auto !important;
	height:300px;
	min-height:300px;		
}


/* ------------------------------------*/
/* Recipe					  		   */
/* ------------------------------------*/
#webapp5540pagination {
	display: none;
	height: 0;
	left: -5000px;
	visibility: hidden;
	position: absolute;	
}
#pagingTGT li {
	display: inline;
	margin: 0 2px;
}


/* ------------------------------------*/
/* Sitemap					  		   */
/* ------------------------------------*/
.sitemap {
	padding: 0 0 20px 20px;
}
.sitemap li {
	padding: 20px 0 0 20px;
}
.sitemap a {
	color: #3F6F0F;
	text-decoration: none;
}
.sitemap a:hover {
	text-decoration: underline;
}


/* OBS */
.system-message, .system-error-message {
	padding:36px!important;
}