﻿html, body {
	margin: 0;
	padding: 0;
	height :100%;
}

body   
{
    background: white;
    font-family: 'Segoe UI' ;
    margin: 0px;
    padding: 0px;
    color: black;
}

a
{
	text-decoration :none;
	color : white;
	/*font-size: 11pt;*/
}

.dsInline
{
	display:inline;
}

#page
{
   margin-bottom:20px;
}

#header
{
    /*position: relative;
    margin: 0px;*/
    padding: 0px;
    background: #2A5CB3;
    width: 100%;
}


.msg
{
	color: Red;
	font-weight: normal;
	font-size :10pt;

}



div.div_title
{	
	padding : 10px;
	background-color:#ff8800;
}

div.main
{
    padding: 10px;
    background-color : white;
    /*border-right-style: outset ;
    border-right-color: #0d1b70; 
	border-bottom-color : #0d1b70; 
	border-bottom-style : outset ;*/
	padding-bottom:30px;
    height: 100%;
	font-size : 16px;

}

div.footer
{
    color:#ff8800;
    text-align: center;
	font-weight : normal;
	 position:absolute;
   bottom:0;
   width:100%;
   height:30px; 
}

.text_normal
{
		font-family : 'Segoe UI';
		color : white;
}


.text_formTitle
{
		/*font-size: 11pt;*/
		font-family : 'Segoe UI';
		color : black;
		text-align:left;
		margin-left :1px;
		margin-right : 1px;
		padding : 0px 0px 0px 0px;
		margin-top :3px;
		align-content :center;
	
}

div.container {
   min-height:100%;
   position:relative;
   width : 100%;
}


