/* This is the main CSS that includes other CSS files. */

/*### base.css ###*/

/* This CSS sets the default styles for the base components. */

/* ---------- Browser normalization ---------- */
* {
	color: #153b63;
	font-size: 11px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
div#page div#center h4
{
	font-weight: bold;
	padding-left: 4px;
}
div#page div#center h4.theme-title {
	font-weight: bold;
}
div#page div#center dt
{
	text-decoration: underline;
	padding-left: 4px;
}
div#page div#center dd
{
	padding-left: 14px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	clear: both;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	border-bottom: 1px dotted #000;
	cursor: help;
}
html {
}
body {
	background-color: #FFF;
	font: 62.5%/1.6em Arial,Helvetica,Verdana,sans-serif;
}
body.portal-popup {
	background: none;
	padding: 10px;
}
body.portal-iframe {
	padding: 0;
}
body.html-editor {
	background: #FFF;
	color: #000;
}
blockquote, ul, ol, dl {
	margin: 1em;
}
ol, ul, dl {
	margin-left: 2em;
}
ol li, ul ol li {
	list-style: decimal outside;
}
ul li, ol ul li {
	list-style: disc outside;
}
ul ul li {
	list-style-type: circle;
}
ol ol li {
	list-style-type: upper-roman;
}
dl dd {
	margin-left: 1em;
}
th {
	font-weight: bold;
}
caption {
	margin-bottom: 0.5em;
	text-align: center;
}
p {
	margin-bottom: 1em;
}
/* ---------- Links ---------- */

a {
	color: #153B63;
}

/* ---------- Headers ---------- */

h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h1, h2, h3 {
	margin: 1em 0;
}
h4, h5, h6 {
	font-size: 1.1em;
}
h1, h2, h3, h4, h5, h6, strong {
	font-weight: bold;
}
/* ---------- Text formatting ---------- */

b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
code, pre {
	font-family: "Courier New",Courier,monospace;
	white-space: pre;
}
.important {
	font-weight: bold;
}
/* ---------- Staging area ---------- */

body.staging {
	border: 10px solid #F00;
}
.portal-iframe.staging {
	border: none;
}
/* ---------- Main content body ---------- */

#wrapper {
}
#content-wrapper {
}
.portal-iframe #content-wrapper {
	width: 100%;
}
/* ---------- Alerts and popups ---------- */

.alert-background {
	background: #000;
}
.popup-alert-notice {
	background-color: #FFC;
	border-bottom-color: #FC0;
}
.popup-alert-warning {
	background-color: #FDD;
	border-bottom-color: #F00;
}
/* ---------- Portal add content ---------- */

.portal-add-content {
	background: #FFF;
	text-align: left;
	z-index: 20;
}
.portal-add-content a {
	text-decoration: none;
}
/* ---------- Portal tool tips ---------- */

.portal-tool-tip {
	background: #FFF url(button.gif) repeat-x 0 100%;
	border: 1px solid;
	border-color: #DEDEDE #BFBFBF #BFBFBF #DEDEDE;
	color: #1E2529;
	max-width: 200px;
	padding: 6px 4px;
}
/* ---------- Loading animation ---------- */

.loading-animation {
	background: url(loading_animation.gif) no-repeat top center;
	margin-top: 10px;
	padding-top: 40px;
	text-align: left;
}
/* ---------- Separator ---------- */

div#page div#center hr,
div#page div#center .separator
{
	border-top: 1px solid #DFE9F4;
	margin: px auto;
}
/* ---------- Update Manager ---------- */

.update-available {
	margin-top: 10px;
	padding: 2px;
	text-align: left;
}
/* ---------- Text highlighting ---------- */

.highlight {
	background: #FFC;
	font-weight: bold;
	padding: 0 1px;
}
/*### application.css ###*/
/* ---------- Main ---------- */

.ui-wrapper {
	border: 2px solid #828F95;
}
.ui-wrapper input, .ui-wrapper textarea {
	border: 0;
}
.ui-dialog-overlay {
	background: #000;
	opacity: 0.8;
	z-index: 400;
}
.ie .ui-dialog-overlay {
	filter: alpha(opacity=80);
}
.results-grid {
	border: 1px solid #DEDEDE;
	border-left: none;
	border-right: none;
	padding: 5px 0;
}
.results-header {
	background: #727C81;
}
.results-header th, .results-header td {
	color: #FFF;
	padding: 5px 10px;
}
div#page div#center .results-header th 
{
	background-color: #153B63;
	color: white;
	line-height: 19px;
	border: 1px solid white;
	padding-left: 2px;
}
.results-header th a,
.results-header td a {
	color: #FFF;
}

div#page div#center .results-header th a
{
	color: white;
	font-weight: bold;
}
div#page div#center .results-header th.sortable a,
div#page div#center .results-header th.sort-column a
{
	padding-left: 10px;
	background-image: url('iconSortable.gif');
	background-repeat: no-repeat;
}
div#page div#center .results-header th.asc a,
div#page div#center .results-header th.sort-asc a
{
	background-image: url('iconSortAsc.gif');
}
div#page div#center .results-header th.desc a,
div#page div#center .results-header th.sort-desc a
{
	background-image: url('iconSortDesc.gif');
}
div#page div#center .results-header th a i
{
	color: white;
	font-style: normal;
}
.ui-autocomplete-even, .results-row td {
	background: #F0F5F7;
	padding: 5px 10px;
}
.ui-autocomplete-over, .results-row.hover td {
	background: #A8D6ED;
}
div#page div#center .results-row td
{
	background-color: white;
	line-height: 18px;
	border: 1px solid #D3D3D3;
	padding-left: 2px;
}
div#page div#center tr.alt td
{
	background-color: #DFE9F4;
}

/* ---------- Dragging/sorting indicators ---------- */

.lfr-grid.dragging {
	border-collapse: separate;
}
.lfr-grid.dragging .lfr-column {
	border: 3px double #828F95;
}
.drop-area {
	background-color: #D3DADD;
}
.active-area {
	background: #FFC;
}
.ui-proxy {
	cursor: move;
	opacity: 0.65;
	position: relative;
}
.ie .ui-proxy {
	filter: alpha(opacity=65);
}
.ui-proxy.generic-portlet {
	height: 200px;
	width: 300px;
}
.ui-proxy.generic-portlet .portlet-title {
	padding: 10px;
	padding-left: 2px;
}
.ui-proxy.not-intersecting .forbidden-action {
	background: url(forbidden_action.gif) no-repeat;
	display: block;
	height: 32px;
	position: absolute;
	right: -15px;
	top: -15px;
	width: 32px;
}
.ie .ui-proxy.not-intersecting .forbidden-action {
	right: 2px;
	top: 2px;
}
.ui-resizable-proxy {
	border: 1px dashed #828F95;
}
.navigation-sort-helper {
	background: #727C81;
	margin-top: 1px;
}
.portlet-sort-helper {
}
/* ---------- Resizables ---------- */

.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	background: transparent url() no-repeat 50% 50%;
	display: none;
	font-size: 0.1px;
	position: absolute;
}
.ui-resizable .ui-resizable-handle {
	display: block;
}
.js .ui-resizable-disabled .ui-resizable-handle {
	display: none;
}
.js .ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n, .ui-resizable-s {
	background-image: url(handle_horizontal.gif);
	height: 14px;
	left: 0;
	right: 0;
}
.ui-resizable-n {
	cursor: n-resize;
	top: 0;
}
.ui-resizable-s {
	bottom: 0;
	cursor: s-resize;
}
.ui-resizable-e, .ui-resizable-w {
	background-image: url(handle_vertical.gif);
	background-position: center center;
	bottom: 0;
	top: 0;
	width: 14px;
}
.ui-resizable-e {
	cursor: e-resize;
	right: 0;
}
.ui-resizable-w {
	cursor: w-resize;
	left: 0;
}
.ui-resizable-ne, .ui-resizable-nw {
	height: 14px;
	top: 0;
	width: 14px;
}
.ui-resizable-ne {
	background-image: url(handle_ne.gif);
	cursor: ne-resize;
	right: 0;
}
.ui-resizable-nw {
	background-image: url(handle_nw.gif);
	cursor: nw-resize;
	left: 0;
}
.ui-resizable-se, .ui-resizable-sw {
	bottom: 0;
	height: 14px;
	width: 14px;
}
.ui-resizable-se {
	background-image: url(handle_se.gif);
	cursor: se-resize;
	right: 0;
}
.ui-resizable-sw {
	background-image: url(handle_sw.gif);
	cursor: sw-resize;
	left: 0;
}
.freeform .portlet-boundary .ui-resizable-handle {
	margin: 3px;
}
/* ---------- Slider ---------- */

.ui-slider {
	position: relative;
}
.ui-slider-handle {
	position: absolute;
}
.ui-slider-disabled .ui-slider-handle {
	opacity: 0.5;
}
.ie .ui-slider-disabled .ui-slider-handle {
	filter: alpha(opacity=50);
}
.ui-slider-range {
	background: #1E2529;
	height: 100%;
	opacity: 0.3;
	position: absolute;
	width: 100%;
}
.ie .ui-slider-range {
	filter: alpha(opacity=30);
}
/* ---------- Tabs ---------- */
div#page div#center .ui-tabs
{
	margin: 0 0 10px 0;
	background-color:#F1F1F1;
	background-image:url(b2b2b2.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
	width: 100%;
	border: 0px;
	float: left;
	float: none; /* reh8fe - added on 2009/04/24: if after a tab-container a portlet-message-error is shown, the message is too high */
}
.ui-tabs {
	border-bottom: 1px solid #DEDEDE;
	padding: 0 0 0 10px;
}
div#page div#center .ui-tabs a,
div#page div#center .ui-tabs .current span
{
	background-image:url(arrowBlueRight.gif);
	background-position:11px 10px;
	background-repeat: no-repeat;
}
div#page div#center .ui-tabs a,
div#page div#center .ui-tabs span {
	background-color: transparent;
	font-size: 12px;
	line-height: 25px;
	white-space: nowrap;
	font-weight: normal;
	padding: 2px 3px 2px 20px;
	border: 0px;
}
div#page div#center .ui-tabs .current span,
div#page div#center .ui-tabs .current a
{
	background-color:white;
	border-color:#B2B2B2 rgb(178, 178, 178) white;
	border-style:solid;
	border-width:1px;
	border-bottom: 0px;
	padding: 2px 20px 0px;
}
div#page div#center .ui-tabs *.backTab
{
	background-image: url('arrowBlueLeft.gif');
	background-repeat: no-repeat;
	background-position: 10px 12px;
	font-weight: bold;
}
div#page div#center .ui-tabs .backTab *
{
	font-weight: bold;
}
div#page div#center .ui-tabs .backTab a
{
	background-image: none;
}
.ui-tabs:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.ie .ui-tabs {
	overflow: hidden;
}
.ie6 .ui-tabs {
	height: 1%;
}
.ui-tabs li {
	display: inline;
	float: left;
	line-height: 1;
	padding: 0;
	text-decoration: none;
}
.ui-tabs li.last {
	border-right: none;
}
.ui-tabs li a, .tabs li span {
	background: #878F93 url(tabs_bg.png) repeat-x 0 100%;
	border-right: 1px solid #304049;
	display: block;
	float: left;
	padding: 10px;
	position: relative;
	text-decoration: none;
	top: 1px;
}
.ie6 .ui-tabs li a, .ie6 .tabs li span {
	background-image: none;
	border-bottom: 3px solid #304049;
	padding-bottom: 7px;	
}

.ui-tabs li.current a, .ui-tabs li.current span {
	background: #FFF;
	border: 1px solid #DEDEDE;
	border-bottom: none;
	font-weight: bold;
}
.ie6 .ui-tabs li.current a, .ie6 .ui-tabs li.current span {
	padding-bottom: 10px;
}

.ui-tabs .ui-tabs-disabled a {
	cursor: text;
}
.ui-tabs-disabled {
	opacity: 0.4;
}
.ie .ui-tabs-disabled {
	filter: alpha(opacity=40);
}
.ui-tabs .ui-tabs-disabled a:link, .ui-tabs .ui-tabs-disabled a:visited {
	color: #000;
}
.ui-tabs-hide {
	display: none;
}
.ui-tabs .toggle.last {
	float: right;
}
/* ---------- Dialog ---------- */

.ui-dialog {
	background-color: #FFF;
	border: 2px solid #828F95;
	padding: 4px;
}
.ui-dialog .ui-dialog-titlebar {
	background: #DFE9F4;
	color: #153b63;
	font-size: 14px;
	font-weight: bold;
	min-height: 28px;
	padding: 0;
	position: relative;
	z-index: 1;
}
.ie .ui-dialog .ui-dialog-container {
	z-index: 1;
}
.ie6 .ui-dialog .ui-dialog-titlebar {
	height: 29px;
}
.ui-dialog.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-dialog .ui-dialog-titlebar-close {
	background: url(close.gif) no-repeat;
	height: 16px;
	position: absolute;
	right: 5px;
	top: 6px;
	width: 16px;
}
.ui-dialog .ui-dialog-titlebar-close span {
	display: none;
}
.ui-dialog.has-title .ui-dialog-title {
	background: url(../images/arrows/04_right.png) no-repeat 7px 50%;
	display: block;
	font-weight: bold;
	padding: 5px;
	padding-left: 20px;
}
.ui-dialog.ui-resizable .ui-dialog-content {
	padding: 14px;
}
.ui-dialog.ui-resizable-disabled .ui-dialog-content {
	padding: 7px;
}
.ui-dialog .ui-dialog-buttonpane {
	bottom: 8px;
	position: absolute;
	right: 12px;
	text-align: right;
	width: 100%;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: 6px;
}
.ui-dialog.generic-dialog .ui-resizable-handle {
}
/* ---------- Date picker ---------- */

#ui-datepicker-div, .ui-datepicker-inline {
	background: #FFF;
	border: 2px solid #828F95;
	padding: 3px;
	width: 185px;
}
#ui-datepicker-div {
	display: none;
}
.ui-datepicker-inline {
	border: 0;
	display: block;
	float: left;
}
.ui-datepicker-dialog {
	padding: 5px !important;
}
img.ui-datepicker-trigger {
	margin: 2px;
	vertical-align: middle;
}
.ui-datepicker-prompt {
	color: #000;
	float: left;
	padding: 2px;
}
.ie6 .ui-datepicker-prompt {
	width: 185px;
}
.ui-datepicker-control, .ui-datepicker-links, .ui-datepicker-header, .ui-datepicker {
	clear: both;
	float: left;
	width: 100%;
}
.ui-datepicker-control {
	background: #D3DADD;
	border-bottom: 1px solid #AEB8BC;
	margin-bottom: 2px;
}
.ui-datepicker-links {
	background: #727C81;
	margin-bottom: 1px;
	padding: 5px 0;
}
.ui-datepicker-links a {
	color: #FFF;
	display: block;
	margin: 0 5px;
}
.ui-datepicker-control, .ui-datepicker-links {
	font-weight: bold;
	letter-spacing: 1px;
}
.ui-datepicker-links label {
	padding: 2px 5px;
}
.ui-datepicker-clear, .ui-datepicker-prev {
	float: left;
	width: 34%;
}
.ui-datepicker-prev a, .ui-datepicker-next a {
	background: url() no-repeat;
	font-size: 0;
	height: 16px;
	line-height: 0;
	text-indent: -9999em;
	width: 16px;
}
.ui-datepicker-prev a {
	background-image: url(datepicker_previous.png);
}
.ui-datepicker-next a {
	background-image: url(datepicker_next.png);
}
.ui-datepicker-current {
	float: left;
	line-height: 1.3;
	text-align: center;
	width: 30%;
}
.ui-datepicker-close a {
	background: url(close.gif) no-repeat;
	display: block;
	float: right;
	height: 16px;
	margin: 5px 5px 5px 0;
	text-indent: -9999em;
	width: 16px;
}
.ui-datepicker-next {
	float: right;
	text-align: right;
}
.ui-datepicker-header {
	border-bottom: 1px solid #DEDEDE;
	font-weight: bold;
	padding: 5px 0 6px;
	text-align: center;
}
.ui-datepicker-header select {
	background: #727C81;
	border: 0;
	color: #FFF;
	font-weight: bold;
}
.ui-datepicker-header .ui-datepicker-new-month {
	float: left;
	margin-left: 5px;
}
.ui-datepicker-header .ui-datepicker-new-year {
	float: right;
	margin-right: 5px;
}
.ui-datepicker {
	text-align: center;
	width: auto;
}
.ui-datepicker a {
	display: block;
	width: 23px;
}
.ui-datepicker .ui-datepicker-title-row a {
	color: #1E2529;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-days-row {
	background: #FFF;
	color: #727C81;
}
.ui-datepicker-week-col {
	color: #B5BFC4;
}
.ui-datepicker-days-cell a {
	background: #F0F5F7;
	border: 1px solid #FFF;
}
.ui-datepicker-days-cell a:hover {
	background-color: #727C81;
	color: #FFF;
}
.ui-datepicker-current-day a {
	background-color: #FFF;
	border: 1px solid #727C81;
	color: #369;
}
.ui-datepicker-current-day a:hover {
	background-color: #DFF4FF;
	border-color: #AEB8BC;
	color: #06C;
}
.ui-datepicker .ui-datepicker-unselectable {
	color: #B5BFC4;
}
#ui-datepicker-div a, .ui-datepicker-inline a {
	cursor: pointer;
}
.ui-datepicker-one-month:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.ie .ui-datepicker-one-month {
	height: 1%;
}
.ui-datepicker-new-row {
	clear: left;
}
.ie6 .ui-datepicker-cover {
	display: block;
	filter: mask();
	height: 200px;
	left: -4px;
	position: absolute;
	top: -4px;
	width: 193px;
	z-index: -1;
}
/* ---------- Color picker ---------- */

.ui-colorpicker {
	background-image: url(../images/color_picker/picker_container_bg.png);
	font: 11px Arial,Helvetica,sans-serif;
	height: 192px;
	position: relative;
	width: 305px;
}
.ui-colorpicker-color {
	background-color: #F00;
	background-image: url(../images/color_picker/picker_bg.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 184px;
	left: 8px;
	position: absolute;
	top: 5px;
	width: 184px;
}
.ui-colorpicker-color-handle {
	background-image: url(../images/color_picker/select.png);
	height: 11px;
	position: absolute;
	width: 11px;
}
.ui-colorpicker-hue {
	background-image: url(../images/color_picker/hue.png);
	height: 186px;
	left: 200px;
	position: absolute;
	top: 3px;
	width: 18px;
}
.ui-colorpicker-hue-handle {
	background-image: url(../images/color_picker/color_indic.png);
	height: 7px;
	position: absolute;
	width: 18px;
}
.ui-colorpicker-current {
	background: #FFF;
	border: 2px solid #727C81;
	height: 60px;
	position: absolute;
	right: 10px;
	top: 31px;
	width: 60px;
}
.ui-colorpicker-values {
	left: 230px;
	position: absolute;
	top: 100px;
	width: 60px;
}
.ui-colorpicker-values table {
	width: 100%;
}
.ui-colorpicker-values table input {
	margin-bottom: 1px;
	padding: 3px 1px;
	width: 100%;
}
.ui-colorpicker-rgbR, .ui-colorpicker-rgbG, .ui-colorpicker-rgbB {
	width: 20px;
}
.ui-colorpicker-hex {
	width: 40px;
}
.ui-colorpicker-close {
	background: url(../images/color_picker/close.png) no-repeat 0 0;
	cursor: pointer;
	height: 23px;
	position: absolute;
	right: 3px;
	text-indent: -9999em;
	top: 3px;
	width: 23px;
}
/* ---------- Autocomplete ---------- */

.ui-autocomplete-results {
	border: 1px solid;
	border-color: #BFBFBF #DEDEDE #DEDEDE #BFBFBF;
	overflow: hidden;
	padding: 0;
	z-index: 300;
}
.ui-autocomplete-results ul {
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	width: 100%;
}
.ui-autocomplete-results li {
	cursor: default;
	display: block;
	line-height: 16px;
	margin: 0;
	overflow: hidden;
	padding: 2px 5px;
}
.ui-autocomplete-loading, .ui-autocomplete-loading.focus {
	background-image: url(loading_indicator.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
.ui-autocomplete-results li strong {
	color: #06c;
	font-weight: bold;
}
/* ---------- Tags ---------- */

.ui-tags {
	display: block;
	padding: 5px 0 2px;
}
.ui-tags:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.ie .ui-tags {
	height: 1%;
}
.ui-tags.empty {
	display: none;
}
.ui-tags .ui-tag {
	background: #DFF4FF;
	border: 1px solid #A7CEDF;
	float: left;
	margin-bottom: 3px;
	margin-right: 3px;
	padding: 3px 20px 3px 6px;
	padding-right: 20px;
	position: relative;
}
.ui-tags .ui-tag:hover {
	border-color: #AEB8BC;
}
.ui-tags .ui-tag-delete {
	display: block;
	padding: 6px;
	position: absolute;
	right: 0;
	top: 3px;
}
.ui-tags .ui-tag-delete span {
	background: url(close_small.png) no-repeat 0 0;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 7px;
	text-indent: -9999em;
	width: 7px;
}
.ui-tags .ui-tag-delete:hover span {
	background-position: 0 100%;
}
.ui-tags-input {
	width: 200px;
}
.tags-vocabulary-name span {
	font-weight: bold;
	padding-bottom: 3px;
}
/* ---------- Treeview ---------- */

.treeview {
	cursor: pointer;
}
.treeview, .treeview ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.treeview ul {
	background-color: #FFF;
	margin-top: 4px;
}
.treeview .hitarea {
	background: url(../images/trees/treeview_bg.png) -64px -25px no-repeat;
	cursor: pointer;
	float: left;
	height: 16px;
	margin-left: -16px;
	margin-top: 3px;
	width: 16px;
}
.ie6 .hitarea {
	display: inline;
}
.treeview li {
	background: url(../images/trees/treeview_line.png) 0 0 no-repeat;
	list-style-type: none;
	margin: 0;
	padding: 0 0 3px 16px;
}
.treeview a.selected {
	background-color: #EEE;
}
.treeview-control {
	display: none;
	margin: 1em 0;
}
.treeview .hover {
	cursor: pointer;
}
.treeview li.collapsable, .treeview li.expandable {
	background-position: 0 -176px;
}
.treeview .expandable-hitarea {
	background-position: -80px -3px;
}
.treeview li.last {
	background-position: 0 -1766px;
}
.treeview li.lastCollapsable, .treeview li.lastExpandable {
	background-image: url(../images/trees/treeview_bg.png);
}
.treeview li.lastCollapsable {
	background-position: 0 -111px;
}
.treeview li.lastExpandable {
	background-position: -32px -67px;
}
.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea {
	background-position: 0;
}
.treeview .placeholder {
	background: url(loading_indicator.gif) 0 0 no-repeat;
	display: block;
	height: 16px;
	width: 16px;
}
.treeview span {
	padding-left: 3px;
}
.filetree li {
	padding: 3px 0 2px 16px;
}
.filetree span.folder, .filetree span.file {
	display: block;
	padding: 1px 0 1px 16px;
}
.filetree span.folder {
	background: url(../images/trees/minus.png) 0 0 no-repeat;
}
.filetree li.expandable span.folder {
	background: url(../images/trees/plus.png) 0 0 no-repeat;
}
.filetree span.file {
	background: url(../images/trees/page.png) 0 0 no-repeat;
}
/*### layout.css ###*/

/* This CSS controls the column layout. It is not recommended that you change this file. */

/* ---------- Wrapper ---------- */

.lfr-grid {
	border-collapse: collapse;
	width: 100%;
}
.lfr-grid .lfr-column {
	padding: 5px;
}
/* ---------- Column widths ---------- */

.lfr-grid.dragging .lfr-column {
	height: 100px;
	min-height: 100px;
}
.lfr-column.ten {
	width: 10%;
}
.lfr-column.twenty {
	width: 20%;
}
.lfr-column.thirty {
	width: 30%;
}
.lfr-column.forty {
	width: 40%;
}
.lfr-column.fifty {
	width: 50%;
}
.lfr-column.sixty {
	width: 60%;
}
.lfr-column.seventy {
	width: 70%;
}
.lfr-column.eighty {
	width: 80%;
}
.lfr-column.ninety {
	width: 90%;
}
/* ---------- 1 column ---------- */

.columns-1 #column-1, .columns-max #column-1 {
	clear: both;
	display: table;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}
/* ---------- 2 columns ---------- */

.columns-2 #column-1 {
	padding-left: 0;
}
.columns-2 #column-2 {
	padding-right: 0;
}
/* ---------- 3 columns ---------- */

.columns-3 #column-1 {
	padding-left: 0;
}
.columns-3 #column-2 {
}
.columns-3 #column-3 {
	padding-right: 0;
}
/* ---------- 1/2/1 ---------- */

.columns-1-2-1 #column-1, .columns-1-2-1 #column-4 {
	padding-left: 0;
	padding-right: 0;
}
.columns-1-2-1 #column-2 {
	padding-left: 0;
}
.columns-1-2-1 #column-3 {
	padding-right: 0;
}
/* ---------- 2/2 ---------- */

.columns-2-2 #column-1, .columns-2-2 #column-2 {
	padding-left: 0;
}
.columns-2-2 #column-4 {
	padding-right: 0;
}
/* ---------- Freeform ---------- */

.freeform .lfr-column {
	position: relative;
}
.columns-2-2 #column-4 {
	padding-right: 0;
}
/*### navigation.css ###*/

/* This CSS sets the default styles for the main navigation. */

/* ---------- Main navigation ---------- */

#navigation {
}
#navigation ul {
	margin: 0 auto;
}
#navigation ul:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.ie #navigation ul {
	height: 1%;
}
.ie6 #navigation, .ie6 #navigation ul {
	height: 2em;
	overflow: visible;
}
#navigation li {
	float: left;
	list-style-type: none;
	position: relative;
}
#navigation .child-menu {
	display: none;
}
/* ---------- Dock without JavaScript ---------- */

.lfr-dock {
	position: absolute;
	right: 5%;
	top: 10px;
}
.lfr-dock h2 {
	background: url(../images/navigation/welcome_message.png) no-repeat 0 50%;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	padding-left: 2em;
	text-align: right;
}
.lfr-dock ul {
	display: inline;
	float: left;
}
.lfr-dock li {
	display: inline;
	float: left;
	margin-left: 15px;
}
.lfr-dock li a {
	background: url() no-repeat 0 50%;
	padding: 2px 0 2px 20px;
}
.lfr-dock li.home a {
	background-image: url(home.gif);
}
.lfr-dock li.control-panel a {
	background-image: url(control_panel.gif);
}
.lfr-dock li.my-account a {
	background-image: url(my_account.gif);
}
.lfr-dock li.sign-in a {
	background-image: url(sign_in.gif);
}
.lfr-dock li.sign-out a {
	background-image: url(sign_out.gif);
}
.lfr-dock li.add-content a {
	background-image: url(add_content.gif);
}
.lfr-dock li.layout a {
	background-image: url(layout.gif);
}
.lfr-dock li.page-settings a {
	background-image: url(page_settings.gif);
}
.lfr-dock li.staging a {
	background-image: url(staging.gif);
}
.lfr-dock li.my-places a {
	background-image: url(my_places.gif);
}
.lfr-dock li.my-places {
	display: none;
}
.lfr-dock li.toggle-controls {
	display: none;
}
/* ---------- Dock with JavaScript ---------- */

.js .interactive-mode {
	background: none;
	min-width: 150px;
	position: absolute;
	right: 5%;
}
.js .interactive-mode h2 {
	background: url(right_bg.gif) no-repeat 100% 0;
	font-size: 1em;
	margin: 0;
	padding: 0 37px 0 0;
	position: relative;
	z-index: 82;
}
.js .interactive-mode h2 span {
	background: url(left_bg.gif) no-repeat 0 0;
	border-right: 1px solid #34404F;
	color: #FFF;
	display: block;
	font-size: 1em;
	height: 15px;
	line-height: 1;
	margin-bottom: 0;
	padding: 10px 20px 4px 20px;
}
.js .lfr-dock.expanded .lfr-dock-list-container {
	top: -2px;
}
.js .interactive-mode ul {
	background: #FFF;
	border: 1px solid;
	border-color: #DEDEDE #BFBFBF #BFBFBF #DEDEDE;
	display: none;
	float: none;
}
.js .interactive-mode li {
	border-top: 1px solid #DEDEDE;
	clear: both;
	display: block;
	float: none;
	margin: 0;
	padding: 2px;
}
.js .interactive-mode li a {
	background-position: 8px 50%;
	background-repeat: no-repeat;
	display: block;
	margin-left: 0;
	padding: 5px 0;
	text-decoration: none;
}
.js .interactive-mode li a, .js .interactive-mode li a:hover {
	background-position: 8px 50%;
	padding-left: 30px;
}
.js .interactive-mode li a:hover, .js .interactive-mode .my-places li.current a:hover {
	color: #FFF;
}
.js .interactive-mode .lfr-dock-list li.first {
	border-top: none;
}
.js .lfr-dock.interactive-mode .my-places li a {
	background-image: none;
}
.js .interactive-mode .my-places li {
	background-position: 5px 50%;
	background-repeat: no-repeat;
}
.js .lfr-dock.interactive-mode .my-places.lfr-flyout.has-children > ul {
	margin-right: -1px;
}
.js .interactive-mode .my-places li.current-community {
	background-color: #D3DADD;
}
.js .interactive-mode .my-places li h3 {
	font-size: 1em;
	font-weight: normal;
	margin: 0;
}
.js .interactive-mode .lfr-flyout.has-children h3 {
	min-width: 175px;
}
.js .lfr-dock.interactive-mode .my-places li h3 a {
	background-image: url(my_place.gif);
}
.js .interactive-mode .lfr-flyout.has-children ul {
	display: none;
	margin-left: 0;
	top: -1px;
}
.js .interactive-mode .my-places li.public a {
	background-image: url(my_places_public.gif);
}
.js .interactive-mode .my-places li.private a {
	background-image: url(my_places_private.gif);
}
.js .interactive-mode .my-places li.current {
	background-color: #DFF4FF;
}
.js .interactive-mode .my-places li.current a {
	background: url(my_place_current.gif) no-repeat 10px 50%;
	margin: 0;
	padding-left: 35px;
}
.js .interactive-mode li:hover, .js .interactive-mode .my-places li:hover {
	background-color: #828F95;
}
.js .interactive-mode li:hover a:hover, .js .interactive-mode li:hover > a, .js .interactive-mode li:hover > h3 > a {
	background-color: #828F95;
	color: #FFF;
}
.ie6 .js .interactive-mode li a:hover {
	background-color: #828F95;
	color: #FFF;
}
.js .interactive-mode .my-places ul li a.add-page {
	top: 7px;
}
.js .interactive-mode .group-end {
	border-bottom: 2px solid #DEDEDE;
}
.ie6.js .interactive-mode .taglib-my-places li {
	height: 24px;
}
.ie6.js .lfr-dock.interactive-mode {
	white-space: nowrap;
	width: 150px;
}
.ie6.js .lfr-dock.interactive-mode li {
	height: 1%;
	width: 100%;
}
.ie6.js .interactive-mode .lfr-flyout.has-children {
	width: 150px;
}
.js .interactive-mode li.toggle-controls {
	display: block;
}
.js .interactive-mode li.toggle-controls a {
	background-image: url(checked.gif);
}
.js .controls-hidden .interactive-mode li.toggle-controls a {
	background-image: url(unchecked.gif);
}
/* ---------- Add/remove page ---------- */

.js .delete-tab {
	background: url(remove.gif) no-repeat 42%;
	cursor: pointer;
	display: block;
	height: 8px;
	position: absolute;
	right: 2px;
	text-indent: -9999em;
	top: 2px;
	width: 8px;
}
/*------ Navigation portlet ------*/

.nav-menu li a.ancestor {
	font-weight: bold;
}
.nav-menu li a.selected {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.nav-menu ul {
	padding-left: 10px;
}
/*### portlet.css ###*/

/* This CSS sets the default styles for portlets. */

/* ---------- Portlet wrapper and icons ---------- */

.portlet {
	text-align: left;
}
.freeform .portlet {
	margin-bottom: 0;
}
body.portlet {
	border: none;
}
.portlet-topper {
	position: relative;
}
.portlet-title {
	display: block;
	font-weight: bold;
	min-width: 50%;
	margin: 0px 0 6px 0;
	background-color: #DFE9F4;
	padding-left: 2px;
	line-height: 20px;
	color: #153B63;
}
/* portlet title for bosch wsrp-proxy*/
#p_p_id_BoschWSRP_ .portlet-title
{
	margin-bottom: 0px;
}
.portlet-title img {
	vertical-align: middle;
}
.portlet-icons {
	margin: 0;
	position: absolute;
	right: 5px;
	text-align: right;
	top: 0px;
}
.portlet-icons nobr {
	display: block;
	float: left;
	min-width: 0;
	padding: 1px;
}
.ie .portlet-icons nobr {
	zoom: 1;
}
/* if "borders" is checked in portlet look and feel
.portlet-content, .portlet-minimized .portlet-content-container {
	padding: 12px 10px 10px;
}
*/
.portlet-minimized .portlet-content {
	padding: 0;
}
.portlet-icon-back {
	font-weight: bold;
	padding: 3px 0 3px 18px;
}
.portlet-icon-back,
.portlet-icon-back a {
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: 3px 7px;
	background-image: url(arrowBlueLeft.gif);
}
/* ---------- Panel Page ---------- */

.lfr-panel-page {
	width: 100%;
}
.lfr-panel-page .portlet-title {
	font-size: 13px;
}
.lfr-panel-page #content-wrapper {
	margin: 0;
	width: auto;
}
.lfr-panel-page .lfr-add-content h2 span {
	background-color: #D3DADD;
}
/* ---------- Standard styles defined in the JSR 168 ---------- */

/* ---------- Fonts ---------- */

/* ---------- Font attributes for the 'normal' fragment font ---------- */

.portlet-font {
}
/* ---------- Font attributes similar to the .portlet-font but the color is lighter ---------- */

.portlet-font-dim {
}
/* ---------- Messages ---------- */

/* ---------- Status of the current operation ---------- */

.portlet-msg-status {
}

div#page div#center .portlet-msg-success, 
div#page div#center .portlet-msg-error, 
div#page div#center .portlet-msg-info,
.portlet-msg-success, 
.portlet-msg-error, 
.portlet-msg-info
/*reh8fe - added also selectors without div#page div#center since there are some popins which are not situated inside these divs and also need this formatting */
{
	background-repeat: no-repeat;
	background-position: 6px 50%;
	padding-left: 30px;
	display: block;
	font-weight: bold;
	margin: 6px auto 12px;
}
.portlet-msg-success {
	background-color: #F4FDEF;
	background-image: url('success.gif');
	border: 1px solid #ACDFA7;
	color: #384F34;
}
.portlet-msg-info {
	background-color: #DFF4FF;
	background-image: url('info.gif');
	border: 1px solid #A7CEDF;
	color: #34404F;
}
.portlet-msg-error {
	background-color: #FFDDDD;
	background-image: url('error.gif');
	border: 1px solid #F00;
}
div#shop div#center .block-labels .portlet-msg-error
{
	display: block;
	width: 503px;
}
.portlet-msg-info.pending {
	background-image: url(time.gif);
}
/* ---------- Warning messages ---------- */

.portlet-msg-alert {
	background-color: #FFC;
	border: 1px solid #FC0;
	display: block;
	font-weight: bold;
	margin: 2px auto 14px;
}
/* ---------- Sections ---------- */

/* ---------- Table or section header ---------- */

.portlet-section-header {
}
.portlet-section-header th {
}
/* ---------- Normal text in a table cell ---------- */

.portlet-section-body {
}
.portlet-section-body td {
}
/* ---------- Text in every other row in the cell ---------- */

.portlet-section-alternate {
}
.portlet-section-alternate td {
}
.portlet-section-alternate-hover td, .portlet-section-body-hover td {
}
.portlet-section-body td td, .portlet-section-body-hover td td {
}
.portlet-section-alternate td td, .portlet-section-alternate-hover td td {
}
/* ---------- Text in a selected cell range ---------- */

.portlet-section-selected, .portlet-section-selected a {
	background: #727C81;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.portlet-section-selected a:hover, .portlet-section-selected a:focus {
	background-color: #727C81;
}
/* ---------- Miscellaneous portlet styles ---------- */

.restricted, .restricted td {
	background: #FDD;
	border: none;
}
.alt.restricted td {
	background-color: #FFC0C0;
}
.hover.restricted td {
	background-color: #D3BDC0;
}
.restricted * {
	color: #727C81;
}
.restricted td.col-1, .alt.restricted td.col-1 {
	background-image: url(../images/messages/error.gif);
	background-position: 5px 50%;
	background-repeat: no-repeat;
	padding-left: 28px;
}
/* ---------- Permissions ---------- */

.results-row.lfr-role .col-1, .results-row.hover.lfr-role .col-1 {
	background-image: url();
	background-position: 5px 50%;
	background-repeat: no-repeat;
	padding-left: 30px;
}
/* formatting of the first column in the permissions table, where each row contains a background image*/
div#page div#center .results-row.lfr-role .col-1
{
	padding-left: 28px;
}
.results-row.lfr-role-guest .col-1, .results-row.hover.lfr-role-guest .col-1 {
	background-image: url(guest_icon.gif);
}
.results-row.lfr-role-regular .col-1, .results-row.hover.lfr-role-regular .col-1 {
	background-image: url(user_icon.gif);
}
.results-row.lfr-role-community .col-1, .results-row.hover.lfr-role-community .col-1 {
	background-image: url(community_icon.gif);
}
.results-row.lfr-role-organization .col-1, .results-row.hover.lfr-role-organization .col-1 {
	background-image: url(organization_icon.gif);
}
/* ---------- Miscellaneous component styles ---------- */

/* ---------- Add content dialog ---------- */

.lfr-portlet-item, .lfr-portlet-item p a {
	font-size: 1em;
}
/* ---------- Actions button ---------- */

.lfr-actions {
}
.lfr-actions, .lfr-actions ul {
	background: #FFF url(button.gif) repeat-x 0 100%;
	border: 1px solid;
	border-color: #DEDEDE #BFBFBF #BFBFBF #DEDEDE;
}
.lfr-actions ul {
	bottom: -1px;
}
div#page div#center .lfr-trigger
{
	line-height: 20px;
}
div#page div#center .lfr-trigger span 
{
	padding: 3px;
	padding-left: 35px;
	background-image: url('action.gif');
}
div#page div#center .lfr-trigger .nobr
{
	white-space: nowrap !important;
}
div#page div#center .lfr-actions .lfr-trigger,
div#page div#center .lfr-actions .lfr-trigger strong {
	background: none;
	background-image: none;
}
.lfr-actions.left .lfr-trigger strong span {
	background: url(action_right.png) no-repeat 98% 50%;
}
.lfr-actions .lfr-trigger li {
	background: transparent;
	border-bottom: 1px solid #DEDEDE;
	padding: 2px;
}
.lfr-actions .lfr-trigger li a {
	padding: 5px 10px 5px 25px;
}
.lfr-actions .lfr-trigger li a:hover {
	background-color: #828F95;
	color: #FFF;
}
.lfr-actions .lfr-trigger li a img {
	left: 3px;
	position: absolute;
}
.lfr-actions .lfr-trigger li.last {
	border-bottom: none;
}
.lfr-actions.portlet-options {
	background: none;
	border: none;
	float: left;
}
div#page div#center .lfr-actions.portlet-options {
	padding-bottom: 3px;
}
.lfr-actions.portlet-options .lfr-trigger {
	padding: 0;
}
.lfr-actions.portlet-options .lfr-trigger strong {
	min-width: 0;
	padding: 1px;
}
.lfr-actions.portlet-options .lfr-trigger strong span {
	display: block;
	height: 16px;
	text-indent: -9999em;
	width: 16px;
}
div#page div#center .visible.portlet-options .lfr-trigger strong span,
div#page div#center .lfr-actions.portlet-options .lfr-trigger strong span {
	background-image:url(options.gif);
	background-position: 0px 1px;
	padding: 0px;
	padding-right: 3px;
	height: 18px;
}
/* ---------- Calendar taglib ---------- */

.taglib-calendar tr.portlet-section-header th, .taglib-calendar tr td {
	border: none;
}
.taglib-calendar tr td a {
	background-color: #F0F5F7;
	border: 1px solid #FFF;
	border-bottom: none;
	border-left: none;
	display: block;
	height: 15px;
	padding: 5px 0;
}
.taglib-calendar table td {
	border-width: 0;
}
.taglib-calendar tr td a:hover {
	background-color: #727C81;
	color: #FFF;
}
.taglib-calendar .calendar-current-day, .taglib-calendar .calendar-current-day a {
	background-color: #FFF;
}
.taglib-calendar .calendar-current-day a {
	border: 1px solid #727C81;
	color: #369;
	text-decoration: underline;
}
.taglib-calendar tr td.calendar-inactive {
	background-color: #FFF;
	color: #B5BFC4;
}
.taglib-calendar tr th {
	border-bottom-color: #D7D7D7;
}
.ie .taglib-calendar tr td.first a {
	border-right: none;
}
/*### forms.css ###*/

/* This CSS sets the default styles for forms. */

fieldset {
	border: 1px solid #BFBFBF;
	padding: 8px;
}
.ie fieldset {
	padding-top: 0;
}
div#page div#center fieldset {
	padding: 0px; /* reh8fe-added in order to achieve a correct left alignment in the login portlets */
}
legend {
	font-weight: bold;
	padding: 0 6px;
}
input {
	background: #FFF;
}
input[type="text"], input[type="password"], input[type="file"],input[type="submit"], input[type="button"], input[type="reset"], select, textarea, .textarea {
	background-image: url(input_shadow.gif);
	background-repeat: no-repeat;
	border: 1px solid;
	border-color: #BFBFBF #DEDEDE #DEDEDE #BFBFBF;
	font: 1em Arial,Helvetica,Verdana,sans-serif;
	padding: 5px 1px;
}
select {
	padding: 1px;
}
input[type="image"] {
	background: transparent none;
	border: none;
	padding: 0;
}
input[type="submit"], input[type="button"], input[type="reset"] {
	background: #F5F5F5 url(button.gif) repeat-x 0 0;
	border-color: #DEDEDE #BFBFBF #BFBFBF #DEDEDE;
	color: #34404F;
	cursor: pointer;
	font-weight: bold;
	padding: 5px;
}
input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus {
	background: #DFF4FF;
	border: 1px solid #A7CEDF;
	color: #369;
}
/* ---------- IE6 chokes on attribute selectors in a chain, so we separate them into their own rule ---------- */

.ie6 input.text, input.password, .ie6 input.submit, .ie6 input.file, .ie6 input.button {
	background-image: url(input_shadow.gif);
	background-repeat: no-repeat;
	border: 1px solid;
	border-color: #BFBFBF #DEDEDE #DEDEDE #BFBFBF;
	font: 1em Arial,Helvetica,Verdana,sans-serif;
	padding: 5px 1px;
}
.ie6 input.submit, .ie6 input.button {
	background: #F5F5F5 url(button.gif) repeat-x 0 0;
	border-color: #DEDEDE #BFBFBF #BFBFBF #DEDEDE;
	color: #34404F;
	cursor: pointer;
	font-weight: bold;
	padding: 5px;
}
input.focus, textarea.focus, .ie6 input.focus, .ie6 textarea.focus {
	background: #FFC none;
	border: 1px solid #FC0;
}
.ie div#page div#center input.checkbox,
.ie div#page div#center input.radio {
	background-image: none;
	background-color: transparent;
	border-width: 0px;
}
.ie div#page div#center input[type="checkbox"],
.ie div#page div#center input[type="radio"]{
	background-image: none;
	background-color: transparent;
	border-width: 0px;

}
/*### custom.css ###*/

/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */

/* ---------- Base styles ---------- */

body {
	font-size: 11px;
}
/* ---------- Main content body ---------- */

#wrapper {
	background: none;
}
div#page div#center #content-wrapper {
	margin: 0px auto;
	width: auto;
}
/* paging navigation*/
div#page div#center .taglib-page-iterator .search-pages .delta-selector,
div#page div#center .taglib-page-iterator .search-pages .page-selector
{
	margin-right: 10px;
}
div#page div#center .taglib-page-iterator .search-pages .page-links a,
div#page div#center .taglib-page-iterator .search-pages .page-links span 
{
	padding:2px 15px;
}
div#page div#center .taglib-page-iterator .search-pages .page-links a.first, 
div#page div#center .taglib-page-iterator .search-pages .page-links span.first, 
div#page div#center .taglib-page-iterator .search-pages .page-links a.previous, 
div#page div#center .taglib-page-iterator .search-pages .page-links span.previous 
{
	padding-right:5px;
}
div#page div#center .taglib-search-iterator-page-iterator-bottom .taglib-page-iterator
{
	padding-top: 6px;
	border-top: 1px solid #153b63;
}
div#page div#center .taglib-search-iterator-page-iterator-top .taglib-page-iterator
{
	padding-bottom: 6px;
}
/* END of paging navigation*/
/* Formatting for maximized portlets */
div#page div#center li.toggle-expand a {
	padding:2px 0pt 2px 20px;
}

/* collapsible liferay panel titlebar */
div#page div#center .lfr-panel.lfr-collapsible .lfr-panel-titlebar {
	background-image:url(collapse.gif);
	background-position: 3px 7px;
	background-repeat: no-repeat;
	background-color: #ECECEC;
	padding-left:20px;
}
div#page div#center .lfr-panel.lfr-collapsed .lfr-panel-titlebar {
	background-image:url(expand.gif);
	background-repeat: no-repeat;
	background-position: 3px 7px;
}
div#page div#center .lfr-panel.lfr-collapsed .lfr-panel-content {
	display: block;
}
div#page div#center .lfr-panel-content
{
	background-color: #ECECEC;
}
div#page div#center .lfr-panel.lfr-collapsible
{
	margin-bottom: 10px;
}
/* collapsible liferay panel titlebar */

/* theme selection */
div#page div#center .lfr-theme-list li
{
	padding: 10px;
	display: inline;
	float: left;
}
div#page div#center .lfr-theme-list li a span
{
	display: block;
	padding-left: 10px;
	font-weight: bold;
	color: white;
}
div#page div#center .lfr-available-themes, div#page div#center .lfr-current-theme
{
	border: 1px solid #ECECEC;
	margin-bottom: 10px;
}
div#page div#center .lfr-available-themes .header-title,
div#page div#center .lfr-current-theme h3 {
	font-weight: bold;
}
div#page div#center .install-themes
{
	padding-left: 15px;
}
div#page div#center .install-themes a
{
	background-image: url(arrowBlueRight.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 9px;
}
div#page div#center .lfr-current-theme img,
div#page div#center .lfr-available-themes img
{
	border: 1px solid #153b63;
}
div#page div#center .lfr-current-theme .theme-screenshot
{
	float: left;
}
div#page div#center .lfr-current-theme .theme-details
{
}
div#page div#center h3 .install-themes
{
	display: none;
}
/* END theme selection */

div#page div#center .bosch_wsrp_edit_links,
div#page div#center .bosch_wsrp_edit_local_preferences
{
	background-color: white;
	padding-top: 12px;
	padding-bottom: 12px;
}
div#page div#center .bosch_wsrp_edit_local_preferences td
{
	padding: 2px;
}
div#page div#center .bosch_wsrp_edit_links .editLocal,
div#page div#center .bosch_wsrp_edit_links .editRemote
{
	background-image: url(gear_edit.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	display: block;
}
/* formatting for two-level and three-level login portlets*/
/* "p_p_id_58_" is the id of the two-level login portlet and "p_p_id_ThreeLevelLogin_" is the id of the three-level login portlet */
div#page div#center #p_p_id_58_,
div#page div#center #p_p_id_ThreeLevelLogin_,
div#page div#center #p_p_id_82_
{
	padding-left: 6px;
	background-color: #153b63;
}
.page-maximized div#page div#center #p_p_id_58_,
.page-maximized div#page div#center #p_p_id_ThreeLevelLogin_,
.page-maximized div#page div#center #p_p_id_82_
{
	padding-left: 0px;
	background-color: white;
}
div#page div#center #p_p_id_58_ *,
div#page div#center #p_p_id_ThreeLevelLogin_ *,
div#page div#center #p_p_id_82_ *
{
	color: white;
}
div#page div#center #p_p_id_58_ option,
div#page div#center #p_p_id_ThreeLevelLogin_ option,
div#page div#center #p_p_id_82_ option
{
	color: #153B63;
}
div#page div#center #p_p_id_58_ .portlet-msg-error,
div#page div#center #p_p_id_ThreeLevelLogin_  .portlet-msg-error,
div#page div#center #p_p_id_82_ .portlet-msg-error,
div#page div#center #p_p_id_58_ .portlet-msg-success,
div#page div#center #p_p_id_ThreeLevelLogin_  .portlet-msg-success,
div#page div#center #p_p_id_82_ .portlet-msg-success
{
	color: #153b63;
	margin-top: 0px;
	margin-right: 6px;
}
.page-maximized div#page div#center #p_p_id_58_ *,
.page-maximized div#page div#center #p_p_id_ThreeLevelLogin_ *
{
	color: #153b63;
}
div#page div#center #p_p_id_58_ .portlet-title,
div#page div#center #p_p_id_ThreeLevelLogin_ .portlet-title,
div#page div#center #p_p_id_82_ .portlet-title
{
	display: none;
}
div#page div#center #p_p_id_58_ .navigation,
div#page div#center #p_p_id_ThreeLevelLogin_ .navigation
{
	background-color: transparent;
	border-top: 0px;
	padding: 0px;
	padding-left: 4px;
	padding-top: 10px;
}
div#page div#center #p_p_id_58_ .taglib-icon-list li,
div#page div#center #p_p_id_ThreeLevelLogin_ .taglib-icon-list li {
	float: none;
}
div#page div#center #p_p_id_58_ .portlet-topper,
div#page div#center #p_p_id_ThreeLevelLogin_ .portlet-topper,
div#page div#center #p_p_id_82_ .portlet-topper,
div#page div#center #p_p_id_58_ .portlet-content,
div#page div#center #p_p_id_ThreeLevelLogin_ .portlet-content,
div#page div#center #p_p_id_82_ .portlet-content,
div#page div#center #p_p_id_58_ .portlet-borderless-container,
div#page div#center #p_p_id_ThreeLevelLogin_ .portlet-borderless-container,
div#page div#center #p_p_id_82_ .portlet-borderless-container
{
	border-right:6px solid #B4C6D9;
}
.page-maximized div#page div#center #p_p_id_58_ .portlet-topper,
.page-maximized div#page div#center #p_p_id_ThreeLevelLogin_ .portlet-topper
{
	display: none;
}
.page-maximized div#page div#center #p_p_id_58_ .portlet-content,
.page-maximized div#page div#center #p_p_id_ThreeLevelLogin_ .portlet-content,
.page-maximized div#page div#center #p_p_id_82_ .portlet-content,
.page-maximized div#page div#center #p_p_id_58_ .portlet-borderless-container,
.page-maximized div#page div#center #p_p_id_ThreeLevelLogin_ .portlet-borderless-container,
.page-maximized div#page div#center #p_p_id_82_ .portlet-borderless-container
{
	border:1px solid #B4C6D9;
	padding-left: 3px;
}
.page-maximized div#page div#center #p_p_id_58_ .taglib-captcha,
.page-maximized div#page div#center #p_p_id_ThreeLevelLogin_ .taglib-captcha
{
	padding-left: 3px;
}
.page-maximized div#page div#center #p_p_id_58_ .taglib-captcha input[type="text"],
.page-maximized div#page div#center #p_p_id_ThreeLevelLogin_ .taglib-captcha input[type="text"] {
	width: 85px;
}
.ie6 .page-maximized div#page div#center #p_p_id_58_ .taglib-captcha input.text,
.ie6 .page-maximized div#page div#center #p_p_id_ThreeLevelLogin_ .taglib-captcha input.text {
	width: 85px;
}
div#page div#center #p_p_id_58_ .portlet-content,
div#page div#center #p_p_id_82_ .portlet-content,
div#page div#center #p_p_id_ThreeLevelLogin_ .portlet-content,
div#page div#center #p_p_id_58_ .portlet-borderless-container,
div#page div#center #p_p_id_82_ .portlet-borderless-container,
div#page div#center #p_p_id_ThreeLevelLogin_ .portlet-borderless-container{
	padding-bottom: 15px;
}
div#page div#center #p_p_id_58_ .portlet-topper,
div#page div#center #p_p_id_ThreeLevelLogin_ .portlet-topper {
	padding-top: 15px;
}
div#page div#center #p_p_id_58_ label,
div#page div#center #p_p_id_ThreeLevelLogin_ label
{
	padding-bottom: 2px;
	padding-left: 1px;
}
div#page div#center #p_p_id_58_ .navigation a,
div#page div#center #p_p_id_ThreeLevelLogin_ .navigation a
{
	background-image:url(arrowWhiteRight.gif);
	background-position:left 4px;
	background-repeat:no-repeat;
	padding: 0px;
	padding-left: 7px;
}
.page-maximized div#page div#center #p_p_id_58_ .navigation a,
.page-maximized div#page div#center #p_p_id_ThreeLevelLogin_ .navigation a
{
	background-image:url(arrowBlueRight.gif);
}
div#page div#center #p_p_id_58_ .navigation a.naviIcon,
div#page div#center #p_p_id_ThreeLevelLogin_ .navigation a.naviIcon
{
	display: none;
}
div#page div#center #p_p_id_58_ .button-holder,
div#page div#center #p_p_id_ThreeLevelLogin_ .button-holder
{
	background-color: transparent;
	padding: 6px 0px 6px 4px;
	margin-bottom: 0px;
	margin-top: 0px;
}
div#page div#center #p_p_id_58_ input,
div#page div#center #p_p_id_ThreeLevelLogin_ input
{
	color: #153b63;
}

div#page div#center #p_p_id_58_ fieldset,
div#page div#center #p_p_id_ThreeLevelLogin_ fieldset
{
	border: none;
}
div#page div#center #wrap #p_p_id_58_ input[type="submit"],
div#page div#center #wrap #p_p_id_ThreeLevelLogin_ input[type="submit"]
{
	background-color:#153B63;
	background-image:url(arrowWhiteRight.gif);
	background-position:left 4px;
	background-repeat:no-repeat;
	border:0px none;
	color:white;
	cursor:pointer;
	font-weight:bold;
	padding: 0px;
	padding-left: 4px;
}
.page-maximized div#page div#center #wrap #p_p_id_58_ input[type="submit"],
.page-maximized div#page div#center #wrap #p_p_id_ThreeLevelLogin_ input[type="submit"]
{
	background-color:transparent;
	background-image:url(arrowBlueRight.gif);
	color: #153b63;
}
/* for IE - there MUST NOT be any [ ] in the selector*/
.ie6 div#page div#center div#wrap #p_p_id_ThreeLevelLogin_ input.submit,
.ie6 div#page div#center div#wrap #p_p_id_58_ input.submit
{
	background-color:#153B63;
	background-image:url(arrowWhiteRight.gif);
	background-position:left 4px;
	background-repeat:no-repeat;
	border:0px none;
	color:white;
	cursor:pointer;
	font-weight:bold;
	padding: 0px;
	padding-left: 2px;
}
/* for IE - there MUST NOT be any [ ] in the selector*/
.ie6 .page-maximized div#page div#center div#wrap #p_p_id_ThreeLevelLogin_ input.submit,
.ie6 .page-maximized div#page div#center div#wrap #p_p_id_58_ input.submit
{
	background-color:transparent;
	background-image:url(arrowBlueRight.gif);
	color: #153b63;
	text-align: left;
	padding-left: 7px;
}
/* END of formatting for two-level and three-level login portlets*/

/* other login process formatting */
#portlet-wrapper-terms-of-use,
#portlet-wrapper-new-password,
#portlet-wrapper-password-reminder
{
	width: 900px;
	background-color: white;
}
#portlet-wrapper-new-password fieldset,
#portlet-wrapper-password-reminder fieldset
{
	border: 0px;
	padding: 0px;
	margin: 0px;
}
#portlet-wrapper-new-password legend,
#portlet-wrapper-password-reminder legend,
#portlet-wrapper-new-password br,
#portlet-wrapper-password-reminder br
{
	display: none;
}
#portlet-wrapper-new-password input[type="submit"],
#portlet-wrapper-password-reminder input[type="submit"] {
	margin: 2px;
}
.ie #portlet-wrapper-new-password input.submit,
.ie #portlet-wrapper-password-reminder input.submit {
	margin: 2px;
}
#portlet-wrapper-password-reminder select {
	width: 281px;
}

/* user request formatting */
div#page div#center div.userRequest {
	border-top: 6px solid #B4C6D9;
}
div#page div#center div.userRequest h1 {
	background-color: #DFE9F3;
	color: #153B63;
	padding: 12px 0px 12px 12px; /* padding-right of 0px due to IE7, otherwise the <h1> will be too wide */
	font-size: 20px;
	line-height:24px;
	font-weight:bold;
	margin: 0px;
}
div#page div#center div.userRequestGrid {
	padding-left: 6px;
	padding-top: 12px;
}

div#page div#center div.userRequest input[type="text"] {
	width: 275px;
}
.ie div#page div#center div.userRequest input.text,
div#page div#center div.userRequest textarea{
	width: 275px;
}
.ie div#page div#center div.userRequest textarea{
	width: 278px;
	overflow: auto;
}
div#page div#center div.userRequest select {
	width: 282px;
}
{
	background-color: #f1f1f1;
	line-height: 22px;
	padding-left: 2px;
	margin-top: 2px;
}
div#page div#center input[type="radio"] {
	vertical-align: middle;
	margin-right: 1px;
}
.ie div#page div#center input.radio {
	vertical-align: middle;
	margin-right: 1px;
}
/* MoO  Formatting */
div#page div#center form#_MooCreation_MooCreation input[type="text"],
.ie div#page div#center form#_MooCreation_MooCreation input.text,
div#page div#center .mooRoleAssignment input[type="text"],
.ie div#page div#center .mooRoleAssignment  input.text{
	width: 200px;
}
div#page div#center form#_MooCreation_MooCreation select,
div#page div#center .mooRoleAssignment select {
	width: 206px;
}

div#page div#center input.error {
	color: #DE0020;
	border: 1px solid #DE0020;
}
div#page div#center label.error {
	color: #DE0020;
}
/* formatting for print */
@media print{ 

	div#portalCenter,
	.portlet-topper,
	div#page div#center div#left,
	div#page div#center div#navi,
	div#page div#center div#left div.naviSpan,
	div#page div#center #footer, div#page div#center #footerLiferay,
	div#debugOuter{
		display: none;
	}
	div#page div#center div#wrap .content {
		border-top: 0px;
	}
	div#page div#center div#right {
		width: 600px;
	}
	.ie6 div#page div#center div#right,.ie7 div#page div#center div#right{overflow-x:visible;}
}