/* basic styles */
* {
padding: 0;
margin: 0;
border: 0;
}

html {
height: 100.02%;
}
body {
font-size: 62.5%; 
background-color: #F5F9FF;
}
img {
border: 0;
}
h1, input, p, select, span, textarea, ul {
font-family: verdana, helvetica, arial, san-serif;
color: #17181C;
}
h1 {
font-size: 2.2em;
font-weight: normal;
}
p {
font-size: 1.2em; 
}
p.mainInfo {
font-size: 1.1em;
font-style: italic;
text-align: center;
padding-top: 10px;
}
table, td {
border-width: 0;
border-collapse: collapse;
/* border: 1px solid black; */
}
div.fl_clear {
clear: both;
font-size: 0;
line-height: 0;
}
div.fl_parent {
float: left;
}
div.fl_left {
float: left;
width: 40%;
text-align: left;
}
div.fl_right {
float: right;
width: 40%;
text-align: right;
}
div.inCenter {
text-align: center;
margin: auto;
}
* html div.inCenter {
  display: inline-block;
}
.centered {
text-align: center;
padding-bottom: 8px;
margin-left: auto;
margin-right: auto;
}
.center {
text-align: center;
}
.error {
padding-top: 10px;
color: red;
white-space: pre;
}
input.loginSubmit {
background-color: #CED7E5;
padding: 1px 3px;
border-top: 1px solid #AEB2AB;
border-right: 1px solid #636661;
border-bottom: 1px solid #636661;
border-left: 1px solid #AEB2AB;
margin:10px 0 0 0;
}
a { text-decoration: none; color: #17181C; } 
a:link { text-decoration: none; color: #17181C; }
a:visited { text-decoration: none; color: #17181C; }
a:hover { text-decoration: underline; color: #17181C; }
a:active { text-decoration: none; color: #17181C; }

/* Page footer */
p.footer {
padding: 30px;
font-size: 0.9em;
color: #788193;
text-align: center;
}
p.footer a:link { text-decoration: none; color: #788193; }
p.footer a:visited { text-decoration: none; color: #788193; }
p.footer a:hover { text-decoration: none; color: #788193; }
p.footer a:active { text-decoration: none; color: #788193; }

/* Scrollbar for IE */
html, body { 
scrollbar-face-color: #E5EAEF;
scrollbar-highlight-color: #E5EAEF;
scrollbar-3dlight-color: #65676C;
scrollbar-darkshadow-color: #65676C;
scrollbar-shadow-color: #E5EAEF ;
scrollbar-arrow-color: #65676C;
scrollbar-track-color: #CBD0D5; 
}
