﻿.menu {
    width: 100%;
    margin: 0;
    padding: 10px 0 0 0;
    list-style: none;  
    background-color: #111;

    /*background-image: linear-gradient(#4682B4, #4C4040);*/
    border-radius: 50px;
    box-shadow: 0 2px 1px #9c9c9c;
}

.menu li {
    float: left;
    padding: 0 0 10px 0;
    position: relative;
}

.menu a {
    float: left;
    height: 25px;
    padding: 0 25px;
    color: #999;
    text-transform: uppercase;
    font: bold 12px/25px Arial, Helvetica;
    text-decoration: none;
    text-shadow: 0 1px 0 #000;
}

.menu li:hover > a {
    color: #fafafa;
}

*html #menu li a:hover { /* IE6 */
    color: #fafafa;
}

.menu li:hover > ul {
    display: block;
}

/* Sub-menu */
.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;    
    background-color: #111;   
    /*background-image: linear-gradient(#444, #111);*/    
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.menu ul li {
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    box-shadow: 0 1px 0 #111111, 
                0 2px 0 #777777;
}

.menu ul li:last-child { 
    box-shadow: none;    
}

.menu ul a {    
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

*html #menu ul a { /* IE6 */   
    height: 10px;
    width: 150px;
}

*:first-child+html #menu ul a { /* IE7 */    
    height: 10px;
    width: 150px;
}

.menu ul a:hover {
    background-color: #4682B4;
    /*background-image: linear-gradient(#04acec, #0186ba);*/
}

.menu ul li:first-child a {
    border-radius: 5px 5px 0 0;
}

.menu ul li:first-child a:after {
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

.menu ul li:first-child a:hover:after {
    border-bottom-color: #4682B4; 
}
.menu ul li:last-child a {
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
.menu:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
h1
	{
		width: 100%;
		text-align: center;
		margin: 0 0 0 0;
		padding: 10px 0px;
		border-bottom: solid 1px #ddd;
	}
	
	.spanlft-home
	{
		color: #fff;
		font-size: 20px;
		font-weight: 100;
		margin: 10px;
		padding: 0px;
	}

		.spanlft-home a
		{
			color: #fff;
			font-size: 18px;
			font-weight: 100;
		}
		.Main-Container
{
    width: 1000px !important;
    margin: 0px auto 0 auto;
    padding: 0;
    height:inherit !important;
    min-height:600px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow:0 0 15px #ddd;
}
 .DivHeader {
    border-bottom: 1px solid #000;
    line-height: 30px;
    width: 100%;
    height: 50px;
    margin: 10px auto 0 auto;
    padding: 0px;
    background-color: #4682B4;
    color:White;
}
		.Ctable
	{
		width: 100%;
		border-collapse: collapse;
		font-family: verdana;
		font-size: 14px;
		margin-top: 10px;
	}

		.Ctable th
		{
			padding: 5px;
			border: #bcd6e8 1px solid;
			background: #83bbe3;
			color: #FFFFFF;
			font-size: 17px;
			margin: 0 0 0 0;
			font-weight: normal;
			text-align: left;
		}

		.Ctable td
		{
			padding: 9px;
			border: #bcd6e8 1px solid;
			text-align: left;
		}
		/* provide some minimal visual accomodation for IE8 and below */

		.Ctable tr
		{
			background: #f9fdff;
		}
			/*  Define the background color for all the ODD background rows  */

			.Ctable tr:nth-child(odd)
			{
				background: #f2f9fd;
			}
			/*  Define the background color for all the EVEN background rows  */

			.Ctable tr:nth-child(even)
			{
				background: #f9fdff;
			}
			
.Container
	{
		width: 980px;
		margin: 0 auto;
		background-color: #fff;
		border: solid 1px #cfcfcf;
		padding: 10px 10px;
		height:inherit !important;
		min-height:700px;
	}
.btn
	{
    padding: 10px 10px;
    color: #fff;
    border-radius: 5px 5px;
    background-color: #77a8e0;
    border: none;
}
.reset
	{
		padding: 10px 10px;
		color: #fff;
		border-radius: 5px 5px;
		background-color: #333;
		border: none;
	}

		.reset:hover
		{
			padding: 10px 10px;
			color: #fff;
			border-radius: 5px 5px;
			background-color: #666;
			border: none;
		}
		.divsisfooter
	{
		width: 100%;
		margin: 0px auto;
		padding: 0;
		background-color: #4682B4;
		color: #fff;
		position: relative;
		text-align: left;
		z-index: 10;
		float: left;
	}
	/*      input           */
	.input
	{
		background-color: #fff;
		border: solid 1px #cfcfcf;
		border-radius: 4px;
		margin: 4px 0;
		padding: 7px;
		width: 92%!important;
	}

		.input:focus
		{
			border: solid 1px #FF6002;
		}

	.input-btn
	{
		background-color: #48685B;
		border: none;
		border-radius: 5px;
		margin: 40px 0;
		padding: 7px;
		width: 100%;
		color: #fff;
		font-size: 15px;
	}

		.input-btn:hover
		{
			background-color: #029d5b;
			border: none;
			color: #fff;
			font-size: 15px;
			border-radius: 5px;
			border: 1px solid #55ce9b;
			margin: 40px 0;
			padding: 7px;
			width: 100%;
		}

	.input-btnlog
	{
		background-color: #30b0e7;
		border: none;
		border-radius: 5px;
		margin: 10px 0;
		padding: 7px;
		width: 100%;
		color: #fff;
		font-size: 15px;
	}

		.input-btnlog:hover
		{
			background-color: #027baf;
			border: none;
			color: #fff;
			font-size: 15px;
			border-radius: 5px;
			margin: 10px 0;
			padding: 7px;
			width: 100%;
		}

	.select
	{
		background-color: #fff;
		border: solid 1px #cfcfcf;
		border-radius: 4px;
		margin: 4px 0;
		padding: 7px;
		width: 99%!important;
	}
	
	/*      input           */
	
* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */