/* This is the main CSS that includes other CSS files. */

/* This CSS sets the default styles for the base components. */

/* ---------- Browser normalization ---------- */

body, dl, div, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, span {
    margin: 0;
    padding: 0;

}

table {
    border-collapse: collapse;
    border-spacing: 1;
}

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;
}

body {
    font: 90% / 1.5em Arial, Helvetica, Verdana, sans-serif;
}

html {
    height: 100%;
}

body.portal-popup {
    background: none;
    padding: 10px;
}

body.portal-iframe {
    padding: 0;
}

table {
    clear: both;
}

abbr, acronym {
    border-bottom: 1px dotted #000;
    cursor: help;
}

blockquote, ul, ol, dl {
    margin: 0em;
}

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;
	list-style-type: none;
}

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: #000000;
    text-decoration: underline;
}

a:hover {
    color: #009380;
    text-decoration: underline;
}

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 wrapper ---------- */
#main_wrapper {
}

/* ---------- Main content body ---------- */

#wrapper {
    background: #FFF;
    margin: 0 auto;
    width: 100%;
}

#content-wrapper {
    margin: 0 auto;
    width: 100%;
}

.portal-iframe #content-wrapper {
    width: 100%;
}

/* ---------- header ---------- */
#header {
    background: transparent;
    width: 90%;
}

#header #right_block {
    position: absolute;
    right: 10%;
}

#header .references {
    background: #DCDCDC;
}

#header .references td {
    padding: 0 5px;
}

#header #login_block {
    background: #828282;
    color: #FFF;

}

#header #login_block a {
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
    padding: 0 15px;
}

/* ---------- top-banner ---------- */
#top_banner {
    background: transparent;
    width: 100%;
}

/* ---------- Banner ---------- */

#banner {
/*	height: 100px;*/
	position: absolute;
	margin-top: -50px;
	margin-left: 160px;
}

#banner h1.logo {
    display: block;
    font-size: 2em;


    padding: 0;

}

#banner .logo a {
    text-decoration: none;
}

#banner .logo {
    padding: 0.52em 0.6em 0.53em;
}

#banner .logo a {
    background: url( ../images/color_schemes/blue/company_logo.gif ) no-repeat;
    display: block;
    font-size: 0;



}

.ie6 #banner .logo {
    zoom: 1;
}

/* ---------- 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: 0px;
    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;
}

.header_city {
    margin: 0 auto 5px auto;
    width: 100%;
}

.header_city .header_bg {
    background: transparent url( ../images/header/small.gif ) repeat-x 0 0;
}

body {
    text-align: left;
    margin: auto;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
}

html {
    font-family: Arial, sans-serif;
    font-size: 10pt;
    border-spacing: 0px;
    border: 0px;
    border-style: none;
}

table, tr, td {
    margin: 0px;
    vertical-align: top;
    text-align: justify;
    width: -400%;
}

.top_menu {
    text-align: right;
    font-size: 9pt;
}

a.top_menu {
    text-align: right;
    color: #000000;
    padding-left: 0px;
    text-decoration: none;
}

a:hover.top_menu {
    text-decoration: none;
    color: #000000;
}

a.bottom_menu {
    text-align: right;
    color: #000000;
    text-decoration: none;
    font-weight:bold;
    //padding-left: 0px;
}

/* VMZ */
a:hover.bottom_menu {
    text-decoration: underline;
    color: #000000;
}

a.top_menu_white {
    text-align: right;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    margin-right: 0px;
    text-transform: uppercase;
}

a.top_menu_white_nomargin {
    text-align: right;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

a:hover.top_menu_white {
    text-decoration: underline;
}

a.top_menu_white_pr {
    text-align: right;
    color: #FFFFFF;
    font-weight: bold;
    padding-right: 10px;
    text-decoration: none;
}

a:hover.top_menu_white_pr {
    text-decoration: underline;
}

.pad_left_10 {
    padding-left: 10px;
}

.tiny_height {
    height: 2px;
}

.quick_menu_left {
    background: url( ../images/quick_menu_left.png ) no-repeat left top;
    width: 2px;
    height: 20px;
}

.quick_menu_center {
    background: url( ../images/quick_menu_center.png ) repeat-x left top;
    padding-right: 10px;
    color: #FFFFFF;
    font-weight: bold;
    height: 10px;
    vertical-align: middle;
}

.quick_menu_right {
    background: url( ../images/quick_menu_right.png ) no-repeat left top;
    width: 2px;
    height: 20px;
}

input.quick_menu {
    font-size: 10pt;
    border-style: none;
}

.banner {
    background: url( ../images/bannerVMZ05.jpg ) repeat-x left top;
    height: 69px;
}

.menu_left {
    background: url( ../images/menubar_left.png ) no-repeat left top;
    width: 32px;
    height: 24px;
}

.menu_center {
    background: url( ../images/menubar_center.png ) repeat-x left top;
    height: 24px;
    font-weight: bold;
    vertical-align: middle;
}

.menu_right {
    background: url( ../images/menubar_right.png ) no-repeat left top;
    width: 32px;
    height: 24px;
}

a.menu_link {
    padding-left: 10px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

a:hover.menu_link {
    text-decoration: underline;
}

a:active.menu_link {
    color: #A6A6A6;
}

div.main_center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

div.main_container {
    width: 860px;
    text-align: left;
    margin-left: 20px;
    margin-right: 5px;
    margin-top: 0px;
    background-color: #FFFFFF;
    padding-bottom: 5px;
    padding-top: 0px;

}

div.top_menu {
    background-color: #FFFFFF;
}

td.bottom_menu_terms {
	text-align:left;
	text-transform:uppercase;
	width:45%;
}

td.bottom_menu_language {
	text-align:center;
	text-transform:uppercase;
	width:10%;
	vertical-align:middle;
}

td.bottom_menu_login {
	text-align:right;
	text-transform:uppercase;
	width:45%;
}

div.top_menu_wrapper {
	//position: relative;
}

.ie6 div.top_menu_wrapper {
	//position: relative;
}

div.top_menu_links {
    //position: absolute;
    bottom: 0;
    right: 0;
}

a.darker_orange_head {
    color: #009380
}

a.darker_orange {
    color: #A6A6A6
}

.ie div.header_images {
	height: 120px;
}

div.header_images {
	height: 120px;
}

div.portal_body {
    margin-left: 0px;
    margin-right: 0px;
    //margin-top: 10px;
}

.darker_orange {

}

.light_orange {
    background-color:#E5E6E7;
}

.very_light_orange {
    background-color:#DCDCDC;
}

.darker_orange {

}

.light_green{
    background-color:#98DCD4;
}

.dark_green{
    background-color:#009380;
}

.light_green_text{
    color:#98DCD4;
}

.dark_green_text{
    color:#000000;
}

.white_text {
    color:#009380;
    text-decoration: underline;    
}

a.light_green_text {
    color:#98DCD4;
}


a.dark_green_text{
    color:#000000;
}

a.white_text {
    color:#009380;
}

.traffic_msg_list {
	margin-left:1px;
	margin-top:1px;
	margin-bottom:1px;
	margin-right:1px;
	height:430px;
	overflow-x:hidden;
	overflow-y:auto;
}

/* ---------- Main ---------- */

.ui-wrapper {
	border: 2px solid #CAD0D1;
}

.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 #DCDCDC;
	border-left: none;
	border-right: none;
	padding: 5px 0;
}

.results-header {
	background: #A4AFB2;
}

.results-header th, .results-header td {
	color: #fff;
	padding: 5px 10px;
}

.results-header th a, .results-header td a {
	color: #fff;
}


/* ---------- Dragging/sorting indicators ---------- */

#content-wrapper #layout-grid.dragging {
	border-collapse: separate;
}

#content-wrapper #layout-grid.dragging .lfr-column {
	border: 3px double #44C0B1;
}

.drop-area {
	background-color: #ECF8F7;
}

.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 {
	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 #828282;
}

.navigation-sort-helper {
	background: #828282;
	margin-top: 0px;
}

.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 #828282;
	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: #828282;
	border-right: 1px solid #C4C4C4;
	color: #fff;
	display: block;
	float: left;
	padding: 10px;
	position: relative;
	text-decoration: none;
	top: 1px;
}

.ui-tabs li a:hover {
	text-decoration: none;
}

.ui-tabs li a:hover, .ui-tabs li span:hover {
	background: #A6A6A6;
	color: #000000;
}

.ui-tabs li.current {
}

.ui-tabs li.current a, .ui-tabs li.current span {
	background: #A6A6A6;
/*	border: 1px solid #DCDCDC;*/
	border-bottom: none;
	color: #000000;
	font-weight: bold;
}

.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 .toggle.last {
	float: right;
}

/* ---------- Dialog ---------- */

.ui-dialog {
	background-color: #fff;
	border: 2px solid #828282;
	padding: 4px;
}

.ui-dialog .ui-dialog-titlebar {
	background: #828282;
	color: #fff;
	font-size: 14pt;
	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 #828282;
	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 #DCDCDC;
	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-container {
	width: 100%;
}

.ui-tags-content td {
	vertical-align: top;
}

.ui-tags-content li.ui-tags-vocabulary, li.ui-tags-item {
	border-bottom: 1px #D3D7DB solid;
	font-size: 13pt;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	list-style: none;
}

.ui-tags-content ul {
	margin: 0;
	padding: 0;
}

.ui-tags-vocabulary-list a {
	color: #369;
	display: block;
	padding-left: 20px;
	text-decoration: none;
	zoom: 1;
}

.ui-tags-vocabulary-edit {
	background: #F0F2F4;
	display: none;
}

.ui-tags-vocabulary-entries li.ui-tags-item {
	background: #fff;
	cursor: pointer;
}

.ui-tags-item a {
	color: #369;
	font-size: 11pt;
	padding: 0;
	text-decoration: underline;
}

.ui-tags-item span {
	padding-left: 20px;
}

.ui-tags-vocabulary-list a:hover, .ui-tags-vocabulary-list .selected, .ui-tags-item.selected {
	background: #6F7D83 !important;
	color: #fff;
}

.ui-tags-vocabulary-entries .ui-tags-item.odd {
	background: #F0F2F4;
}

.ui-tags-vocabulary-list .selected a, .ui-tags-item.selected a {
	color: #fff;
}

.ui-tags-category-item.selected > span {
	font-weight: bold;
}

.ui-tags-vocabulary-entries .active-area {
	background: #FFC !important;
}

.ui-tags-vocabulary-entries {
	border-right: 1px #D3D7DB solid;
	height: 300px;
	min-width: 200px;
	overflow: auto;
}

.ui-tags-vocabulary-list {
	border-left: 1px #D3D7DB solid;
	border-right: 1px #D3D7DB solid;
	height: 300px;
	overflow: auto;
	overflow-x: hidden;
}

.ui-tags-properties {
	width: 300px;
}

.ui-tags .nowrap {
	empty-cells: show;
	overflow: hidden;
	white-space: nowrap;
}

.ui-tags-search-bar {
	background: #F0F2F4;
	border: 1px #D3D7DB solid;
	border-left: 0;
	border-right: 0;
	padding: 10px 20px 10px 20px;
}

.ui-tags-toolbar {
	background: #F6F8FB;
	border-bottom: 1px #848B95 solid;
}

.ui-tags-buttons {
	float: left;
	padding: 5px 0px 5px 20px;
}

.ui-tags-actions {
	padding: 5px;
	text-align: right;
}

.ui-tags-actions input,   .ui-tags-actions div,   .ui-tags-actions select {
	margin-left: 5px;
}

.ui-tags-buttons .button {
	background: transparent url(../images/common/page.png) no-repeat scroll 0pt 50%;
	color: #000000;
	cursor: pointer;
	display: block;
	float: left;
	margin-right: 5px;
	min-width: 70px;
	padding: 3px 3px 3px 20px;
}

.ui-tags-buttons .selected {
	background: #C4C4C4 url(../images/common/page.png) no-repeat scroll 0pt 50%;
	color: #CAD0D1;
	font-weight: bold;
}

.ui-tags-vocabulary-edit {
	padding: 5px 5px 20px 20px;
}

.ui-tags-vocabulary-edit .ui-tags-close {
	text-align: right;
}

.ui-tags-vocabulary-edit .ui-tags-close span {
	cursor: pointer;
}

.ui-tags-property-line {
	display: none;
}

.ui-tags-footer {
	border-top: 1px #848B95 solid;
	margin-top: 5px;
	padding: 10px 0 0 20px;
}

.ui-tags-vocabulary-name {
	display: none;
}

#ui-tags-entry-messages {
	margin: 10px;
}

.ui-tags-treeview-container {
	padding: 5px;
}

.ui-tags-treeview-container ul, .ui-tags-treeview-container li {
	list-style: none;
}

.ui-tags-edit-vocabulary input {
}

span.ui-tags-delete {
	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;
}

/* ---------- Treeview ---------- */

.treeview {
	cursor: pointer;
	font-size: 13pt;
}

.treeview, .treeview ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.treeview ul {
	background-color: white;
	margin-top: 4px;
}

.treeview .hitarea {
	cursor: pointer;
	float: left;
	height: 1px;
	margin-left: -16px;
	width: 16px;
}

/* fix for IE6 */

* html .hitarea {
	display: inline;
	float: none;
}

.treeview li {
	margin: 0;
	padding: 4px 0 5px 16px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol {
	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 {
}

.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/trees/ajax_loader.gif) 0 0 no-repeat;
	display: block;
	height: 16px;
	width: 16px;
}

.filetree li {
	padding: 4px 0 5px 16px;
}

.filetree span.folder, .filetree span.file {
	display: block;
	padding: 1px 0 1px 16px;
}

.filetree span.folder {
	background: url(../images/trees/folder.png) 0 0 no-repeat;
}

.filetree li.expandable span.folder {
	background: url(../images/trees/folder_closed.png) 0 0 no-repeat;
}

.filetree span.file {
	background: url(../images/trees/file.gif) 0 0 no-repeat;
}

.treeview .hover-up {
	border-bottom: 2px solid black;
}

.treeview .hover-down {
	border-top: 2px solid black;
}

.treeview .hover-folder {
	background: #FFC url(../images/trees/folder.png) no-repeat scroll 0 0 !important;
}

/* This CSS controls the column layout. It is not recommended that you change this file. */

/* ---------- Wrapper ---------- */

#content-wrapper #layout-grid {
	border-collapse: collapse;
	width: 100%;
}

#layout-grid .lfr-column {
}

.lfr-grid {
	width: 100%;
}

/* ---------- Column widths ---------- */

#layout-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 ---------- */

.td_padded {
	text-align: center;
	vertical-align:middle;
	background-color:#a4afb2;
	border-top:0px;
	border-bottom:0px;
	border-spacing:0px;
	margin:0px;
	padding:0px;
}

.td_padded_both {
	text-align: center;
	vertical-align:middle;
	empty-cells: show;
	background-color:#cad0d1;
	border-top:0px;
	border-bottom:0px;
	border-spacing:0px;
	margin:0px;
	padding:0px;
}

.ie .td_padded {
	text-align: center;
	vertical-align:middle;
	background-color:#a4afb2;
	border-top:0px;
	border-bottom:0px;
	border-spacing:0px;
	margin:0px;
	padding:0px;
}

.ie .td_padded_both {
	text-align: center;
	vertical-align:middle;
	empty-cells: show;
	background-color:#cad0d1;
	border-top:0px;
	border-bottom:0px;
	border-spacing:0px;
	margin:0px;
	padding:0px;
}

.search_header {
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	text-align:right;
	vertical-align:middle;
	background-color:#a4afb2;
	border-top:0px;
	border-bottom:0px;
	border-spacing:0px;
	margin:0px;
	padding:0px;
}

.ie .search_header {
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	text-align:right;
	vertical-align:middle;
	border-top:0px;
	border-bottom:0px;
	border-spacing:0px;
	margin:0px;
	padding:0px;
}

.search_container {
    vertical-align:middle;
}

.search_box {
	width: 125px;
	height: 14;
	background-color: white;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	font: 90% / 1.0em Arial, Helvetica, Verdana, sans-serif;
}

input[type="text"].search_box {
	width: 125px;
	height: 14px;
	background-color: #ffffff;
	vertical-align: middle;
	margin: 0px;
}

#navigation {
	//text-align: center;
	//margin-left: 0px;
	//margin-right: 20px;
}

#navigation1 {
	//text-align: center;
	margin: 0px;
	width:auto;
}

.sub_navigation_holder {
	position:relative;
	width:auto;
	//text-align:center;
	padding: 0px;
	margin: 0px;
}

.sub_navigation_nohide{
	text-align:center;
	vertical-align:middle;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	border-top:0px;
	border-bottom:0px;
	border-spacing:0px;
	margin:0px;
	padding:0px;
}

.sub_navigation {
	//text-align:center;
    	position:absolute;
    	top:0;
    	left:0;
	border-top:0px;
	border-bottom:0px;
	border-spacing:0px;
	margin:0px;
	padding:0px;
}

#navigationMenu1 {
	width: 100%;
	border-top:0px;
	border-bottom:0px;
	border-spacing:0px;
	margin:0px;
	padding:0px;
}

.sub_navigationMenu {
	//margin-left: 0;
	width: 100%;
	border-top:0px;
	border-bottom:0px;
	border-spacing:0px;
	margin:0px;
	padding:0px;
}

.navigationMenu1 {
	//text-align: center;
	border-top:0px;
	border-bottom:0px;
	border-spacing:0px;
	margin:0px;
	padding:0px;
}

#navigationMenu1 tr {
}

#navigation1 span {
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
    	white-space:nowrap;
	margin: 0px;
}

.ie #navigation1 span {
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	margin: 0px;
}

span.sub_nav_span {
	text-decoration: none;
	vertical-align: middle;
	width: 125px;
}

span.nav_span {
	text-decoration: none;
	vertical-align: middle;
}

#navigation1 span a:hover {
	text-decoration: none;
	//text-align: center;
	vertical-align: middle;
}

.parent-nav-item {
	text-align:center;
}

.ie6 .parent-nav-item {
	text-align:center;
}

.ie td.selected1 {
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	background-color: #a4afb2;
	background-image:url(../images/1st_level_selected.png);
	background-repeat:no-repeat;
	border-top:0px;
	border-bottom:0px;
	border-spacing:0px;
	margin:0px;
	padding:0px;
}

td.selected1 {
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	background-color: #a4afb2;
	background-image:url(../images/1st_level_selected.png);
	background-repeat:no-repeat;
	border-top:0px;
	border-bottom:0px;
	border-spacing:0px;
	margin:0px;
	padding:0px;
}

td.selected2 a:hover {
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	background-color: #cad0d1;
	background-image:url(../images/2nd_level_selected.png);
	background-repeat:no-repeat;
	border-top:0px;
	border-bottom:0px;
	border-spacing:0px;
	margin:0px;
	padding:0px;
}

.ie td.selected2 {
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	background-color: #cad0d1;
	background-image:url(../images/2nd_level_selected.png);
	background-repeat:no-repeat;
	border-top:0px;
	border-bottom:0px;
	border-spacing:0px;
	margin:0px;
	padding:0px;
}

a.nav_menu_link {
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	//text-align: center;
}

a.sub_nav_menu_link {
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	//text-align: center;
}

a.sub_nav_menu_link_selected {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
	//text-align: center;
}

a.nav_menu_link:hover {
	text-decoration: none;
}

a.sub_nav_menu_link:hover {
	text-decoration: none;
}

a.nav_menu_link_selected {
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	//text-align: center;
}

#navigationMenu1 {
	//margin-left: 0;
	width: 100%;
	border-top:0px;
	border-bottom:0px;
	border-spacing:0px;
	margin:0px;
	padding:0px;
}

#navigation ul {
	margin: 0 auto;
}

#navigation ul:after {
	clear: both;
	content: ".";
	display: inline;
	height: 0;
	visibility: hidden;
}

#navigation li {
	display: inline;
	float: left;
	position: relative;
	color: #FFFFFF;
	text-decoration: none;
}

#navigation a {
	color: #000000;
}

#navigation li a {
	display: block;
	padding: 0 0;
	text-decoration: none;
	//height: 20px;
}

#navigation li a span {
	text-decoration: none;
	margin-left: 0px;
	margin-right: 0px;
	vertical-align: bottom;
}

#navigation li.selected1 a, #navigation li a:hover {
	color: #000000;
	font-weight: bold;
	padding: 0;
	text-decoration: none;
	//text-align: center;
	vertical-align: middle;
}

#navigation li.selected1 {
	//text-align: center;
}

#navigation1 .child-menu {
	display: none;
}

/* ---------- Dock without JavaScript ---------- */

.lfr-dock {

}

.lfr-dock h2 {
	background: url( ../images/navigation/welcome_message.png ) no-repeat 0 50%;
	font-size: 1.2em;

	text-align: left;
}

.lfr-dock ul {
	display: inline;
	float: left;
}

.lfr-dock li {
	display: inline;
	float: left;

}

.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.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-image: none;
	min-width: 150px;
	text-align:left;
}

.js .interactive-mode h2 {
	background-image: none;
	font-size: 1em;
	margin: 0;
	padding: 0 10px 0 0;
	z-index: 82;
}

.js .interactive-mode h2 span {
	background-image: none;
	color: #007F7F;
	font-weight: bold;
	display: block;
	font-size: 1em;

	margin: 0px;
	padding: 0px 0px 0px 10px;
}

.js .lfr-dock.expanded .lfr-dock-list-container {
}

.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 0px;
	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;

}

.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 {

}

.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 #navigation .enter-page {
	background-color: #1E2529;
	padding: 2px;
}

.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;
}

.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 {
	bottom: 0%;
	font-weight: bold;
	position: absolute;
	right: 100px;
}

.js #add-page a {
	display: block;
	text-decoration: none;
}

.js #add-page a span {
	background: url( ../images/common/add.png ) no-repeat 0 50%;
	display: block;
	margin-left: 15px;
	padding: 5px 20px 2px;
}

.js #add-page a:hover span {
}

.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;
}

.nav-menu-style-1 {
}

.nav-menu-style-2 {
}

/* This CSS sets the default styles for portlets. */

/* ---------- Portlet wrapper and icons ---------- */

.portlet_white {
	background: #FFFFFF;
	text-align: left;
}

.portlet_orange {
	background: #FFFFFF;
	text-align: left;
}

.portler_content_wrapper_padding {
	margin: 0px 0px 0px 0px;
   	padding: 5px;
}

.portler_content_wrapper_no_padding {
	margin: 0px 0px 0px 0px;
   	padding: 0;
}

.freeform .portlet {
	margin-bottom: 0;
}

body.portlet {
	border: none;
}

div.portlet-topper {
	background-color: #FFFFFF;
	width: auto;
}

td.portlet-topper {
	border-bottom: 1px solid #000000;
	width: 100%;
}

.portlet-title {
	font-weight: bold;
      	text-transform:uppercase;
      	color:#000000;
	text-align:center;
	vertical-align:middle;
	width: 125px;
	background-image:url(../images/portlet_tab.png);
	background-repeat:no-repeat;
}

.portlet-title img {
	vertical-align: middle;
}

.portlet-icons {
	//margin: 0;
	//position: relative;
	//right: 5px;
	text-align: right;
	//top: 0px;
}

.portlet-content-container {
}

.portlet-content, .portlet-minimized .portlet-content-container {
/*
	padding: 12px 10px 10px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
*/
}

.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 {
	margin: 0 auto;
	width: 90%;
}

.lfr-panel .portlet-title {
	font-size: 13pt;
}

.lfr-panel #content-wrapper {
	margin: 0;
	width: auto;
}

.lfr-panel .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 {
	background: #C4C4C4;
}

.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: #C4C4C4;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.portlet-section-selected a:hover, .portlet-section-selected a:focus {
	background-color: #C4C4C4;
}

/* ---------- 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 {
}

/* ---------- Calendar portlet ---------- */

.portlet-calendar .calendar-container {
	background-position: 0 99%;
	background-repeat: repeat-x;
	border: 1px solid #D7D7D7;
	overflow: hidden;
}

.ie .portlet-calendar .calendar-container {
	background-position: 0 98%;
}

.portlet-calendar .calendar-day {
	width: 209px;
}

.portlet-calendar .calendar-day .day-text {
	background: #85D2B0;
	color: #fff;
	font-size: 1.6em;
}

.portlet-calendar .calendar-day .day-number {
	border: 1px solid #fff;
	border-bottom: none;
	font-size: 110px;
	font-weight: normal;
	padding-bottom: 12px;
}

.portlet-calendar .calendar-container .taglib-calendar {
	background: #fff;
	border-left: 1px solid #D7D7D7;
	margin-left: -1px;
	padding-left: 0;
}

.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 0pt;
}

.taglib-calendar table td {
	border-width: 0;
}

.taglib-calendar tr td a:hover {
	background-color: #85D2B0;
	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 #85D2B0;
	color: #369;
	text-decoration: underline;
}

.portlet-calendar .taglib-calendar tr td.calendar-current-day a:hover, .portlet-calendar .taglib-calendar tr td.calendar-current-day a:focus {
	background-color: #DFF4FF;
	border-color: #AEB8BC;
	color: #06c;
}

.portlet-calendar .taglib-calendar td.calendar-current-day a span {
	border: none;
}

.taglib-calendar tr td.calendar-inactive {
	background-color: #fff;
	color: #B5BFC4;
}

.taglib-calendar tr th {
	border-bottom-color: #D7D7D7;
}

.taglib-calendar tr.portlet-section-header th, .taglib-calendar tr td {
	border-left: none;
	border-right: none;
}

.ie .taglib-calendar tr td.first a {
	border-right: none;
}

/* ---------- Miscellaneous portlet styles ---------- */

.journal-template-error .scroll-pane {
	border: 1px solid #C4C4C4;
	max-height: 200px;
	min-height: 50px;
	overflow: auto;
	width: 100%;
}

.journal-template-error .scroll-pane .inner-scroll-pane {
	min-width: 104%;
}

.journal-template-error .scroll-pane .error-line {
	background: #fdd;
}

.journal-template-error .scroll-pane pre {
	margin: 0px;
	white-space: pre;
}

.journal-template-error .scroll-pane pre span {
	background: #C4C4C4;
	border-right: 1px solid #BFBFBF;
	display: block;
	float: left;
	margin-right: 4px;
	padding-right: 4px;
	text-align: right;
	width: 40px;
}

.message-board-code {
	background: #fff;
	font-family: "Courier New",Courier,Monaco,monospace;
	white-space: pre;
}

.message-board-code-lines {
	margin-right: 12px;
}

.restricted, .restricted td {
	background: #fdd;
	border: none;
}

.restricted * {
	color: #DCDCDC;
}

.restricted .col-1 {
	background-image: url(../images/messages/error.png);
	background-position: 5px 50%;
	background-repeat: no-repeat;
	padding-left: 28px;
}

/* ---------- Miscellaneous component styles ---------- */

/* ---------- Add content dialog ---------- */

.lfr-portlet-item, .lfr-portlet-item p a {
	font-size: 1em;
}

/* ---------- Actions button ---------- */

.lfr-actions {
	float:right;
	text-align:left;
}

.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;
	display:none;
}

.lfr-actions.visible ul {
	display:block;
	position:absolute;
	//right:100%;
	z-index:99999;
}

.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%;
	padding:2px 10px 2px 35px;
}

.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 #DCDCDC;
	padding: 2px;
}

.lfr-actions .lfr-trigger li a {
	padding: 5px 10px 5px 25px;
}

.lfr-actions .lfr-trigger li a:hover {
	background-color: #828282;
	color: #fff;
}

.lfr-actions .lfr-trigger li a img {
	left: 3px;
	position: absolute;
}

.lfr-actions .lfr-trigger li.last {
	border-bottom: none;
}

/*---------------------- Corners ----------------------*/
.portlet .top_l{
/*  background: transparent url(../images/color_schemes/blue/portlet/top_l.gif) no-repeat scroll top left;
  background-position: 0px 0px;
  width: 9px;
  height: 23px;*/
}
/*
.ie .portlet .top_l{
  background: transparent url(../images/color_schemes/blue/portlet/top_l.gif) no-repeat 0 0;
  width: 9px;
  height: 23px;
}
*/
.portlet .top_r{
/*  background: transparent url(../images/color_schemes/blue/portlet/top_r.gif) no-repeat 0 0;
  width: 9px;
  height: 23px;*/
}

.ie .portlet .top_r{
/*  background: transparent url(../images/color_schemes/blue/portlet/top_r.gif) no-repeat 0 0;
  width: 9px;
  height: 23px;*/
}

.portlet .bot_l{
/*  background: transparent url(../images/color_schemes/blue/portlet/bot_l.gif) no-repeat 0 0;
  width: 9px;
  height: 25px;*/
  background-color: white;
  vertical-align:bottom;
}


.portlet .bot_r{
/*  background: transparent url(../images/color_schemes/blue/portlet/bot_r.gif) no-repeat 0 0;
  width: 9px;
  height: 25px;*/
  background-color: white;
  vertical-align:bottom;
}


.portlet .top_c {
  background-color: #BACFE2;
	text-align: left;
	border-top: 1px solid black;
	height: 11px;
}

.portlet .left {
/*	 background: white url(../images/color_schemes/blue/portlet/left.gif) repeat 0 0;*/
}

.portlet .right {
/*	 background: white url(../images/color_schemes/blue/portlet/right.gif) repeat 0 0;*/
}

.right_topper{
  border-right: 1px solid black;
}

.left_topper{
  border-left: 1px solid black;
}

/* 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 {
    border: 1px solid #CAD0D1;    
}



select {
	padding: 1px;
}

input[type="image"] {
	background: transparent none;
	border: none;
	padding: 0;
}

input[type="submit"], input[type="button"], input[type="reset"] {
    background-color:#C4C4C4;
    border: 0 solid black;
	color: #000000;
	cursor: pointer;
	font-weight: bold;
	padding: 0px;
	height: 23px
}

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: #85D2B0;
	border: 0 solid black;
	color: #039483;
}

/* ---------- IE6 chokes on attribute selectors in a chain, so we separate them into their own rule ---------- */

.ie6 input.text, .ie6 input.password {
    border: 1px solid #CAD0D1;
}

.ie6 input.text.search_box {
    width: 105px;
    height: 20px;
    background-color: #FFFFFF;
    border: 0 solid black;
    padding:0;
    margin-top:-1px;
    margin-bottom:-1px;
}

form {
	padding:0;
	margin:0;
}

.ie6 input.submit, .ie6 input.button {
    background-color:#C4C4C4;
    border: 0 solid black;
	color: #000000;
	cursor: pointer;
	font-weight: bold;
	padding: 0px;
	height: 23px
}

input.focus, textarea.focus, .ie6 input.focus, .ie6 textarea.focus {
	background: #ffc none;
	/*border: 1px solid #fc0;*/
}

/* -------------------------------------------------------- VMZ ERGAENZUNG ------------------------------------------------- */
/* -------------------------------------------------------- VMZ ERGAENZUNG ------------------------------------------------- */
/* -------------------------------------------------------- VMZ ERGAENZUNG ------------------------------------------------- */
/* -------------------------------------------------------- VMZ ERGAENZUNG ------------------------------------------------- */
/* -------------------------------------------------------- VMZ ERGAENZUNG ------------------------------------------------- */
/* -------------------------------------------------------- VMZ ERGAENZUNG ------------------------------------------------- */
/* -------------------------------------------------------- VMZ ERGAENZUNG ------------------------------------------------- */



/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */

/* VMZ: Schriftart-default */
body {
    font: 90% / 1.5em Arial, Helvetica, Verdana, sans-serif;
}

/* VMZ */
a:hover {
    color: #009380;
    text-decoration: underline;
}

/* VMZ */
#header .references {
    background: #DCDCDC;
}

/* VMZ */
#header #login_block {
    background: #828282;
    color: #FFF;

}

/* VMZ */
#banner {
/*	height: 100px;*/
	position: absolute;
	margin-top: -50px;
	margin-left: 160px;
}

/* VMZ */
body {
    text-align: left;
    margin: auto;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
}

/* VMZ */
table, tr, td {
    margin: 2px 2px 2px 2px;
    vertical-align: top;
    text-align: justify;
    width: -400%;
}

/* VMZ */
a.bottom_menu {
    text-align: right;
    color: #000000;
    text-decoration: none;
    font-weight:bold;
    //padding-left: 0px;
}

.top_menu {
    text-align: right;
    font-size: 9pt;
}

a.top_menu {
    text-align: right;
    color: #000000;
    padding-left: 0px;
    text-decoration: none;
}

a:hover.top_menu {
    text-decoration: none;
    color: #000000;
}

a.bottom_menu {
    text-align: right;
    color: #000000;
    text-decoration: none;
    font-weight:bold;
    //padding-left: 0px;
}

a:hover.bottom_menu {
    text-decoration: underline;
    color: #000000;
}

a.top_menu_white {
    text-align: right;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    margin-right: 0px;
    text-transform: uppercase;
}

a.top_menu_white_nomargin {
    text-align: right;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

a:hover.top_menu_white {
    text-decoration: underline;
}

/* VMZ */
.banner {
    background: url( ../images/bannerVMZ05.jpg ) repeat-x left top;
    height: 69px;
}

/* VMZ */
a:active.menu_link {
    color: #A6A6A6;
}

/* VMZ */
div.main_container {
    width: 860px;
    text-align: left;
    margin-left: 20px;
    margin-right: 5px;
    margin-top: 0px;
    background-color: #FFFFFF;
    padding-bottom: 5px;
    padding-top: 0px;

}

/* VMZ */
div.top_menu {
    background-color: #FFFFFF;
}

/* VMZ */
td.bottom_menu_terms {
	text-align:left;
	text-transform:uppercase;
	width:45%;
}

/* VMZ */
td.bottom_menu_language {
	text-align:center;
	text-transform:uppercase;
	width:10%;
	vertical-align:middle;
}

/* VMZ */
td.bottom_menu_login {
	text-align:right;
	text-transform:uppercase;
	width:45%;
}

/* VMZ */
a.darker_orange_head {
    color: #009380
}

/* VMZ */
a.darker_orange {
    color: #A6A6A6
}

/* VMZ */
.ie div.header_images {
	height: 120px;
}

/* VMZ */
div.header_images {
	height: 120px;
}

/* VMZ - Abstand der Portlets zum Portalrand*/
div.portal_body {
    margin-left: 0px;
    margin-right: 0px;
    //margin-top: 10px;
}

/* VMZ */
.darker_orange {

}

/* VMZ */
.light_orange {
    background-color:#E5E6E7;
}

/* VMZ */
.very_light_orange {
    background-color:#DCDCDC;
}

/* VMZ */
.darker_orange {

}

/* VMZ */
.dark_green_text{
    color:#000000;
}

/* VMZ */
.white_text {
    color:#009380;
    text-decoration: underline;    
}

a.light_green_text {
    color:#98DCD4;
}


/* VMZ */
a.dark_green_text{
    color:#000000;
}

/* VMZ */
a.white_text {
    color:#009380;
}

/* VMZ */
.traffic_msg_list {
	margin-left:1px;
	margin-top:1px;
	margin-bottom:1px;
	margin-right:1px;
	height:430px;
	overflow-x:hidden;
	overflow-y:auto;
}

/* VMZ */
.ui-wrapper {
	border: 2px solid #CAD0D1;
}

/* VMZ */
.ui-tabs li a, .tabs li span {
	background: #828282;
	border-right: 1px solid #C4C4C4;
	color: #fff;
	display: block;
	float: left;
	padding: 10px;
	position: relative;
	text-decoration: none;
	top: 1px;
}

/* VMZ */
.ui-tabs li a:hover, .ui-tabs li span:hover {
	background: #A6A6A6;
	color: #000000;
}

/* VMZ */
.ui-tabs li.current a, .ui-tabs li.current span {
	background: #A6A6A6;
/*	border: 1px solid #DCDCDC;*/
	border-bottom: none;
	color: #000000;
	font-weight: bold;
}

/* ---------- Main navigation ---------- */

.td_padded {
	text-align: center;
	vertical-align:middle;
	background-color:#a4afb2;
	border-top:0px;
	border-bottom:0px;
	border-spacing:0px;
	margin:0px;
	padding:0px;
}

/* VMZ Submenü */
.td_padded_both {
	text-align: center;
	vertical-align:middle;
	empty-cells: show;
	background-color:#cad0d1;
	border-top:0px;
	border-bottom:0px;
	border-spacing:0px;
	margin:0px;
	padding:0px;
}

/* VMZ */
.search_header {
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	text-align:right;
	vertical-align:middle;
	background-color:#a4afb2;
	border-top:0px;
	border-bottom:0px;
	border-spacing:0px;
	margin:0px;
	padding:0px;
}

/* VMZ */
.search_box {
	width: 125px;
	height: 14;
	background-color: white;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	font: 90% / 1.0em Arial, Helvetica, Verdana, sans-serif;
}

/* VMZ */
#navigation1 {
	margin: 0px;
	width:auto;
}

.sub_navigation_holder {
	position:relative;
	width:auto;
	padding: 0px;
	margin: 0px;
}

/* VMZ */
.sub_navigation_nohide{
	text-align:center;
	vertical-align:middle;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	border-top:0px;
	border-bottom:0px;
	border-spacing:0px;
	margin:0px;
	padding:0px;
}

/* VMZ */
.sub_navigation {
    	position:absolute;
    	top:0;
    	left:0;
	border-top:0px;
	border-bottom:0px;
	border-spacing:0px;
	margin:0px;
	padding:0px;
}

/* VMZ */
#navigationMenu1 {
	width: 100%;
	border-top:0px;
	border-bottom:0px;
	border-spacing:0px;
	margin:0px;
	padding:0px;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
    	white-space:nowrap;
}

/* VMZ */
.sub_navigationMenu {
	width: 100%;
	border-top:0px;
	border-bottom:0px;
	border-spacing:0px;
	margin:0px;
	padding:0px;
}

/* VMZ nicht aktives Hauptmenüitem */
.parent-nav-item {
	text-align:center;
}

/* VMZ */
td.selected1 {
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	background-color: #a4afb2;
	background-image:url(../images/1st_level_selected.png);
	background-repeat:no-repeat;
	border-top:0px;
	border-bottom:0px;
	border-spacing:0px;
	margin:0px;
	padding:0px;
}

/* VMZ */
td.selected2 {
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	background-color: #cad0d1;
	background-image:url(../images/2nd_level_selected.png);
	background-repeat:no-repeat;
	border-top:0px;
	border-bottom:0px;
	border-spacing:0px;
	margin:0px;
	padding:0px;
}

/* VMZ */
a.nav_menu_link {
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
}

/* VMZ */
a.sub_nav_menu_link {
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}

/* VMZ */
a.sub_nav_menu_link_selected {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
	//text-align: center;
}

/* VMZ */
a.nav_menu_link:hover {
	text-decoration: none;
}

/* VMZ */
a.sub_nav_menu_link:hover {
	text-decoration: none;
}

/* VMZ */
a.nav_menu_link_selected {
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}

/* VMZ */
#navigation a {
	color: #000000;
}

/* VMZ */
#navigation li.selected1 a, #navigation li a:hover {
	color: #000000;
	font-weight: bold;
	padding: 0;
	text-decoration: none;
	vertical-align: middle;
}

/* VMZ */
div.portlet-topper {
	background-color: #FFFFFF;
	width: auto;
}

/* VMZ */
td.portlet-topper {
	border-bottom: 1px solid #000000;
	width: 100%;
}

/* VMZ */
.portlet-title {
	font-weight: bold;
      	text-transform:uppercase;
      	color:#000000;
	text-align:center;
	vertical-align:middle;
	width: 125px;
	background-image:url(../images/portlet_tab.png);
	background-repeat:no-repeat;
}

/* VMZ */
.portlet-icons {
	text-align: right;
}

.lfr-dock-list {
	position: absolute;
}

.ctrl-holder {
	padding: 5px;
}

textarea, .textarea {
	width: 250px;
}

.results-header {
	background:#A4AFB2 none repeat scroll 0 0;
}

.taglib-search-iterator {
	width:100%;
}

.archive_table_bg {
	background-color: #E5E6E7;
	color: #000000;
	height: 20px;
}

.results-header {
	display:none;
}

.portlet-section-body-hover {
	background: #FFFFFF;
}

.portlet-section-body {
	background: #FFFFFF;
}

.ui-autocomplete-odd, .results-row.alt {
	background-color:#FCFCFC;
}

.ui-autocomplete-even, .results-row {
	background-color:#EEEEEE;
}

.odd {
	background-color:#FCFCFC;
}

.even {
	background-color:#EEEEEE;
}

.even:hover, .odd:hover {
	background-color:#DCDCDC;
}

.taglib-search-iterator {
	font-weight: bold;
	width: 100%;
}

.taglib-search-iterator a {
	text-decoration: none;
}

.portler_content_wrapper_padding {
	margin:0;
	padding:0px;
}

#messagesList {
	margin-left:1px;
	margin-right:1px;
	margin-top:1px;
	margin-bottom:1px;
	height:401px;
	overflow-x:hidden;
	overflow-y:auto;
}

table.smsoverview td {
	padding:5px;
	padding-right: 20px;
	border: solid #CDCDCD 1px;
}

.smsoverviewheader {
	font-weight: bold;
	height: 35px;
}
.smsoverviewheader2 {
	font-weight: bold;
}