﻿body {
    font-size: .80em;
    font-family: 'Times New Roman';
    margin: 0px;
    padding: 0px;
    color:black;
    width:100%;
	height:100%;
}
/*Page Login*/
.main
{	
	margin:15% 35%;	
}
#bg
{
	position:absolute;
	width:100%;
	height:100%;
	filter:alpha(opacity=20%);	
	background-image: url("Images/bg.jpg") ;	
	background-repeat:repeat;		
	
}
#heading1 {
    width:360px;
    height:25px;
    background: #1c71d9;
    background-image: -webkit-linear-gradient(top, #1c71d9, #78c6f0);
    background-image: -moz-linear-gradient(top, #1c71d9, #78c6f0);
    background-image: -ms-linear-gradient(top, #1c71d9, #78c6f0);
    background-image: -o-linear-gradient(top, #1c71d9, #78c6f0);
    background-image: linear-gradient(to bottom, #1c71d9, #78c6f0);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    text-shadow: 1px 1px 3px #666666;
    font-family: Arial;
    color: #ffefa1;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    font-size :14px;
    font-weight :bold;
    text-align:center;
    line-height:25px;	
    padding:3px 0px 3px 0px;
    text-transform:uppercase;		
}
#content1 {
	width:360px;
	min-height:150px;
	padding:3px 0px 3px 0px;
	color:#0a0675;
	-moz-box-shadow: 6px 8px 21px #000000;
	-webkit-box-shadow: 6px 8px 21px #000000;
	box-shadow: 6px 8px 21px #000000;	
	border-radius:0px 0px 4px 4px;
	background:-webkit-gradient(radial, 165 0, 383, 254 273, 532, from(#f2f5e2), to(#f1f5b8));

}
.btn {
    background: #f5d658;
    background-image: -webkit-linear-gradient(top, #f5d658, #ecf570);
    background-image: -moz-linear-gradient(top, #f5d658, #ecf570);
    background-image: -ms-linear-gradient(top, #f5d658, #ecf570);
    background-image: -o-linear-gradient(top, #f5d658, #ecf570);
    background-image: linear-gradient(to bottom, #f5d658, #ecf570);
    -webkit-border-radius: 6;
    -moz-border-radius: 6;
    border-radius: 6px;
    font-family: Arial;
    color: #0a0675;
    font-size: 13px;
    padding: 5px 10px 5px 10px;
    border: solid #ebebeb 2px;
    text-decoration: none;
    margin-top: 5px;
}
    .btn:hover {
        background: #d1d127;
        background-image: -webkit-linear-gradient(top, #d1d127, #ced63e);
        background-image: -moz-linear-gradient(top, #d1d127, #ced63e);
        background-image: -ms-linear-gradient(top, #d1d127, #ced63e);
        background-image: -o-linear-gradient(top, #d1d127, #ced63e);
        background-image: linear-gradient(to bottom, #d1d127, #ced63e);
        text-decoration: none;
    }
.massege_login
{
	clear:both;
	font-size:13px;
	color:Red;
}
/*Page Master*/
#cssContainer {
  width:98%; 
  height:98%; 
  top:10px;
  bottom:0px;
  min-width:1150px;
  margin-left:1%;
  margin-right:auto;
  padding-top:2px;
  min-height:620px;
}
#cssHeader {
    height: 125px;
    width: auto;
    color: white;
    border: 1px solid #C0C0C0;
    min-width:1150px;
}
#cssMain
{		
	position:absolute;
	top:135px;
    bottom:10px;
	width:100%;
	height:100%;
    min-width:1150px;
    min-height:535px;
}
#cssFooter {
    width: 98%;
    bottom: 0;
    position:absolute;
    /*left:1%;*/
    border-top:1px solid black;
    background-image:url("Images/bg-regInfo.jpg");
    min-width:1150px;
}
.leftFooter{
    float:left;
    width:auto;
    padding-left:5%;
    padding-top:10px;
    color:black;
    font-weight:bold;
    padding-bottom:10px;
} 
.rightFooter{
    float:right;
    width:auto;
    color:black;
    font-weight:bold;
    padding-right:5%;
    padding-top:10px;
}
.centerFooter{
    width:90px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    padding-top:10px;
}
.centerFooter img{
    width:70px;
    height:70px;
}
/*Page NTNNTS2016*/
.cssMain{
    width:98%;
    height:100%;
    overflow:auto;
    bottom:0;
}
#cssMenu { /*menu left*/
    height: 100%;
    width: 18%;
    float: left;
    min-width:210px;
    position:absolute;
}
#cssMenu-child {
    height: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-right: 1px;
}
#cssContent {
    height: 85%;
    width: 81%;
    float: right;
    position:relative;
    right:0;
    overflow:auto;
}
#cssContentMain {
    height: 100%;
    width: 100%;
    /*position: relative;*/
}
#cssContent-child {
    height: 100%;
    /*width: 100%;*/
    right: 0px;
    left: 0px;
    margin-right: 0px;
    margin-left: 0px;
    position: absolute;
}
