body {
	font-size: 11px;
   /* background: white url("/vpnportal/javax.faces.resource/body_background.png.html?ln=images") repeat-x center top; */
	background-color:white;
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica, Arial, sans-serif;
	color: #797979;
}

div#full-page {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 30px;
	min-height: 100%;
	min-width: 950px;
	padding: 0;
	position: relative;
	overflow: auto;
	/*z-index: 1;*/
}

div.white-banner {
	background-color: white;
	height: 70px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

div.blue-banner {
	height: 108px;
	position: absolute;
	left: 0;
	top: 70px;
	width: 100%;
}

div .title {
	font-size: 28px;
	font-weight: bold;
	color: white;
	top: 10px;
	position: relative;
	text-align: left;
	padding-left: 10px;
}

.accessibility {
	position: absolute;
	top: -999em;
	left: -999em;
}

.menu {
	width: 180px;
	height: 130px;
}

div#page {
	margin: 0 auto;
	width: 965px;
	/*background: transparent;*/
	background: inherit;
	color: #303030;
	z-index: 1;
}

div.languageBar {
	float: right;
	position: relative;
	overflow: auto;
	top: 22px;
	right: 10px;
	z-index: 2;
	min-height: 17px
}

div.languageBar a {
	padding-right: 3px;
}

div#content {
	margin: 0 auto;
	width: 100%;
	text-align: left;
	padding: 0 0 10px 0;
	text-align: left;
	min-height: 600px;
	/*background: white;*/
	background: inherit;
}

div#header {
	color: black;
	clear: both;
	margin: 0 0 0 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	padding: 0;
	/*height: 120px;*/
	width: 100%;
	/*margin-bottom: 6px;*/
	/*background: lightblue;*/
}

div#footer {
	color: black;
	clear: both;
	/*margin: 0 0 0 0;
	margin-top: 0px;
	padding: 0;*/
	/*position: fixed;*/
	width: 900px;
	font-size: 1em;
	left:auto; 
	right:auto;
}

td#footerText { 
	*vertical-align: top; 
	padding-right: 20px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #0072B8;
}

td#footerMenu {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #0072B8;
}

div#footerContainer {
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: white;
}

div#container { 
	width: auto;
	margin-left:230px;
}

div#main { /*margin-left: 200px;
	margin-top: 28px;*/
	margin-right: 0px;
	margin-left: 2px;
	background-color: white;
	padding: 5px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.searchButton {
	font-size: 12px;
	font-weight: bold;
	margin-top: 7px;
	padding-top: 0px;
}

.button { /* 	font-family: Arial; */
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	align: center;
	width: 99%;
}

div.error,span.error,li.error,div.message {
	background: #EEEEEE;
	border: 1px solid #000;
	color: #000000;
	/* 	font-family: Arial, Helvetica, sans-serif; */
	font-weight: normal;
	margin: 10px auto;
	padding: 3px;
	text-align: left;
	vertical-align: bottom;
}

/* use a different color for the errors */
div.error,span.error,li.error {
	border: 1px solid red;
}

label.error {
	display: none;
	/* Replace the label in error with the validation message */
	font-weight: bold;
}

label.ui-outputlabel.ui-state-error {
	background-color: transparent;
	background-image: none;
	color: #CD0A0A;
}

label.ui-outputlabel.required {
	font-weight: bold;
}
label.ui-outputlabel.required:after {
	content: " *";
	font-weight: bold;
}

form .medium {
	width: 170px;
}

div#nav {
	float: left;
	/*width: 210px;*/
	/*margin-top: 33px;*/
	width: 230px;
}

.menu { /* 	font-family: Arial, Helvetica, sans-serif; */
	font-size: 14px;
	font-weight: bold;
}

div.pageTitle {
	color: #262070;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	margin-bottom: 10px;
	margin-top: 5px;
	padding-top: 0px;
	padding: 5px;
	border-bottom: 1px solid #0000C3;
}



.actionsColumn {
	width: 110px;
	text-align: center;
}

.actionButtons {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	margin-top: 7px;
	padding-top: 0px;
}

.ui-datatable td.actionsColumn div.ui-dt-c {
	padding: 1px !important;
}

.ui-datatable-header td {
	color: #262070;
}

.actionsColumn div.actionButtons {
	text-align: center;
	margin-top: 1px;
}

.confirmDialogClass {
	width: 100px;
}

.confirmationPanel {
	width: 100%;
	text-align: center;
}

.editFieldLabel { /* 	font-family: Arial, Helvetica, sans-serif; */
	font-size: 12px;
	font-weight: bold;
}

span.calendarField input {
	width: 60%;
	min-width: 150px;
	margin-right: 5px !important;
}

.ui-tabs-panel table {
	width: 100%
}

div.ui-tabs ul.ui-helper-clearfix {
    display: inline-block;
}

.editComboField {
	min-width: 190px;
	text-align: left;
}

.editComboField100 {
	min-width: 100px;
	text-align: left;
}

.editTextArea {
	min-width: 190px;
	width: 100%;
	height: 100px;
}

.tableColumn {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

.ui-widget {
	font-family: Trebuchet MS, Lucida Grande, Lucida Sans, Tahoma, Verdana, Helvetica, Arial, sans-serif !important;
}

.ui-widget-content {
	background-color: white;
	background-image: none;
	border: 1px solid #B3B0E1;
}

.ui-widget-header {
	background: none;	
	border: 1px solid #B3B0E1;
}

.ui-chkbox .ui-chkbox-box {
	background-color: transparent !important;
	border: 1px solid #B3B0E1;
}

.ui-chkbox .ui-chkbox-box.ui-state-active {
	border: 1px solid #262070;
}

.ui-chkbox-box.ui-state-hover {
	border: 1px solid #4237C3;
	background: none;
}

.ui-widget .ui-widget {
	font-family: Trebuchet MS, Lucida Grande, Lucida Sans, Tahoma, Verdana, Helvetica, Arial, sans-serif !important;
}

table {
	font-size: 1em;
}

table .label,.column {
	vertical-align: top;
}

div.logo {
	position: relative;
	text-align: left;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	z-index: 1;
}

div.logo img {
	margin-left: 10px;
}

a:link,a:active,a:visited {
	background-color: transparent;
	color: #262070;
	text-decoration: none;
}

a {
	outline: none;
}

a img {
	border: none;
}

.ui-chkbox {
/* 	fix for IE7, that does not understand inline-block */
	*display: inline !important;
}

.borderless {
	border-style: none;
}

a.ui-menuitem-link.ui-menuitem-l2-snt {
	padding-left: 10px;
}

a.ui-menuitem-link.ui-menuitem-l1-snt {
	font-weight: bold;
}

div.ui-menu {
	width: 220px;
}

div.ui-menu ul.ui-menu-list a.ui-widget-header.ui-menuitem-link.ui-state-selected-snt
	{
	padding-left: 10px;
	font-weight: bold;
	border: 1px solid #4237C3;
	width: 90%;
}

div.ui-menu ul.ui-menu-list li.ui-state-selected-snt{
	border: 1px solid #4237C3;
}

div.ui-datatable input.ui-column-filter {
	width: 90%;
}

.ui-panelgrid td, .ui-panelgrid tr {
	border: 0 !important;
}

table.panelGrid .x80ie7 {
	*width: 80px;
}

table.panelGrid .x90ie7 {
	*width: 90px;
}

table.panelGrid .x150ie7 {
	*width: 150px;
}

table.panelGrid .x200ie7 {
	*width: 200px;
}

table.panelGrid .x250ie7 {
	*width: 250px;
}

table.panelGrid .x350ie7 {
	*width: 350px;
}
td.rightAlign {
	text-align: right;
	padding-right: 5px;
}

td.leftAlign {
	text-align: left;
	padding-right: 2px;
}

td.rightSpace {
	text-align: left;
	margin-right: 20px;
}

td.ui-paginator span.ui-paginator-current {
	color: #262070;
}


.ui-hoststatus-0 td {
/* 	background-color: #ccff88; */
}

.ui-hoststatus-1 td {
	background-color: #ff4422;
}

.ui-hoststatus-2 td {
	background-color: #ffcc66;
}

li.ui-selectonemenu-item.ui-selectonemenu-list-item.ui-state-highlight, 
li.ui-autocomplete-item.ui-autocomplete-list-item.ui-state-highlight
{
    background: #4237C3;
}

.status-report-legend td{
	padding-top: 0px !important;	
	padding-bottom: 0px !important;
	padding-right: 0px !important;
}

.status-report-nodes td{
	padding-right: 0px !important;
}

.myTable td:nth-child(1) {
    width: 20px !important;
}

.myTable td:nth-child(3) {
    width: 93 !important;
}

#resultsPanel .ui-panel-content {
	padding:0;
}

label.bold-text {
	font-weight: bold;
}

.datalist-noborder .ui-widget-content {
	border: none;
}

.panel-noborder {
	border:none;
}

#header_navlist1 li
{
	display: inline;
	list-style-type: none;
	padding-right: 0px;
	font-weight: bold;
}

#header_navlist2 li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

#footer_navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

tr.odd {
	background-color: #FFFFFF;
	font-family: arial;
	font-weight: normal;
	font-size: 8pt;
	color: black;
}
tr.even {
	background-color: #C3C3C3;
	font-family: arial;
	font-weight: normal;
	font-size: 8pt;
	color: black;
}

.topAlignPanel>tbody>tr>td {
	vertical-align: top;
}

td.left {
    padding-left: 0px;
    text-align: left;
}

td.right {
    padding-right: 0px;
    text-align: right;
}

#header form,
#header table #searchCell,
#header #searchBox {
    height: 49px;
    text-align: right;
    width: 349px;
}

#header #searchBox {
    background: transparent url(../resources/images/search_bkg.png) no-repeat center top;
    color: #797979;
}

#header #searchBox .left {
    text-align: left;
    width: 151px;
}

#header #searchBox .left input {
    background-color: transparent;
    border: 0px;
    color: #908E8E;
    margin: 0px 0px 1px 37px;
    width: 240px;
}

#header #searchBox .center {
    text-align: left;
}

#header #searchBox .center select {
    background-color: transparent;
    border: 0px;
    color: #908E8E;
    margin: 0px 0px 1px 7px;
    width: 147px;
}

#header #searchBox .right {
    text-align: right;
    width: 44px;
}


#header #menuBar {
    background: url("../resources/images/menu_background.png") repeat-x scroll center center transparent;
    color: #797979;
    height: 39px;
}

#header #menuBar #leftSide {
    background: url("../resources/images/menu_left.png") no-repeat scroll center center transparent;
    color: #797979;
    width: 11px;
}
#header #menuBar #rightSide {
    background: url("../resources/images/menu_right.png") no-repeat scroll center center transparent;
    color: #797979;
    width: 11px;
}
#header #menuBar ul {
    margin: 0;
    padding: 12px 0;
}
#header #menuBar li {
    display: inline;
    list-style-type: none;
}
#header #menuBar #leftLinks li {
    font-size: 13px;
    font-weight: bold;
    padding: 11px 11px 11px 0;
}
#activeSection {
    background: url("../resources/images/menu_active_background.png") repeat-x scroll center center transparent;
    color: #FFFFFF;
    margin-right: 5px;
}
#activeSection a {
    background: none repeat scroll 0 0 transparent;
    color: #FFFFFF;
    padding-left: 10px;
}
#activeMiniSection a {
    font-weight: bold;
}
#header #menuBar #rightLinks li {
    border-left: 1px solid #D7D7D7;
    font-size: 11px;
    margin-left: 5px;
    padding-left: 7px;
}

#blockReportsButtons_blocker {
	background-image: none !important;
	background-color: white !important;
}

#filterGridStatusReport td {
	padding-left:0;
}

.ui-widget-overlay {
	background-image: none !important;
	background-color: white !important;
	opacity: .60;
	filter:Alpha(Opacity=60) !important;
}
select.hideDisabled option[disabled] {
    display: none;
}

