html *{
font-size: 16px;
font-family: Calibri !important;
}

.helpText{
color: #f12114;
font-weight: bold;
}

#nav, #nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.5em;
top: 0px;
left: 0px;
}

#nav a{
display:block;
padding:5px;
border:1px solid #ffffff;
color:#ffffff;
text-decoration:none;
background-color:#000000;
}

#nav a:hover{
background-color:#ccc;
color:#000000;
}

#nav li{
float:left;
position:relative;
text-align:left;
height: 30px;
top: 0px;
left: 0px;
}

#nav ul {
position:absolute;
display:none;
width:12em;
top:2.0em;
}

#nav li ul a{
width:12em;
height:auto;
float:left;
background-position:left;
background-color:#000000;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:12em;
margin:0px 0 0 5px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}

#menu{
width: 100%;
margin: auto;
padding: 0px;
}

#navigationSection{
margin-left:0px;
float: left;
}

#userSection{
margin:5px;
padding:10px;
border:1px solid #ffffff;
}

#pageTitle{
float: left;
font-size:20px;
margin-top:10px;
}

form p label {
display:block;
float:left;
width:100px;
}

#processStausDisplay{
text-align: center;
color: white;
font-weight: bold;
}

table, th, td {
border: 1px solid black;
}

#serverTime{
margin-top:10px;
font-weight: bold;
float:left;
}

#header hr{
margin-top:10px;
}

#butPrint{
margin-top:10px;
float:right;
}

.textBox1{
width: 300px;
}

.textBox2{
width: 100px;
}

.textBox3{
width: 60px;
}

.textBox4{
width: 60px;
}

.textArea1{
width: 300px;
}

label{
font-weight: bold;	
}

.buttonLookLikeLink {
  background: none!important;
  border: none;
  padding: 0!important;
  /*optional*/
  font-family: arial, sans-serif;
  /*input has OS specific font-family*/
  color: #0000EE;
  text-decoration: underline;
  cursor: pointer;
  text-align: left;
  margin-top:1em;
}

.divPagination1 {
width: 200px; /* Set the width of the div */
margin: 0 auto; /* Set left and right margins to 'auto' */
/* Add any other styles you want for the centered div */
}

/* Define a CSS class for the links */
.linkPaginationSelected1 {
background-color: #f12114;
/* You can replace "YourBackgroundColor" with the desired color value.
For example: "red", "#00ff00", "rgb(255, 0, 0)", etc. */
padding: 5px 10px; /* Optional: Add padding to the links for better appearance */
/* Add any other styling you want for the links */
}

a.linkPaginationSelected1 {
color:#ffffff;
text-decoration:none;
}

#userSection{
border:1px solid #000000;
}

#pageTitle img {
  width: 100px; /* Adjust the width as needed */
  margin-right: 10px; /* Add some spacing between the image and text */
}

#pageTitleX img {
  width: 100px; /* Adjust the width as needed */
  margin-right: 10px; /* Add some spacing between the image and text */
}
#userSection img {
  width: 30px; /* Adjust the width as needed */
  margin-right: 10px; /* Add some spacing between the image and text */
}