body { 
	font-family: 'Open Sans', sans-serif;
	font-size: 12.5px;
	font-weight: normal;
	}

.buttonstyle1 {
    background-color: #F5564A;
    color: white;
    padding: 8px 20px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    font-family: "Open Sans",sans-serif;
}
.buttonstyle1:hover {
    background-color: #ea4b3f;
    color: #fffdce;
    font-weight: bold;
    font-family: "Open Sans",sans-serif;
}
.buttonstyle2 {
    background-color: #788999;
    color: white;
    padding: 8px 20px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    font-family: "Open Sans",sans-serif;
}
.buttonstyle2:hover {
    background-color: #647382;
    color: #fffdce;
    font-weight: bold;
    font-family: "Open Sans",sans-serif;
}

/** The below style is to avoid dotted border which appears on focus ***/
:focus {
	outline:none;
}
::-moz-focus-inner {
	border:0;
}

.buttonstyle3{
	width:420px;
	background-color: #7EB90F;
	color: #202f04;
	border: none;
	cursor: pointer;
	font-size: 20px;
    font-family: "Open Sans",sans-serif;
    padding:5px 10px 5px 10px;
    text-decoration: none;
}
label{
	font-family: "Open Sans",sans-serif; 
    padding-left: 8px;
    font-size: 14px;
    font-weight: 600;
    color :#262626;
}
.bottomdiv{
	height:60px;
	background:#eaeaea; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(white,#eaeaea); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(white,#eaeaea); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(white,#eaeaea); /* For Firefox 3.6 to 15 */
    background: linear-gradient(white,#eaeaea); /* Standard syntax (must be last) */
    border:3px solid #f1f1f1;border-top:0px;
}
.bottomdiv a{
	float:left;
    padding-top:10px;
    text-decoration: none;
    color: #404040;
}
.bottomdiv a:hover{
	float:left;
    margin-left:40px; 
    padding-top:10px;
    text-decoration: underline;
    color: #000;
}

select { 
	font-family: 'Open Sans', sans-serif;
}
		
	
.title-banner h1 {
    color: #fff;
    font-weight: 300;
    font-size: 50px;
    text-align: left;
    margin: 0;
    padding-top: 35px;
}

.title-banner h2 {
    color: #fff;
    font-weight: 240;
    font-size: 40px;
    text-align: left;
    margin: 0;
    padding-top: 35px;
}

.title-banner h3 {
    color: #fff;
    font-weight: 180;
    font-size: 30px;
    text-align: left;
    margin: 0;
    padding-top: 35px;
}

.title-banner h4 {
    color: #fff;
    font-weight: 120;
    font-size: 20px;
    text-align: left;
    margin: 0;
    padding-top: 35px;
}

@media only screen and (max-width: 768px) 
{
	.title-banner h1 
	{
	    font-size: 5vw;
	    padding-top: 15px;
	}
	.title-banner h2 
	{
	    font-size: 4vw;
	    padding-top: 15px;
	}
	.title-banner h3 
	{
	    font-size: 3vw;
	    padding-top: 15px;
	}
	.title-banner h4 
	{
	    font-size: 2vw;
	    padding-top: 15px;
	}
}

.title-banner td {
    text-align: center;
}	

.title-banner td a {
    color: #fff;
}

.toolbar-img
{
	width:16px;
	height:16px;
	border:0;
	text-align:left;
	vertical-align:middle;
}

.portal-toolbar
{
  background-color: #898C77;
  font-size: 12px;
  text-align: right;
  width: 100%;
  border-bottom: 3px solid #747763;
}

.toolbar-link
{
	text-decoration: none;
	text-align: left;
	padding: 10px 10px;
	color: #fff;
}

.toolbar-link:hover
{
	text-align: left;
	padding: 8px 9px;
	padding-bottom: 5px;
	color:#2E3940;
	background-color:#C6D3EF;
	background: -moz-linear-gradient(top, #fff, #C6D3EF);
	/* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#C6D3EF));

    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #fff, #C6D3EF);

    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #fff, #C6D3EF);

    /* IE 10 */
    background: -ms-linear-gradient(top, #fff, #C6D3EF);

    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #fff, #C6D3EF);
    border: 1px solid #C6D3EF;
}

.toolbar-link:focus
{
	text-align: left;
	padding: 8px 9px;
	padding-bottom: 5px;
	color:#2E3940;
	background-color:#C6D3EF;
	background: -moz-linear-gradient(top, #fff, #C6D3EF);
	/* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#C6D3EF));

    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #fff, #C6D3EF);

    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #fff, #C6D3EF);

    /* IE 10 */
    background: -ms-linear-gradient(top, #fff, #C6D3EF);

    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #fff, #C6D3EF);
    border: 1px solid #C6D3EF;
}

.content-area
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.content-area p {
	
}

.content-area a
{
    color: #2e3940;
}

.content-area a:hover
{
	color: olive;
}

.text_black
{
	color: #000000;
	text-decoration:none;
}
.text_blue
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #0000FF;
}
.text_head_blue
{
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: blue;
	text-decoration:none;
}
.text_justify
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration:none;
	line-height: 17px;
}
.links_black
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
}
.td_links_black
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
	text-align: left;
	height: 22px;
	background-color: #D0D4B5;
	border-left-color: #D0D4B5;
	border-right-color: #D0D4B5;
	border-top-color: #D0D4B5;
	border-bottom-color: #FFFFFF;
	border-style:solid;
	border-width:1px;
}
.td_links_black_workflow
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
	text-align: left;
	height: 22px;
}
.white_bold
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}
.style2 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration:none;
}
.error  { 
	background-color: #ffc4b3;
    border: 2px solid red;
    font-size: 14px; 
}
a.links_black:hover
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	text-decoration:underline;
}
.links_blue 
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	text-decoration:none;
}
a.links_blue:hover
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
}
.td {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	height: 22px;
	background-color: #D0D4B5;
	border-left-color: #D0D4B5;
	border-right-color: #D0D4B5;
	border-top-color: #D0D4B5;
	border-bottom-color: #FFFFFF;
	border-style:solid;
	border-width:1px;
}
td.linkselected 
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	text-indent: 10px;
	height: 20px;
	border-width: 1px;
	background-color: #B8BC9B;
	border-color: #FFFFFF;
}
td.sublink 
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	text-indent: 10px;
	height: 20px;
	border-width: 1px;
	background-color: #E3E3DB;
	border-color: #FFFFFF;
}
td.sublinkselected 
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	text-indent: 10px;
	height: 20px;
	border-width: 1px;
	background-color: #C7C7C7;
	border-color: #FFFFFF;
}

.btns {
	font-family: 'Open Sans', sans-serif;
	font-size: 12.5px;
	font-weight: bold;
	color: #000000;
	background-color: #A6AA95;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e3e3DB;
	border-right-color: #6D725A;
	border-bottom-color: #6D725A;
	border-left-color: #e3e3DB;
}

.fields {
	font-family: 'Open Sans', sans-serif;
	font-size: 12.5px;
	font-weight: normal;
	color: #000099;
	background-color: #FFFFFF;
	border: 1px solid #333333;
}
.page-bg
{
	background-color: #FFFFFF;
}
.blue-bg
{
	background-color: #C6D3EF;
}

p.copyright  
{ 
color: #999999;
font-size: 10px;
line-height: 15px;
text-decoration: none;
padding-right: 0px;
padding-left: 10px; 
}

/* additional styles - from java site*/
img.thinfo { margin-right:2px;margin-bottom:-4px;margin-left:25px;width:16px;height:16px; }
span.rightarrowred {color:#f00;}
.flrgt { float: right; } 
.fllft { float: left; } 
/* end additional styles */
.table-header
{
	color: #000000;
	background-color: #A6AA95;
	font-family: Verdana;
	font-weight: normal;
	font-size: 14px;
}
.table-row
{
	color: #000000;
	background-color: #E3E3DB;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	padding-left: 2px;
	text-align: right;
}
#element_to_pop_up, #run_command_pop_up
{
	background-color:#fff;
    border-radius:15px;
    color:#000;
    display:none; 
    padding:20px;
    min-width:50px;
    min-height: 50px;
}

.b-close
{
    cursor:pointer;
    position:absolute;
    right:10px;
    top:5px;
}
.watermark{
  color: #d0d0d0;
  font-size: 50pt;
  position: absolute;
  margin: 0;
  left:380px;
  top:100px;
  opacity:0.4;
  
  }
  
.long-div {
    height:50px;
}
.short-div {
    height:25px;
}

.path-nav{
	font-size: 11px;
	color:#696969;
	height:16px;
}

.wrap{
	white-space: normal !important;
}

.exceltooltip {
	text-decoration: none;
}

.exceltooltip:hover {
	text-decoration: none;
}

.exceltooltip .exceltooltiptext {
	visibility: hidden;
	font-size: 11.5px;
	font-color:#555555;
	background-color: #ddd;
	text-align: left;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 50%;
	line-height: 1.5em;	
}

.exceltooltip:hover .exceltooltiptext {
	visibility:visible;
}
