
/* - textLarge.css - */
@media screen {
/*
  This file is based on the ploneCustom.css.dtml shipped with Plone.

   (do not remove this)
   (not this either)
*/

/* YOUR CSS RULES START HERE */

/* YOUR CSS RULES START HERE */



body {
    font-size: 95% !important;
}
#visual-portal-wrapper{
	background: url(bg_center.jpg) repeat-y;
	width: 992px!important;
	overflow:hidden;
	margin: 0 auto;
	text-align:left!important
}

/* Accessibility and visual enhancement elements */
/* ------ */

.hiddenStructure {
	display: block;
	background: transparent;
	background-image: none; /* safari bug */
	border: none;
	height: 1px;
	overflow: hidden;
	padding: 0;
	margin: -1px 0 0 -1px;
	width: 1px;
}
.contentViews .hiddenStructure, .contentActions .hiddenStructure {
	position: absolute;
	top: -200px;
	left: -200px;
}
.hiddenLabel {
	display: block;
	background: transparent;
	background-image: none; /* safari bug */
	border: none;
	height: 1px;
	overflow: hidden;
	padding: 0;
	margin: -1px 0 0 -1px;
	width: 1px;
}


#visual-portal-wrapper-bottom {
	margin-left: 2px;
}


/* YOUR CSS RULES STOP HERE */

/*  */

/* Latest version of the documentation on pre-defined properties from Plone 
   can be found in CMFPlone/skins/plone_styles/ploneCustom.css.dtml */


}

