/* Default CSS Stylesheet for a new Web Application project */
html 
{
	height: 100%;
}
body
{
    font-size: 9pt;
    font-family: verdana,arial,sans-serif;
    height: 100%;
}
img
{
	border: 0px;
}
select 
{
    font-weight: normal;
    font-size: 9pt;
    font-family: verdana,arial,sans-serif;
    color: #000000;
    box-sizing: border-box;
    height: 25px;
    padding: 2px;
}
input[type=text] 
{
    font-weight: normal;
    font-size: 9pt;
    font-family: verdana,arial,sans-serif;
    color: #000000;
    box-sizing: border-box;
    height: 25px;
    padding: 2px;
}
input[type=password]
{
    font-weight: normal;
    font-size: 9pt;
    color: #000000;
    box-sizing: border-box;
    height: 25px;
    padding: 2px;
}
input[type=radio] /* FireFox, Chrome vertical alignment bug fix??? */ {
    height: 18px;
}
textarea
{
    font-weight: normal;
    font-size: 9pt;
    font-family: verdana,arial,sans-serif;
    color: #000000;
    border: 1px solid #c7c7c7;
    padding: 2px;
}
table
{
    border: thin;
}
td
{
    font-size: 8.5pt;
    font-family: verdana,arial,sans-serif;
    -webkit-text-size-adjust: 100%;
}
hr
{
    height: 1px;
    border: none;
    background: #c0c0c0;
}
form 
{
	margin: 0px;
	padding: 0px;
}
img 
{
    vertical-align: middle;
}
a:hover 
{
    color: #888888;
    text-decoration: underline;
}
a:active
{
    color: #888888;
    text-decoration: underline;
}
a:link
{
    color: #5b5b5b;
    text-decoration: none;
}
a:visited
{
    color: #5b5b5b;
    text-decoration: none;
}
div.editdiv 
{
    font-size: 9.0pt;
    font-family: verdana,arial,sans-serif;
    -webkit-text-size-adjust: 100%;
}
.hrfade 
{
	height: 1px;
    border: none;
    background: #f1f1f1;    
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.login
{
	font-weight: normal;
    font-size: 9pt;
    font-family: verdana,arial,sans-serif;
	background-color: #f39122;
	padding: 3px; 
	border: 1px solid #eb7d01;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.login:active
{
	background-color: #eb7d01;
}
.login:focus 
{
	outline:0;
}
.submit
{
	font-weight: normal;
    font-size: 9pt;
    font-family: verdana,arial,sans-serif;
	background-color: #f0f0f0;
	padding: 5px; 
	border: 1px solid #ccc;
	border-radius: 5px;
    min-width: 100px;
	-webkit-border-radius: 5px;
}
.submit:active
{
	background-color: #dadada;
}
.submit:focus 
{
    outline: 0;
}
.go
{
	font-weight: normal;
    font-size: 9pt;
    font-family: verdana,arial,sans-serif;
	background-color: #f0f0f0;
	padding: 3px; 
	border: 1px solid #ccc; 
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.go:active
{
	background-color: #dadada;
}
.go:focus 
{
    outline: 0;
}
.greenbutton
{
    background: #00c900;
    background-image: -webkit-linear-gradient(top, #00c900, #008a00);
    background-image: -moz-linear-gradient(top, #00c900, #008a00);
    background-image: -ms-linear-gradient(top, #00c900, #008a00);
    background-image: -o-linear-gradient(top, #00c900, #008a00);
    background-image: linear-gradient(to bottom, #00c900, #008a00);
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    -webkit-tap-highlight-color: #ccc;  
    border-radius: 75px;
    font-size: 8.5pt;
    font-family: verdana,arial,sans-serif;
    color: #ffffff;
    font-weight:bold;
    padding: 5px 10px 5px 10px;
    border: solid #a2a2a2 1px;
    text-decoration: none;
    white-space:nowrap;
}
.greenbutton:active
{
    background: #008a00;
}
.greenbutton:focus 
{
    outline: 0;
}
.greenbutton a
{
    color: #ffffff;
    text-decoration: none;
}
.redbutton 
{
    background: #f80000;
    background-image: -webkit-linear-gradient(top, #f80000, #bc0000);
    background-image: -moz-linear-gradient(top, #f80000, #bc0000);
    background-image: -ms-linear-gradient(top, #f80000, #bc0000);
    background-image: -o-linear-gradient(top, #f80000, #bc0000);
    background-image: linear-gradient(to bottom, #f80000, #bc0000);
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    -webkit-tap-highlight-color: #ccc;  
    border-radius: 75px;
    font-size: 8.5pt;
    font-family: verdana,arial,sans-serif;
    color: #ffffff;
    font-weight:bold;
    padding: 5px 10px 5px 10px;
    border: solid #a2a2a2 1px;
    text-decoration: none;
    white-space:nowrap;
}
.redbutton:active
{
    background: #bc0000;
}
.redbutton:focus 
{
    outline: 0;
}
.redbutton a
{
    color: #ffffff;
    text-decoration: none;
}
.bluebutton 
{
    background: #0095eb;
    background-image: -webkit-linear-gradient(top, #0095eb, #01598c);
    background-image: -moz-linear-gradient(top, #0095eb, #01598c);
    background-image: -ms-linear-gradient(top, #0095eb, #01598c);
    background-image: -o-linear-gradient(top, #0095eb, #01598c);
    background-image: linear-gradient(to bottom, #0095eb, #01598c);
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    -webkit-tap-highlight-color: #ccc;  
    border-radius: 75px;
    font-size: 8.5pt;
    font-family: verdana,arial,sans-serif;
    color: #ffffff;
    font-weight:bold;
    padding: 5px 10px 5px 10px;
    border: solid #a2a2a2 1px;
    text-decoration: none;
    white-space:nowrap;
}
.bluebutton:active
{
    background: #01598c;
}
.bluebutton:focus 
{
    outline: 0;
}
.bluebutton a
{
    color: #ffffff;
    text-decoration: none;
}
.dialogbuttonOK 
{
    background: #0095eb;
    font-weight: 600;
    font-size: 9pt;
    font-family: verdana,arial,sans-serif;
    color: #ffffff;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    -webkit-border-radius: 5px;
}
.dialogbuttonOK:active 
{
    background: #01598c;
}
.dialogbuttonOK:focus 
{
    outline: 0;
}
.dialogbuttonCancel 
{
    font-weight: normal;
    font-size: 9pt;
    font-family: verdana,arial,sans-serif;
    background-color: #f0f0f0;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.dialogbuttonCancel:active
{
    background-color: #dadada;
}
.dialogbuttonCancel:focus 
{
    outline: 0;
}
.oddrow 
{
    background-color: #F1F1F1;
    height: 22px;
}
.evenrow 
{
    background-color: #FFFFFF;
    height: 22px;
}
.newrow 
{
    background-color: #BEEEBF;
    height: 22px;
}
.viewedrow 
{
    background-color: #D6E5FA;
    height: 22px;
}
.headertextbig
{
    font-size: 15pt;
    font-family: arial black, arial-boldmt, verdana;
    font-style: italic;
    letter-spacing: -1px;
}
.nowrap
{
	white-space:nowrap;
}
.actionlink 
{
    display: inline-block;
    white-space: nowrap;
    padding-right: 15px;
    padding-top: 5px;
}
.actionlink img 
{
    margin-top: -2px;
    margin-right: 2px;
}
.actionlink a 
{
    display: block;
    height:20px;
}
.headertextsmall
{
    font-size: 8pt;
    color: #6e6e6e;
    font-family: verdana,arial,sans-serif;
}
.footersmall 
{
    font-size: 7.5pt;
    color: #4a4a4a;
    font-family: verdana,arial,sans-serif;
}
.graybox 
{
    border: #c0c0c0 1px solid;
    border-spacing: 1px;
    border-collapse: separate;
    background-color: #f1f1f1;
    border-radius: 3px;  
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.graybox td 
{ 
    padding: 1px;
}
.whitebox 
{
    border: #c0c0c0 1px solid;
    border-collapse: separate;
    background-color: #f6f6f6;
    background-color: #ffffff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.center
{
	margin: auto;
	text-align: -moz-center;
}
.center[type=button]
{
	display: block;
	margin: auto;
	text-align: -moz-center;
}
.grid 
{
	border-collapse: collapse;
    border: 1px solid #6e6e6e;
}
.grid > tbody > tr > td
{ 
    border: 1px solid #6e6e6e;
    padding: 0px;
}
.pad0 
{ 
    border-spacing: 0px;
}
.pad0 > tbody > tr > td
{ 
    padding: 0px;
}
.pad1 
{ 
    border-spacing: 0px;
}
.pad1 > tbody > tr > td
{ 
    padding: 1px;
}
.pad2 
{ 
    border-spacing: 0px;
}
.pad2 > tbody > tr > td
{ 
    padding: 2px;
}
.pad3
{ 
    border-spacing: 0px;
}
.pad3 > tbody > tr > td 
{ 
    padding: 3px;
}
.pad4 
{ 
    border-spacing: 0px;
}
.pad4 > tbody > tr > td
{ 
    padding: 4px;
}
.pad5 
{ 
    border-spacing: 0px;
}
.pad5 > tbody > tr > td
{ 
    padding: 5px;
}
