/* Scrollar Style */
::-webkit-scrollbar
{
	width: 10px;
}
/* Track */
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px #fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb
{
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #388CB3;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive
{
	background: rgba(0,128,0,0.4);
}
/*Style For  Main Layout*/
body
{
	color: Black;
	font-family: Times New Roman;
	width: 100%;
	min-width: 1000px;
}
#main
{
	float: left;
	margin-left: 10%;
	width: 80%;
	min-width: 1000px;
	height: 100%;
	min-height: 100%;
	text-align: center;
	background: url('../Images/body.jpg');
	box-shadow: 0px 0px 5px 1px black;
	border-radius: 60px 60px 0px 0px;
}

#nav li
{
	text-align: center;
	position: relative;
	list-style: none;
	list-style-type: none;
	float: left;
}

#nav li ul li a
{
	font-size: 15px;
	font-family:Times New Roman;
	}
	

#nav a
{
	
	padding: 1em 1em 0em 30px;
	display: block;
	float: left;
	text-decoration: none;
	font-size: 15px;
	font-family:Times New Roman;
	height: 33px;
	color: #000;
	text-align: left;
	font-weight: 900;
	border-left: 1px solid maroon;
}
#nav li:hover > ul
{
	display: block;
}
#nav li ul
{
	float: none;
	margin: 2px;
	padding: 4px;
	text-align:left;
	border-bottom: maroon 10px solid;
	background-attachment: fixed;
	box-shadow:0px 0px 1px 0px black;
	display: none;
	position: absolute;
	left: 0;
	top: 46px;
	width: 200px; /* Fix for IE 7 */
	background-color: #FFF;
}
#nav ul ul
{
	left: 150px;
	top: 5px;
}
#nav li:first-child a, #nav ul ul li:first-child, #nav ul a
{
	border: none;
}
#nav li:hover > a
{
	background: url('../Images/header.png');
	box-shadow: inset 0px 0px 2px 0px black;
	color: Black;
}
#nav li:active > a
{
	box-shadow: inset 0px 0px 10px 1px black;
	color: Black;
}

.bgNav
{
	box-shadow: inset 0px 0px 5px 1px black;
	color: #000;
}
#imgsite
{
	box-shadow: 0px 0px 3px 1px #50750F;
	text-align: center;
	height: 200px;
	border-radius: 10px;
	width: 100%;
	min-width: 10px;
}
.logoimg
{
	width: 99.50%;
	text-align: center;
	height: 150px;
	margin-top: 4px;
	border-radius: 60px 60px 3px 3px;
	overflow: hidden;
}

#data
{
	border-top:2px solid #9B0F36;
	box-shadow:0px 0px 2px 0px maroon;
	min-width: 1000px;
	float: left;
	min-height: 380px;
	background: #fff;
	font-weight: normal;
	width: 100%;
	overflow: hidden;
	color: #000;
}
#footer
{
	float: left;
	padding: 3em 0em 0em 0px;
	width: 100%;
	color: #FFF;
	
	text-align: left;
	height: 43px;
	background: #333;
}
.footerleft
{
	float: left;
	color: #FFF;
	text-align: left;
}
.footerright
{
	margin-left: 15%;
	color: #FFF;
	text-align: right;
}
/*IndexPage Layout-------------------*/

/*---------------------Text Layout Formatting--------------*/
.heading
{
	background: url('../Images/header.png');
	background-color: #E6E3DB;
	font-size: 20px;
	height: 35px;
	text-align: left;
	color: #156913;
	-webkit-text-shadow: 0px 1px 2px gray;
	-ms-text-shadow: 0px 1px 2px gray;
	-moz-text-shadow: 0px 1px 2px gray;
	-o-text-shadow: 0px 1px 1px gray;
	text-shadow: 0px 1px 2px green;
	box-shadow: 0px 0px 1px 1px #81817C;
	border-radius: 5px 5px 0 0;
}
ul li
{
	text-align: left;
	color: Blue;
}
/*------------buttons and table design---------------------------------------*/

.button
{
	font-size: 14px;
	background: -ms-linear-gradient(top,#1CAF10,#000);
	background: -moz-linear-gradient(top,#1CAF10,#000);
	background: -o-linear-gradient(top,#1CAF10,#000);
	background: -webkit-linear-gradient(top,#1CAF10,#000);
	background: linear-gradient(top,#1CAF10,#000);
	box-shadow: 0px 0px 3px 0px gray;
	padding: 5px 10px;
	text-shadow: 0px 1px 0.5px black;
	border-radius: 2px;
	border: 1px solid green;
	height: 35px;
	color: white;
	min-width: 100px;
}
.button:active
{
	background-image: -moz-linear-gradient(top,#000,#1CAF10);
	background-image: -ms-linear-gradient(top,#000,#1CAF10);
	background-image: -webkit-linear-gradient(top,#000,#1CAF10);
	background-image: -o-linear-gradient(top,#000,#1CAF10);
	background-image: linear-gradient(top,#000,#1CAF10);
	box-shadow: inset 0px 0px 3px 0px gray;
}
.TextArea
{
	border-radius: 5px;
	min-width: 260px;
	border: 1px solid #333;
	text-shadow: 1px 1px 1px gray;
	font-size: 15px;
	font-weight: normal;
}

.TextBox
{
	width: 260px;
	border-radius: 5px;
	border: 1px solid gray;
	text-shadow: 1px 1px 1px gray;
	font-size: 15px;
	font-weight: normal;
	background: #F0F0EF;
}
.TextBox:required
{
	background: url(../Images/required.png) no-repeat 242px 5px #F0F0EF;
}

.TextBox:required:valid
{
	background: url(../Images/valid.png) no-repeat 242px 5px #F0F0EF;
}
.TextBox:focus:required:invalid
{
	background: url(../Images/invalid.png) no-repeat 242px 5px #F0F0EF;
}
.sec_footer
{
	background: url('../Images/header.png');
	background-color: #E6E3DB;
	box-shadow: 0px 0px 1px 0px gray;
	text-align: right;
	padding: 5px;
	overflow: hidden;
}

.TextBox:focus
{
	border: 1px solid #46C0DF;
	box-shadow: 0px 0px 3px 0px #46C0DF;
}
.TextArea:focus
{
	border: 1px solid #46C0DF;
	box-shadow: 0px 0px 3px 0px #46C0DF;
}

.TextArea:required
{
	background: url(../Images/required.png) no-repeat 242px 5px #F0F0EF;
}

.TextArea:required:valid
{
	background: url(../Images/valid.png) no-repeat 242px 5px #F0F0EF;
}
.TextArea:focus:required:invalid
{
	background: url(../Images/invalid.png) no-repeat 242px 5px #F0F0EF;
}

.DropDown
{
	width: 260px;
	border-radius: 5px;
	min-width: 120px;
	border: 1px solid #333;
	text-shadow: 1px 1px 1px gray;
	background: #F0F0EF;
}
.DropDown:focus
{
	border: 1px solid #46C0DF;
	box-shadow: 0px 0px 3px 0px #46C0DF;
}
.tblLayout
{
	margin: 50px auto;
	width: 55%;
	color: #000;
	font-size: 15px;
	text-align: left;
	background-color: #B3CEED;
	font-weight: normal;
	border-radius: 5px 5px 0 0;
	box-shadow: 0px 0px 3px 0px black;
	text-shadow: 0px 0px 1px gray;
	min-width: 350px;
}
.marquee_news
{
	font-size: 13px;
	background-image: -webkit-linear-gradient(#8CCAFA,#000);
	background-image: -ms-linear-gradient(#8CCAFA,#000);
	background-image: -o-linear-gradient(#8CCAFA,#000);
	background-image: -moz-linear-gradient(#8CCAFA,#000);
	background-image: linear-gradient(#8CCAFA,#000);
	text-shadow: 0px 0px 0.1px black;
	text-align: justify;
	color: #FFF;
	width: 100%;
	height: 20px;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
}
#ContctInfo
{
	width: 90%;
	height: 100%;
	border-right: 1px dashed green;
}
a
{
	color: blue;
}
a:hover
{
	color: red;
}



/*---------------------------iMAGES Layout----------*/

.imgSlide
{
	border-radius: 20px 0px 20px 0px;
	box-shadow: 0px 0px 2px 0px #052945;
	transform: rotate(12deg);
	margin: 10px 0px 10px 0px;
	-webkit-margin: 10px 0px 10px 0px;
	-ms-margin: 10px 0px 10px 0px;
	-o-margin: 10px 0px 10px 0px;
}
.loading_layer
{
	position: absolute;
	width: 20%;
	height: 40%;
	top: 300px;
	left: 580px;
	text-align: center;
	margin: 0 auto;
}
.welcomeimg
{
	width: 500px;
	height: 100px;
}
.gridLayout
{
	font-family: Verdana;
	font-size: 11px;
	color: #000;
	text-align: left;
	font-weight: normal;
	overflow: hidden;
	box-shadow: 0px 0px 5px 1px #036;
	min-width: 350px;
}
.txt
{
	color: #300;
}
.SearchProduct_Style
{
	background: rgb(180,220,160);
	box-shadow: 0px 0px 1px 0px black;
	text-align: center;
	border: black 2px solid;
	text-shadow: 0px 0px 0.1px gray;
	border-radius: 10px;
}

/* for date picker style*/
#date-Picker
{
	background: #0C6;
	border: 1px solid gray;
	color: white;
	box-shadow: 0px 0px 2px 0px black;
	opacity: 1;
	border-radius: 4px 4px 4px 4px;
}
.ds
{
	border: 5px solid black;
}
.checkBox
{
	background: green;
}

.checkBox:hover
{
	background: gray;
}
.menu_icons
{
	vertical-align: bottom;
	margin-right: 3px;
	width: 24px;
	height: 24px;
}
p
{
	text-align: left;
	color: black;
}
#bottomPanel
{
	float: left;
	min-height: 20px;
	font-weight: normal;
	margin-left: 5%;
	font-size: 15px;
	overflow: hidden;
	color: #000;
	text-shadow: 0px 0px 1px black;
	-moz-text-shadow: 0px 0px 1px black;
	-ms-text-shadow: 0px 0px 1px black;
	-webkit-text-shadow: 0px 0px 1px black;
	-o-text-shadow: 0px 0px 1px black;
	cursor: pointer;
}
#bottomPanel li
{
	color: Black;
	float: left;
	list-style-type: none;
}
#bottomPanel li a
{
	padding: 2px 10px 2px 2px;
	text-decoration: underline;
	color: #E4AF0D;
	float: left;
}
#bottomPanel li a:hover
{
	border: 1px dashed #E4AF0D;
}


.tbljustborder
{
	margin: 10px auto;
	width: 90%;
	color: #000;
	padding: 10px;
	background-color: white;
	font-size: 15px;
	text-align: left;
	font-weight: normal;
	font-family: Times New Roman;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 0px 3px 0px #036;
	text-shadow: 0px 50px 0px 50px;
	min-width: 100px;
}
.thought
{
	text-shadow: 0px 50px 0px 50px;
	font-size: 30px;
	color: orange;
	font-family: Times New Roman;
	text-align: center;
}
.tblFeedback
{
	width: 20%;
}
