body {
	background-color: #ffffff;
	font-size: 12px;
	font-family: Verdana, "Verdana CE",  Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
	color: #000000;
	margin: 0;
}

h1 {
	font-family: Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
	border-bottom: 1px solid #AFAFAF;
	font-size:  16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #D20005;
}

.ui-selectonemenu {
	padding-right: 8px;
}

.ui-selectonemenu-label {
	width:100% !important;
}

.ui-selectonemenu-trigger {
	padding: 0 2px!important;
	width: 14px!important;
}

.ui-chkbox ui-chkbox {
	vertical-align: middle;
}

a:link, a:visited {
color: #045491;
font-weight : bold;
text-decoration: none;
}

a:link:hover, a:visited:hover  {
color: #045491;
font-weight : bold;
text-decoration : underline;
}

td.selectionDisabled .ui-chkbox {
	display: none;
}

/* icons */
.menu-icon {
	background: url('../images/icons/menu_icon.png') no-repeat !important;
	height: 16px;
	width: 16px;
}

.map-icon {
	background: url('../images/icons/map_icon.png') no-repeat !important;
	height: 16px;
	width: 16px;
}

.en-icon {
	background: url('../images/icons/uk.png') no-repeat !important;
	height: 16px;
	width: 16px;
}

.uk-icon {
	background: url('../images/icons/uk.png') no-repeat !important;
	height: 16px;
	width: 16px;
}

.us-icon {
	background: url('../images/icons/us.png') no-repeat !important;
	height: 16px;
	width: 16px;
}

.de-icon {
	background: url('../images/icons/de.png') no-repeat !important;
	height: 16px;
	width: 16px;
}

.cz-icon {
	background: url('../images/icons/cz.png') no-repeat !important;
	height: 16px;
	width: 16px;
}

.sk-icon {
	background: url('../images/icons/sk.png') no-repeat !important;
	height: 16px;
	width: 16px;
}

.pt_BR-icon {
	background: url('../images/icons/pt_BR.png') no-repeat !important;
	height: 16px;
	width: 16px;
}

.pt_PT-icon {
	background: url('../images/icons/pt_PT.png') no-repeat !important;
	height: 16px;
	width: 16px;
}

.it-icon {
	background: url('../images/icons/it.png') no-repeat !important;
	height: 16px;
	width: 16px;
}

.tr-icon {
	background: url('../images/icons/tr.png') no-repeat !important;
	height: 16px;
	width: 16px;
}

.es_AR-icon {
	background: url('../images/icons/es_AR.png') no-repeat !important;
	height: 16px;
	width: 16px;
}

.es_ES-icon {
	background: url('../images/icons/es_ES.png') no-repeat !important;
	height: 16px;
	width: 16px;
}

.mandatory-icon {
	background: url('../images/icons/mandatory.png') no-repeat !important;
}

html, body
{
	height: 100%;
	margin: 0 !important;
	font-family: 'Segoe UI', Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.wrapper
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -33px 0; /* the bottom margin is the negative value of the footer's height */
	background-color: #e4eff9;
	background-image: url("../images/content-background.png");
	background-repeat: repeat-x;
}

.footer, .push
{
	height: 33px; /* .push must be the same height as .footer */
}

#top {
	position: relative;
	height: 79px;
	width: 100%;
	min-width: 935px;

	color: #ffffff;
	background-color: #23497a;
	background-image: url("../images/header-background.png");
	background-repeat: no-repeat;
	border-bottom: solid 1px white;
}

#top .left
{
	position: relative;
	float: left;
}

#top .right
{
	position: relative;
	float: right;
}

#topmenu
{
	width: 100%;
	height: 32px;
	min-width: 455px;

	color: #ffffff;
	background-color: #103058;

	background-image: url("../images/menu-background-left.png");
	background-repeat: no-repeat;
	background-position: left center;

}

#topmenu .left
{
	position: relative;
	float: left;

	height: 32px;
	padding-left: 0.75em;
	text-align: left;
	vertical-align: middle;

	white-space: nowrap;
}

#topmenu .right
{
	position: relative;
	float: right;

	height: 32px;
	min-width: 255px;
	padding-right: 0.5em;
	padding-top: 2px;
	text-align: right;
	vertical-align: middle;

	white-space: nowrap;
}

#topmenu .button
{
	font-size: 12px;
}

#bottom {
	height: 33px;
	width: 100%;

	color: #ffffff;
	background-color: #295385;
	background-image: url("../images/footer-background-small.png");
}

#bottom .left
{
	padding-left: 1.1em;
	height: 32px;
	vertical-align: middle;

	background-image: url("../images/footer-background-left-small.png");
	background-repeat: no-repeat;
	float: left;
}

#bottom .right
{
	float: right;
	height: 32px;
    background-repeat: no-repeat;
}

#left {
	vertical-align: top;
	width: 240px;
	min-width: 240px;
	/*padding-top: 0.5em;*/
	float: left;

	white-space: nowrap;

	color: inherit;
	background-color: #8db1d1;
	background-image: url("../images/sidebar-background.png");
	background-repeat: no-repeat;
	background-position: top left;
}

#content {
	min-width: 635px;
	min-height: 400px;
	padding: 1.1em;
	/*padding: 1.1em;
	padding-bottom: 64px;*/

	/*color: inherit;
	background-color: #e4eff9;
	background-image: url("../images/content-background.png");
	background-repeat: repeat-x;*/
}

#top a:link, #top a:visited {
color: white;
font-weight : bold;
text-decoration: none;
}

#top a:link:hover, #top a:visited:hover  {
color: black;
font-weight : bold;
text-decoration : underline;
}

#mainMenu
{
	padding: 80px;
	width: 100%;

	text-align: center;
	vertical-align: middle;
}

#mainMenu .button
{
	width: 150px;
	height: 150px;
}

.iconButton
{
	margin-right: 0.25em;
	margin-left: 0.25em;
	height: 16px;
	vertical-align: middle;
	border-radius: 0.25em;
}

.tableButton
{
	margin-right: 0.25em;
	margin-left: 0.25em;
	height: 2.2em;
}

.tableButtonSmall
{
	border-radius: 0.2em;
	margin-right: 0.2em;
	margin-left: 0em;
	height: 1.5em;
}

.tightPanel
{
	padding-bottom: 0em;
	background: inherit;
}

.tightPanel .ui-panel-content
{
	padding: 0em;
}

.tableButtonSmall .ui-button-text
{
	vertical-align: middle;
	position: relative;
	font-size: 90%;
	top: -0.3em;
}

.hiddenButton
{
	display: none;
}

/* Help button as link */
.helpLink
{
	border: 0px!important;
	padding: 0px!important;
	background: none!important;
}

.flatButton
{
	border: 0px!important;
	padding: 0px!important;
	background: none!important;
}

.ui-widget
{
	font-family: 'Segoe UI', Tahoma, Verdana, Arial, Helvetica, sans-serif !important;
}
.ui-panel
{
	border:0 !important;
    padding: 0 !important;
}

.ui-panelgrid
{
	background: none;
}

.ui-panelgrid tr, .ui-panelgrid td
{
	border:0 !important;
	background: inherit;
}

.ui-dialog-panel
{
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

.ui-dialog-panel .ui-panelgrid tr, .ui-dialog-panel .ui-panelgrid td
{
	padding-left: 0.25em;
	padding-right: 0.5em;
	padding-bottom: 0.25em;
	padding-top: 0.25em;
}

.disabledRow
{
	background-color: #FFFFFF !important;
	background-image: none !important;
	color: grey !important;
	font-style: italic;
}

.waitingRow
{
	/*background-color: #C3DBF0 !important;
	background-image: none !important;*/
	color: #40A9FF !important;
	/*font-weight: bold;*/
}

.stoppedChannel
{
	background-color: #FFFFFF !important;
	background-image: none !important;
	color: grey !important;
	font-style: italic;
}

.failedChannel
{
	/*background-color: #C3DBF0 !important;
	background-image: none !important;*/
	color: red !important;
	/*font-weight: bold;*/
}

.middleAlignedPanel
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0em;
}

.middleAlignedPanel td
{
	vertical-align: middle;
}

.topAlignedPanel
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0em;
}

.topAlignedPanel td
{
	vertical-align: top;
}

.topPanelColumns table
{
    table-layout: auto!important;
}

.topPanelColumns td {
	vertical-align: top;
}

.actionColumn
{
    white-space: nowrap;
    width: 1px;
}

.belowTableButtonColumnLeft
{
    padding-left: 0!important;
    padding-top: 0!important;
    width: auto;
}

.belowTableButtonColumnRight
{
    padding-right: 0!important;
    padding-top: 0!important;
    text-align: right;
    width: 1px;
}

.buttonColumn
{
    padding-left: 0!important;
    padding-right: 0!important;
    white-space: nowrap;
    width: 1px;
}

.inputColumn
{
    padding-left: 1px!important;
    padding-right: 10px!important;
    width: auto;
}

.minimalInputColumn
{
    padding-left: 1px!important;
    padding-right: 10px!important;
    width: 1px;
}

.inputColumnWithoutPadding
{
	padding-left: 0!important;
	padding-right: 0!important;
	width: auto;
}

.instanceSizeColumn
{
    min-width: 4em;
    white-space: nowrap;
    width: 1px;
}

.labelColumn
{
    padding-left: 0!important;
    padding-right: 0.25em!important;
    white-space: nowrap;
    width: 1px;
}

.middleLabelColumn
{
    padding-left: 0.5em;
    padding-right: 0.25em!important;
    white-space: nowrap;
    width: 1px;
}

.checkBoxColumn, .dateTimeColumn, .loginColumn, .pidColumn, .unitColumn
{
    white-space: nowrap;
    width: 1px;
}

.searchInAllFieldsColumn
{
    padding-right: 0!important;
    text-align: right;
    white-space: nowrap;
}

.tableHeaderButtonColumn
{
    padding-left: 0!important;
    padding-right: 0.5em!important;
    text-align: left;
    white-space: nowrap;
}

.numberColumn
{
	text-align: right!important;
	width: auto;
	padding: 0.25em 0.5em;
}

.dateColumn
{
	text-align: right!important;
	width: auto;
	padding: 0.25em 0.5em;
	white-space: nowrap;
}

.statusColumn
{
    padding: 0.25em 0.5em;
    white-space: nowrap;
    width: 1px;
}

.scrollableItemTableSmall
{
	padding-bottom: 0.25em;
	max-height: 8em;
	overflow: auto;
	background-image: none;
    width: 100%;
}

.scrollableItemTableSmall table
{
    table-layout: auto!important;
}

.scrollableItemTableSmall thead
{
	display: none;
}

.scrollableItemTableSmall tr, .scrollableItemTableSmall td
{
	background-image: none;
}

.scrollableItemTableMiddle
{
	padding-bottom: 0.5em;
	max-height: 16em;
	overflow: auto;
}

.scrollableItemTableMiddle table
{
	table-layout: auto!important;
}

.scrollableItemTableMiddle thead
{
	display: none;
}

.scrollableTextAreaSmall
{
	width: 100%;
	overflow: auto;
	max-height: 4em;
}

.scrollableItemTable
{
	padding-bottom: 0.5em;
	max-height: 16em;
	width: 100%;
	overflow: auto;
}

.scrollableItemTable table
{
	table-layout: auto!important;
}

.middlePanelColumns td {
	vertical-align: middle;
}

/* Title text style 1*/
.title_1
{
	font-weight: bold;
	font-size: 200% !important;
	margin-left: 0em;
	margin-right: 0.5em;
	margin-bottom: 1em;
}

.title_1 .ui-inplace-save, .ui-inplace-cancel
{
	height: 1em;
	width: 1em;
	vertical-align: middle;
	margin: 0em;
}

/* Title text style 2*/
.title_2
{
	font-weight: bold;
	font-size: 120%;
	margin-left: 0em;
	margin-right: 0.5em;
}

/* Title text style 2*/
.title_3
{
	font-weight: bold;
}

/* Title text style 2*/
.smallText
{
	font-weight: lighter !important;
	font-size: 80%;
}

.smallLink
{
	font-weight: lighter !important;
	font-size: 75% !important;
	text-decoration: none;
}

.spinner6 .ui-spinner, .ui-spinner-input
{
	max-width: 5em;
}

.timeSelector
{
	max-width: 5em;
}

.subscribedPidText
{
	font-weight: bold;
}
