﻿body
{
	background-color:#6bb6ff;
}

div.Main
{
	height:auto;
	width:100%;
    margin:0px auto 10px 0px;
	background-color:White;
	float:left;
}
div.LeftPan
{
	height:100%;
	width:300px;
	float:left;
}
div.Header
{
	height:120px;
	width:100%;
	background-color:#6bb6ff;
}
div.Menu
{
	height:50px;
	width:100%;
	border:1px solid #1E90FF;
	background-color:#349bff;
}
div.Content
{
	height:auto;
	width:100%;
	background-color:White;
}
div.footer
{
	height:40px;
	width:100%;
	background-color:#1E90FF;
	border:1px solid #1E90FF;
}

.ac
{	   background-color: #1E90FF;
            color: lightcyan;
            cursor: pointer;
            line-height:1.4em;
            width:82px;
            padding: 5px 20px;
            text-decoration: none;
            text-align: center;
           
          
            border-radius: 7px;
            
            font-family:Verdana;
            font-size: 10pt;
     
}
.ac:hover
{background-color: #00CED1;
         
           
}
     .btn
     {
     	   background-color: #1E90FF;
            color: lightcyan;
            cursor: pointer;
            
            width:auto;
            padding:10px 20px;
            text-decoration: none;
            text-align: center;
           
            border: 1px solid #00CED1;
            border-radius: 3px;
            box-shadow: 0px 1px 10px #1E90FF;
            font-family:Verdana;
            font-size: 10pt;
     }
     .btn:hover
     {
     	  background-color: #00CED1;
            box-shadow: 0px 1px 15px #00CED1;
            font-weight:bold;
            border: 1px solid #1E90FF;
     }
     .txt
     {
     	border: 1px solid #1E90FF;
     	font-family:Verdana;
     	font-weight:500;
     	color:Black;
     	font-size:10pt;
     }
     .txt:focus
     {
     	box-shadow:0px 1px 5px #1E90FF;
     }
     .lbl
     {
     	color:#000333;
     	font-family:Verdana;
     	font-size:10pt;
     }
     h3
     {margin: 10px; background-color: #1E90FF; font-family:Verdana;
                    border-radius: 10px;  font-weight:500; 
                    color: White;  padding: 10px; font-size: 12pt;
     }
     h3:hover
     {
     	font-weight:bold;
     	background-color:#00CED1;
     }