body
{
font-family:"Roboto","Lucida Grande","Lucida Sans Unicode",Tahoma, sans-serif;
font-size:1.1em;
color: #58585B;
margin: 0 auto;
background-color: white;
}

#page{
padding: 20px;
}

a
{
color: #5188bf;
font-style: oblique;
text-decoration: none;
}
a:hover
{
cursor: pointer;
text-decoration: underline;
}

img
{
border: none;
}

h2
{
font-family: "Roboto";
font-weight: 200;
color: #0173ba;
margin-top: 4px;
margin-bottom: 2px;
font-size: 24px;
}

h3
{
font-family: "Roboto";
font-weight: bold;
color: #0173ba;
margin-top: 4px;
margin-bottom: 5px;
font-size: 1.1em;
}

#header{
background-color: #0173ba;
color: white;
font-size: 1.3em;
padding: 14px 20px 14px 20px;
}

.col_a{
float: left;
width: 500px;
}

.validation_message_background{
padding: 8px;
background-color: #DE622A;
color: white;
font-style: oblique;
}

.input_number
{
width: 50px;
}

#loader{
    display: none;
	position: fixed;
	left: 0px;
    top: 0px;
	width: 100%;
	height: 100vh;
	background: #FFFFFF url('images/LoadGif.gif') no-repeat center;
	z-index: 999;
}