.btnhome {
    
    width: 70%;
float:right;
   
}
.center {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
   
}
.tableStyle{
	font-family:Arial;
	font-size:14px;
}
.users {
  table-layout: fixed;
  width: 78%;
  white-space: nowrap;
}
.cont
{
    width: 100%;
    height: 2000px;
    background-color: silver;
}

.leftNav
{
    width: 20%;
    height: 100%;
    float: left;
    background-color: #FFC31E;
}

.topPanel
{
    width: 80%;
    height: 22%;
    float: right;
    background-color: lightgray; 
}
.bottomPanel
{
    width: 80%;
    height: 80%;
    float: right;
    background-color: #FFFFEA; 
}
p.normal {
    font-style: normal;
    font-size:100%;
}

p.italic {
    font-style: italic;
}

p.oblique {
    font-style: oblique;
}
input.refreshbtn{
	background-image: url(/images/refresh.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 38px 0px; 
	padding-right:10px;
	padding-top:10px;
	position: relative;
	height:37px;
	vertical-align:right;
}
input.button_nci {
    background-image: url(/images/nci.png); /* 8px x 8px */
	
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 0px 0px;  /* equivalent to 'top left' */
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    height: 36px;           /* make this the size of your image */
    padding-right: 66px;     /* make text start to the right of the image */
    vertical-align: right; /* align the text vertically centered */
}

input.button_nih {
    background-image: url(/images/nih.png); /* 8px x 8px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 0px 0px;  /* equivalent to 'top left' */
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    height: 36px;           /* make this the size of your image */
    padding-right: 66px;     /* make text start to the right of the image */
    vertical-align: right; /* align the text vertically centered */
}
input.button_nci {
    background-image: url(/images/nci.png); /* 8px x 8px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 0px 0px;  /* equivalent to 'top left' */
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    height: 36px;           /* make this the size of your image */
    padding-right: 66px;     /* make text start to the right of the image */
    vertical-align: right; /* align the text vertically centered */
}
input.button_login {
    background-image: url(/images/login.png); /* 8px x 8px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 0px 0px;  /* equivalent to 'top left' */
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    height: 36px;           /* make this the size of your image */
    padding-right: 66px;     /* make text start to the right of the image */
    vertical-align: right; /* align the text vertically centered */
}
input.button_usa {
    background-image: url(/images/usa.png); /* 8px x 8px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 0px 0px;  /* equivalent to 'top left' */
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    height: 36px;           /* make this the size of your image */
	width: 94px;
	padding-right: 86px;     /* make text start to the right of the image */
    vertical-align: right; /* align the text vertically centered */
}
input.button_exit {
    background-image: url(/images/exit.png); /* 8px x 8px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 0px 0px;  /* equivalent to 'top left' */
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    height: 46px;           /* make this the size of your image */
    padding-right: 66px;     /* make text start to the right of the image */
    vertical-align: right; /* align the text vertically centered */
}

input.button_add {
    background-image: url(/images/Excel-icon.png); /* 8px x 8px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 0px 0px;  /* equivalent to 'top left' */
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    height: 36px;           /* make this the size of your image */
    padding-right: 66px;     /* make text start to the right of the image */
    vertical-align: right; /* align the text vertically centered */
}

input.button_addpdf {
    background-image: url(/images/pdf.png); /* 8px x 8px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 0px 0px;  /* equivalent to 'top left' */
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    height: 36px;           /* make this the size of your image */
    padding-right: 66px;     /* make text start to the right of the image */
    vertical-align: right; /* align the text vertically centered */
}

input.button_help{
   # background-image: url(/images/question_mark.png); /* 8px x 8px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 0px 0px;  /* equivalent to 'top left' */
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    height: 85px;           /* make this the size of your image */
    padding-right: 60px;     /* make text start to the right of the image */
    vertical-align: right; /* align the text vertically centered */
	text-decoration: underline;
}
input.button_home {
    background-image: url(/images/home.png); /* 8px x 8px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 0px 0px;  /* equivalent to 'top left' */
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    height: 52px;           /* make this the size of your image */
    padding-right: 66px;     /* make text start to the right of the image */
    vertical-align: right; /* align the text vertically centered */
}
span{
	white-space:nowrap;
}
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:60px;   /* Height of the footer */
   background:#6cf;
}

