/* ---------- 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;
}

.results-header th a, .results-header td a {
	color: #FFF;
}

.results-header .sort-column .result-column-name {
	background: url(../images/arrows/06_up.png) no-repeat 100% 50%;
	font-style: italic;
	padding-right: 15px;
}

.results-header .sort-desc .result-column-name {
	background-image: url(../images/arrows/06_down.png);
}

.ui-autocomplete-even, .results-row td {
	background: #F0F5F7;
	padding: 5px 10px;
}

.ui-autocomplete-odd, .results-row.alt td {
	background: #D3DADD;
}

.ui-autocomplete-over, .results-row.hover td {
	background: #A8D6ED;
}

/* ---------- Breadcrumbs ---------- */

.breadcrumbs {
	margin-bottom: 1.5em;
}

.breadcrumbs .last {
	display: block;
	font-size: 1.6em;
	font-weight: bold;
	margin-top: 0.2em;
}

/* ---------- 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;
}

.ui-proxy.not-intersecting .forbidden-action {
	background: url(../images/application/forbidden_action.png) 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(../images/application/handle_horizontal.png);
	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(../images/application/handle_vertical.png);
	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(../images/application/handle_ne.png);
	cursor: ne-resize;
	right: 0;
}

.ui-resizable-nw {
	background-image: url(../images/application/handle_nw.png);
	cursor: nw-resize;
	left: 0;
}

.ui-resizable-se, .ui-resizable-sw {
	bottom: 0;
	height: 14px;
	width: 14px;
}

.ui-resizable-se {
	background-image: url(../images/application/handle_se.png);
	cursor: se-resize;
	right: 0;
}

.ui-resizable-sw {
	background-image: url(../images/application/handle_sw.png);
	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 ---------- */

.ui-tabs {
	border-bottom: 1px solid #DEDEDE;
	margin: 0 0 18px 0;
	padding: 0 0 0 10px;
}

.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(../images/application/tabs_bg.png) repeat-x 0 100%;
	border-right: 1px solid #304049;
	color: #FFF;
	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 a:hover {
	text-decoration: underline;
}

.ui-tabs li a:hover, .ui-tabs li span:hover {
	background: #1E2529;
	color: #9EBAC8;
}

.ui-tabs li.current {
}

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

.ie6 .ui-tabs li.current a, .ie6 .ui-tabs li.current span {
	padding-bottom: 10px;
}

.ui-tabs li.current:hover, .ui-tabs li.current a:hover {
	background-color: #FFF;
}

.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 .last.toggle {
	float: right;
}

/* ---------- Dialog ---------- */

.ui-dialog {
	background-color: #FFF;
	border: 2px solid #828F95;
	padding: 4px;
}

.ui-dialog .ui-dialog-titlebar {
	background: #1E2529;
	color: #FFF;
	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(../images/application/close.png) 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(../images/application/datepicker_previous.png);
}

.ui-datepicker-next a {
	background-image: url(../images/application/datepicker_next.png);
}

.ui-datepicker-current {
	float: left;
	line-height: 1.3;
	text-align: center;
	width: 30%;
}

.ui-datepicker-close a {
	background: url(../images/application/close.png) 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(../images/application/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(../images/application/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;
}

/* ---------- Tag cloud ---------- */

.tag-cloud {
	list-style: none;
	margin: 0 1em 0 0;
	padding: 0 1em 0.5em 1em;
	white-space: normal;
}

.tag-cloud li {
	display: inline;
	float: left;
	list-style: none;
	margin: 0 1em 0 0;
}

.tag-cloud a {
	white-space: nowrap;
}

/* ---------- 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(../images/application/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;
}
/* This CSS sets the default styles for the base components. */

/* ---------- Browser normalization ---------- */

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;
}

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 {
	overflow-y: scroll;
}

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: #369;
	text-decoration: underline;
}

a:hover {
	color: #06C;
	text-decoration: none;
}

a:visited {
}

/* ---------- 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%;
}

/* ---------- Banner ---------- */

#banner {
}

#banner .logo {
	margin: 0;
}

.current-community {
	display: none;
}

/* ---------- 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(../images/forms/button.png) 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(../images/progress_bar/loading_animation.gif) no-repeat top center;
	margin-top: 10px;
	padding-top: 40px;
	text-align: left;
}

/* ---------- Separator ---------- */

hr, .separator {
	border-top: 1px dotted #BFBFBF;
}

/* ---------- Update Manager ---------- */

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

/* ---------- Text highlighting ---------- */

.highlight {
	background: #FFC;
	font-weight: bold;
	padding: 0 1px;
}

















/*
 ---------- Uni-Form form controls ----------
Uni-Form (v1.1) by Dragan Babic  - http://dnevnikeklektika.com/uni-form/

Modified to use the Liferay/JSR-168 classname convention
Regex used to convert classnames are
Find: (\.|#)([a-z]+)([A-Z]{1})([a-z]+)(\s|\{|:|,)
Replace: $1$2-\L$3$4$5

Distributed under http://creativecommons.org/licenses/by-sa/2.5/
*/

.uni-form {
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}

/* Some generals */

.uni-form .ctrl-holder {
	/* this is the main unit that contains our form elements */
	overflow: hidden;
	clear: both;
	margin: 0;
	padding: 0;
}

.uni-form .button-holder {
	clear: both;
	overflow: hidden;
}

.uni-form .reset-button {
}

.uni-form .submit-button {
}

.uni-form .inline-label,   .uni-form .inline-labels .inline-label,   .uni-form .block-labels .inline-label {
	display: inline;
	float: none;
	margin: 0 1em 0 0;
	width: auto;
}

.uni-form .inline-label input {
}

.uni-form .focused {
}

/* ########################################################################## */
/* Styles for form controls where labels are in line with the input elements */
/* Set the class of the parent (preferably to a fieldset) to .inline-labels */
.uni-form .inline-labels .ctrl-holder {
}

.uni-form .inline-labels label,   .uni-form .inline-labels .label {
	float: left;
	line-height: 100%;
	margin: .3em 2% 0 0;
	padding: 0;
	position: relative;
}

.uni-form .inline-labels .text-input,   .uni-form .inline-labels .file-upload {
	float: left;
}

.uni-form .inline-labels .file-upload {
}

.uni-form .inline-labels .select-input {
	float: left;
}

.uni-form .inline-labels textarea {
	float: left;
}

.uni-form .inline-labels .form-hint {
	clear: both;
}

/* inlineLabels esthetics */
.uni-form .inline-labels .form-hint strong {
}

/* ########################################################################## */
/* Styles for form controls where labels are above the input elements */
/* Set the class of the parent (preferably to a fieldset) to .block-labels */
.uni-form .block-labels .ctrl-holder {
}

.uni-form .block-labels label,   .uni-form .block-labels .label {
	display: block;
	float: none;
	line-height: 100%;
	margin: .3em 0;
	padding: 0;
	width: auto;
}

.uni-form .block-labels .label {
	float: left;
	margin-right: 3em;
}

.uni-form .block-labels .inline-label {
	position: relative;
	top: .15em;
}

.uni-form .block-labels .text-input,   .uni-form .block-labels .file-upload {
	float: left;
}

.uni-form .block-labels .file-upload {
}

.uni-form .block-labels .select-input {
	display: block;
}

.uni-form .block-labels textarea {
	display: block;
	float: left;
}

.uni-form .block-labels .form-hint {
	clear: none;
	float: right;
	margin: 0;
}

/* blockLabels esthetics */
.uni-form .block-labels .ctrl-holder {
}

.uni-form .block-labels .focused {
}

/* ########################################################################## */
/* Focus pseudoclasses */
.uni-form .ctrl-holder .text-input:focus {
}

.uni-form div.focused .text-input:focus {
}

.uni-form div.focused .form-hint {
}

/* Required fields asterisk styling, use if needed */
.uni-form label em,   .uni-form .label em {
	display: block;
	font-style: normal;
	font-weight: bold;
	left: 100%;
	position: absolute;
}

.uni-form .block-labels label em,   .uni-form .block-labels .label em {
	display: inline;
	position: static;
}

/* ########################################################################## */
/* Messages */
.uni-form #error-msg,   .uni-form .error {
}

.uni-form #error-msg dt,   .uni-form #error-msg h3 {
}

.uni-form #error-msg dd {
}

.uni-form #error-msg ol {
}

.uni-form #error-msg ol li {
}

.uni-form .error-field {
}

/* ########################################################################## */
/* Add the following classes to your fieldsets (preferably) if you want columns */
.uni-form .col {
	float: left;
}

.uni-form .column-left {
	float: left;
}

.uni-form .column-right {
	float: right;
}

/* ---------- IE Specific controls ---------- */

.ie6 .uni-form,   .ie6 .uni-form fieldset,   .ie6 .ctrl-holder,   .ie6 .ctrl-holder span,   .ie6 .form-hint {
	/* trigger haslayout, move to your ie specific stylesheet if possible */
	zoom: 1;
}

.ie6 .block-labels .form-hint {
	margin-top: 0;
}

/* ---------- Uni-Form custom rules ---------- */
/* Your styles below */
/* Keep in mind that wherever you see "Required property" it means that the property must exist, adjust it's value to your liking */
/* Generals */
.uni-form fieldset {
	margin: 0;
}

.uni-form fieldset legend {
	/* reset ie */
	font-weight: bold;
	color: #000;
	font-size: 120%;
}

.uni-form .ctrl-holder {
	/* this is the main unit that contains our form elements */
	padding: 3px;
}

.uni-form .button-holder {
	text-align: left;
	margin-top: 15px;
}

.uni-form .ctrl-holder .button-holder {
	clear: none;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0;
}

.uni-form .focused {
	background: #FFFCDF;
}

.uni-form .ctrl-holder.inline-label label {
	display: inline;
}

/* .inline-labels */
.uni-form .inline-labels label,  .uni-form .inline-labels .label {
	width: 45%;
}

.uni-form .inline-labels .text-input,  .uni-form .inline-labels .file-upload {
	width: 45%;
}

.uni-form .inline-labels .select-input {
	width: 45%;
}

.uni-form .inline-labels textarea {
	height: 12em; /* required property */
	width: 45%;
}

.uni-form .inline-labels .form-hint {
	margin-left: 47%;
	margin-top: 0;
}

/* .block-labels */
.uni-form .block-labels .text-input,  .uni-form .block-labels .file-upload {
	width: 53%;
}

.uni-form .block-labels .select-input {
	display: block;
	width: 53.5%;
}

.uni-form .block-labels textarea {
	/* required property */
	height: 12em;
	width: 53%;
}

.uni-form .block-labels .form-hint {
	width: 45%;
}

/* Columns */
.uni-form .col {
	margin: 0 2% 0 0; /* required property */
	width: 47.9%;
}

.uni-form .column-left {
	width: 49%;
}

.uni-form .column-right {
	width: 49%;
}

/* Messages */
.uni-form #error-msg {
	background: #FFDFDF;
	border: 1px solid #DF7D7D;
	border-width: 1px 0;
	margin: 0 0 1em 0;
	padding: 1em;
}

.uni-form .error {
	background: #FFDFDF;
	border: 1px solid #DF7D7D;
	border-width: 1px 0;
}

.uni-form #error-msg dt,  .uni-form #error-msg h3 {
	font-size: 110%;
	font-weight: bold;
	line-height: 100%;
	margin: 0 0 .5em 0;
}

.uni-form #error-msg dd {
	margin: 0;
	padding: 0;
}

.uni-form #error-msg ol {
	margin: 0;
	padding: 0;
}

.uni-form #error-msg ol li {
	border-bottom: 1px dotted #DF7D7D;
	list-style-position: inside;
	margin: 0;
	padding: 2px;
	position: relative;
}

.uni-form .error-field {
	background: #FFBFBF;
	color: #AF4C4C;
	margin: 0 0 6px 0;
	padding: 4px;
}

/* ---------- Modules ---------- */

/* ---------- Generic module styling ---------- */

.lfr-grid {
	width: 100%;
}

.lfr-component, .lfr-component ul, .lfr-component li, .lfr-component dl, .lfr-component dt, .lfr-component dd {
	margin: 0;
	padding: 0;
	list-style: none;
}

.lfr-component li img, img.icon {
	vertical-align: middle;
}

#layout-grid.dragging .lfr-portlet-column.empty {
	padding: 20px;
}

.lfr-js-required {
	position: absolute;
	left: -9999em;
	top: -9999em;
}

.js .lfr-js-required {
	position: static;
}

/* ---------- Add content styles ---------- */

.portal-add-content-search {
	margin-bottom: 8px;
}

.portal-add-content .lfr-portlet-used {
	color: #ccc;
	cursor: default;
}

.portal-add-content .portlet-msg-info {
	color: #333;
	margin-bottom: 0;
	margin-top: 10px;
}

.portal-add-content .lfr-portlet-used a {
	display: none;
}

.lfr-add-content {
	margin-bottom: 0.5em;
}

.lfr-add-content.collapsed {
}

.lfr-add-content.expanded {
}

.lfr-add-content h2 {
	cursor: pointer;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
}

.lfr-add-content.collapsed h2, .lfr-add-content .lfr-add-content.collapsed h2 {
	background: url(/nwacc-theme/images/arrows/01_plus.png) no-repeat 100% 50%;
	border: none;
}

.lfr-add-content.expanded h2, .lfr-add-content .lfr-add-content.expanded h2 {
	background: url(/nwacc-theme/images/arrows/01_minus.png) no-repeat 100% 50%;
}

.lfr-add-content h2 span {
	background: url(/nwacc-theme/images/add_content/portlet_category.png) no-repeat 0 50%;
	padding-left: 20px;
}

.lfr-install-more {
	border-top: 1px solid #ccc;
	margin: 10px 0 0;
	padding-top: 10px;
}

.lfr-install-more a {
	background: url(/nwacc-theme/images/common/install_more.png) no-repeat 0 50%;
	display: block;
	font-weight: bold;
	padding-left: 20px;
}

.lfr-content-category {
	padding-left: 10px;
	padding-top: 3px;
}

.lfr-content-category.hidden {
	display: none;
}

.lfr-content-category.visible {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	display: block;
}

.ie6 .lfr-content-category.visible {
	height: 1%;
}

.lfr-has-sidebar {
	padding-left: 270px;
}

/* ---------- Flyout ---------- */

.lfr-flyout ul {
	display: none;
}

.js li.lfr-flyout {
	display: block;
	position: relative;
}

.js .lfr-flyout li ul {
	display: none;
}

.js .lfr-flyout.has-children {
	background: url(/nwacc-theme/images/arrows/04_left.png) no-repeat 5px 50%;
	padding-left: 12px;
}

.js .lfr-flyout.has-children.send-right {
	background-image: url(/nwacc-theme/images/arrows/04_right.png);
}

.js .lfr-flyout.has-children ul {
	display: none;
	min-width: 150px;
	position: absolute;
	right: 100%;
	top: -1px;
}

.js .lfr-flyout.has-children.send-right ul {
	left: 100%;
	right: auto;
}

/* ---------- Panel component ---------- */

.lfr-panel.lfr-extended, .lfr-panel-container, .lfr-floating-container {
	border: 1px solid;
	border-color: #DEDEDE #BFBFBF #BFBFBF #DEDEDE;
}

.lfr-panel-container, .lfr-floating-container {
	background: #fff;
	clear: both;
}

.lfr-floating-container {
	position: relative;
}

.lfr-panel-container .lfr-panel {
	border: none;
}

.lfr-panel .lfr-panel-titlebar {
	margin-bottom: 0.5em;
	overflow: hidden;
}

.lfr-panel.lfr-collapsible .lfr-panel-titlebar {
	background: url(/nwacc-theme/images/arrows/05_down.png) no-repeat 2px 50%;
	cursor: pointer;
	padding-left: 15px;
}

.lfr-panel-titlebar .lfr-panel-title {
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
}

.lfr-panel-titlebar .lfr-panel-button {
	background: url(/nwacc-theme/images/application/panel_header_toggler_close.png) no-repeat 0 0;
	display: none;
	float: right;
	height: 22px;
	width: 19px;
}

.lfr-extended.lfr-collapsible .lfr-panel-button {
	display: block;
}

.lfr-panel.lfr-collapsed .lfr-panel-titlebar .lfr-panel-button {
	background-image: url(/nwacc-theme/images/application/panel_header_toggler_open.png);
}

.lfr-panel-titlebar .lfr-panel-button:hover {
	background-position: 0 100%;
}

.lfr-panel.lfr-collapsed .lfr-panel-titlebar {
	background-image: url(/nwacc-theme/images/arrows/05_right.png);
	margin-bottom: 0;
}

.lfr-panel.lfr-extended .lfr-panel-titlebar {
	background: #d6d6d6 url(/nwacc-theme/images/application/panel_header.png) repeat-x 0 0;
	border-bottom: 1px solid #cdcdcd;
	line-height: 1.6;
	padding: 2px;
}

.ie6 .lfr-extended.lfr-collapsible .lfr-panel-titlebar {
	height: 1%;
}

.lfr-extended.lfr-collapsed .lfr-panel-titlebar {
	border-bottom: none;
}

.lfr-panel-container .lfr-extended.lfr-collapsible .lfr-panel-titlebar {
	border-top: 1px solid #cecece;
}

.lfr-panel.lfr-collapsed .lfr-panel-content {
	display: none;
}

.js .lfr-floating-container {
	display: none;
	position: absolute;
}

.js .lfr-floating-trigger {
	background-image: url(/nwacc-theme/images/arrows/05_down.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	padding: 3px;
	padding-right: 15px;
	text-decoration: none;
}

.js .lfr-trigger-selected {
	background-color: #069;
	color: #fff;
}

.lfr-floating-container .col {
	float: left;
	margin-right: 10px;
	width: auto;
}

.lfr-floating-container .lfr-form-row {
	border: none;
}

.lfr-panel .lfr-panel-content .undo-queue {
	border-left: none;
	border-right: none;
	border-top: none;
	margin: -0.5em 0 10px;
}

/* ---------- Panel pagination ---------- */

.js .lfr-panel-paging .lfr-panel-content ul {
	display: none;
}

.lfr-paging-container {
	background: #cfd2d5;
	border-bottom: 1px solid #dcdee0;
	border-top: 1px solid #dcdee0;
	text-align: center;
}

.lfr-panel-content .lfr-paging-container li {
	display: inline;
}

.ie .lfr-panel-content .lfr-paging-container li {
	zoom: 1;
}

.js .lfr-panel-paging .lfr-panel-content .current-set, .js .lfr-panel-paging .lfr-paging-container ul {
	display: block;
	position: relative;
	visibility: visible;
}

.js .lfr-panel-paging .lfr-paging-container ul {
	padding-top: 1px;
}

.lfr-panel-content .lfr-paging-container li a {
	background: none;
	border: 1px solid #CFD2D5;
	display: inline-block;
	float: none;
	padding: 5px 10px;
	text-align: center;
	width: auto;
}

.lfr-panel-content .lfr-paging-container li a:hover {
	background: #5094d7 url(/nwacc-theme/images/application/current_page_bg.png) repeat-x 0 0;
	border-color: #31659c #396ea8 #4c8ccb;
	color: #fff;
	font-weight: bold;
}

.lfr-panel-content .lfr-paging-container li.lfr-page-current a {
	background: #99a7b3 url(/nwacc-theme/images/application/current_page_hover_bg.png) repeat-x 0 0;
	border-color: #6b7785 #7c8994 #919fa9;
	color: #fff;
	font-weight: bold;
}

.lfr-panel-content .lfr-paging-container {
	overflow: hidden;
}

.ie6 .lfr-panel-content .lfr-paging-container {
	height: 1%;
}

/* ---------- Position helper ---------- */

.lfr-position-helper {
	position: absolute;
	z-index: 1000;
}


/* ---------- Auto row styles ---------- */

.lfr-form-row {
	border-bottom: 1px solid #CCC;
	overflow: hidden;
	padding: 5px;
	position: relative;
	margin-bottom: 10px;
}

.lfr-form-row .row-controls {
	bottom: 5px;
	float: right;
	position: absolute;
	right: 5px;
}

.lfr-form-row .row-controls a {
	background: url() no-repeat 2px 50%;
	display: block;
	float: left;
	font-size: 0;
	height: 16px;
	padding: 2px;
	text-indent: -9999em;
	width: 16px;
}

.lfr-form-row .row-controls .add-row {
	background-image: url(/nwacc-theme/images/common/add.png);
}

.lfr-form-row .row-controls .delete-row {
	background-image: url(/nwacc-theme/images/common/delete.png);
}

.lfr-form-row legend .field-label{
	float:left;
	margin-right: 10px;
}

.lfr-form-row .lfr-arrow-controls a {
	background: url() no-repeat 2px 50%;
	clear: none;
	display: block;
	float: left;
	font-size: 0;
	height: 16px;
	padding: 2px;
	text-indent: -9999em;
	width: 16px;
}

.lfr-form-row .handle-sort-vertical {
	background: url(/nwacc-theme/images/application/handle_sort_vertical.png) no-repeat 0 50%;
	cursor: move;
	padding-left: 20px;
}

.uni-form .lfr-form-row fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

/* ---------- Undo manager ---------- */

.undo-queue.queue-empty {
	display: none;
}

.ie6 .undo-queue.queue-empty {
	display: none;
}

.undo-queue .undo-action {
	float: left;
}

.undo-queue .clear-undos {
	float: right;
}

.undo-queue.queue-single .clear-undos {
	display: none;
}

.portlet-msg-info.undo-queue {
	overflow: hidden;
	margin: 10px auto;
}

.ie6 .portlet-msg-info.undo-queue {
	zoom: 1;
	overflow: visible;
}

/* ---------- Panel Page styles ---------- */

.lfr-panel-page .portal-add-content {
	padding: 0;
	padding-left: 4px;
}

.lfr-panel-page .panel-page-content {
	border-left: 1px solid #ccc;
	padding-left: 1em;
}

.lfr-panel-page .lfr-add-content h2 {
	border: 1px solid #ccc;
	border-right: none;
	padding: 1px;
}

.lfr-panel-page .lfr-add-content h2 span {
	background: #efefef;
	display: block;
	padding: 2px;
	padding-left: 5px;
}

.lfr-panel-page .lfr-add-content .lfr-content-category h2 {
	border: none;
	border-bottom: 1px solid #ccc;
}

.lfr-panel-page .lfr-add-content .lfr-content-category h2 span {
	background: none;
}

.lfr-panel-page.panel-page-frontpage .panel-page-content h2 {
	margin-top: 0;
}

/* ---------- Javascript template styles ---------- */

.lfr-template {
	display: none;
}

/* ---------- Portlet item ---------- */

.lfr-portlet-item {
	background: url(/nwacc-theme/images/add_content/portlet_item.png) no-repeat 0 50%;
	border: 1px solid #fff;
	cursor: move;
	font-size: 1.1em;
	margin-bottom: 3px;
	padding: 0 5px 0 20px;
}

.lfr-portlet-item.lfr-instanceable {
	background-image: url(/nwacc-theme/images/add_content/portlet_item_instanceable.png);
}

.lfr-portlet-item:hover, .lfr-portlet-item.over {
	background-color: #ffc;
	border-color: #fc0;
}

.ie .lfr-portlet-item {
	height: 1%;
}

.lfr-portlet-item p {
	font-size: 1em;
	margin: 0;
	padding-right: 30px;
	position: relative;
}

.lfr-portlet-item p a {
	cursor: pointer;
	font-size: 0.9em;
	font-weight: bold;
	position: absolute;
	right: 0;
	top: 0;
}

.ie .lfr-portlet-item p a {
	top: -2px;
}

.ie6 .lfr-portlet-item p a {
	right: 20px;
}

#layout_configuration_content {
	width: 95%;
}

/* ---------- Interactive Dock ---------- */

.js .interactive-mode {
	float: right;
	min-width: 150px;
	position: absolute;
	right: 10px;
	top: 10px;
}

.js .interactive-mode h2 {
	background: url(/nwacc-theme/images/dock/menu_bar.png) no-repeat 100% -30px;
	font-size: 1.2em;
	margin-bottom: 0;
	padding: 0 29px 0 0;
	position: relative;
	z-index: 82;
}

.js .interactive-mode h2 span {
	background: url(/nwacc-theme/images/dock/menu_bar.png) no-repeat 0 0;
	display: block;
	font-size: 1.2em;
	margin-bottom: 0;
	min-height: 16px;
	min-width: 90px;
	padding: 0.5em 0.5em 0.5em 2em;
}

.js.ie6 .interactive-mode h2 span {
	height: 16px;
}

.js .lfr-dock.expanded .lfr-dock-list-container {
	border-top: none;
	top: -2px;
}

.js .interactive-mode ul {
	background: url(/nwacc-theme/images/dock/menu_bg.png) no-repeat 0 0;
	display: none;
	float: none;
}

.js .interactive-mode li {
	display: block;
	float: none;
	margin-bottom: 0pt;
	margin-left: 0.2em;
}

.js .interactive-mode li a {
	background-position: 0.5em 50%;
	background-repeat: no-repeat;
	display: block;
	margin-left: 0.3em;
	padding: 0.5em 0pt 0.5em 2.5em;
	text-decoration: none;
}

.js .interactive-mode li a:hover {
	background-position: 1.5em 50%;
	padding-left: 3.5em;
}

.js .interactive-mode .my-places li.current a {
	background: transparent url(/nwacc-theme/images/dock/my_place_current.png) no-repeat 1em 50%;
	margin: 0.1em 0 0 0.2em;
	padding-left: 3.5em;
}

.js .interactive-mode .lfr-flyout.has-children li {
	position: relative;
}

.js .interactive-mode .my-places li.public a {
	background-image: url(/nwacc-theme/images/dock/my_places_public.png);
}

.js .interactive-mode .my-places li.private a {
	background-image: url(/nwacc-theme/images/dock/my_places_private.png);
}

.js .interactive-mode .my-places ul li a.add-page {
	background: url(/nwacc-theme/images/dock/page_settings.png) no-repeat;
	border: none;
	display: block;
	font-size: 0;
	height: 16px;
	padding: 0;
	position: absolute;
	right: 3px;
	text-indent: -9999em;
	top: 3px;
	width: 16px;
}

.ie6.js .lfr-dock.interactive-mode {
	white-space: nowrap;
	width: 150px;
}

.ie6.js .lfr-dock.interactive-mode li {
	height: 1%;
}

.ie6.js .lfr-dock.interactive-mode li a {
	height: 1%;
}

/* ---------- Portlet css editor ---------- */

#portlet-set-properties {
	display: none;
}

#portlet-set-properties .uni-form {
	clear: both;
}

#portlet-set-properties fieldset {
	margin-bottom: 1em;
}

#portlet-set-properties fieldset fieldset {
	margin-top: 1em;
}

#portlet-set-properties fieldset fieldset legend {
	font-size: 1.1em;
}

#portlet-set-properties .uni-form .text-input {
	margin-right: 5px;
	width: 80px;
}

#portlet-set-properties .uni-form fieldset.col {
	width: 29%;
}

#portlet-set-properties .common {
	width: 27%;
}

#portlet-set-properties .extra {
	width: 20%;
}

#portlet-set-properties #lfr-border-width, #portlet-set-properties #lfr-border-style, #portlet-set-properties #lfr-border-color {
	float: left;
}

#portlet-set-properties #lfr-border-width {
	width: 25%;
}

#portlet-set-properties #lfr-border-style {
	width: 15%;
}

#portlet-set-properties #lfr-border-color {
	width: 20%;
}

#portlet-set-properties #lfr-padding, #portlet-set-properties #lfr-margin {
	width: 25%;
}

#portlet-set-properties .uni-form #custom-css {
	height: 300px;
	width: 400px;
}

#portlet-set-properties .form-hint {
	float: none;
}

#portlet-set-properties .lfr-bg-image-properties {
	display: none;
}

#portlet-set-properties #border-note {
	display: none;
	margin-top: 10px;
}

#portlet-set-properties .uni-form {
	clear: both;
}

/* ---------- Toolbar ---------- */

.lfr-toolbar {
	background-color: #e5e4e8;
	padding-top: 3px;
}

.lfr-toolbar:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.ie .lfr-toolbar {
	height: 1%;
}

.ie6 .lfr-toolbar {
	width: 750px;
}

.lfr-toolbar .lfr-button, .lfr-emoticon-container .lfr-button {
	border: 1px solid #e5e4e8;
	cursor: pointer;
	margin: 0 2px;
	padding: 2px 4px;
}

.lfr-toolbar .lfr-button img {
	vertical-align: text-top;
}

.lfr-toolbar .lfr-button:focus {
	border: 1px solid #000;
}

.lfr-toolbar .lfr-button:hover {
	border-bottom-color: #777;
	border-right-color: #777;
	border: 1px solid #ccc;
}

.lfr-toolbar .lfr-separator {
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	font-size: 12px;
	height: 25px;
	margin: 0 5px;
}

.lfr-toolbar select, .lfr-toolbar .lfr-button, .lfr-toolbar .lfr-separator, .lfr-emoticon-container .lfr-button {
	float: left;
}

.lfr-toolbar select {
	margin: 0 5px;
}

.ie .lfr-toolbar select {
	margin-top: 3px;
}

.lfr-emoticon-container {
	background: #e5e4e8;
	border: 1px solid #ccc;
	display: none;
	padding-top: 5px;
	position: absolute;
	width: 180px;
}

.lfr-emoticon-container .lfr-button {
	margin: 0;
}

/* ---------- Tree ---------- */

.lfr-tree {
}

.lfr-tree .expand-image {
}

.lfr-tree a {
	text-decoration: none;
}

.lfr-tree li {
	margin-bottom: 2px;
	padding-left: 0;
}

.lfr-tree li ul {
}

.lfr-tree li ul li, .lfr-tree li.tree-item {
	padding-left: 0;
}

.lfr-tree img {
	vertical-align: middle;
}

.lfr-tree li.tree-item {
	padding-left: 5px;
}

.lfr-tree li.tree-item a img {
	cursor: move;
}

.lfr-tree li.tree-item li {
	padding-left: 20px;
}

.lfr-tree li.tree-item ul {
	margin-left: 0;
	margin-top: 5px;
}

.lfr-tree li.tree-item a, .lfr-tree li.tree-item .expand-image {
	cursor: pointer;
}

.lfr-tree .tree-item-hover {
	background: #7D93C1;
	padding: 5px;
}

li.toggle-expand {
	padding-bottom: 10px;
}

li.toggle-expand a {
	padding: 2px 0 2px 20px;
}

.lfr-expand {
	background: url(/nwacc-theme/images/trees/expand_all.png) no-repeat 0 50%;
}

.lfr-collapse {
	background: url(/nwacc-theme/images/trees/collapse_all.png) no-repeat 0 50%;
}

/* ---------- Uploader ---------- */

.lfr-upload-container {
	margin-bottom: 1em;
	width: 450px;
}

.lfr-upload-container .upload-target a {
	float: left;
	margin-right: 15px;
}

.lfr-upload-container a.browse-button {
	background-image: url(/nwacc-theme/images/dock/add_content.png);
	background-repeat: no-repeat;
}

.lfr-upload-container a.upload-button {
	background-image: url(/nwacc-theme/images/common/top.png);
	background-repeat: no-repeat;
}

.lfr-upload-container a.clear-uploads {
	background-image: url(/nwacc-theme/images/portlet/refresh.png);
	background-repeat: no-repeat;
}

.lfr-upload-container a.cancel-uploads {
	background-image: url(/nwacc-theme/images/common/close.png);
	background-repeat: no-repeat;
	float: right;
	margin-right: 0;
}

.lfr-upload-container .upload-file {
	background: #f0faf0 url(/nwacc-theme/images/document_library/jpg.png) no-repeat 5px 50%;
	border-bottom: 1px solid #ccc;
	display: block;
	font-weight: bold;
	margin-bottom: 1px;
	padding: 5px;
	padding-left: 25px;
	position: relative;
}

.lfr-upload-container .upload-list-info {
	margin: 5px 0;
}

.lfr-upload-container .upload-list-info h4 {
	font-size: 1.3em;
}

.lfr-upload-container .cancel-button {
	background-image: url(/nwacc-theme/images/common/delete.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 5px;
}

.lfr-upload-container .upload-complete {
	background-color: #E8EEF7;
	background-image: url(/nwacc-theme/images/dock/my_place_current.png);
	font-weight: normal;
	opacity: 0.6;
}

.lfr-upload-container .upload-complete .cancel-button {
	display: none;
}

.lfr-upload-container .file-uploading {
	background-color: #ffc;
}

.lfr-upload-container .file-uploading .cancel-button {
	top: 0;
}

.lfr-upload-container .progress-bar {
	background: #fff;
	border: 1px solid #83a8d9;
	display: none;
	height: 15px;
}

.lfr-upload-container .progress {
	background: #8db2e3 url(/nwacc-theme/images/progress_bar/complete_gradient.png) repeat-y 100% 0;
	display: block;
	height: 15px;
	width: 0;
}

.lfr-upload-container .file-uploading .progress-bar {
	display: block;
}

/* ---------- Portal ---------- */

/* ---------- Page settings styling ---------- */

.page-extra-settings .lfr-panel-titlebar .lfr-panel-title {
	font-size: 1em;
	padding: 0.5em 0;
}

.page-extra-settings .lfr-extended .lfr-panel-titlebar {
	line-height: 1;
}

.page-extra-settings .lfr-extended .lfr-panel-titlebar {
	line-height: 1;
}

.page-extra-settings .lfr-extended .lfr-panel-content {
	padding: 5px;
}

/* ---------- Portal notifications styling ---------- */

.popup-alert-notice .notice-date {
	margin: 0 10px;
}

.popup-alert-notice .current-user-language {
	border: 1px solid #ccc;
	border-bottom: none;
	border-top: none;
	display: inline;
	margin: 0 10px;
	padding: 0 15px;
}

/* ---------- Tag selector styling ---------- */

.ui-dialog.lfr-tag-selector .ui-dialog-container .ui-dialog-content {
	padding: 0;
}

.lfr-tag-container {
	height: 260px;
	margin-bottom: 0.5em;
	overflow: auto;
}

.lfr-tag-container fieldset {
	margin: 5px;
}

.lfr-tag-container legend {
	font-weight: bold;
	margin-left: 5px;
}

.lfr-tag-container label {
	display: block;
}

.lfr-tag-container label input {
	vertical-align: middle;
}

.lfr-tag-container .lfr-tag-message {
	display: none;
}

.lfr-tag-search-container {
	background-color: #D3DADD;
	border-bottom: 1px solid #AEB8BC;
	margin: 3px 0;
	padding: 5px;
}

.lfr-tag-search-input {
	width: 250px;
}

.lfr-tag-container .no-matches {
	border-bottom: none;
	border-left: none;
	border-right: none;
	color: #999;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
	padding: 0;
}

.lfr-tag-container .no-matches legend {
	padding-left: 0;
}

.lfr-tag-container .no-matches .lfr-tag-message {
	display: block;
}

/* ---------- Generic styling ---------- */

.popup-alert-notice, .popup-alert-warning {
	background: #ffc url() no-repeat 5px 50%;
	border-bottom: 1px solid;
	font-size: 1.1em;
	left: 0;
	padding: 10px;
	padding-left: 25px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}

.popup-alert-notice {
	background-color: #ffc;
	background-image: url(/nwacc-theme/images/messages/alert.png);
	border-bottom-color: #fc0;
}

.popup-alert-warning {
	background-color: #fcc;
	background-image: url(/nwacc-theme/images/messages/error.png);
	border-bottom-color: #f00;
	font-weight: bold;
}

.ie6 .popup-alert-notice, .ie6 .popup-alert-warning {
	bottom: auto;
	left: expression( ( LFR_IGNORE_ME2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) + 'px' );
	position: absolute;
	right: auto;
	top: expression( ( LFR_IGNORE_ME = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) + 'px' );
}

.popup-alert-notice .countdown-timer {
	font-size: 1.1em;
	font-weight: bold;
}

.popup-alert-notice input, .popup-alert-warning input {
	vertical-align: middle;
}

#ui-datepicker-div {
	z-index: 500;
}

/* ---------- Portlets ---------- */

/* ---------- Generic styling ---------- */

.breadcrumbs {
	margin-bottom: 10px;
	margin-left: 0px;
}

.js .lfr-fallback {
	display: none;
}

.lfr-button {
	background: url() no-repeat 0 50%;
	padding: 2px 0 2px 20px;
}

.js .controls-hidden .lfr-meta-actions, .js .controls-hidden .portlet-borderless-bar, .js .controls-hidden .portlet-icons, .js .controls-hidden .lfr-configurator-visibility {
	display: none;
}

.js .page-maximized .portlet-icons {
	display: block;
}

.float-container:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.ie .float-container {
	height: 1%;
}

.lfr-meta-actions {
	padding-top: 1em;
}

.lfr-table {
	border-collapse: collapse;
	clear: both;
}

.lfr-table tr td, .lfr-table tr th {
	padding: 0 5px;
}

.lfr-table tr th {
	font-weight: bold;
}

.lfr-table tr td:first-child, .lfr-table tr td.first-child, .lfr-table tr th:first-child, .lfr-table tr th.first-child {
	padding-left: 0;
}

.lfr-table tr td:last-child, .lfr-table tr td.last-child, .lfr-table tr th:last-child, .lfr-table tr th.last-child {
	padding-right: 0;
}

.lfr-control-links a {
	margin-right: 1em;
}

.portlet-toolbar {
	margin-bottom: 1.5em;
}

.portlet-minimized .portlet-content-container {
	display: none;
}

.lfr-checkbox-preselected {
	opacity: 0.5;
}

.ie .lfr-checkbox-preselected {
	filter: alpha(opacity=50);
	zoom: 1;
}

.lfr-configurator-visibility {
	opacity: 0.5;
}

.ie .lfr-configurator-visibility {
	filter: alpha(opacity=50);
	zoom: 1;
}

/* ---------- Liferay forms ---------- */

.lfr-input-text {
	width: 350px;
}

.lfr-input-text.flexible {
	width: auto;
}

.lfr-textarea {
	height: 100px;
	width: 500px;
}

fieldset, .uni-form fieldset {
	margin-bottom: 2em;
}

fieldset:last-child, .uni-form fieldset:last-child {
	margin-bottom: 0;
}

/* ---------- Separator ---------- */

.separator {
	margin: 15px auto;
}

/* ---------- Taglib action bar ---------- */

.lfr-actions {
	float: right;
	text-align: left;
}

.lfr-actions.left {
	float: left;
}

.lfr-actions ul {
	display: none;
	bottom: 0%;
	position: absolute;
	right: 100%;
	z-index: 99999;
}

.lfr-actions.visible ul {
	display: block;
}

.lfr-actions.left ul {
	right: auto;
	left: 100%;
}

.lfr-actions .lfr-trigger, .lfr-actions .lfr-trigger strong {
	background: url(/nwacc-theme/images/common/button_bg.png) no-repeat;
	font-weight: normal;
}

.lfr-actions .lfr-trigger {
	background-position: 100% -42px;
	cursor: pointer;
	padding-right: 3px;
}

.ie6 .lfr-actions {
	height: 15px;
}

.lfr-actions .lfr-trigger strong {
	display: block;
	min-width: 70px;
	padding: 2px 0 3px;
	text-align: center;
}

.ie6 .lfr-actions .lfr-trigger strong {
	display: inline-block;
}

.lfr-actions.visible .lfr-trigger {
	background-position: 100% 100%;
}

.lfr-actions.visible .lfr-trigger strong {
	background-position: 0 -21px;
}

.lfr-actions .lfr-trigger strong span {
	background: url(/nwacc-theme/images/common/action.png) no-repeat 5px 50%;
	padding: 2px 10px 2px 35px;
}

.lfr-actions.left .lfr-trigger strong span {
	background-image: url(/nwacc-theme/images/common/action_right.png);
	background-position: 98% 50%;
	padding: 2px 35px 2px 10px;
}

.lfr-menu-list ul {
	background: #fff url(/nwacc-theme/images/forms/button.png) repeat-x 0 100%;
	border: 1px solid;
	border-color: #DEDEDE #BFBFBF #BFBFBF #DEDEDE;
}

.lfr-menu-list li {
	background: transparent;
	border-bottom: 1px solid #DEDEDE;
	padding: 2px;
}

.lfr-menu-list li nobr {
	display: block;
}

.lfr-menu-list li a {
	padding: 5px 10px 5px 0;
	display: block;
	font-weight: normal;
	text-decoration: none;
}

.lfr-menu-list li a:hover {
	background-color: #828F95;
	color: #fff;
}

.lfr-menu-list li a img {
	padding: 0 3px;
}

.lfr-menu-list li.last {
	border-bottom: none;
}

/* ---------- Taglib calendar ---------- */

.taglib-calendar {
	width: 190px;
}

.taglib-calendar table {
	border: 1px solid #999;
	width: 100%;
}

.taglib-calendar tr th, .taglib-calendar tr td {
	height: 25px;
	text-align: center;
	border-bottom: 1px solid #999;
}

.taglib-calendar tr.portlet-section-header th, .taglib-calendar tr td {
	border: 1px solid #999;
	border-bottom: none;
	border-top: none;
	padding: 0;
	width: 26px;
}

.taglib-calendar tr.portlet-section-header th.first, .taglib-calendar tr td.first {
	border-left: none;
}

.taglib-calendar tr.portlet-section-header th.last, .taglib-calendar tr td.last {
	border-right: none;
}

.taglib-calendar tr td a {
	display: block;
	height: 15px;
	padding: 5px 0;
}

.taglib-calendar a:hover, .taglib-calendar a:focus {
	background-color: #ccc;
}

.taglib-calendar .calendar-inactive {
	color: #999;
}

.taglib-calendar .calendar-current-day {
}

.taglib-calendar .calendar-current-day a {
}

.taglib-calendar .has-events a span {
	background: url(/nwacc-theme/images/calendar/event_indicator.png) no-repeat 50% 95%;
	padding-bottom: 5px;
}

.taglib-calendar .has-events.calendar-current-day a span {
	background-image: url(/nwacc-theme/images/calendar/event_indicator_current.png);
}

/* ---------- Taglib captcha ---------- */

.taglib-captcha {
	margin: 1em 0;
}

.taglib-captcha .captcha {
	display: block;
	margin-bottom: 1em;
}

/* ---------- Taglib discussion thread ---------- */

.taglib-discussion td img {
	vertical-align: middle;
}

/* ---------- Taglib diff thread ---------- */

.taglib-diff-addedline, #taglib-diff-results ins {
	background: #E6FFE6;
}

.taglib-diff-context {
	background: #EEEEEE;
}

.taglib-diff-deletedline, #taglib-diff-results del {
	background: #FFE6E6;
}

.taglib-diff-table {
	border-collapse: separate;
	border-spacing: 5pt;
	width: 100%;
}

/* ---------- Taglib flags ---------- */

.taglib-flags {
	display: inline-block;
}

.taglib-flags span a {
	margin-right: 2px;
}

/* ---------- Taglib icon list ---------- */

.taglib-icon-list li {
	float: left;
	margin-right: 1em;
}

.taglib-icon-list:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.ie .taglib-icon-list {
	height: 1%;
}

/* ---------- Taglib input move boxes ---------- */

.taglib-move-boxes {
}

.taglib-move-boxes .choice-selector {
	min-width: 150px;
}

.ie .taglib-move-boxes .choice-selector {
	width: expression(this.currentStyle.getAttribute('minWidth') || 150 + 'px');
}

.taglib-move-boxes .category-header {
	background: #ebf1f9;
	border-bottom: 1px solid #8db2f3;
	display: block;
	margin-bottom: 5px;
	padding: 5px;
}

/* ---------- Taglib ratings ---------- */

.taglib-ratings.score {
	white-space: nowrap;
}

.taglib-ratings.thumbs {
	float: left;
	margin: 0;
}

.ie .taglib-ratings.thumbs {
	height: 1%;
}

.taglib-ratings.thumbs:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.taglib-ratings.thumbs li {
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

.taglib-ratings.thumbs .total-entries {
	color: #777777;
}

.taglib-ratings.thumbs .total-rating {
	font-size: 1.1em;
	line-height: 18px;
	padding: 0 5px 0 0;
}

.taglib-ratings.thumbs .total-votes {
	color: #777777;
	font-size: xx-small;
	line-height: 2em;
	padding: 0 0 0 6px;
	text-align: right;
}

.taglib-ratings.thumbs .pos-total {
	color: #009900;
	font-weight: bold;
}

.taglib-ratings.thumbs .neg-total {
	color: #777777;
	font-weight: bold;
}

.taglib-ratings.thumbs .zero-total {
	color: #aaaaaa;
}

.taglib-ratings.thumbs .rating {
	background: url() no-repeat;
	display: block;
	float: left;
	font-size: 0;
	height: 18px;
	line-height: 0;
	text-indent: -9999em;
	width: 18px;
}

.taglib-ratings.thumbs .rate-up {
	background-image: url(/nwacc-theme/images/ratings/thumbs_up_icon.png);
}

.taglib-ratings.thumbs .rate-up:hover, .taglib-ratings.thumbs .rate-up.rated {
	background-image: url(/nwacc-theme/images/ratings/thumbs_up_icon_hover.png);
}

.taglib-ratings.thumbs .rate-down {
	background-image: url(/nwacc-theme/images/ratings/thumbs_down_icon.png);
}

.taglib-ratings.thumbs .rate-down:hover, .taglib-ratings.thumbs .rate-down.rated {
	background-image: url(/nwacc-theme/images/ratings/thumbs_down_icon_hover.png);
}

.taglib-ratings.thumbs .rate-up.rated:hover, .taglib-ratings.thumbs .rate-down.rated:hover {
	background-image: url(/nwacc-theme/images/ratings/thumbs_cancel_icon.png);
}

/* ---------- Taglib search iterator ---------- */

.taglib-search-iterator {
	border-collapse: collapse;
	width: 100%;
}

.taglib-search-iterator td {
	padding: 4px;
}

.taglib-search-iterator-highlighted {
	font-weight: bold;
}

.taglib-search-iterator-page-iterator-top {
	padding-bottom: 5px;
}

.taglib-search-iterator-page-iterator-bottom {
	padding-top: 5px;
}

.taglib-page-iterator {
	clear: both;
	height: auto;
	overflow: hidden;
	width: auto;
}

.taglib-page-iterator .search-results {
	float: left;
}

.taglib-page-iterator .search-pages {
	float: right;
}

.taglib-page-iterator .search-pages .page-links a, .taglib-page-iterator .search-pages .page-links span {
	background: url() no-repeat 0 0;
	border-left: 1px solid #ccc;
	padding: 2px 15px;
}

.taglib-page-iterator .search-pages .page-links span {
	background-position: 0 100%;
}

.taglib-page-iterator .search-pages .page-links a.first, .taglib-page-iterator .search-pages .page-links span.first {
	background-image: url(/nwacc-theme/images/arrows/paging_first.png);
	background-repeat: no-repeat;
	border-left: none;
}

.taglib-page-iterator .search-pages .page-links a.previous, .taglib-page-iterator .search-pages .page-links span.previous {
	background-image: url(/nwacc-theme/images/arrows/paging_previous.png);
	background-repeat: no-repeat;
}

.taglib-page-iterator .search-pages .page-links a.next, .taglib-page-iterator .search-pages .page-links span.next {
	background-image: url(/nwacc-theme/images/arrows/paging_next.png);
	background-repeat: no-repeat;
}

.taglib-page-iterator .search-pages .page-links a.last, .taglib-page-iterator .search-pages .page-links span.last {
	background-image: url(/nwacc-theme/images/arrows/paging_last.png);
	background-repeat: no-repeat;
}

.taglib-page-iterator .search-pages .page-links a.first, .taglib-page-iterator .search-pages .page-links span.first, .taglib-page-iterator .search-pages .page-links a.previous, .taglib-page-iterator .search-pages .page-links span.previous {
	padding-right: 5px;
}

.taglib-page-iterator .search-pages .page-links a.next, .taglib-page-iterator .search-pages .page-links span.next, .taglib-page-iterator .search-pages .page-links a.last, .taglib-page-iterator .search-pages .page-links span.last {
	background-position: 100% 0;
	padding-left: 5px;
}

.taglib-page-iterator .search-pages .page-links span.first, .taglib-page-iterator .search-pages .page-links span.previous {
	background-position: 0 100%;
}

.taglib-page-iterator .search-pages .page-links span.next, .taglib-page-iterator .search-pages .page-links span.last {
	background-position: 100% 100%;
}

.taglib-page-iterator .search-pages .delta-selector, .taglib-page-iterator .search-pages .page-selector, .taglib-page-iterator .search-pages .page-links {
	float: left;
}

.taglib-page-iterator .search-pages .page-selector {
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

/* ---------- Taglib social activities ---------- */

.taglib-social-activities .activity-separator {
	padding-bottom: 10px;
}

.taglib-social-activities .day-separator {
	border-bottom: 1px dotted #CCC;
	margin-bottom: 0px;
	margin-top: 10px;
	padding-bottom: 2px;
}

.taglib-social-activities .first-day-separator {
	border-bottom: 1px dotted #CCC;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 2px;
}

/* ---------- Taglib social bookmark ---------- */

.js .taglib-social-bookmarks.visible {
	background: #F0F5F7;
}

.js .taglib-social-bookmarks .show-bookmarks {
	display: block;
}

.js .taglib-social-bookmarks.visible .show-bookmarks {
}

.js .taglib-social-bookmarks ul {
	border: 1px solid #828F95;
	border-left: none;
	border-right: none;
	display: none;
}

.js .taglib-social-bookmarks.visible ul {
	display: block;
}

.taglib-social-bookmarks li {
	float: left;
	margin-right: 1em;
}

.taglib-social-bookmarks ul:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.ie .taglib-social-bookmarks ul {
	height: 1%;
}

.taglib-social-bookmarks li a {
	background: url() no-repeat 0 50%;
	padding: 3px 2px 3px 20px;
}

.taglib-social-bookmarks a.taglib-social-bookmark-blinklist {
	background-image: url(/nwacc-theme/images/social_bookmarks/blinklist.png);
}

.taglib-social-bookmarks a.taglib-social-bookmark-delicious {
	background-image: url(/nwacc-theme/images/social_bookmarks/delicious.png);
}

.taglib-social-bookmarks a.taglib-social-bookmark-digg {
	background-image: url(/nwacc-theme/images/social_bookmarks/digg.png);
}

.taglib-social-bookmarks a.taglib-social-bookmark-facebook {
	background-image: url(/nwacc-theme/images/social_bookmarks/facebook.png);
}

.taglib-social-bookmarks a.taglib-social-bookmark-furl {
	background-image: url(/nwacc-theme/images/social_bookmarks/furl.png);
}

.taglib-social-bookmarks a.taglib-social-bookmark-newsvine {
	background-image: url(/nwacc-theme/images/social_bookmarks/newsvine.png);
}

.taglib-social-bookmarks a.taglib-social-bookmark-reddit {
	background-image: url(/nwacc-theme/images/social_bookmarks/reddit.png);
}

.taglib-social-bookmarks a.taglib-social-bookmark-technorati {
	background-image: url(/nwacc-theme/images/social_bookmarks/technorati.png);
}

/* ---------- Taglib tags summary ---------- */

.taglib-tags-summary .tag {
	background: url(/nwacc-theme/images/common/tag.png) no-repeat 0 50%;
	margin-bottom: 3px;
	margin-right: 3px;
	padding: 2px 5px 2px 20px;
}

/* ---------- Taglib user display ---------- */

.taglib-user-display .user-details .user-name {
	clear: both;
	display: block;
}

.taglib-user-display .user-details.user-online .user-name {
}

.taglib-user-display .user-details .network-list {
	margin: 10px 0;
}

.taglib-user-display .user-details .network-list a {
	background: url() no-repeat 0 50%;
	display: block;
	padding-left: 20px;
}

.taglib-user-display .user-details .network-list .chat-user {
	background-image: url(/nwacc-theme/images/common/conversation.png);
}

/* ---------- Taglib webdav ---------- */

.js .taglib-webdav.visible {
	background: #F0F5F7;
}

.js .taglib-webdav .show-webdav {
	display: block;
}

.js .taglib-webdav.visible .show-webdav {
}

.js .taglib-webdav table {
	border: 1px solid #828F95;
	border-left: none;
	border-right: none;
	display: none;
}

.js .taglib-webdav.visible table {
	display: block;
}

.taglib-webdav table:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.ie .taglib-webdav table {
	height: 1%;
}

/* ---------- jQuery plugins ---------- */

/* ---------- Tabs ---------- */

.tabs-hide {
	display: none;
}

.ie6 .tabs-nav {
	display: inline-block;
}

.ie6 .tabs-nav .tabs-disabled a {
	filter: alpha(opacity=40);
}

/* ----------- OpenID ---------- */

input[type="text"].openid-login {
	background: url(/nwacc-theme/images/common/openid.gif) no-repeat;
	background-color: #fff;
	background-position: 0 50%;
	color: #000;
	padding-left: 18px;
}

.ie6 input.text.openid-login {
	background: url(/nwacc-theme/images/common/openid.gif) no-repeat;
	background-color: #fff;
	background-position: 0 50%;
	color: #000;
	padding-left: 18px;
}

/* ----------- Accessibility ---------- */

img.label-icon {
	border: 0px;
	float: left;
}

img.icon {
	border: 0px;
	float: absmiddle;
}

img.avatar {
	border: 0px;
}

td.stretch {
	width: 99%;
}

.nobr {
	white-space: nowrap;
}













.portlet-journal-content .icon-actions {
	float: left;
	margin: 1px 10px 1px 1px;
}

.portlet-journal-content .icons-container {
	clear: both;
	height: auto;
	margin-top: 1em;
	overflow: hidden;
	width: auto;
}

.ie6 .portlet-journal-content .icons-container {
	height: 1%;
}

.portlet-journal-content .taglib-discussion {
	margin-top: 18px;
}

.portlet-journal-content .taglib-ratings-wrapper {
	margin-top: 1em;
}

.portlet-journal-content .ui-tabs {
	margin: 18px 0;
}
html {
	height: 100%;
	margin:0px;
	padding:0px;
}
body {
	background:url(../images/customize/body-bg.jpg) repeat-x top center #fff;
	font-size: 12px;
}
.ie7 body {

}
/* ---------- Main content body ---------- */
#main-wrapper {
	width:929px; background:#182a5c; margin:auto;
	}
#wrapper {
	background:transparent;
	width:950px;
	margin: 0 auto;
	min-height:500px;
}
#content-wrapper {
	margin: 0 auto;
	width: 1020px;
}
/* ---------- Banner ---------- */

/*#banner {
	background:  url(../images/customize/banner.jpg) repeat-x 20% 0;
	height: 98px;
	top: -1px;
}*/
#banner h1.logo {
	display:block;
	float:left;
	font-size:2em;
	margin:4px 0 0 5px;
	padding:0;
	position:absolute;
	border-bottom:none;
}
#banner .logo a {
	float: left;
	text-decoration: none;
	background: url("/nwacc-theme/images/customize/company_logo.png") no-repeat !important;
}
.ie6 #banner .logo {
	zoom: 1;
}
.logo .current-community {
	background: url(../images/dock/my_places_public.png) no-repeat 15px 50%;
	border-left: 1px solid #D3DADD;
	color: #D3DADD;
	display: block;
	float: left;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0 0 0 20px;
	padding: 20px;
	padding-left: 40px;
}
#mycampuslogo {
	color:#ffffff;
	background:transparent;
	position:relative;
	font-size:medium;
	float:left;
	height:16px;
	font-weight:bold;
	padding-top:7px;
	padding-left:8px;
	font-smooth: always;
	letter-spacing: 1px;
	color: #FFFFFF;
}
#beta {
	color:#fff;
	background:#transparent;
	float:left;
	font-size:x-Small;
	position:relative;
	height:16px;
	padding-left:8px;
	padding-bottom:2px;
	padding-top:12px;
}
#byline {
	background:none repeat scroll 0 0 transparent;
	color:#FFFFFF;
	float:left;
	font-size:12px;
	height:14px;
	padding-left:8px;
	padding-top:110px;
	position:absolute;
}
.guest-community .logo .current-community {
	display: none;
}
.private-page .logo .current-community {
	background-image: url(../images/dock/my_places_private.png);
}
/* ---------- 
.date {
	color:#000;
	float:right;
	margin:0px 29px 2px 0px;
	padding-right:6px;
	text-align:right;
	width:400px;
}---------- */

.date {
color:#000;
float:left;
font-weight:normal;
margin-left:-50px;
padding:8px 0 0;
text-align:right;
width:340px;
font-size:11px;
}
.date-pre {
	clear:right;
	color:#000000;
	float:right;
	font-weight:bold;
	margin:-7px 20px 0 0;
	padding-right:6px;
	text-align:right;
	width:400px;
}
.usergeeting {
color:#000;
float:none;
font-weight:normal;
padding:0 0 0 0;
position:relative;
text-align:right;
top:0;
}
.usergeeting-pre {
	clear:right;
	color:#C80F17;
	float:right;
	font-weight:bold;
	min-width:200px;
	padding:0;
	position:relative;
	right:275px;
	text-align:right;
	top:10px;
}
.usergeeting-bl {
	color:#000;
}
/* ---------- 
.usergeeting {
	float:right;
	width:auto;
	display:block;
	color:#fff;
	position: absolute;
	top:48px;
	right:8%;
}searchContent ---------- */
/* ---------- searchContent ---------- */
#search-bar {
float:right;
height:30px;
width:300px;
}
.search-box {
	float:right;
	margin-right:0px;
}
.searchContent {
	width:340px;
	height:35px;
	padding:0px 0px 0px 0px;
	margin:10px 0px 0px 20px;
	text-align:right;
	float:right;
}
.searchContent span {
	float:left;
	margin:6px 9px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#fff;
}
.searchContent input {
	float:left;
}
.search-box input[type="image"] {
background:none repeat scroll 0 0 transparent;
border:medium none;
margin-top:4px;
padding:0;
}
.search-box input[type="text"] {
background:none no-repeat scroll 0 0 #FFFFFF;
border:1px solid #7E9EB7 !important;
float:left;
font:11px Arial,Helvetica,Verdana,sans-serif;
height:12px;
margin:4px 5px 0 0;
padding:3px !important;
position:relative;
width:145px;
}
.ie6 .searchContent input.text {
	background-image:url(../images/global/search.jpg);
	width:161px;
	height:17px;
	padding-top:8px;
	background-repeat: no-repeat;
	border: 0px solid;
	border-color: #BFBFBF #DEDEDE #DEDEDE #BFBFBF;
	font:normal 12px Arial, Helvetica, Verdana, sans-serif;
}
/* ---------- searchContent ---------- */
.Top-link {
	color:#1B3B68;
	float:right;
	text-align:left;
	width:400px;
	z-index:2000;
	font-size:11px;
}
.ie9 .Top-link {
	width: 62%;
}
.ie7 .Top-link {
	color:#1B3B68;
	float:right;
	margin:-25px 0px 0px -15px;
	text-align:left;
	width: 61%;
	z-index:2000;
}
.Top-link ul {
	display:inline;
	list-style-type:none;
}
.Top-link li a {
	color:#000;
	text-decoration:none;
}
.Top-link li {
	color:#FFFFFF;
	display:inline;
	list-style-type:none;
	margin:10px 7px 5px;
}
.Top-link li .home {
	background-image:url(../images/customize/home.png);
	background-repeat:no-repeat;
	background-position:0;
	padding:0px 0px 0px 18px;
	margin:0px 0px 0px 5px;
}
.Top-link li .Portfolio {
	background:url(../images/customize/myportfolio.png) no-repeat 0 2px;
	padding:0px 0px 0px 18px;
	margin:0px 0px 0px 5px;
}
.Top-link li .myfriends {
	background: url(../images/customize/myfriends.png) no-repeat 0 0;
	padding:0px 0px 0px 24px;
	margin:0px 0px 0px 5px;
}
.Top-link li .Help {
	background-image:url(../images/customize/help.png);
	background-repeat: no-repeat;
	background-position:0px;
	padding:0px 0px 0px 22px;
	margin:0px 0px 0px 5x;
}
.Top-link li .Intranet {
	background: url(../images/customize/Intranet.png) no-repeat 0 0;
	padding:0px 0px 0px 22px;
	margin:0px 0px 0px 5x;
}
.Top-link li .layout-temp {
	background:url(../images/custom/layout.png) no-repeat 0 0;
	padding:0px 0px 0px 18px;
	margin:0px 0px 0px 5x;
}
.Top-link li .sOut {
	background:url("../images/customize/logout.png") no-repeat scroll 64px 4px transparent;
	margin:0 0 0 7px;
	outline:medium none;
	padding:0 0 0 82px;
	position:absolute;
	z-index:1000;
}
.ie8 .Top-link li .sOut {
	background:url("../images/customize/logout.png") no-repeat scroll 88px 4px transparent;
	margin:0 0 0 0px;
	outline:medium none;
	padding:0 0 0 108px;
	position:absolute;
	z-index:1000;
}
.sign-login {
	background:url("../images/customize/logout.png") no-repeat scroll 0 2px transparent;
	float:right;
	margin:-15px 0 0 375px;
	outline:medium none;
	padding:0 0 0 20px;
	position:absolute;
	z-index:1000;
}
.ie8 .sign-login {
	background:url("../images/customize/logout.png") no-repeat scroll 0 2px transparent;
	float:right;
	margin:0px 0 0 375px;
	outline:medium none;
	padding:0 0 0 20px;
	position:absolute;
	z-index:1000;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.sign-login {
	background:url("../images/customize/logout.png") no-repeat scroll 0 2px transparent;
	float:right;
	margin:0px 0 0 375px;
	outline:medium none;
	padding:0 0 0 20px;
	position:absolute;
	z-index:1000;
}
}

.ie7 .sign-login {
	background:url("../images/customize/logout.png") no-repeat scroll 0 2px transparent;
	float:right;
	margin:0px 0 0 100px;
	outline:medium none;
	padding:0 0 0 20px;
	position:absolute;
	z-index:1000;
}
.Top-link li .sout a {
	color:#888888;
	font:bold 11px verdana;
	text-decoration:none;
}
.Top-link li .login {
	padding:0px 0px 0px 18px;
	background-image:url(../images/customize/signin.png);
	background-repeat:no-repeat;
	background-position:0px 2px;
	margin:0px 0px 0px 90px;
	position:absolute;
	z-index:1000;
}
.Top-link li .login a {
	color:#888888;
	font:bold 11px verdana;
	text-decoration:none;
}
/* ---------- Main navigation ---------- */


#navigation {
/*background:url("../images/customize/nav-bg.jpg") repeat-x scroll 0 0 #91AE91;*/
float:left;
height:auto;
margin:-1px auto 10px;
min-height:33px;
width:100%;
z-index:20;
}
#navigation ul {
	min-height: 2em;
	width: 994px;
	float:right;
}
#navigation li {
	border-right: 0px solid transparent;
	display: inline;
	margin: 0px 0 0 0px;
	padding: 0;
}
#navigation a {
	color: #171926;
	/*padding: 8px 15px; */
}
#navigation li a {
	display: block;
	text-decoration: none;
}
#navigation li a span {
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
#navigation li.selected a {
	background:transparent;
	color:#171926;
	font-size:12px;
	font-weight:bold;
}
#navigation li a:hover {
	background:transparent;
	color:#FFFFFF;
	font-size:12px;
}
#navigation .child-menu li a {
	/*background-color:#414042; */
	color:#FFFFFF;
	font-size:12px;
	font-weight:normal;
	border-bottom: 1px solid #58595b;
         margin: 0 15px;
	padding-left:0px; 
}
#navigation .child-menu li a:hover {
	background-color:#1E2529;
	color:#FFFFFF;
	font-size:12px;
	 border-bottom: 1px solid transparent;
        /* margin: 0 5px;*/

	/*font-weight:bold; */
}
#navigation li.selected a span {
background:url("") no-repeat scroll 0 50% transparent;
color:#fff;
padding-left:10px;
}
#navigation li:hover .child-menu {
	display: block;
	position: absolute;
	width: 280px;
}
.ie7 #navigation li.hover .child-menu {
	display: block;
	position: absolute;
	width: 200px;
	z-index: 300;
}
#navigation .child-menu li {
	border-width: 0 0 1px;
	display: block;
	line-height: 1.3em;
	float: none;
	margin: 0;
}
#navigation .child-menu li a {
	cursor: pointer !important;
}
.ie7 #navigation .child-menu li a {
	zoom: 1;
}
#navigation .child-menu li a:hover {
	background: #ff9133;
}
#navigation .child-menu .selected a {
	background: #020509 url(../images/navigation/bullet_selected.png) no-repeat 5px 50%;
}

#navigation .child-menu {
/*	padding: 0 15px;*/
	background-color: #414042;
}
/*--multi level menu--*/
#nav ul {
	position:absolute;
	top:1px;
}
#nav, #nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	left:0px;
}
#nav a:link, #nav a:active, #nav a:visited {
	display:block;
	text-decoration:none;
}
#nav a:hover {
	background-color:#1E2529;
	color:#fff;
}

#nav li {
	display:block;
	float:left;
	/*height:33px;*/
}
#nav ul {
	width:180;
	height:auto;
	top:35px;
	display:none;
 background:#;
}
#nav li:hover.child-menu {
	z-index:1000;
	margin: 0px;
	color: #EBEBEB;
	font-size: 14px;
	height:auto;
	width: auto;
}
#nav li ul a {
	/*border-bottom:1px solid #58595b;
	margin-top:-1px; */
}
#nav a.arrow {
	background:#eeeeee url(../images/customize/arrow.gif) no-repeat right center;
}
#nav a.arrow:hover {
 background-color:#;
	color:#fff;
}
#nav li.selected a {
	background:none;
	color:#fff;
	padding:8px 5px;
}
#nav ul ul ul ul ul {
	top:auto;
}
#nav li ul ul, #nav li ul ul ul {
	margin: -32px 0px 0px 280px;
	position:relative;
	clear:both;
}
/*
#nav li ul ul  ul{
    left:2em;
	top:0em;
    margin:0px 0 0 180px;
    }
#nav li ul ul  ul ul{
    left:2em;
	top:0em;
    margin:0px 0 0 180px;
    }
*/
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul #nav li:hover ul ul ul ul ul #nav li:hover ul ul ul ul ul ul {
	display:none !important;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul #nav li li li li li:hover ul #nav li li li li li li:hover ul {
	display:block !important;
}
/* ---------- Add/remove page ---------- */

.js #navigation .enter-page {
	background-color:#1E2529;
	margin:2px 0 2px 2px;
	padding:4px;
}
.js #navigation .enter-page a {
	background: none;
	display: inline;
	font-weight: bold;
	padding: 0;
}
.js #navigation .enter-page .save-page {
	background: url(../images/dock/my_place_current.png) no-repeat 0 50%;
	margin: 0 10px;
	padding-left: 20px;
	color:#fff;
}
.ie.js #navigation .enter-page .save-page {
	display: inline-block;
	padding-bottom: 5px;
	padding-top: 5px;
	vertical-align: top;
}
.js #navigation .enter-page .cancel-page {
	display: none;
}
.ie.js #navigation .enter-page {
	padding: 0;
}
.ie.js #navigation .enter-page input.text {
	margin: 2px;
	padding: 3px 1px;
}
.js #navigation {
	position: relative;
}
.js #add-page {
	border:medium none;
	bottom:100%;
	font-weight:bold;
	position:absolute;
	right:8px;
	top:3px;
}
.js #add-page a {
background:url("../images/customize/add-bg.jpg") no-repeat scroll 3px 1px transparent;
color:#FFFFFF;
display:block;
padding:1px 0;
text-decoration:none;
width:87px;
}
.js #add-page a span {
	background-image:url("../images/customizedimge/add-page.gif");
	background-position:0 50%;
	background-repeat:no-repeat;
	color:#fff;
	display:block;
	margin-left:0;
	padding:2px 28px;
	width:55px;
}
.js #add-page a:hover span {
}
/*------ Navigation portlet ------*/

.nav-menu-style-1 {
}
.nav-menu-style-2 {
}
/* ---------- Portlet wrapper and icons ---------- */

.portlet {
	background: #fff;
	margin: 0 0 10px;
	border:none;
}
.portlet-topper {
	background:url(../images/customize/portlet-topper.gif) no-repeat right top;
	border-bottom: 0px solid #AEB8BC;
	overflow: hidden;
	position: static;
	height:33px;
}
.portlet-title {
	background:url(../images/customize/portlet-topper.gif) no-repeat scroll left top transparent;
	color:#FFFFFF;
	display:block;
	float:left;
	font-size:12px;
	font-weight:bold;
	height:20px;
	line-height:25px;
	padding:0 5px 5px 10px;
	width:40%;
}
.portlet-icons {
	float: right;
	margin: 0.6em 0.8em 0 0;
	position: static;
}
.ie .portlet-title {
	padding-bottom: 5px;
}
.ie6 .portlet-topper {
	zoom: 1;
}
.portlet-content, .portlet-minimized .portlet-content-container {
	border:1px solid #808082;
	padding:5px;
}
.portlet-title img {
	display:none;
	vertical-align:middle;
}
body.lfr-has-sidebar {
	padding-left: 0;
}
.lfr-has-sidebar #content-wrapper {
	padding-left: 270px;
	width: auto;
}
/* ----------  interactive-mode ---------- */

.myMenu {
	color:#fff;
	float:right;
	left:402px;
	top:136px;
	position:relative;
	width:100%;
	z-index:11000 !important;
}
.ie7 .myMenu {
	position:relative;
	display: inherit;
	margin:0px 0px 0px 20px;
	padding:0px;
}
.js .interactive-mode ul {
	background:none repeat scroll 0 0 #0e1e0f;
	border:0 none;
	margin-left:-60px;
	margin-top:20px;
	position:absolute;
	text-align:left;
	width:153px;
}
.js .interactive-mode ul li {
	border: solid 1px #304049;
}
.js .interactive-mode {
	background:url("") repeat-x scroll 0 0 transparent;
	width:100%;
	float:right;
	text-align:right;
	right: 45%;
}
.ie7 .interactive-mode {
	background:url("") repeat-x scroll 0 0 transparent;
	position: relative;
	right:340px;
	top:10px;
	width:0px;
	float:left;
	height:0px;
}
.js .interactive-mode h2 {
	background:transparent;
	font-size: 11px;
	margin: 0;
	padding: 0 37px 0 0;
	position: relative;
	z-index: 82;
	clear:both;
}
.js .interactive-mode b {
	background:url("../images/customize/mymenu.png") no-repeat scroll 0 4px transparent;
	color:#000;
	display:block;
	font-size:11px;
	height:27px;
	margin:0 0 0 0px;
	padding-bottom:4px;
	position:absolute;
	text-align:right;
	width:63px;
	font-weight:normal;
}
.js .lfr-flyout.has-children ul {
	display:inline;
	min-width:190px;
	position:absolute;
	right:100%;
	top:-1px;
}
/* .taglib-my-places .first .js .interactive-mode span {
background:url("../images/customize/mymenu.png") no-repeat scroll 25px 2px transparent;
color:#FFFFFF;
display:block;
font-size:1em;
font-weight:bold;
height:27px;
margin:-17px 0 0 40px;
padding-bottom:8px;
position:absolute;
text-align:right;
width:75px;
}
*/
.js .interactive-mode li a {
	color:#FFFFFF;
}
.js .interactive-mode .my-places li.current {
	background-color:#000;
}
.js .interactive-mode .my-places li.current span {
	background:transparent;
}
.js .interactive-mode li:hover, .js .interactive-mode .my-places li:hover {
	background-color: #000;
}
.js .interactive-mode .my-places li.current-community {
	background-color: #000;
}
.js .interactive-mode li:hover a:hover, .js .interactive-mode li:hover > a, .js .interactive-mode li:hover > h3 > a {
	background-color: #000;
	color: #FFF;
}
.js .interactive-mode .my-places li.private span {
	background:transparent;
}
.js .lfr-dock.expanded .lfr-dock-list-container {
	margin:5px 0px 0px 0px;
}
.ie .js .lfr-dock.expanded .lfr-dock-list-container {
	margin:5px 100px 0px 0px;
}
.js .interactive-mode li a, .js .interactive-mode li a:hover {
	background-position:8px 50%;
	padding-left:30px;
	padding-right:20px;
}
/* ----------  interactive-mode ---------- */
.portlet-icon-back {
	background:url("../images/arrows/01_left.png") no-repeat scroll 0 50% transparent;
	color:#FFFFFF;
	font-weight:bold;
	padding:3px 0 3px 18px;
}
/*
.footer-contener {
	background:#000;
	padding:0px;
	color:#fff;
	float:left;
	width:100%;
}
.footer-left {
	width:700px;
	color:#fff;
	float:left;
	font-size:11px;
	padding:5px;
	line-height:36px;
}
.footer-left a {
	color:#fff;
	text-decoration:underline;
}
.footer-logo {
	background:  url(../images/customize/footer-logo.png) no-repeat 0 0;
	float:right;
	height:62px;
	width:200px;
	margin:10px;
}
.footer-logo a {
	display:block;
	text-indent:-999px;
	float:left;
	height:62px;
	width:200px;
}
.footer-line {
	background: url(../images/customize/footer-line.png) no-repeat 0 0;
	margin:auto;
	width:100%;
	float:left;
}
*/
.ui-tabs li a, .tabs li span {
	background: #878F93 url(../images/application/tabs_bg.png) repeat-x 0 100%;
	border-right: 1px solid #304049;
	color: #FFF;
	display: block;
	float: left;
	padding: 10px;
	position: static;
	text-decoration: none;
	top: 1px;
}
.portlet-announcements .entry-title, .portlet-alerts {
	display:block;
	margin-bottom:0;
	overflow:hidden;
	position:static;
}
.portlet-announcements .edit-actions, .portlet-alerts .edit-actions {
	font-size:0.7em;
	font-weight:normal;
	position: static;
	right:0;
	top:0;
	float:right !important;
}
.ui-dialog {
	z-index:12000 !important;
}
.ui-dialog-overlay {
	z-index:11000 !important;
}
/*----------top links------------*/
#top-menu {
	margin:auto;
	float:right;
	height:30px;
}
#footer {
color:#000;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
margin:auto;
padding:15px 6px 14px;
width:994px;
}
/*
#footer .right {
	float:right;
	width:100px;
	text-align:right;
}
#footer .left {
	width:100%;
	height:60px;

}
*/

#footer .right {
	float:left;
	width:611px;
	text-align: center;
}
#footer .left {
	width:240px;
	height:60px;
	float:left;
}

#footer .icon {
	width:240px;
	width:83px;
	float: right;
}
#footer-img {
	background:url(../images/customize/footer-logo.png) no-repeat;
	white-space:187px;
	height:56px;
	}

.address {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:11px;
	margin-top:8px;
	margin-bottom:10px;
}
.js .lfr-dock.interactive-mode .my-places.lfr-flyout.has-children > ul {
margin-right:-1px;
top:-23px;
}

.js .interactive-mode .lfr-flyout.has-children ul {
display:none;
margin-left:0;
top:-22px;
}

.js .interactive-mode .lfr-flyout.has-children h3 {
min-width:148px;
padding-left:10px;
}

.ie8 .js .lfr-dock.interactive-mode .my-places.lfr-flyout.has-children > ul {
margin-right:38px !important;
top:-33px;
}

.ie8 .js .interactive-mode .lfr-flyout.has-children ul {
display:none;
margin-left:0;
top:-32px;
}


#slideNext {
	BACKGROUND-IMAGE: url(../images/customize/right-arrow.png) !important;
	Z-INDEX: 20;
	POSITION: absolute;
	TEXT-ALIGN: left;
	BACKGROUND-COLOR: #ffffff;
	WIDTH: 30px;
	BACKGROUND-REPEAT: no-repeat;
	BACKGROUND-POSITION: center center;
	height:270px;
	OVERFLOW: hidden;
	TOP: 0px;
	CURSOR: pointer;
	RIGHT: 0px;
	FILTER: alpha(opacity=40) !important;
	opacity: 0.4
}
#slidePrev {
	BACKGROUND-IMAGE:url(../images/customize/left-arrow.png) !important;
	Z-INDEX: 20;
	POSITION: absolute;
	TEXT-ALIGN: right;
	BACKGROUND-COLOR: #ffffff;
	WIDTH: 30px;
	BACKGROUND-REPEAT: no-repeat;
	BACKGROUND-POSITION: center center;
	height:270px;
	OVERFLOW: hidden;
	TOP: 0px;
	CURSOR: pointer;
	LEFT: 0px;
	FILTER: alpha(opacity=40) !important;
	opacity: 0.4
}


/*-------------HOME PAGE CONTENT CSS-------------------*/

/*----------Left Links------*/
	
#left-menu {
	width:196px;
	background:url(/nwacc-theme/images/customize/left-link-bg.jpg) repeat-y left;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#2a412d;
	border:1px solid #a5c5a5;
	}
#left-menu ul{
	list-style-type:none;
	display:block;
	padding:0px;
	margin:0px;
	}
#left-menu ul li{
	list-style-type:none;
	display:block;
	}
#left-menu li a{
	background:url(/nwacc-theme/images/customize/left-link-bg.jpg) repeat-y left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#2a412d;
	text-decoration:none;
	display:block;
	padding:7px 20px 7px 15px;
}
#left-menu li a:hover{
	background:url(/nwacc-theme/images/customize/left-link-bg-h.jpg) right center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#2a412d;
	text-decoration:none;
	display:block;
	padding:7px 20px 7px 15px;
}


/*----------center content------*/
.cf {
	clear:both;
	}
#center-wrapper {
	width:530px;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6a6a6a;
	text-align:justify;
	line-height:18px;
	}
#center-wrapper #left {
	width:250px;
	float:left;
	margin:0px 5px;
	}
#center-wrapper #right {
	width:250px;
	float:right;
	margin:0px 5px;
	}
#left p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#2a412d;
	margin:0px;
	padding:5px 0px;
	text-align:left;
	}
#right p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#2a412d;
	margin:0px;
	padding:5px 0px;
	text-align:left;
	}
	
	
/*----------Quick Links------*/

#quick-links {
	width:195px;
	text-align:left;
	border:1px solid #cccccc;
	background:url(/nwacc-theme/images/customize/quick-link-bg.jpg) repeat-y right;
	}
#quick-links ul{
	list-style-type:none;
	display:block;
	padding:0px;
	margin:0px;
	}
#quick-links ul li{
	list-style-type:none;
	display:block;
	padding:0px 0px 0px 40px;
	}
#quick-links li a{
	background:url() repeat-y left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#2a412d;
	text-decoration:none;
	display:block;
	padding:4px 0px;
}
#quick-links li a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#2a412d;
	text-decoration:none;
	display:block;
}
#quick-links .academic {
	background:url(/nwacc-theme/images/customize/academic-icon.jpg) no-repeat 0 5px;
	padding:0px 0px 0px 35px;
	margin:5px 0px 5px 7px;
}
#quick-links .apply {
	background:url(/nwacc-theme/images/customize/apply-icon.jpg) no-repeat 0 5px;
	padding:0px 0px 0px 35px;
	margin:5px 0px 5px 7px;
}
#quick-links .college {
	background:url(/nwacc-theme/images/customize/college-icon.jpg) no-repeat 0 5px;
	padding:0px 0px 0px 35px;
	margin:5px 0px 5px 7px;
}
#quick-links .faculty {
	background:url(/nwacc-theme/images/customize/faculty-icon.jpg) no-repeat 0 5px;
	padding:0px 0px 0px 35px;
	margin:5px 0px 5px 7px;
}
#quick-links .employment {
	background:url(/nwacc-theme/images/customize/employment-icon.jpg) no-repeat 0 5px;
	padding:0px 0px 0px 35px;
	margin:5px 0px 5px 7px;
}
#quick-links .foundation {
	background:url(/nwacc-theme/images/customize/foundation-icon.jpg) no-repeat 0 5px !important;
	padding:0px 0px 0px 35px;
	margin:5px 0px 5px 7px;
}
#quick-links .pay {
	background:url(/nwacc-theme/images/customize/pay-icon.jpg) no-repeat 0 5px;
	padding:0px 0px 0px 35px;
	margin:5px 0px 5px 7px;
}
#quick-links .intranet {
	background:url(/nwacc-theme/images/customize/intranet-icon.jpg) no-repeat 0 5px;
	padding:0px 0px 0px 35px;
	margin:5px 0px 5px 7px;
}

/*----------Admission Box------*/

#admission {
width:250px;
float:left;
}
#admission ul{
	list-style-type:none;
	display:block;
	padding:0px;
	margin:0px;
	}
#admission ul li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	background:url(/nwacc-theme/images/customize/bullet.jpg) no-repeat 0 9px;
	list-style-type:none;
	display:block;
	padding:5px 0px 5px 20px;
}


/*----------point------*/

#point-links {
	width:195px;
	text-align:left;
	float:left;
	margin-left:50px;
	}
#point-links ul{
	list-style-type:none;
	display:block;
	padding:0px;
	margin:0px;
	}
#point-links ul li{
	list-style-type:none;
	display:block;
	padding:0px 0px 0px 40px;
	}
#point-links li a{
	background:url() repeat-y left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#2a412d;
	text-decoration:none;
	display:block;
	padding:4px 0px;
	text-align:left;
}
#point-links li a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#2a412d;
	text-decoration:underline;
	display:block;
}
#point-links .address {
	background:url(/nwacc-theme/images/customize/address-icon.jpg) no-repeat -6px 2px;
	padding:0px 0px 0px 30px;
	margin:8px 0px 0px 10px;
}
#point-links .location {
	background:url(/nwacc-theme/images/customize/location-icon.jpg) no-repeat -6px 0px;
	padding:0px 0px 0px 30px;
	margin:8px 0px 0px 10px;
}
#point-links .hr {
	background:url(/nwacc-theme/images/customize/hr-icon.jpg) no-repeat -6px 0px;
	padding:0px 0px 0px 30px;
	margin:8px 0px 0px 10px;
}
#point-links .plants {
	background:url(/nwacc-theme/images/customize/plants.jpg) no-repeat -6px 0px;
	padding:0px 0px 0px 30px;
	margin:8px 0px 0px 10px;
}
#point-links .campus {
	background:url(/nwacc-theme/images/customize/campus-icon.jpg) no-repeat -6px 0px;
	padding:0px 0px 0px 30px;
	margin:8px 0px 0px 10px;
}
#point-links .community {
	background:url(/nwacc-theme/images/customize/community-icon.jpg) no-repeat -3px 0px;
	padding:0px 0px 0px 30px;
	margin:8px 0px 0px 10px;
}


h1 {
border-bottom:1px solid #CCCCCC;
color:#2a412d;
font-family:Arial,Helvetica,sans-serif;
font-size:20px;
margin:0 0 10px;
padding:0 0 5px;
}

h2 {
color:#2a412d;
font-family:Arial,Helvetica,sans-serif;
font-size:18px;
margin:10px 0;
padding:0 0 0 0px;
}

h3 {
color:#2a412d;
font-family:Arial,Helvetica,sans-serif;
font-size:16px;
margin:10px 0;
padding:0 0 0 0px;
}

p {
margin-bottom:0;
margin-top:0;
padding-bottom:12px;
padding-top:0;
}
.give-nwacc
{
	color:#fff; float:left; font-size:11px;font-weight:bold;padding:6px 0 0;
}
.give-nwacc a
{
	color: #FFFFFF !important;
    text-decoration: none;
}
#footer .right {
	float:right;
	width:100px;
	text-align:right;
}
#footer .left {
	width:100%;
	height:60px;

}
#footer-img {
	background:url(../images/customize/footer-logo.png) no-repeat;
	white-space:187px;
	height:56px;
	}
	
.footer-map { padding:100px 0;}

#footer-links a {
	text-decoration:none;
	color:black;
	font-size: 11px;
}

#footer-links a:hover {
text-decoration:none;
	color:#565656;
}


#myNwacc{
float: right; width: 188px; height: 49px; padding:12px 10px 0;
}

#myNwacc a{
text-indent: -99999em; background: url("/nwacc-theme/images/customize/my_nwacc_inactive.png") no-repeat scroll 0% 0% transparent; width: 188px; height: 49px; display: block;
}

#myNwacc a:hover{
text-indent: -99999em; background: url("/nwacc-theme/images/customize/my_nwacc_active.png") no-repeat scroll 0% 0% transparent; width: 188px; height: 49px; display: block;
}

#navigation .child-menu{
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
padding-bottom:5px;

}

#nav .child-menu{
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;


}
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

fieldset, img {	border: 0; }
/* ol, ul { list-style: none; } */
dl dd { margin-left: 1em; }
th { font-weight: bold; }

.orange { color: #f93; }

html {
	margin:0px;
	padding:0px;
	overflow-y: scroll;
}
body {
	/* background:url(/nwacc-theme/images/customize/body-bg_new.jpg) repeat-x top center #fff; */
	background:url('/nwacc-theme/images/customize/page_background_gradient.png') repeat-x top center #91ae91;
	font: 62.5%/1.6em Arial,Helvetica,Verdana,sans-serif;
	font-size: 12px;
}

#wrapper {
	width:1042px;
	margin: 0 auto 48px;
	min-height:500px;
	background: white;
	box-shadow: 0px 0px 60px #608167;
}

#banner {
	padding: 0 24px;	
	height: 148px;
/*	overflow: hidden;*/
}
#search-bar {
	float: right;
	width: 300px;
}
.search-box {
	float: right;
	margin-bottom: 3px;
}
.search-box input[type="text"] {
	background: none 0px 0px no-repeat scroll rgb(255, 255, 255);
	float: left;
	font: 11px Arial, Helvetica, Verdana, sans-serif;
	height: 14px;
	margin: 4px 1px 1px 0px;
	position: relative;
	width: 129px;
	border: 1px solid rgb(126, 158, 183);
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	padding: 3px;
}
.search-box input[type="image"] {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	margin-top: 4px;
	padding: 0;
}

#navigation {
	margin:0 auto;
	background-color: #54815d;
	padding: 0px 24px;
	width: 994px;
	border-bottom: 6px solid #90ad90;
}
#navigation ul {
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:visible;
}
#navigation a {
	padding: 8px 15px;
}
#navigation li {
	float: right;
	font-size: 12px;
}
#navigation li:hover{background:#ff9133;}
#navigation li a {
	display: block;
	text-decoration: none;
	text-transform:uppercase;
	color:#fff;
}
#bodycontent {
	padding: 32px 48px 24px 48px;
/*	background:url('/nwacc-theme/images/backgrounds/body_background_gradient.png') repeat-x top center #fff; */
}
#bodytext {
	padding: 16px 0 24px 0;
}
#footer {
	margin:0 auto;
	padding: 12px 24px;
	border-top: 3px solid #f93;
	color: #f93;
	font-size: 11px;
}
#footer-external-icons {
	float: left;
	width: 273px;
	text-align: right;
}
#footer-external-icons {
	border: 0;
	margin: 5px 0 0 2px;
}
#footer-links {
	margin-left: 293px;
	line-height: 16px;
}
#footer-links a {
	text-decoration:none;
	color: #565656;
	text-transform: uppercase;
}

h1 {
	border-bottom: 1px solid #1a441e;
	color: #1a441e;
	font-family: 'texgyreadventorregular', Arial, sans-serif;
	font-size: 30px;
	padding-bottom: 3px;
	line-height: 1.2em;
	font-weight: normal;
}

h2 {
	font-size: 1.5em;
	margin-bottom: 0.2em;
	line-height: 1.2em;
	color: #54815d;
	font-family: Calibri, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

h3 {
	color: #1a441e;
	font-size:16px;
	margin:10px 0;
	padding:0;
}

td.padded {
	padding:3px 3px 3px 3px; 
}

@font-face {
    font-family: 'texgyreadventorregular';
    src: url('/nwacc-theme/images/fonts/texgyreadventor-regular-webfont.eot');
    src: url('/nwacc-theme/images/fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/nwacc-theme/images/fonts/texgyreadventor-regular-webfont.woff') format('woff'),
         url('/nwacc-theme/images/fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('/nwacc-theme/images/fonts/texgyreadventor-regular-webfont.svg#texgyreadventorregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.header_links {
	margin-top: 20px;
	clear: right;
	float: right;
}
.header_links a {
	text-decoration:none;
	color: #565656;
}
/*p {
	font-size:13px;
	margin-bottom: 1em; 
}*/

.header_links a:visited {
color: #565656;
}
.header_links a {
color: #333;
}
.header_links a:hover {
color: #f59422;
}

.navBdr {
    background: none repeat scroll 0 0 #fca96b !important;
    height: 6px !important;
}
#navigation .child-menu{ 
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;


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

fieldset {
	border: 1px solid #BFBFBF;
	padding: 8px;
}

.ie fieldset {
	padding-top: 0;
}

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(../images/forms/input_shadow.png);
	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(../images/forms/button.png) repeat-x 0 0;
	border-color: #DEDEDE #BFBFBF #BFBFBF #DEDEDE;
	color: #34404F;
	cursor: pointer;
	font-weight: bold;
	overflow: visible;
	padding: 5px;
	width: auto;
}

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(../images/forms/input_shadow.png);
	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(../images/forms/button.png) 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;
}
.last{border-bottom:none !important;}

body, .heading, #leftnav a {
  color: #333;
}
@media screen and (max-device-width: 480px){
  body{
    -webkit-text-size-adjust: none;
  }
}
a { outline: none; }
p { padding: 0; margin: 0 0 10px 0;}

#layout-grid td.lfr-column { margin: 0; padding: 20px 0 0 35px !important; width: 950px !important;}
#layout-grid td.lfr-column.thirty { margin: 0; padding: 0 44px 0 35px !important; width: 248px !important;}
#layout-grid td.lfr-column.seventy { margin: 0; padding: 0 35px 0 0 !important; width: 658px !important;}

@font-face {
    font-family: 'texgyreadventorregular';
    src: url('/nwacc-theme/images/fonts/texgyreadventor-regular-webfont.eot');
    src: url('/nwacc-theme/images/fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/nwacc-theme/images/fonts/texgyreadventor-regular-webfont.woff') format('woff'),
         url('/nwacc-theme/images/fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('/nwacc-theme/images/fonts/texgyreadventor-regular-webfont.svg#texgyreadventorregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#breadcrumb {
	margin: 0 0 20px 293px;

}
#breadcrumb, #breadcrumb a.crumb {
	color: #565656;
}
body { font-size: 0.8em; }
.heading { /* usually used a heading of a page */
	font-size: 30px;
	margin-bottom: 0.5em;
	line-height: 1.2em;
	color: #1a441e;
	font-family: 'texgyreadventorregular', Arial, sans-serif;
}
.subheading, h2 {
  font-size: 19px;
  margin-bottom: 0.2em;
  line-height: 1.2em;
  color: #54815d;
  font-family: Calibri, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.subsubheading {
  font-size: 18px;
  margin-bottom: 0.2em;
  line-height: 1.2em;
  color: #54815d;
  font-family: Calibri, Arial, sans-serif;
  text-transform: uppercase;
}
.orange_line_heading {
	font-size: 16px;
	margin-bottom: 0.5em;
	color: #414143;
	font-family: 'texgyreadventorregular', Arial, sans-serif;
	text-transform: uppercase;
	border-bottom: 2px solid #ff9133;
	display: inline-block;
	font-weight: bold;
	padding-bottom: 1px;
	letter-spacing: 1px;
}
h2 {
  margin-top: 0.5em !important;
}
#textArea .subheading a, #textArea .subheading a:visited {
  color: #54815d;
}
#leftnav { padding: 0 0 20px 0; width:248px;}
#leftnav ul{ margin: 0 0 0 8px; }
#leftnav ul li{
	list-style-type: none;
	font-size: 1.2em;
	margin-bottom: 0.6em;
	text-transform: uppercase;
} 
#leftnav ul li a{
	text-decoration: none;
}
#leftnav .hiddensubnav { display:none; margin-left: 20px;}
#leftnav .hiddensubnav a { color: #565656; font-size: 12px; font-weight: bold;}

#breadcrumb a{
  text-decoration: none;
  color: #54815d;
}
.imageSpacer{
  float:left;
  width:0px;
  height:75px;
}
.image_left{
  clear:left;
  float:left;
  padding:5px 15px 5px 0;
}
.image_right{
  float:right;
  clear: right;
  margin:3px 0 11px 25px;
}
#textArea { padding-bottom: 2em;}
#textArea ul { margin: 0;}
#textArea li { margin: 0 0 0 3em; }
#textArea .topImage { margin-bottom: 15px; }
#textArea .sectionHeader {
  color: #54815d;
  font-size: 1.2em;
  font-weight: bold;
}
#textArea .sectionContent { }
#textArea a { color: #333; }
#textArea a:visited { color: #565656 }

#textArea a:hover,
#leftnav a:hover,
#breadcrumb a.crumb:hover,
#leftnav .selected_nav_item,
#leftnav .hiddensubnav .selected_nav_item,
#jumpheadings .jumpheader a:hover { color:#ff9133; } 

#leftnav .nav_arrow { margin-left:-12px; height: 12px; width:12px; display:hidden;}

.personListing {
  line-height: 1.5em;
  font-size: 13px;
}
.personListing .photo {
  float: left;
  margin: 2px 10px 0 0;
}
.personListing .name {
  font-family: 'texgyreadventorregular', Arial, sans-serif;
  margin-bottom: 5px;
  font-size: 1.6em;
  color: #1a441e;
}
.personListing .email a{
  text-decoration: none;
  color: black;
}
.personListing .bio {
  margin: 10px 0 0 0;
}
.personListing .right {
  margin-left: 165px;
}
.sectionHeader {
  margin: 17px 0 20px 0;
  font-size: 1.3em;
  padding-bottom: 2px;
  color: #1a441e;
  border-bottom: 1px solid #1a441e;
    font-family: 'texgyreadventorregular';
  text-transform: uppercase;
}
.courseListing .courseCode, .courseListing .prerequisites, .courseListing .semesterCode, .courseListing .courseName {
  display: inline;
}
.courseListing .courseCode, .courseListing .semesterCode, .courseListing .courseName {
  font-weight: bold;
}
.sectionDescription {
  margin-bottom: 15px;
}

#textArea {
font-size: 13px;
line-height: 20px;
}
.asterisk {
  font-size: 12px;
  font-style: italic;
  color: black;
  margin-top: 30px;
}
.online_option {
  color: #ff9133 !important;
}
.quick_exit {
  float:right;
  margin: 0 0 25px 25px;
  background-color:#1a441e;
  padding:15px 25px;
}
.quick_exit a, .quick_exit a:hover {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
}
#jumpheadings {
  margin-top: -10px;
}
#jumpheadings .jumpheader {
  display: inline;
}
#jumpheadings .jumpheader a {
  color: #54815d;
  text-decoration: none;
}
#nav a:not([href]) {
  cursor: default;
}
/*
.alert_banner {
  background-color: #edf3ee;
  padding: 20px;
  text-align:center;
  margin: 20px 0;
  border: 1px solid #54815d;
}
*/
.alert_banner {
border: 2px solid #8EC698;
background-color: #F3F9F4;
padding: 20px;
text-align: center;
margin: 20px 0px;
border-radius: 6px;
font-size: 16px;
color: #565656;
text-transform: uppercase;
font-family: Calibri,Arial,sans-serif;
}
.pullquote_right {
  float:right;
  font-size:16px;
  color: #666;
  padding: 20px;
  text-align:center;
  margin: 0 0 20px 20px;
  font-family: 'texgyreadventorregular', Arial, sans-serif;
  border-radius: 10px;
  border: 4px solid #8ec698;
  box-shadow: 3px 3px 4px #ddd;
}
.uni-form fieldset {
  border: 1px solid #BFBFBF;
  padding: 10px;
  margin-bottom: 15px !important;
}
.bold_button, .bold_button:hover  {
  font-size:22px;
  line-height: 22px;
  color: #54825e !important;
  padding: 8px;
  text-align:center;
  text-transform: uppercase;
  text-decoration: none;
  margin: 10px 0;
  font-family: 'texgyreadventorregular', Arial, sans-serif;
  border-radius: 8px;
  border: 3px solid #54825e;
  letter-spacing: 1px;
  display: inline-block;
}
.bold_button .gray, .bold_button .gray:hover {
  display: block;
  font-weight: 900;
  color: #59585d !important;
  letter-spacing: 2px;
}

.table_style_1 {
	border-collapse: collapse;
	margin: 1em 0 2em 0;
}
.table_style_1 th {
	font-weight: bold;
	color: #1a441e;
	padding: 10px 0 5px 0;
	border-bottom: 2px solid #1a441e;
}
.table_style_1 td {
	border-bottom: 1px solid #ddd;
	color: #54815d;
	padding: 5px 0px !important;
}
.table_style_1 td, .table_style_1 th {
	text-align:right;
	padding-left: 30px;
}
.table_style_1 td:nth-child(1), .table_style_1 th:nth-child(1) {
	text-align:left;
	padding-right: 30px;
	padding-left: 0;
}
.table_style_1 td:nth-child(1) {
	color: #333;
}
.table_style_1 tfoot td {
	font-weight: bold;
	border-bottom: 0;
	border-top: 2px solid #ddd;
	color: #1a441e;
}


.table_style_2 {
  border-collapse:collapse;
  margin:1em 0 2em 0;
}
.table_style_2 th{
  padding: 5px 0;
  border-bottom: 2px solid #1a441e;
  text-transform: uppercase;
}
.table_style_2 tbody td {
  border-bottom:1px solid #ddd;
  padding:5px 0;
}
.table_style_2 td:not(:last-child), .table_style_2 th:not(:last-child){
  padding:5px 30px 5px 0 !important;
}
.table_style_2 tfoot td {
  font-weight: bold;
  padding:5px 0;
  border-top: 2px solid #ddd;
}
.file_listing {
  padding: 0 0 20px 0;
}

a.folder {
 color: #565656 !important;
 text-decoration: none;
}
a.folder:hover {
 text-decoration: underline;
}

#footer-external-icons {
  float: left;
  display: inline-block;
  text-align: left;
  width: 197px;
  margin: 5px 0 0 20px;
}
#footer-links {
  float: left;
  display: inline-block;
  margin-left: 0;
  text-align: left;
  width: 599px;
}
#footer_apply{
  float: right;
  margin: 4px 22px 0 0;
  display: inline-block;
  text-align: left;
  width: 156px;
}

#footer_text {
 margin: 42px 0 0 20px;
 text-transform: uppercase;
 clear: left;
 color: #999;
 font-size: 9px;
 letter-spacing: 0.1px;
}
#footer_text span {
 margin: 0 5px;
}
#footer_text a {
 color: #999;
 text-decoration: none;
}
#footer_text a:hover, #footer-links a:hover {
 color: #ff9133;
}

/* 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;
}

/* 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;
	box-shadow: -2px 2px 12px #333;
	opacity: 0.98;
	width: 250px;
}

/* ---------- Dock without JavaScript ---------- */

.lfr-dock {
	position: absolute;
	right: 5%;
	top: 10px;
}

.lfr-dock h2 {
	background: url(../images/dock/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(../images/dock/home.png);
}

.lfr-dock li.control-panel a {
	background-image: url(../images/dock/control_panel.png);
}

.lfr-dock li.my-account a {
	background-image: url(../images/dock/my_account.png);
}

.lfr-dock li.sign-in a {
	background-image: url(../images/dock/sign_in.png);
}

.lfr-dock li.sign-out a {
	background-image: url(../images/dock/sign_out.png);
}

.lfr-dock li.add-content a {
	background-image: url(../images/dock/add_content.png);
}

.lfr-dock li.layout a {
	background-image: url(../images/dock/layout.png);
}

.lfr-dock li.page-settings a {
	background-image: url(../images/dock/page_settings.png);
}

.lfr-dock li.staging a {
	background-image: url(../images/dock/staging.png);
}

.lfr-dock li.my-places a {
	background-image: url(../images/dock/my_places.png);
}

.lfr-dock li.my-places {
	display: none;
}

.lfr-dock li.toggle-controls {
	display: none;
}

/* ---------- Dock with JavaScript ---------- */

.js .interactive-mode {
	background: #020509 url(../images/dock/center_bg.png) repeat-x;
	min-width: 150px;
	position: absolute;
	right: 5%;
}

.js .interactive-mode h2 {
	background: url(../images/dock/right_bg.png) 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(../images/dock/left_bg.png) 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(../images/dock/my_place.png);
}

.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(../images/dock/my_places_public.png);
}

.js .interactive-mode .my-places li.private a {
	background-image: url(../images/dock/my_places_private.png);
}

.js .interactive-mode .my-places li.current {
	background-color: #DFF4FF;
}

.js .interactive-mode .my-places li.current a {
	background: url(../images/dock/my_place_current.png) 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(../images/common/checked.png);
}

.js .controls-hidden .interactive-mode li.toggle-controls a {
	background-image: url(../images/common/unchecked.png);
}

/* ---------- Add/remove page ---------- */

.js .delete-tab {
	background: url(../images/common/remove.png) 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;
	float:right;
}

/* 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%;
}

.portlet-title img {
	vertical-align: middle;
}

.portlet-icons {
	margin: 0;
	position: absolute;
	right: 5px;
	text-align: right;
	top: 5px;
}

.portlet-icons .nobr {
	display: block;
	float: left;
	padding: 1px;
}

.portlet-content, .portlet-minimized .portlet-content-container {
	padding: 12px 10px 10px;
}

.portlet-minimized .portlet-content {
	padding: 0;
}

.portlet-icon-back {
	background: url(../images/arrows/01_left.png) no-repeat 0 50%;
	font-weight: bold;
	padding: 3px 0 3px 18px;
}

/* ---------- 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 {
}

/* ---------- Help messages, general additional information, etc. ---------- */

.portlet-msg-info {
	background: #DFF4FF url(../images/messages/info.png) no-repeat 6px 50%;
	border: 1px solid #A7CEDF;
	color: #34404F;
	display: block;
	font-weight: bold;
	margin: 2px auto 14px;
	padding: 6px 6px 6px 30px;
	text-align: left;
}

.portlet-msg-info.pending {
	background-image: url(../images/common/time.png);
}

/* ---------- Error messages ---------- */

.portlet-msg-error {
	background: #FDD url(../images/messages/error.png) no-repeat 6px 50%;
	border: 1px solid #F00;
	display: block;
	font-weight: bold;
	margin: 2px auto 14px;
	padding: 6px 6px 6px 30px;
	text-align: left;
}

/* ---------- Warning messages ---------- */

.portlet-msg-alert {
	background: #FFC url(../images/messages/alert.png) no-repeat 6px 20%;
	border: 1px solid #FC0;
	display: block;
	font-weight: bold;
	margin: 2px auto 14px;
	padding: 6px 6px 6px 30px;
	text-align: left;
}

/* ---------- Success messages ---------- */

.portlet-msg-success {
	background: #F4FDEF url(../images/messages/success.png) no-repeat 6px 50%;
	border: 1px solid #ACDFA7;
	color: #384F34;
	display: block;
	font-weight: bold;
	margin: 2px auto 14px;
	padding: 6px 6px 6px 30px;
	text-align: left;
}

/* ---------- 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;
}

/* ---------- Text of a subheading ---------- */

.portlet-section-subheader {
}

/* ---------- Table or section footnote ---------- */

.portlet-section-footer {
}

/* ---------- Text that belongs to the table but does not fall in one of the other categories (e.g. explanatory or help text that is associated with the section) ---------- */

.portlet-section-text {
}

/* ---------- Forms ---------- */

/* ---------- Text used for the descriptive label of the whole form (not the labels for fields) ---------- */

.portlet-form-label {
}

/* ---------- Text of the user-input in an input field ---------- */

.portlet-form-input-field {
}

/* ---------- Text on a button ---------- */

.portlet-form-button {
}

/* ---------- Text that appears beside a context dependent action icon ---------- */

.portlet-icon-label {
}

/* ---------- Text that appears beside a 'standard' icon (e.g. Ok, or Cancel) ---------- */

.portlet-dlg-icon-label {
}

/* ---------- Text for a separator of fields (e.g. checkboxes, etc.) ---------- */

.portlet-form-field-label {
}

/* ---------- Text for a field (not input field, e.g. checkboxes, etc.) ---------- */

.portlet-form-field {
}

/* ---------- Menus ---------- */

/* ---------- General menu settings such as background color, margins, etc. ---------- */

.portlet-menu {
}

/* ---------- Normal, unselected menu item ---------- */

.portlet-menu-item {
}

/* ---------- Selected menu item ---------- */

.portlet-menu-item-selected {
}

/* ---------- Normal, unselected menu item when the mouse hovers over it ---------- */

.portlet-menu-item-hover {
}

/* ---------- Selected menu item when the mouse hovers over it ---------- */

.portlet-menu-item-hover-selected {
}

/* ---------- Normal, unselected menu item that has sub-menus ---------- */

.portlet-menu-cascade-item {
}

/* ---------- Selected sub-menu item that has sub-menus ---------- */

.portlet-menu-cascade-item-selected {
}

/* ---------- Descriptive text for the menu (e.g. in a help context below the menu) ---------- */

.portlet-menu-description {
}

/* ---------- Menu caption ---------- */

.portlet-menu-caption {
}

/* ---------- 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.png);
	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;
}

.results-row.lfr-role-guest .col-1, .results-row.hover.lfr-role-guest .col-1 {
	background-image: url(../images/common/guest_icon.png);
}

.results-row.lfr-role-regular .col-1, .results-row.hover.lfr-role-regular .col-1 {
	background-image: url(../images/common/user_icon.png);
}

.results-row.lfr-role-community .col-1, .results-row.hover.lfr-role-community .col-1 {
	background-image: url(../images/common/community_icon.png);
}

.results-row.lfr-role-organization .col-1, .results-row.hover.lfr-role-organization .col-1 {
	background-image: url(../images/common/organization_icon.png);
}

/* ---------- 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(../images/forms/button.png) repeat-x 0 100%;
	border: 1px solid;
	border-color: #DEDEDE #BFBFBF #BFBFBF #DEDEDE;
}

.lfr-actions ul {
	bottom: -1px;
}

.lfr-actions .lfr-trigger, .lfr-actions .lfr-trigger, .lfr-actions .lfr-trigger strong {
	background: none;
}

.lfr-actions .lfr-trigger strong span {
	background: url(../images/common/action.png) no-repeat 5px 50%;
}

.lfr-actions.left .lfr-trigger strong span {
	background: url(../images/common/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;
}

.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 {
	background-image: url(../images/portlet/options.png);
	background-position: 0 0;
	display: block;
	height: 16px;
	padding: 0;
	text-indent: -9999em;
	width: 16px;
}

.visible.portlet-options .lfr-trigger strong span {
	background-image: url(../images/portlet/options_selected.png);
}

/* ---------- 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;
}