@charset "utf-8";
@charset "utf-8";
/* CSS Document */

/* Hyperlink colouring */
a:link    {text-decoration: none; color: blue;}
a:visited {text-decoration: none; color: blue;}
a:hover   {text-decoration: none; color: #ff00ff;}
a:active  {text-decoration: none; color: blue;}

/* Text highlighting */
.textHoverAqua:hover      {text-decoration: none; color: #00ffff;}
.textHoverFuchsia:hover   {text-decoration: none; color: #ff00ff;}
.textHoverLime:hover      {text-decoration: none; color: #00ff00;}
.textHoverOrange:hover    {text-decoration: none; color: #ff9900;}
.textHoverPaleBlue:hover  {text-decoration: none; color: #ccffff;}
.textHoverPaleGreen:hover {text-decoration: none; color: #ccffcc;}
.textHoverPalePink:hover  {text-decoration: none; color: #ffccff;}
.textHoverPink:hover      {text-decoration: none; color: #ff66ff;}
.textHoverRed:hover       {text-decoration: none; color: #ff0000;}
.textHoverSalmon:hover    {text-decoration: none; color: #ffcccc;}
.textHoverWhite:hover     {text-decoration: none; color: #ffffff;}
.textHoverYellow:hover    {text-decoration: none; color: #ffff00;}

img {  border-style: none;
}

#homelogo {
	float: left;
	position:relative;
	top: 9px;
	left: 560px;
}

#logoutlogo {
	float: left;
	position:relative;
	top: 14px;
	left: 570px;
}

#gpluslogo {
	float: left;
	position:relative;
	top: 14px;
	left: 550px;
}


#helplogo {
	float: left;
	position:relative;
	top: 14px;
	left: 530px;
}

#firecologo {
	float: left;
	position:relative;
	top:0px;
	left:0px
}

#dash
{
	float: left;
	position:relative;
	top:0px;
	left:100px;
	width: 100px;
}

div.extranetheader {
	font-family: verdana, geneva, sans-serif;
	font-size: 14px;
	color: #999999;
	alignment-adjust: middle;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 0px;
}

div.extranetwarning {
	font-family: verdana, geneva, sans-serif;
	font-size: 18px;
	color: #ff0000;
	alignment-adjust: left;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 0px;
}

 .thumbnail {
	width: 50px;
	height: 50px;
 }	
 
div.wrapper {
	background: transparent;
    margin: auto;
    width: 600px;
}

div.largeIcon {
	background: transparent;
	float: left;
	height: 100px;
	width: 100px;
	padding-top: 0px;
	padding-left: 20px;
	clear: both;
	background-color: #ffffff
}
div.largeIconNext {
	background: transparent;
	float: left;
	height: 100px;
	width: 100px;
	padding-top: 0px;
	padding-left: 90px;
	background-color: #ffffff
}

div.menuDescription {
	font-family: Verdana,Arial,Helvetica,Lucida Sans,Lucida Sans Unicode,Lucida Grande,sans-serif;
	font-size: 14px;
	color:#777777;
	float: left;
	height: 100px;
	width: 300px;
	padding-left: 40px;
	padding-top: 10px;
	background-color: #ffffff;
}

div.pageInfo {
	color: #000000;
	font-family: verdana, geneva, sans-serif;
	font-size: 14px;
}

div.iconImage {
	padding-top: 10px;
	height: 80px;
	width: 80px;
}

div.addItem {
	font-family: verdana, geneva, sans-serif;
	font-size: 15px;
	color: #000099;
	alignment-adjust: middle;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-left: 0px;
}

label.legendLabel {
	font-family: verdana, geneva, sans-serif;
	font-size: 14px;
	color: #000099;
	alignment-adjust: middle;
}

#filesgrid {
	font-family: verdana, geneva, sans-serif;
    width: 100%;
    border-collapse: collapse;
}

#filesgrid caption {
    background-color: #000090;
    color: #ffff00;
    font-size: 1em;
	font-weight: bold;
	padding: 0.25em;
}

#filesgrid td, #filesgrid th {
    font-size: 0.8em;
    border: 1px solid #4285f4;
    padding: 4px 10px 4px 10px;
}

#filesgrid th {
    font-size: 0.8em;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: #4285f4;
    color: #ffffff;
}

#filesgrid th a:link {color: #ffffff;}
#filesgrid th a:visited {color: #ffffff;}

#filesgrid tr.alt td {
    color: #000000;
    background-color: #CCE6FF;
}
#noteselector {
	font-family: verdana, geneva, sans-serif;
    width: 100%;
    border-collapse: collapse;
}

#noteselector caption {
    background-color: #000090;
    color: #ffff00;
    font-size: 1em;
	font-weight: bold;
	padding: 0.25em;
}

#noteselector td, #noteselector th {
    font-size: 0.8em;
    border: 1px solid #4285f4;
    padding: 4px 10px 4px 10px;
}

#noteselector th {
    font-size: 0.8em;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: #4285f4;
    color: #ffffff;
}

#noteselector th a:link {color: #ffffff;}
#noteselector th a:visited {color: #ffffff;}

#noteselector tr.alt td {
    color: #000000;
    background-color: #CCE6FF;
}

/* Login fields */
.loginLabel {
    color: #444444;
	display: block;
	font-family: verdana, geneva, sans-serif;
	font-size: 18px;
}
.loginInputText {
	background-color: #f9f9f9;
	border: 1px solid #999999;
	border-radius: 1px;
	font-family: verdana, geneva, sans-serif;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 5px;
}

/* General purpose 'Add' button */
.addButton {
	background-color: #f9f9f9;
	border: 1px solid #333333;
	border-radius: 5px;
    color: #444444;
	font-family: verdana, geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 34px;
}

/* General purpose 'Submit' button */
.submitButton {
	background-color: #f9f9f9;
	border: 1px solid #333333;
	border-radius: 5px;
    color: #444444;
	font-family: verdana, geneva, sans-serif;
	font-size: 16px;
	height: 34px;

}
.submitButton:disabled,
.submitButton[disabled] {
    background-color: #cccccc;
}

/* Borderless table style */
.borderlessTable {
	border-collapse: collapse;
	font-family: verdana, geneva, sans-serif;
	font-size: 1em;
	width: 100%;
}

.borderlessTable td, .borderlessTable th {
    padding: 15px 15px;
}
/* END OF: Borderless table style */


/* Report table style */
.reportTable {
	border-collapse: collapse;
	font-family: verdana, geneva, sans-serif;
	font-size: 1em;
	width: 100%;
}

.reportTable caption {
    background-color: #000099;
    color: #ffff00;
    font-size: 1em;
	font-weight: bold;
	padding: 0.25em;
}

.reportTable td, .reportTable th {
    border: 1px solid #000099;
    padding: 5px 10px 5px 10px;
}

.reportTable td {
    font-size: 0.8em;
}

.reportTable thead th, tbody th {
    background-color: #cce6ff;
    color: black;
    font-size: 0.8em;
}

.reportTable tfoot th, .reportTable tfoot tr {
    background-color: #cce6ff;
    color: #6600cc;
    font-size: 0.8em;
	font-weight: normal;
}

.selectionCombo {
	font-family: verdana, geneva, sans-serif;
	font-size: 14px;
}

.infoItem {
	font-family: verdana, geneva, sans-serif;
	font-size: 1em;
}

.footNote {
	color: #004400;
	font-family: verdana, geneva, sans-serif;
	font-size: 0.8em;
}
/* END OF: Report table styling */


/* Filter group panel */
.filterGroupPanel {
	background: #ddeeff;
    border: 1px solid #4285f4;
	border-radius: 5px;
	color: #000099;
	font-family: verdana; 
	font-size: 14px;
    padding: 9px 6px 9px 6px;
	width: 1200px;
}

.filterCheckBox {
	border: 0;
	border-radius: 0.4em;
	padding: 0.2em 0.2em;
	transform: scale(1.4);
}

.filterCombo {
	font-family: verdana, geneva, sans-serif;
	font-size: 14px;
}

.filterTextBox {
	font-family: verdana, geneva, sans-serif;
	font-size: 14px;
}

.filterButton {
	background: transparent;
	background-color: #e6e6ff;
	font-family: verdana, geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
    color: #000099;
	width: 80px;
	height: 25px;
	border-radius: 5px;
	border-color: #000099;
	border-style: solid;
	border-width: thin;
}


/* Popup dialog styling */
.ui-widget-content.ui-dialog {
   border: 0.2em solid #ffffff;
}
.ui-dialog-titlebar {
	background: #ff9900 !important;
}
.ui-dialog, .ui-dialog-content, .ui-dialog-buttonpane {
	background: #000090;
	font-family: verdana, geneva, sans-serif;
	padding: 0.5em;
}

.popupDialog {
	color: #00ffff;
	background: #000099 !important;
	font-family: calibra, geneva, sans-serif;
	font-size: 14px;
}

.dialogFieldLabel, .dialogFieldValue {
	font-family: verdana, geneva, sans-serif;
	font-size: 16px;
}

.dialogFieldLabel {
	clear: both;
	color: #ffff00;
	float: left;
	margin: 5px;
	padding-top: 10px;
	width: 25%;
}

.dialogFieldValue {
	float: left;
	left: 5px;
	margin: 5px;
	width: 70%;
}

.dialogInputCheckbox {
	border: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	transform: scale(1.4);
}

.dialogInputText {
	border: 0;
	border-radius: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 5px;
}

.dialogSubmitButton {
	clear: both;
	position: relative;
	left: 10px;
	top: 20px;
	background: transparent;
	background-color: #e6e6ff;
	border-color: #000099;
	border-radius: 5px;
	border-style: solid;
	border-width: thin;
    color: #000099;
	font-family: verdana, geneva, sans-serif;
	font-weight: bold;
	height: 30px;
	margin-bottom: 30px;
	padding: 0px 20px 0px 20px;
  }
.dialogSubmitButton:disabled,
.dialogSubmitButton[disabled] {
    background-color: #999999;
}

/* END OF: Popup dialog styling */


/* Rectangular Radio Buttons */
.rectangularRadioButtons {
     list-style-type: none;
     margin: 0 0 0 0;
     padding: 0;
}

.rectangularRadioButtons li {
	color: #000099;
    float: left;
    margin: 0 25px 0 0;
    width: 150px;
    height: 26px;
    position: relative;
	text-align: center;
}

.rectangularRadioButtons label, .rectangularRadioButtons input {
	background-color: #e6e6ff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	border-radius: 20px;
	border-color: #000099;
	border-style: solid;
	border-width: thin;
}

.rectangularRadioButtons input[type="radio"] {
    opacity: 0.0;
    z-index: 100;
}

.rectangularRadioButtons input[type="radio"]:checked + label, .Checked + label {
    background: yellow;
}

.rectangularRadioButtons label {
     padding: 5px;
}
/* END OF: Rectangular Radio Buttons */
