<style>

/*
body {background:images/backgrund-page.gif; color:#000000}
*/

/*
body {
	background-image: url(http://cssround.com/bg-middle.jpg);
	background-repeat: repeat;
}
*/

h1 {font:20pt "verdana";color:#666633;text-align:center}

P {font:10px "verdana"; color:#52554a; MARGIN: 10px;margin-right: 10px; margin-top: 10px; margin-bottom: 20}



/*
input {font:11pt "calibri"; color: #808080; font-size: 11pt; border-left: 1 solid #BEC2FA; border-right: 1 solid #BEC2FA; border-top: 1 solid #BEC2FA; border-bottom: 1 solid #BEC2FA}
*/


input[type=text]{
   /* display: block; */
    height: calc(1.5em + 1.3rem + 2px);
    padding: 0.65rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3F4254;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #E4E6EF;
    border-radius: 0.42rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
input[type=text]:focus{
    background: #fff;
    border: 1px solid #9e0f15;
}

input[type=password]{

    display: block;
    height: calc(1.5em + 1.3rem + 2px);
    padding: 0.65rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3F4254;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #E4E6EF;
    border-radius: 0.42rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}



textarea {font:8pt "verdana"; color: #808080; font-size: 8pt; border-left: 1 solid #C0C0C0; border-right: 1 solid #C0C0C0; border-top: 1 solid #808080; border-bottom: 1 solid #C0C0C0}

input.t1 {color: #505448; font-size: 10pt; font-family: Verdana; background-color: #DBDBD7; border-left: 1 solid #C0C0C0; border-right: 1 solid #808080; border-top: 1 solid #C0C0C0; border-bottom: 1 solid #808080; min-height: 28px;}

table.back_image{
		background-image: url('/container/resources/gif/logos/Watermark.jpg');
   		background-repeat: no-repeat;
   		background-position: center center;
	}
	
body.back{
		background-image: url('/container/resources/gif/logos/Watermark.jpg');
   		background-repeat: no-repeat;
   		background-position: center center;
}

table.back_main{
		background-image: url('/container/resources/gif/logos/Watermark.jpg');
   		background-repeat: no-repeat;
   		background-position: center center;
		border-style    : solid ;
	  	border-color    : #efe7ef;
	  	cellspacing		:0;
	  	cellpadding		:0;
	  	font-size	      : 11px; 
	  	font-family	: Verdana;
	  	Width           :700px;
	}
td.MTTD1_back
	{ 	  
	FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#DFDCCE', endColorStr='#F7F7F2', gradientType='0')
	
	border: 1 solid #E8E8DF;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	}

td.MTTD2_back
      { 	

	border: 1 solid #EEEEEE;
	border-collapse: collapse;
	cellspacing		:0;
	cellpadding		:0;
	font-family: Verdana;
	font-size: 10px;
	}

td.MTTD3_back
      { 	
	border: 1 solid #000000;
	border-collapse: collapse;
	cellspacing		:0;
	cellpadding		:0;
	font-family: Verdana;
	font-size: 8pt;
	font-weight:Bold;
	writing-mode:tb-rl;
	filter:flipH flipV;
	}

td.MTTD8_back
      { 	
	border: 1 solid #EEEEEE;
	border-collapse: collapse;
	cellspacing		:0;
	cellpadding		:0;
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	}
	
caption{ font-family: Verdana;
	font-size: 11px;
	color: #52554A;
	font-weight: bold; 
	margin: 2;	
	}
/*
a:link
{
	font-family: Verdana;
	font-size: 10px;
	color: #52554A;	
	text-decoration: none ;
}
a:visited

{ 
      font-family: Verdana;
      font-size: 10px;
      color: #52554A;	
      text-decoration: none ;
}
a:hover

{
      font-family: Verdana;
      font-size: 10px;
      color:#52554A;	
      text-decoration: underline ;
}
*/
select {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.3rem + 2px);
    padding: 0.65rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3F4254;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #E4E6EF;
    border-radius: 0.42rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

table.t1
{
	background-color: #FFFFFF;
	
}



table.outertable
	{
	  border-style    : solid ;
	  border-color    : #efe7ef;
	  cellspacing		:0;
	  cellpadding		:0;
	  font-size	      : 11px; 
	  font-family	: Verdana;
}

td.MTTD1
	{ 	  
	padding: 0.75rem;
	vertical-align: center;
	border-top: 1px solid #100e0e;
	background-color:#E1F0FF;
	font-weight: 480;
	font-size: 1.00rem;
	
	}

td.MTTD2
      { 	
	padding: 0.75rem;
	vertical-align: center;
	border-top: 1px solid #EBEDF3;
	background-color: #fcfcfd;
	color: #7E8299;
	font-weight: 500;
	font-size: 1rem;
	}

td.MTTD3
      { 	
	padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #EBEDF3;
	font-weight: 450;
    font-size: 0.75rem;
	color: #404040;
	writing-mode:tb-rl;
	filter:flipH flipV;
	
	}
	
td.MTTD8
      { 	
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #EBEDF3;
	background-color: #fcfcfd;
	font-size: 12px;
	color: #404040;
	}

	
td.MTTD5
      { 	
	background-color: #FFFFFF;
	border: 1 solid #EEEEEE;
	border-collapse: collapse;
	cellspacing		:0;
	cellpadding		:0;
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	text-align:left;
	}
	
td.MTTD1_1
	{
	-webkit-border-radius: 7px 7px 0px 0px;-moz-border-radius: 7px 7px 0px 0px;border-radius: 7px 7px 0px 0px;border:0px solid #FFF3F3;background-color:#3699FF;
	
	font-family: Calibri;
	color: #ffffff;
	font-size: 14px;
	min-height: 30px;
	vertical-align: middle;
	text-transform: uppercase;
	}
	     
input.btn {
	color: #3699FF;
		  background-color: #E1F0FF;
       border-color: transparent;

	cursor:pointer;
	
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
	
}
input.btn:hover {
 	color: #FFFFFF;
  background-color: #3699FF;
  border-color: transparent;
}
input.btn:active {
	position:relative;
	top:1px;

}

	
td.MTTD11
	{ 	  
	-webkit-border-radius: 7px 7px 0px 0px;-moz-border-radius: 7px 7px 0px 0px;border-radius: 7px 7px 0px 0px;border:2px solid #FFF3F3;background-color:#3699FF;
	padding: 0.75rem;
	vertical-align: center;
	border-top: 1px solid #EBEDF3;
	background-color:#E1F0FF;
	font-weight: 480;
	font-size: 1.00rem;

	}
td.MTTD22
      { 
	-webkit-border-radius: 7px 7px 0px 0px;-moz-border-radius: 7px 7px 0px 0px;border-radius: 7px 7px 0px 0px;border:2px solid #FFF3F3;background-color:#3699FF;
	padding: 0.75rem;
	vertical-align: center;
	background-color: #fcfcfd;
	color: #7E8299;
	font-weight: 500;
	font-size: 1rem;

	
	}
	
</style>

