﻿@charset "utf-8";
/* CSS Document */

body{
		margin:0px;
		padding:0px;
		background:#f4feff;
		/*url(../img/bg.png)fixed*/
		/*url(../images/backg.jpg) fixed */

}
.wrapper{
			width:980px;
			/*padding:0px;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;*/
            margin:0px auto;
			
			/*border-radius:4px;
			box-shadow:0px 4px 2px;*/
}

.main_bdy
{
	width: 980px;
	float:left;
	padding:8px;
	border:2px solid #d5bfb1;
	border-radius:4px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-bottom:10px;
	margin-top:15px;
	background:#fffdfd;
	
	margin-left: 0px;
	margin-right: 0px;
}/*e9faf7,f9edeb,f8f1f0*/

h1,h2,h3,h4,h5,ul,a,span,li,p{
		margin:0px;
		padding:0px;
		
}

.clear{
		margin:0px;
		padding:0px;
		line-height:none;
		clear:both;
}

.hed{
	width:980px;
	margin-top:20px;
	float:left;
}





/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}





/* Modal Content */
.modal-content {
    position: relative;
    background-color:rgba(204, 105, 97,0.60);
    margin:2px 80%;
    padding: 0;
    border: 1px solid #888;
    width: 214px;
	min-height:200px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

@media only screen and(max-width:1322px){

	
	
	}


.modal-header:before{
	    border-color: none;
    border-style: solid;

  border-color: transparent ; 
   border-width: 0 10.5px 13.5px;
	border-bottom-color:#782620;
    display: block;
	content:"";
    position: absolute;
    left:49%;
    top: -13px;
    z-index: 3;
    height: 0;
    width: 0;
	
	}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color:#782620;
    color: white;
}

.modal-body {padding: 9px 30%;}

.modal-body p{
	font-size:15px;
	text-align:center;
	color:#ccc;
	font-weight:500;
	
	}

.modal-footer {
    padding: 2px 16px;
	margin-top:10%;
    background-color: #5cb85c;
    color: white;
}





















#login2{
		background:url(../img/table_bg.gif) 0 0 repeat-y;
}

#login{
		background:url(../img/table_bg.gif) 0 0 repeat-y;
}


#txtusername{
	
				width:220px;
				height:20px;
}


#textpassword{
	
				width:220px;
				height:20px;
}


#btnreset{
	margin-left:30px;
}

.main{
	
		width:980px;
		background:url(../img/main_bg.gif) 0 0 repeat-y;
		
}


.main1{
	
		width:980px;
		background:url(../img/main_bg.gif) 0 0 repeat-y;
		margin-top:40px;
		border:1px solid #000;
		
}




.menu{
	
		width:100%;
		/*background:url(../img/menu_bg.gif) 0 0 no-repeat;*/
		float:left;
		margin-top:0px;
		background:#782620;
}



.mid_section{
	
				width:980px;
				margin-top:8px;
				margin-bottom:15px;
				
}


.fees_selection{
				  width:770px;
				  background:#80d2e7;
				  height:430px;
				  border:2px solid #000;
				  margin-left:100px;
				  
				  
				 
}


.top_row{
				  width:770px;
				  background:#074453;
				  height:21px;
}


